- 03 May, 2006 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
guillemets; no need for magic here
-
Fred Drake yazdı
- use UTF-8 output - not mess with the >>> prompt!
-
Fred Drake yazdı
-
- 02 May, 2006 12 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
experiencing. (This code and mailbox.py itself are full of calls to file() that should be calls to open() -- but I'm not fixing those.)
-
Armin Rigo yazdı
caller becomes the owner of that reference).
-
Guido van Rossum yazdı
discussion. There are two places of documentation that still mention __context__: Doc/lib/libstdtypes.tex -- I wasn't quite sure how to rewrite that without spending a whole lot of time thinking about it; and whatsnew, which Andrew usually likes to change himself.
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Vinay Sajip yazdı
Replaced my dumb way of calculating seconds to midnight with Tim Peters' much more sensible suggestion. What was I thinking ?!?
-
Neal Norwitz yazdı
The problem was that pyconfig.h was being included before some system headers which caused redefinitions and other breakage. This moves system headers after expat_config.h which includes pyconfig.h.
-
Fred Drake yazdı
weakref.WeakKeyDictionary and weakref.WeakValueDictionary
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 01 May, 2006 12 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Gerhard Häring yazdı
quite some content to move over from the pysqlite manual, but it's a start now.
-
Andrew M. Kuchling yazdı
Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren()
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
- markup adjustments (there is clearly much to be done in this section)
-
Barry Warsaw yazdı
Patch #1464708 from William McVey: fixed handling of nested comments in mail addresses. E.g. "Foo ((Foo Bar)) <foo@example.com>" Fixes for both rfc822.py and email package. This patch needs to be back ported to Python 2.3 for email 2.5.
-
- 30 Nis, 2006 10 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
UNIX platforms.
-
Georg Brandl yazdı
Fix another problem in inspect: if the module for an object cannot be found, don't try to give its __dict__ to linecache.
-
Phillip J. Eby yazdı
-
Georg Brandl yazdı
On the way, add a decorator to test_support to facilitate running single test functions in different locales with automatic cleanup.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-