[issue2253] "continue" documentation internally inconsistent

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: You're right, the footnote has to be removed. Fixed in r61303. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2249] To document "assertTrue" in unittest

2008-03-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, I give in :) Committed as r61329. -- resolution: wont fix -> fixed status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2265] A line in the second example of "7.3.5 Examples" in "Python Library Reference" seems to be incorrect.

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

[issue2270] Typo on 8.6.2.5 Document Objects page

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

[issue1533486] long -> Py_ssize_t (C/API 1.2.1)

2008-03-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: PEP 353 says: "Py_intptr_t needs to be the same size as void*, and Py_ssize_t the same size as size_t. These could differ, e.g. on machines where pointers have segment and offset." _

[issue1720705] thread + import => crashes?

2008-03-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added your remarks to threading docs in r61365. -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2285] list.sort.__doc__ says "cmp" is a keyword, but it isn't.

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

[issue2288] Confusing documentation for urllib.urlopen

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

[issue871747] sys.exec_prefix does not work

2008-03-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Done. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1810] AST compile() patch

2008-03-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'll try to handle it this weekend. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1810> __ ___ P

[issue2292] Missing *-unpacking generalizations

2008-03-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Just a nit: the syntax error message for invalid starred expressions should be changed from "can use starred expression only as assignment target". -- nosy: +georg.brandl __ Tracker &

[issue2294] Bug in Pickle protocol involving __setstate__

2008-03-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as invalid. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2299] Minor typos in newtypes.rst

2008-03-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for the patch, committed as r61414. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2300] make html fails

2008-03-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This should have been fixed a long time ago. Try running "make clean; make update; make html"? __ Tracker <[EMAIL PROTECTED]> <http://

[issue2303] isinstance is 4x as slow as in 2.5 because the common case raises

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: behavior -> performance __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2303> __ ___ Pyt

[issue1285086] urllib.quote is too slow

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: feature request -> performance _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1285086> _ __

[issue849662] reading shelves is really slow

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: -> performance Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue849662> ___ Python-b

[issue984219] hotspot.stats.load is very slow

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: -> performance Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue984219> ___ Python-b

[issue1492860] Integer bit operations performance improvement.

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: feature request -> performance _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1492860> _ __

[issue735110] Mach-O gcc optimisation flag can boost performance up to 10%

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: feature request -> performance Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue735110> __

[issue1792] o(n*n) marshal.dumps performance for largish objects with patch

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: resource usage -> performance __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1792> __ ___

[issue2289] os.path.normpath over-normalizes

2008-03-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as "Won't fix". -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue2278] [Py30a3] xml.parsers.expat recognizes encoding="utf-8" but not encoding="utf8"

2008-03-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay to close this, then? -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

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

[issue2326] Doc isnumeric and isdecimal for the unicode object

2008-03-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Looks good to me. -- resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2326> __ _

[issue1513695] new turtle module

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- versions: +Python 3.0 _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1513695> _ ___ Python

[issue2309] Add xturtle to the standard library?

2008-03-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing in favor of #1513695. -- nosy: +georg.brandl superseder: -> new turtle module __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2309] Add xturtle to the standard library?

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2309> __ __

[issue2310] Reorganize the 3.0 Misc/NEWS file

2008-03-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Stuff ported from 2.6 needn't be in the 3.0 NEWS, needs it? __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2315] TimedRotatingFileHandler does not account for daylight savings time

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2315> __ ___

[issue2316] TimedRotatingFileHandler names files incorrectly if nothing is logged during an interval

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2316> __ ___

[issue2317] TimedRotatingFileHandler logic for removing files wrong

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2317> __ ___

[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2318> __ ___

[issue448736] pydoc needs readline completion

2008-03-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as duplicate, then. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> help() with readline support Tracker <[EMAIL PROTECTED]> &l

[issue2360] Fixer for itertools.imap() -> map()

2008-03-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: See also #2171. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2360> __ _

[issue2387] cStringIO and unicode

2008-03-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The 2.5.1 "fix" was determined to be too backwards-incompatible and since rolled back. The trunk behavior is "correct". Closing as rejected. -- nosy: +georg.brandl resolution: -> re

[issue2418] Incorrect LaTeX generated (Python 2.6a1)

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

[issue2421] doc\make.bat fails for htmlhelp because of hardcoded filename

2008-03-19 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> tiran nosy: +tiran __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2421> __ __

[issue2383] Remove old XXX comment in stat.py

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

[issue2442] Undocumented features added to 2.6

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added to the docs in r61708, r61709. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1775] filehandle.write() does not return None (Python 3.0a2)

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The docs for "io" are practically nonexistent :) I'll leave that for a separate issue, and fixed this one by adding a paragraph to the current file object docs (better than nothing) in r61710. -- resolution:

[issue2420] Faq 4.28 -- Trailing comas

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I think AMK maintains the FAQLs. -- assignee: georg.brandl -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

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

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I don't think we should change this -- it sounds like gratuitous breakage to me, and I also don't see the reason why httplib should throw away an HTTP header just because the user isn't likely to need it. -- res

[issue2136] urllib2 basic auth handler doesn't handle realm names in single-quoted strings

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Huh, I'm not really an HTTP expert either :) But this seems reasonable to me. Implemented this (with a slightly different patch) in r61711. -- resolution: -> fixed status: open -> closed _

[issue2432] DictReader does not suport line_num

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed by adding line_num attr to DictReader in r61712, r61713 (2.5). -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2358] Using sys.exc_clear should raise a Py3K warning

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Reformatted, added test case and committed in r61714. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2337] Backport oct() and hex() to use __index__

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Shouldn't we leave alone oct() and hex() (there is another issue for deprecation warning for __oct__ and __hex__), and let people use the versions from future_builtins? -- nosy: +georg.brandl ___

[issue2346] Py3K warn against using __members__

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added test case and warning for another use of __methods__ and committed as r61715. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PR

[issue2347] Py3K warn for using __methods__

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Patch for #2346 included this. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2348] Py3K warn using file.softspace

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed a simpler patch (the file object already had a getsetlist) in r61716. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <h

[issue984219] hotspot.stats.load is very slow

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Turning into a feature request. -- nosy: +georg.brandl type: performance -> feature request Tracker <[EMAIL PROTECTED]> <http://bugs.pyth

[issue2300] make html fails

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I assume that it is fixed for Christian too, so am closing it. -- keywords: +patch resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2298] Patch for "string without null bytes" check in getargs.c

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I've added XXX comments to the code, so this is now tracked by #2322. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Clean up getargs.c and its form

[issue1737127] re.findall hangs python completely

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as fixed, then. -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2162] unittest.findTestCases undocumented

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Certainly. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2160] Document PyImport_GetImporter

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as r61718. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue908441] default index for __getslice__ is not sys.maxint

2008-03-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as Fixed. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1918] weak references are removed before __del__ is called.

2008-03-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Done in r61733. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1918> __ __

[issue1081824] Rewrite of docs for compiler.visitor

2008-03-22 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: jhylton -> georg.brandl nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1691411] Duplicate "preferences" menu item/Tk Aqua 8.4.14

2008-03-22 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2462] python.exe slowing my system

2008-03-23 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Agreed. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2465] sphinx-quickstart.py still creates makefile even if user tells it not to

2008-03-23 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as r61801. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1700821] audioop module - request to add a note

2008-03-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r61842. -- resolution: accepted -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2474] fset not working

2008-03-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It's not a bug in Python. Properties, being descriptors, only work fully with new-style classes. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed __ Tracker

[issue868845] Need unit tests for <...> reprs

2008-03-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied doc patch in r61871, r61872 (3.0). -- nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue2330] Update PEP 3000 with new release schedule

2008-03-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: PEP 3000 refers to PEP 361 which has the schedule for both 2.6 and 3.0. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2355] Using buffer() should raise a Py3K warning

2008-03-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added test and committed as r61878. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2357] sys.exc_{type, values, traceback} should raise a Py3K warning

2008-03-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'd say that since this is so easy for a fixer to spot and fix, no convoluted effort to add a Py3k warning is necessary. (The same goes for sys.exitfunc, #2356). -- nosy: +georg.brandl ___

[issue2476] optparse docs should mention %default being new in 2.4

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

[issue2359] A Py3K warning for array.array.{read,write} is needed

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

[issue2478] decimal.Decimal( 0 ).sqrt() fails

2008-03-25 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> rhettinger nosy: +rhettinger __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2478> __ __

[issue2481] locale.strxfrm does not work with Unicode strings

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

[issue2484] Cosmetic patch for warning "unused variable"

2008-03-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This seems to be already fixed in trunk. Can you confirm? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2488] Backport sys.maxsize to Python 2.6

2008-03-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: What about #1570? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2488> __ _

[issue2484] Cosmetic patch for warning "unused variable"

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

[issue2457] add --help and -h options to pdb

2008-03-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Go ahead and commit. -- resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2490] Assertion failure in datetime.strftime()

2008-03-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I cannot reproduce this with test.py with Python 2.5.1 on x86 Linux. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2490] Assertion failure in datetime.strftime()

2008-03-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, closing as out of date. -- resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2375] PYTHON3PATH environment variable to supersede PYTHONPATH for multi-Python environments

2008-03-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I even run modules compiled for Python 2.2 successfully on 2.5... -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1261390] import dynamic library bug?

2008-03-27 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue812750] OSA support for properties broken

2008-03-27 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: high -> low Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue812750> ___ Python-b

[issue2248] quit() method of SMTP instance (of smtplib) doesn't return it's result

2008-03-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added docs and committed as r61977. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2498] bdb modernized

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Go ahead and commit -- and don't forget the issue number :) -- assignee: georg.brandl -> benjamin.peterson resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> <http:/

[issue2406] Improvement suggestions for the gzip module documentation

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed patch in r61999. Thanks! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1810] AST compile() patch

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: So I finally got to this one :) I had to fix a few things, mainly error handling, and a refleak. And I found a refleak in the compiler :) Reviewed and committed in r62004. -- resolution: -> accepted status: open

[issue2503] Replace "== None/True/False" with "is"

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'm in favor of this patch. Not only is "is" faster here, but it is also way more idiomatic. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <ht

[issue2502] Add enum() example for named tuples

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed example (a * was missing) and committed as r62007. Thanks! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1919] Backport of io.py

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The bytearray branch has been merged. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1751] Fast BytesIO implementation + misc changes

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Bumping priority so that this gets reviewed before next release. -- nosy: +georg.brandl priority: normal -> critical __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1745] Backport of PEP 3102 "keyword-only arguments" to 2.6

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Bumping priority. -- keywords: +26backport priority: normal -> critical __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2327] Backport keyword-only arguments to 2.6

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: #1745 already has a patch. -- nosy: +georg.brandl resolution: -> duplicate superseder: -> Backport of PEP 3102 "keyword-only arguments" to 2.6 __ Tracker <[EMAIL PROTECTED]

[issue2327] Backport keyword-only arguments to 2.6

2008-03-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2327> __ ___ Python-b

[issue815646] thread unsafe file objects cause crash

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closed #595601 as a duplicate. -- nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue595601] file (& socket) I/O are not thread safe

2008-03-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> thread unsafe file objects cause crash Tracker <[EMAIL PROTECTED]> <http://bug

[issue1717] Get rid of more refercenes to __cmp__

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Bumping priority. -- nosy: +georg.brandl priority: normal -> critical __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1158] %f format for datetime objects

2008-03-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1158> __ __

[issue2430] Stop test_format.py from executing as side effect of import

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This seems to have been committed in r61925. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2479] Bytearray and io backport

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The branch has been merged in r61936. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1967] Backport dictviews to 2.6

2008-03-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- keywords: +26backport __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1967> __ ___ Python-bugs

[issue1967] Backport dictviews to 2.6

2008-03-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: normal -> critical __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1967> __ ___ Pyt

<    2   3   4   5   6   7   8   9   10   11   >