[issue2726] Autodoc's autoclass directive should include constructor docstring

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, I added a config value ("autoclass_content") in r62697. Let me know what you think! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <h

[issue2752] Wrong comment in socket documentation

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r62695. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2656] Autodoc should skip inherited methods

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks. In SVN (r62695), autodoc now skips inherited members unless the :inherited-members: flag option is given. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PR

[issue2757] Little error in unittest documentation

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r62703. Thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2750] Add simplejson to Python 2.6/3.0 standard library

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Benjamin, if you want you can send me the rst file for review. I tried to checkout the bzr branch, but cancelled it after waiting for 25 minutes. -- nosy: +georg.brandl __ Tracker <[EMAIL

[issue2759] Bool makes filter(None,it) redundant; remove None option?

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: FYI, filter() already special-cases "bool". I think the discussion whether to remove the None argument has been had, but I could be mistaken. Guido, do you remember more? -- assignee: -> gvanrossum nosy: +georg

[issue2761] Doc: built-in callables and map

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I agree with Raymond here. -- resolution: -> rejected status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2759] Bool makes filter(None,it) redundant; remove None option?

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, closing as won't fix. -- assignee: gvanrossum -> resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> <htt

[issue2762] Language Reference: obsolute 2.x notes

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, this is very useful to me. I'll work through it soon. __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2695] Ignore case when checking algorithm in urllib2

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied in r62713. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2770] Subversion 1.5 Working Copies Break Setuptools

2008-05-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> pje nosy: +pje __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2770> __ ___ Pyt

[issue2750] Add simplejson to Python 2.6/3.0 standard library

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed up the docs in r62736. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2750> __ ___ Python-bugs

[issue2769] Small typo in whatsnew/2.6.rst

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r62737. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2759] Bool makes filter(None,it) redundant; remove None option?

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I don't think this is important enough to get into 3099. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bu

[issue2761] Doc: built-in callables and map

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Problem is, we already have a section "Builtin types". Fixed the map() docs in r62738, and added a note to the first sentence in r62739. __ Tracker <[EMAIL PROTECTED]> <http://

[issue2752] Wrong comment in socket documentation

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r62740, thanks! __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2752> __ ___ Python-bugs

[issue2762] Language Reference: obsolute 2.x notes

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks very much, Terry! I've done almost all your suggestions in r62742, and added a docstring to with_traceback in r62741. For future issues, please feel free to choose either method 1 or 3 (I think 3 may be the simpl

[issue2774] ctypes documentation not effective

2008-05-06 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> theller nosy: +theller __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2774> __ _

[issue2773] Wrong description of 'g' conversion type of string formatting operator %

2008-05-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r62774. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2773] Wrong description of 'g' conversion type of string formatting operator %

2008-05-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Argh, fixed in r62775. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2773> __ ___ Python-bugs

[issue1674032] Make threading.Event().wait(timeout=3) return isSet

2008-05-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Tim, you said this was a bad idea for conditions in #1175933 - is the same true for Events? -- assignee: georg.brandl -> tim_one nosy: +tim_one _ Tracker <[EMAIL PROTECTED]> <http

[issue1779700] urlparse.urljoin does not obey current uri rfc (rfc 3986)

2008-05-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing then. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> update urlparse to RFC 3986 _ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2152] make sqlite.Row hashable correctly

2008-05-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Can this be closed? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2152> __

[issue1591035] update urlparse to RFC 3986

2008-05-06 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> jhylton nosy: +jhylton _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1591035> _ __

[issue2788] ignore file for Mercurial

2008-05-07 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2788> __ _

[issue2795] rename "Caveat" to "Warning"

2008-05-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r62926. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2788] ignore file for Mercurial

2008-05-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added in r62927. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2781] Tiny patch to _winreg docs

2008-05-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r62928. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Martin: I'm sorry that this created work for you; but I had assumed that distributing the new docs created so much work anyways that this wouldn't matter too much :) __ Tracker <[EMAI

[issue1267629] pdb: implement "until",fix for 1248119

2008-05-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Benjamin: please reformat to PEP 8, then this is okay to check in. Don't forget docs and NEWS updates. -- assignee: -> benjamin.peterson nosy: +benjamin.peterson, georg.brandl resolution

[issue2763] A socket example code shown in doc doesn't work on FreeBSD

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Duplicate of #2742. -- resolution: -> duplicate status: open -> closed superseder: -> example code does not work __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2742] example code does not work

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied the documentation patch in r63039. Thanks for your efforts! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2816] Quote-type recognition bug

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is not a bug in my opinion -- Robert has stated why. However, since you contacted Guido, let him decide. :) -- assignee: -> gvanrossum nosy: +georg.brandl, gvanrossum __ Tracker <[EMA

[issue2812] Document property.getter/setter/deleter etc

2008-05-11 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: Changed a bit and committed as r63043. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2814] Remove old classes from mailbox module

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed patch as r63045. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2809] string docstring doesn't mention that ' '.split() != ' '.split(' ')

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed a different (shorter) docstring change to the same effect as r63050. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1153769] String interpolation needs PEP 237 update

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, reviewed and committed the patch as r63049. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue756982] mailbox should use email not rfc822

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I removed the old classes in 3k. There remains one usage of rfc822, as the default "factory" of Maildir. It's replaced by None in the patch here; is that safe to do? -- nosy: +georg.brandl ___

[issue2709] tk.rst possibly wrong ?

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It refers to the docs in the Python docs. I tried to clarify that in r63052. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2147] int operations no longer overflow

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I think I fixed the remaining locations in r63055. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Is there a way to run the tree Python? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2800> __ __

[issue2129] Link error of gethostbyaddr and gethostname in Python Manuals (the chm file)

2008-05-11 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2129> __ ___ Python-b

[issue2741] documentation -- do serversockets work with ipv6

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, this should now be clearer in r63057. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2721] unittest.makeSuite undocumented and "obsolete" - but what to use instead?

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The replacement is TestLoader().loadTestsFromTestCase(), and it's already in a prominent place in the docs: """ Instead of :func:`unittest.main`, there are other ways to run the tests with a finer level of control,

[issue2659] textwrap handling of hyphenation

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for the patch! Reviewed and committed as r63053. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2452] inaccuracy in httplib timeout documentation

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r63058. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2817] Make Python create a tuple with one element in a clean way

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: That's an absolute no-starter. Not the parentheses make the tuple, the commas do. The empty tuple is the exception, not the rule. -- nosy: +georg.brandl resolution: -> rejected status:

[issue2709] tk.rst possibly wrong ?

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed both patches in r63066. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2709> __ __

[issue2816] Quote-type recognition bug

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, done so in r63068. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1326] "internal" zipimport.zipimporter feature untested

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed the test and added new docs in r63067. Thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2710] error: (10035, 'The socket operation could not complete without blocking')

2008-05-11 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- components: +IDLE __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2710> __ ___ Python-bugs

[issue2787] Patch to flush unittest output

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed patch as r63069. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2803] heapq.heappush called with too few arguments in sched.py

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r63070, r63071 (2.5). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue756982] mailbox should use email not rfc822

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Removed the last rfc822 reference from 3k's mailbox.py in r63091. -- resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://b

[issue2809] string docstring doesn't mention that ' '.split() != ' '.split(' ')

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, r63092 should satisfy you then. :) __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2809> __ __

[issue2250] rlcompleter raises Exception on bad input

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed code and doc patches as r63094. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2413] os.strerror does not check for out of range argument

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: IMO, the current behavior is the least problematic. It also mirrors the rest of Python's posix-wrapping calls: if something usable is returned, use it; if NULL is returned, raise an error. For most people, "Unknown error XXX&

[issue756982] mailbox should use email not rfc822

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, removed that too in r63096. Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue756982> __

[issue2535] duplicate Misc.lower

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed as r63097. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2826] safe_substitute() and substitute()

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: First of all, you don't say which type these methods belong to. I assume you mean string.Template. What good would that be? Those extra 5 characters to type shouldn't be the problem. Many template strings have only defined k

[issue2823] "Report bug" links

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I agree with Martin, a "report bug in the module" link isn't necessary. A general "report bug" page is accessible from the docs' front page. There will however be be a "suggest change" link wher

[issue2814] Remove old classes from mailbox module

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I added a deprecation notice to the docs. That should be enough. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2821] unittest.py sys.exit error

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Can you elaborate how you get the printed exception? When running your code as a script under 2.5 or trunk, I don't get such a message. -- nosy: +georg.brandl __ Tracker <[EMAIL PRO

[issue2824] zipfile to handle duplicate files in archive

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I think a warning would be sensible here. The behavior is certainly not what I would expect. -- nosy: +alanmcintyre, georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1649238] potential clash with C++ in ceval.h

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Lowering priority. -- nosy: +georg.brandl priority: normal -> low _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1470548] Bugfix for #1470540 (XMLGenerator cannot output UTF-16)

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Won't this present backwards-compatibility problems if non-ASCII str content is written? -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue2043] test_cl.py converted to unittest

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: test_cl was already changed not to run as an import side-effect; I don't think unittest is necessary here. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed _

[issue1713041] fix for 1712742: corrects pprint's handling of 'depth'

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The test suite doesn't pass any longer when the patch is applied. -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue2786] Names in traceback should have class names, if they're methods

2008-05-11 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- components: +Interpreter Core priority: -> low type: behavior -> feature request versions: +Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1685] linecache .updatecache fails on utf8 encoded files

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This should be fixed differently (directly applying the RE to bytes objects), but it needs a re that handles bytes first. -- assignee: -> georg.brandl nosy: +georg.brandl priority: high -&

[issue1234985] using some_re.sub() often imports sre.__doc__

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: pattern.sub() imports the SRE Python module (to call its subx()) with PyImport_Import -- that C functions uses a dummy list ['__doc__'] to get the correct module for dotted import paths. The import of an additional module is

[issue1649238] potential clash with C++ in ceval.h

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, I'm closing this one. If you find further clashes, feel free to open a new bug. Thanks for the update! -- resolution: -> works for me status: open -> closed _ Tracker

[issue2821] unittest.py sys.exit error

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is an IDLE problem then. -- assignee: -> kbk components: +IDLE -Library (Lib) nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1712742] pprint handles depth argument incorrectly

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as dupe of the patch issue. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> fix for 1712742: corrects pprint's handling of 'depth' ___

[issue1713041] fix for 1712742: corrects pprint's handling of 'depth'

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, thank you all! Committed patch as r63164. -- resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2836] str.format() documentation needs to be backported to 2.6

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, backported (mostly copied) the docs, and added the whatsnew link, in r63166. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2815] Python Manuals: horizontal scrolling broken

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I added "overflow: auto" to the stylesheet for tags in r63167; this should give individual scrollbars for code samples not fitting the page width. -- resolution: -> fixed sta

[issue2770] Subversion 1.5 Working Copies Break Setuptools

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is now tracked in http://bugs.python.org/setuptools/issue4. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2766] Doubtfull code in 'doctest.DocTestSuite'

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, the assignment to "globs" is indeed not necessary. Removed in r63173. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]

[issue2767] "doctest.DocTestCase.debug" clears "test.globs" too early

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r63174. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2758] arg 2 of PyErr_SetFromErrnoWithFilename should be const

2008-05-12 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2758> __ ___

[issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

2008-05-12 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2243> __ ___ Python-b

[issue1749567] PLATFORM macro in PC/pyconfig.h already defined by Apache

2008-05-12 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1749567> _ ___

[issue1856] shutdown (exit) can hang or segfault with daemon threads running

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closed #2077 as a duplicate. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2077] Interpreter crash on shutdown

2008-05-12 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed superseder: -> shutdown (exit) can hang or segfault with daemon threads running __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1732367] Document the constants in the socket module

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Is there progress on this? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1732367> _ ___ Python

[issue1760] PEP 341 is not reflected in the documentation

2008-05-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed now with r63175. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue4027] wrong page index number in reference book of python documentation

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'm not ignoring this issue; I think it's a trivial fix once I find out where :) ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue3909] Building PDF documentation from tex files

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I've committed a fix that I hope will work for all situations in r66916. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1717] Get rid of more refercenes to __cmp__

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The library still has __cmp__ functions defined here and there, e.g. in xmlrpc/client.py. -- status: closed -> open ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4132] LaTeX Error: Environment cmemberdescni undefined.

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in r66930. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4027] wrong page index number in reference book of python documentation

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I have the problem. The hyperref package must not be included before fncychap, in fact, it should be included last. I'll fix this as soon as I've found the most adaptable way to do it. :) __

[issue4103] sphinx: latexwriter uses undefined 'excdescni' environment

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in 0.5 trunk (since r66930). -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4102] sphinx: ansi color even on dumb terminal

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in r66933. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4131] Note that Firefox 3 does not write cookies.txt

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r66936. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4129] C/API documentation: request for documentation of change to Py_ssize_t* arguments.

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I agree with Martin. Patches are welcome. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4134] Peephole optimization: returning a temp

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I wonder why people don't just write "return ..." in the first place... -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <ht

[issue4012] Minor errors in multiprocessing docs

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed the "processing" name in r66939. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4012> ___ __

[issue4083] try statement in language reference not updated for v2.6

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66940. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4027] wrong page index number in reference book of python documentation

2008-10-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed now in r66955. Thanks for your patience! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

<    20   21   22   23   24   25   26   27   28   29   >