[issue3322] bugs in scanstring_str() and scanstring_unicode() of _json module

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Was merged in r65148. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3216] Scarce msilib documentation

2008-07-20 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: As for "how to use the module": what do you want to use the module for, and what kind of information would you need for that? ___ Python tracker <[EMAIL PROTECTED]> _

[issue3420] 2to3 fails to run on Mac OS X 10.4 PPC 3.0b2

2008-07-20 Thread Barry Alan Scott
New submission from Barry Alan Scott <[EMAIL PROTECTED]>: $ sw_vers ProductName:Mac OS X ProductVersion: 10.4.11 BuildVersion: 8S165 $ python3.0 Python 3.0b2 (r30b2:65080, Jul 20 2008, 08:46:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credits" or

[issue3420] 2to3 fails to run on Mac OS X 10.4 PPC 3.0b2

2008-07-20 Thread Barry Alan Scott
Barry Alan Scott <[EMAIL PROTECTED]> added the comment: Fixing 2to3 with the full path to the fixes folder gets this traceback: $ ./2to3 /dev/null Traceback (most recent call last): File "./2to3", line 5, in sys.exit(refactor.main("/Library/Frameworks/Python.framework//Versions/3.0/lib/py

[issue3120] subprocess module truncates handles on AMD64

2008-07-20 Thread Roger Upole
Roger Upole <[EMAIL PROTECTED]> added the comment: This fixes the problem I had on 64-bit Vista, and all of python's own tests still pass. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3359] add 'rbU' mode to open()

2008-07-20 Thread anatoly techtonik
anatoly techtonik <[EMAIL PROTECTED]> added the comment: That's fine with me. I just need a 'rbU' mode to know in which format should I write the output file if I want to preserve proper line endings regardless of platform. As for Python 2.6 note - I would replace "may convert" with "converts".

[issue3359] add 'rbU' mode to open()

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: If you want to write your own line endings, read with "rU" and write with "rb". ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue1905] PythonLauncher not working correctly on OS X 10.5/Leopad

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: No complaints were voiced, so I'm closing this. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue2641] setuptools gets site-packages wrong on Mac

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-lis

[issue3104] overzealous garbage collector (dict)

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: No complaints were voiced, so I'm closing this. -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3181] ConfigParsers are classic classes

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: When creating your own subclass, you can always inherit from object too to create a new-style class. -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue1711] socket functions that should return unsigned int return signed int

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-lis

[issue1619130] 64-bit Universal Binary build broken

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: No complaints were voiced, so I'm closing this. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue1391872] floating point literals don't work in non-US locale in 2.5

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It seems it has been fixed. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue1197207] Add proxies arg to urllib.urlretrieve

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: No response, closing. -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1363] python 2.4.4 fails on solaris (sun4u sparc SUNW, Sun-Fire-880)

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: No response, closing. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue1481296] long(float('nan'))!=0L

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It seems backporting this is not useful. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue1471] ioctl request argument broken on 64-bit OpenBSD or OS X

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Something else to do here? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1666952] terminalcommand doesn't work under Darwin

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-

[issue1733134] sqlite3.dll cannot be relocated

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-

[issue756093] complex pow() crash on Alpha

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Did you get some results? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue1092962] Make Generators Pickle-able

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: A patch can open a new issue, then. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue839496] SimpleHTTPServer reports wrong content-length for text files

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Better not to backport it then. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue628258] pydoc.Helper.topics not based on docs

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Since the mapping now uses section labels instead of file names, which should be fairly stable, I'm going to declare this as "works for me". -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___

[issue670664] HTMLParser.py - more robust SCRIPT tag parsing

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Adding test suite patch from #674449; closed that as a duplicate. -- nosy: +georg.brandl Added file: http://bugs.python.org/file10952/patch-test-cdata.txt ___ Python tracker <[EMAIL PROTECTED]>

[issue674449] test_htmlparser -- more robust SCRIPT tag handling

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Both patches are now in #670664. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue787077] copy_reg globals in cPickle

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'll declare this is not a bug; reload() isn't very safe in many contexts. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue926501] (ref-manual) position docstrings in source not documented

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added info in r65155. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue980092] tp_subclasses grow without bounds

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: After all this time, it should be safe to close this. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3385] cPickle to pickle conversion in py3k missing methods

2008-07-20 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- nosy: +amaury.forgeotdarc ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-

[issue756093] complex pow() crash on Alpha

2008-07-20 Thread Mark Dickinson
Changes by Mark Dickinson <[EMAIL PROTECTED]>: -- nosy: +marketdickinson ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue3120] subprocess module truncates handles on AMD64

2008-07-20 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- versions: -Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue1471] ioctl request argument broken on 64-bit OpenBSD or OS X

2008-07-20 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: i believe this is fixed by the two changes mentioned above, i was waiting for fbvortex to confirm the fix on his 64-bit OpenBSD system. these changes need backporting to release25-maint. -- status: pending -> open versions: -Pytho

[issue1471] ioctl request argument broken on 64-bit OpenBSD or OS X

2008-07-20 Thread Nicholas Marriott
Nicholas Marriott <[EMAIL PROTECTED]> added the comment: I was going to test this on sparc64 (I no longer have access to amd64) but I've been busy/on holiday, I'll try to do it this week. ___ Python tracker <[EMAIL PROTECTED]>

[issue3303] invalid ref count on locale.strcoll() error

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r65134. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3396] rlcompleter can't autocomplete members of callable objects

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> facundobatista ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-

[issue2532] file that breaks 2to3 (despite being correct python)

2008-07-20 Thread engelbert gruber
engelbert gruber <[EMAIL PROTECTED]> added the comment: Truncating the file to 2448 lines helps, seams to be a size not content problem. All fixes work exept fix_next.py . And removing the lines :: | mod=file_input< any+ > makes even this run through. ___

[issue3400] dis module: undocumented new bytecodes

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: MAKE_BYTES is no longer in opcode.h; removed it in r65160. Documented the other three, which are new in 3k, in r65161. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMA

[issue1242657] list(obj) can swallow KeyboardInterrupt

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The problem is in _PyObject_LengthHint which calls len(o) and masks all exceptions from it. Its comments says "This function never fails. Accordingly, it will mask exceptions raised in either method." Would it be better to at least not mask Bas

[issue3421] Test failure in test_math::testSum

2008-07-20 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: In Py3k, but not in trunk: == FAIL: testSum (test.test_math.MathTests) -- Traceback (most recent call last

[issue3417] make the fix_dict fixer smarter

2008-07-20 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: >for k in d.keys(): > return k # needs to return a list Could you explain this a bit more? ___ Python tracker <[EMAIL PROTECTED]> _

[issue3422] sphinx.doc.autodoc: Hook for changing argspec

2008-07-20 Thread Pauli Virtanen
New submission from Pauli Virtanen <[EMAIL PROTECTED]>: It would be useful if the autodoc-process-docstring event from sphinx.ext.autodoc allowed to change the argspec of the function being documented. Some other hook for changing the function signature would also do. We are using Sphin

[issue3417] make the fix_dict fixer smarter

2008-07-20 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: The example was mucked-up :( The question is that when for-looping over d.keys/items etc, how you know that the body of the loop isn't going to mutate the dict? ___ Python tracker <[EMAIL PROTECTED]>

[issue3359] add 'rbU' mode to open()

2008-07-20 Thread anatoly techtonik
anatoly techtonik <[EMAIL PROTECTED]> added the comment: If lineends are mixed I would like to leave them as is. ___ Python tracker <[EMAIL PROTECTED]> ___ _