[issue20661] 3.4 cherry-pick: eef7899ea7ab use system doc toolchain instead of checking out of svn

2014-02-18 Thread Georg Brandl
Georg Brandl added the comment: I see. I don't want to make your life miserable, so let's make a compromise and keep it for 3.4.1, and Debian will have to patch it locally for 3.4.0. -- resolution: -> rejected status: open -> closed __

[issue15871] Online docs: make index search always available.

2014-02-18 Thread Georg Brandl
Georg Brandl added the comment: What a waste indeed. After all, when I want to search I only ever want one single match to be displayed. -- ___ Python tracker <http://bugs.python.org/issue15

[issue20686] Confusing statement

2014-02-19 Thread Georg Brandl
Georg Brandl added the comment: The only problem I can see is that "print" uses the console encoding. For files and str(), the comment is correct for Python 2. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue16042] smtplib: unlimited readline() from connection

2014-02-22 Thread Georg Brandl
Changes by Georg Brandl : -- versions: -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue16042> ___ ___ Python-bugs-list mailing list Unsub

[issue20740] Remove invalid number from squares in introduction section

2014-02-22 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue20740> ___ ___ Python-

[issue20571] test_codecs currently failing on several Windows buildbots

2014-02-22 Thread Georg Brandl
Georg Brandl added the comment: Would have been nice to do this also on 3.3 branch... -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue20

[issue20755] 3.3.4: doc build fails on Sphinx < 1.2

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: Until 3.4, the docs are meant to be built with the Sphinx versions checked out by "make". Someone might want to port the fix for 1.1.x on the default branch if they are interested. -- ___ Python trac

[issue20735] Documentation: remove stringprep deprecation mark in docs

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: Strange, the "deprecated" marker seems to have crept in in revision 20aec9f34598 -- I don't see it in the 2.5 docs. Since Martin is the module author and probably maintainer, I would say this was an accident. -- nosy: +georg.brandl title

[issue20693] Sidebar scrolls down 2x as fast as page content

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: Not quite fixed yet: this will happen with any build using sphinx1.1, which is supposed to be supported now. -- status: closed -> open ___ Python tracker <http://bugs.python.org/issu

[issue20731] Python 3.3.4: SyntaxError with correct source code encoding # -*- coding: latin-1 -*-

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: Just in time for 3.3.5... -- ___ Python tracker <http://bugs.python.org/issue20731> ___ ___ Python-bugs-list mailing list Unsub

[issue20693] Sidebar scrolls down 2x as fast as page content

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: Hmm, I can't reproduce here with 1.1.3. Can someone build the tip docs locally with Sphinx 1.1.3 and try to reproduce? -- ___ Python tracker <http://bugs.python.org/is

[issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: That looks ok to me. -- ___ Python tracker <http://bugs.python.org/issue19619> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16074] Bad error message in os.rename, os.link, and os.symlink

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: No change for 3.3. -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue20731] Python 3.3.4: SyntaxError with correct source code encoding # -*- coding: latin-1 -*-

2014-03-01 Thread Georg Brandl
Georg Brandl added the comment: This needs to be fixed for 3.3.5rc2. -- ___ Python tracker <http://bugs.python.org/issue20731> ___ ___ Python-bugs-list mailin

[issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()

2014-03-02 Thread Georg Brandl
Georg Brandl added the comment: This is fixed now, right? -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()

2014-03-02 Thread Georg Brandl
Georg Brandl added the comment: Both this backport and #20404 will make it into 3.3.5rc2. -- ___ Python tracker <http://bugs.python.org/issue19619> ___ ___ Pytho

[issue20838] Documents disagree about release state of Python 3.3.5

2014-03-03 Thread Georg Brandl
Georg Brandl added the comment: It's coming. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue20838> ___ ___ Python-bugs-lis

[issue20814] tracemalloc example - Pretty Top

2014-03-03 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue20814> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20761] os.path.join doesn't strip LF or CR

2014-03-07 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/issue20761> ___ ___ Python-

[issue15605] Explain sphinx documentation building in devguide

2014-03-10 Thread Georg Brandl
Georg Brandl added the comment: Thanks for your patience. I believe I have addressed all issues raised. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue15

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Georg Brandl
Georg Brandl added the comment: I think this should be sufficient. -- ___ Python tracker <http://bugs.python.org/issue20090> ___ ___ Python-bugs-list mailin

[issue20888] tracemalloc: add a get_line() method to Trace and Frame classes

2014-03-11 Thread Georg Brandl
Georg Brandl added the comment: The policy is clear, no API additions in micro releases (the only exceptions should be made for security issues). -- nosy: +georg.brandl versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.

[issue19627] python open built-in function - "updating" is not defined

2014-03-12 Thread Georg Brandl
Georg Brandl added the comment: Can this be closed? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue19627> ___ ___ Python-bugs-list mailin

[issue6423] The cgi docs should advertize using "in" instead of "has_key"

2009-07-06 Thread Georg Brandl
Georg Brandl added the comment: Patch looks good and is ready to commit. Py3k seems to have been fixed already. -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti resolution: -> accepted ___ Python tracker <http://bugs.p

[issue2977] truncation of text in tables in Library Reference PDF

2009-07-07 Thread Georg Brandl
Georg Brandl added the comment: Yes, Sphinx should use longtables now where appropriate. -- ___ Python tracker <http://bugs.python.org/issue2977> ___ ___ Pytho

[issue6446] import_spam() in extending python can fail without setting the error.

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r73938. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6448] imp.find_module() -- be explicity that 'path' must be a list

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: I reworded the paragraph a bit in r73939. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6430] array.array falsely advertises support for 'w' in documentation

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: OK, fixed this in r73940, r73941, r73942. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6421] errors in docs re module initialization vs self arg to functions

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: Fixed both instances in r73943. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1921] Confusing Descrintro example

2009-07-11 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> gvanrossum nosy: +gvanrossum ___ Python tracker <http://bugs.python.org/issue1921> ___ ___ Python-

[issue6456] locale.D_* and .T_* are int, not string

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: I moved the constants' description into the nl_langinfo() description and clarified their use in r73945. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue6269] threading documentation makes no mention of the GIL

2009-07-11 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> jnoller ___ Python tracker <http://bugs.python.org/issue6269> ___ ___ Python-bugs-list mailing list Un

[issue6459] distutils.command.build_ext.get_export_symbols should use the "PyInit" prefix rather then "init"

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: The "PyInit_" prefix is only to be used in Python 3, it is part of PEP 3121. Please revert changes to trunk/2.6 that assume the "PyInit_" name. -- nosy: +georg.brandl ___ Python tracker <

[issue6475] Documentation > Tutorial > List Comprehensions

2009-07-13 Thread Georg Brandl
Georg Brandl added the comment: Retro, you still won't give up, will you? -- status: pending -> closed ___ Python tracker <http://bugs.python.or

[issue1820] Enhance Object/structseq.c to match namedtuple and tuple api

2009-07-13 Thread Georg Brandl
Georg Brandl added the comment: ISTM that structseq should have been a tuple subclass anyway. Isn't it advertised as some sort of "tuple with attribute access"? -- ___ Python tracker <http://bugs.py

[issue5910] kqueue for more than one event is broken.

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: Patch looks good, committed with test in r74020. -- assignee: christian.heimes -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.o

[issue6490] os.popen documentation in 2.6 is probably wrong

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: Actually popen() isn't documented anymore in the 3.1 docs. However, I don't know about the "real" deprecation status. Benjamin? -- assignee: georg.brandl -> benjamin.peterson nosy: +benjamin.peterson ___

[issue6486] Library doc introduction strangely points to "Built-in Objects" as a starting point

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: I moved the link target to the "built-in functions" section in r74021. For the other issue, I wanted to restructure the builtins docs anyway for a long time, this will be part of it. -- resolution: -> fixed status: o

[issue3341] "Suggest a change" link

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: Since this will be handled by Sphinx, it is not an issue for this tracker. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6487] Some index entries appear in black

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: I'm not sure which items you refer to. The only unlinked items I see are some with subterms, where the parent term has no index entry. -- resolution: -> works for me status: open -> pending ___ Python tra

[issue6481] PATCH: typo in subprocess documentation

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74022. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6482] PATCH: tiny simplification for subprocess

2009-07-16 Thread Georg Brandl
New submission from Georg Brandl : Thanks, committed in r74028. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6490] os.popen documentation in 2.6 is probably wrong

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: That is not really a documentation for the function, but a pointer to a section in which there is no documentation for popen. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6482] PATCH: tiny simplification for subprocess

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: Very true. Since there was no indication that the previous version was faulty, reverted in r74029. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6487] Some index entries appear in black

2009-07-16 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue6487> ___ ___ Python-bugs-list mailing list Unsubscri

[issue6513] Standard Library, Warnings, 28.5.4, example fails

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74074. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6505] Minor typos in tutorial (i/o chapter)

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74075. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6502] documentation error: missing comma between kwonlyargcount & nlocals

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74076. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6489] Documentation of ElementTree.Element.getiterator implies element will always be included

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r74077. -- assignee: effbot -> georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.o

[issue6504] infinite recursion from calling builtins.open()

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: First, the second bug isn't a bug since that restriction has been lifted in Python 3. The original issue occurs because open() for text modes imports the "locale" module. This is kind of nasty, because calling open() is well within wha

[issue6507] Enhance dis.dis to autocompile codestrings

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: As I explained on python-ideas, 'single' should not be tried. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.

[issue6509] re.py - encounter unexpected str-object

2009-07-18 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> critical ___ Python tracker <http://bugs.python.org/issue6509> ___ ___ Python-bugs-list mailing list Unsubscri

[issue6515] http://docs.python.org/dev/library/unittest.html#load-tests-protocol doesn't make it clear when load_tests support was introduced

2009-07-18 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> michael.foord nosy: +michael.foord ___ Python tracker <http://bugs.python.org/issue6515> ___ ___ Python-

[issue6521] Contradictory documentation for email.mime.text.MIMEText

2009-07-19 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> barry nosy: +barry ___ Python tracker <http://bugs.python.org/issue6521> ___ ___ Python-bugs-list mai

[issue6514] "python -m unittest " does not run any tests

2009-07-20 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> michael.foord nosy: +michael.foord ___ Python tracker <http://bugs.python.org/issue6514> ___ ___ Python-bugs-list mai

[issue6544] Fix refleak in kqueue implementation

2009-07-22 Thread Georg Brandl
New submission from Georg Brandl : This patch should fix leaking "it" in some error conditions. Christian, can you please review? -- assignee: christian.heimes components: Extension Modules files: select-refleak.diff keywords: patch messages: 90804 nosy: christian.heimes, ge

[issue6423] The cgi docs should advertize using "in" instead of "has_key"

2009-07-22 Thread Georg Brandl
Georg Brandl added the comment: Metoo :) Go ahead. -- ___ Python tracker <http://bugs.python.org/issue6423> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6525] Problem with string.lowercase in Windows XP

2009-07-22 Thread Georg Brandl
Georg Brandl added the comment: This behavior is not a bug - when setting the locale, string.lowercase and friends are augmented by whatever the locale considers uppercase and lowercase letters, as byte strings. This will lead to decoding errors when these strings are combined with Unicode

[issue6540] bytearray.translate(): error in error handling

2009-07-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74167. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6548] cmath documentation misleading: suggests existence of real() and imag() functions

2009-07-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed the trivial stuff in r74184. Leaving open for the suggested rewrite. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue6

[issue6548] cmath documentation misleading: suggests existence of real() and imag() functions

2009-07-23 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. -- ___ Python tracker <http://bugs.python.org/issue6548> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6564] Error in Sec. 8.4 of Tutorial

2009-07-24 Thread Georg Brandl
Georg Brandl added the comment: Indeed :) Fixed in r74194. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6525] string.lowercase/uppercase/letters not affected by locale changes on linux

2009-07-25 Thread Georg Brandl
Georg Brandl added the comment: This seems to be normal when using an UTF-8 locale. For (e.g.) 'de_DE' string.lowercase is changed here, for 'de_DE.utf-8' it isn't. -- resolution: -> wont fix status: open -> closed __

[issue6571] Help index

2009-07-25 Thread Georg Brandl
Georg Brandl added the comment: Added index entries in r74200. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6576] re docs: wrong link targets

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, I fixed the references (and a few to compile()) in r74205. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6575] Can't download docs

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r74206; the online version should be updated soon. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6577] Links wrongly targeting to builtin functions' instead of module functions/methods

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: I made an exhaustive search for all builtins; should now be fixed in r74207. Thanks for making me do it properly :) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6579] No update about automatic numbering of fields in format strings (e.g. 'A {} with {} buttocks')

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: The 2.6 one looks fine to me; 3.2 is correctly marked as in development there. I don't care about 3.0; it's not supported anymore. -- resolution: -> works for me status: open -> closed ___ Pytho

[issue6579] No update about automatic numbering of fields in format strings (e.g. 'A {} with {} buttocks')

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: Argh, of course it's even more important to point to the current version for 3.0... fixed in r74208. -- ___ Python tracker <http://bugs.python.org/i

[issue6579] No update about automatic numbering of fields in format strings (e.g. 'A {} with {} buttocks')

2009-07-26 Thread Georg Brandl
Changes by Georg Brandl : -- ___ Python tracker <http://bugs.python.org/issue6579> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue6579] No update about automatic numbering of fields in format strings (e.g. 'A {} with {} buttocks')

2009-07-26 Thread Georg Brandl
Changes by Georg Brandl : -- ___ Python tracker <http://bugs.python.org/issue6579> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue6578] 2 problems with 'Docs for other versions' section on left HTML docs sidebar

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: The 2.6 one looks fine to me; 3.2 is correctly marked as in development there. Added the section to 3.0 branch in r74208. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue6579] No update about automatic numbering of fields in format strings (e.g. 'A {} with {} buttocks')

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: (Sorry for my confusion, reopening.) -- assignee: georg.brandl -> eric.smith nosy: +eric.smith resolution: works for me -> status: closed -> open ___ Python tracker <http://bugs.python.o

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2009-07-26 Thread Georg Brandl
Georg Brandl added the comment: Sounds like this is an awesome piece of work! Since the patch is obviously a very large piece and will be hard to review, may I suggest releasing the new engine as a standalone package and spreading the word, so that people can stress-test it? By the time 2.7

[issue6593] Documentation: gettext install link

2009-07-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74252. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6591] add reference to fcntl.ioctl in the socket module

2009-07-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r74253. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6586] Documentation of os.write and os.read are inaccurate.

2009-07-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74254. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6336] nb_divide missing in docs

2009-07-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74256. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6618] Typo in a listing in 5.2.9 of language reference

2009-08-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74297, backported to 3.1 in r74298. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6652] missing cmath functions

2009-08-05 Thread Georg Brandl
Georg Brandl added the comment: These functions are new in Python 2.6; they do not appear in the Python 2.5 docs. -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6658] typo in buffer api docs

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74333, will be merged to the other branches eventually. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6659] buffer c-api: memoryview object documentation

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: Benjamin is listed as the section author. -- assignee: georg.brandl -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/iss

[issue6657] Copy documentation section

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: I'm not sure which "enumerated part" you mean. Can you propose a patch? -- ___ Python tracker <http://bugs.py

[issue6648] codecs documentation does not mention surrogateescape

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74334. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6660] Desire python.org documentation link to user contribution wiki (per function)

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: This is already in planning; Sphinx will grow a webapp system that also allows suggestions for changes. -- resolution: -> later status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6660] Desire python.org documentation link to user contribution wiki (per function)

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: There will be comments for each function/class etc., as well as a feature to suggest a change for the proper text of a section. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6673] Py3.1 hangs in coroutine and eats up all memory

2009-08-09 Thread Georg Brandl
Georg Brandl added the comment: Try list(genexp) instead of [listcomp] in 2.x and see what happens... -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue6

[issue6126] Python 3 pdb: shows internal code, breakpoints don't work

2009-08-09 Thread Georg Brandl
Georg Brandl added the comment: Attached patch confirmedly fixes this. Will commit as soon as svn is back up. -- assignee: -> georg.brandl keywords: +patch nosy: +georg.brandl Added file: http://bugs.python.org/file14679/pdb-fix.diff ___ Pyt

[issue6673] Py3.1 hangs in coroutine and eats up all memory

2009-08-09 Thread Georg Brandl
Georg Brandl added the comment: No idea, actually. I just wanted to point out that it is nothing specific to Python 3. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6126] Python 3 pdb: shows internal code, breakpoints don't work

2009-08-10 Thread Georg Brandl
Georg Brandl added the comment: That's a good question :) A quick test shows that exec() does honor coding cookies in code given as a bytestring, so simply changing to open(..., "rb") should be fine. -- ___ Python tracker <http

[issue6679] obsolete paragraph in re doc for re.sub

2009-08-13 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74365. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6126] Python 3 pdb: shows internal code, breakpoints don't work

2009-08-13 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r74366, and merged back to 3.1 branch in r74367. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6694] itertools documentation still contains references to ifilterfalse and izip_longest

2009-08-13 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74398. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6239] c_char_p return value returns string, not bytes

2009-08-15 Thread Georg Brandl
Georg Brandl added the comment: I agree that it's a bug. Letting Benjamin decide whether to put it in 3.1.1 :) -- assignee: theller -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.or

[issue6775] readme: correct python.org/community/lists url

2009-08-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74544. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6772] Missing alias utf-8 in Standard Encodings list.

2009-08-24 Thread Georg Brandl
Georg Brandl added the comment: I made a compromise in r74545: 'utf-8' is now used as an example to demonstrate the statement Marc-Andre cited. -- ___ Python tracker <http://bugs.python.

[issue6725] Inconsistency in Documentation: "Name Spaces" vs "Namespaces"

2009-08-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74546. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6718] ValueError in 21.17.4.2. SocketServer.UDPServer Example

2009-08-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74547. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6677] Place the term "delete" within the documentation for os.remove() and os.rmdir()

2009-08-24 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r74548. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue6677> ___ __

[issue6660] Desire python.org documentation link to user contribution wiki (per function)

2009-08-24 Thread Georg Brandl
Georg Brandl added the comment: At the moment, I still have to review and merge the SoC branch, so don't expect visible changes to happen within a few weeks. -- ___ Python tracker <http://bugs.python.org/i

<    34   35   36   37   38   39   40   41   42   43   >