[issue1366] popen spawned process may not write to stdout under windows

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Did you want to close this, Sean? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2138] Add a factorial function

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: That was fixed by Raymond in 64365. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3341] "Suggest a change" link

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Yes, this is under consideration. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3341> ___ _

[issue2874] Remove use of the stat module in the stdlib

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I don't like the name "os.stats". The os module is already so full of constants and functions that one could argue the few from stat won't hurt anymore :) ___ Python tracker

[issue3045] Windows online help broken when spaces in TEMP environ

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

[issue3310] Out-of-date example 3.0b1 Tutorial Classes page, 'issubclass'

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r65036, thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue1608818] Sloppy error checking in listdir() for Posix

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r65037. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3115] os.listdir randomly fails on occasions when it shouldn't

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed patch in #1608818 in r65037. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3305] Use Py_XDECREF() instead of Py_DECREF() in MultibyteCodec and MultibyteStreamReader

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

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

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This behavior is inherited from the C-level fopen() and therefore "normal text mode" is whatever that defines. Is this really nowhere documented? ___ Python tracker <[EMAI

[issue2874] Remove use of the stat module in the stdlib

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Why deprecate the functions then? ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2874> ___ _

[issue3345] Patch for CGIHTTPServer.is_cgi function documentation

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

[issue3318] Documentation: timeit: "lower bound" should read "upper bound"

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I disagree. An ideal machine is not useful in practice, so any assertion about it isn't helpful. In that light, the snippet is correct in saying that if execution of a snippet is done enough times, the lowest value is a lowe

[issue3312] bugs in _sqlite module

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65040. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue988761] re.split emptyok flag (fix for #852532)

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as a duplicate of #3262, which seems to be active. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue3156] bytes type has inconsistent methods (append, insert)

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in 2.6 r65041, and 3k r65043. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3388] With keyword not mentioned in Input Output tutorial

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed a similar patch in r65048. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3324] Broken link in online doc

2008-07-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I've backported the fix to the 2.5 branch. This will go live with the release of 2.5.3. For those who do not want to use the released documentation we do offer the 2.6 documentation under development under http://docs.python.org/d

[issue3341] "Suggest a change" link

2008-07-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: None yet. :( ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3341> ___ ___ Python-bugs

[issue3401] wsgiref can't handle unicode environments

2008-07-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> pje nosy: +pje ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3401> ___ __

[issue3403] Unexpected default arguments behaviour

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is another "problem" due to the fact that parameter defaults are evaluated once during function definition, not every time the function is called. This is expected and will not change. -- nosy: +georg.b

[issue3404] wrong precision in float formatting or doc error

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed docs in r65099. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue1513299] Clean up usage of map() in the stdlib

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: May even be too late for 2.6. :) ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1513299> ___

[issue1513299] Clean up usage of map() in the stdlib

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: That is true. Barry might not want to allow a large catch-all patch; but since those changes are not adding new features, simple small ones can certainly get in before beta3. ___ Python tracker &

[issue1242657] list(obj) can swallow KeyboardInterrupt

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Reopening. For reference, the revision in which Raymond supposedly fixed this is r39305. -- nosy: +georg.brandl priority: normal -> critical status: closed -> open ___ Python tra

[issue1513299] Clean up usage of map() in the stdlib

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I can replace those too. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1513299> ___ __

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is expected. (Most of) the content of Python 2's urllib and urllib2 modules is now in the urllib.request submodule. Look at the documentation in http://docs.python.org/dev/3.0/library/urllib.request for more details.

[issue1242657] list(obj) can swallow KeyboardInterrupt

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'm sorry, my use of "supposedly" was wrong here. ___ Python tracker <[EMAIL PROTECTED]> <http:

[issue1513299] Clean up usage of map() in the stdlib

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I nixed the "simple" uses of map(None, a). ___ Python tracker <[EMAIL PROTECTED]> <http://bug

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Yes, but you can also post them here, I'll fix it ASAP. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue3390] [PATCH] replace last has_key in unittest by in operator

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed in r65111. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I see. The CHM file includes some old files that weren't cleaned up after the urllib and urllib2 modules were removed. This should be fixed for the coming releases. ___ Python tracker <[E

[issue3379] Option to not-exit on test

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Barry, this looks useful and shouldn't be at all disruptive even after beta2. May I check it in? -- assignee: -> barry nosy: +barry, georg.brandl ___ Python tracker <[EMAIL

[issue3355] Display bug in :show-inheritance: for class with standard docstring

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r65123. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3414] frameworkinstall doesn't create Python.app, which breaks python

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

[issue3378] Memory leak in pythonrun.c

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied in r65131. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3368] Memory leak in import.c

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied in r65132. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3415] Interpreter error when running a script under debugger control

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: For reference, here is the output of the pdb session: [EMAIL PROTECTED] ~/devel/python> ./python Lib/pdb.py Lib/idlelib/idle.py > /home/gbr/devel/python/Lib/idlelib/idle.py(1)() -> try: (Pdb) break multicall.py:300 *** &#x

[issue3302] segfault on gettext(None)

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r65133. -- assignee: loewis -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://b

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in trunk in r65135, will be merged to Py3k automatically. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PR

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

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Bob, do you know how to fix this? -- assignee: -> bob.ippolito nosy: +bob.ippolito, georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3321] _multiprocessing.Connection() doesn't check handle

2008-07-19 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: -> high ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3321> ___ ___

[issue3323] Clarify __slots__ behaviour when inheriting

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added a note in r65136, thanks. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3330] webbrowser module doesn't correctly handle '|' character.

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as invalid. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3331] Possible inconsistency in behavior of list comprehensions vs. generator expressions

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is not a bug, see this thread: http://mail.python.org/pipermail/python-3000/2008-July/014328.html -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Py

[issue3334] 2to3 looses indentation on import fix

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Your patch works, so I applied it and added a test in sandbox r65137. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PR

[issue2894] 2to3 discards comments before import statements

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Duplicate of #3334. -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3416] Wrong inherit in PickleHTMLBuilder

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

[issue3384] Documentation for re.findall and re.finditer lacks "ordering" information

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added info in r65139. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

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

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: At least the 2.6 docs say "The default is to use text mode, which may convert ``'\n'`` characters to a platform-specific representation on writing and back on reading." ___ Python

[issue3379] Option to not-exit on test

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Well, the results are displayed on stdout like they are if sys.exit is used. As the first post explains, the use-case is running the tests from an interactive interpreter. ___ Python tracker &

[issue2913] idlelib/EditorWindow.py uses xrange()

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

[issue3417] make the fix_dict fixer explicit

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Rather, the list of special contexts in which it is ok to not use list() should be extended. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3113] Document exception chaining

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Documented in r65144. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[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]> <http://bugs

[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]> <http://bu

[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]> <http://bugs.python.org/issue2641> ___ __

[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]> <http://bu

[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]> <http

[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]> <http://bugs.python.org/issue1711> ___ __

[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]> <http://bugs.

[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]> <http://bugs.pytho

[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]> <http://bugs.pytho

[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]> <http://bugs.py

[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]> <http://bugs.pytho

[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]> <http://bugs.pytho

[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]> <http://bugs.python.org/issue1666952> ___ __

[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]> <http://bugs.python.org/issue1733134> ___ __

[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]> <http://bugs.python.

[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]> <http://bugs.pytho

[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]> <http://bugs.pyth

[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 m

[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

[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]> <http://bugs.p

[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 <

[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]> <http://bugs.p

[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]> <h

[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]> <http://bugs

[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]> <http://bugs.python.org/issue3396> ___ __

[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 ___ Py

[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 a

[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 recen

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Reopening. Yes, "Status" is settable only by Developers, but as a committer, you should certainly have that privilege. -- nosy: +georg.brandl status: closed -> open ___ Pyt

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

2008-07-21 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: normal -> critical status: closed -> open ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue616013] cPickle documentation incomplete

2008-07-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: No need for gratuitous breakage of cPickle in Python 2.6. Alexandre, if you can add the list of changes to the documentation, that would be great. -- nosy: +georg.brandl ___ Python tracker &

[issue3431] multiprocessing uses Pickler.dispatch which isn't in 3.0 _pickle

2008-07-23 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: multiprocessing's new ForkingPickler uses Pickler's dispatch attribute which is only present in the Python version, not the C one. As a result, a straightforward merge isn't possible. -- assignee: jnoller com

[issue3434] Mac, 3.0 framework install, Python.app not created

2008-07-24 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2916] urlgrabber.grabber calls setdefaulttimeout

2008-07-24 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed versions: +3rd party -Python 2.5 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3441] Regression in "module as a script" command-line option

2008-07-25 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> ncoghlan nosy: +ncoghlan ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3421] Test failure in test_math::testSum

2008-07-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Both trunk and 3k give this: >>> 1e16 + 2. 10004.0 >>> 1.7976931348623157e+308 + 9.979201547673598e+291 inf ___ Python tracker <[EMAIL PROTECTED]> <

[issue1446] Link to call me for free

2008-07-26 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1446> ___ ___ Python-bugs-list mailing list

[issue3421] Test failure in test_math::testSum

2008-07-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Strangely, it seems to work now with 3k too -- both in a debug and release build. I've no idea what changed, but I'll close this for now. -- resolution: -> works for me sta

[issue3445] functools.update_wrapper bug

2008-07-27 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> ncoghlan nosy: +ncoghlan ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3455] os.remove()method document error

2008-07-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Can a file be "in use" other than being opened? If not, wouldn't be "opened" be a better wording? ___ Python tracker <[EMAIL PROTECTED]&

[issue2394] [Py3k] Finish the memoryview object implementation

2008-07-29 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I agree, buffer interface should be completed before going into rc phase. -- priority: critical -> release blocker ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

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

2008-07-29 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed the patch with a few changes in r65290. Let me know if it works! -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue3469] Umlauts make conf.latex_documents fail

2008-07-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Did you try using a Unicode string? IIRC the docs explicitly say that if you include non-ASCII chars in the config you should use Unicode strings. -- status: open -> pending ___ Pytho

[issue3469] Umlauts make conf.latex_documents fail

2008-08-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Indeed, you're correct with that. This is now fixed in the 0.4 branch with r65375. -- resolution: -> fixed status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3495] site module doc typo

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

<    11   12   13   14   15   16   17   18   19   20   >