- 02 May, 2006 5 commits
-
-
Vinay Sajip authored
Replaced my dumb way of calculating seconds to midnight with Tim Peters' much more sensible suggestion. What was I thinking ?!?
-
Neal Norwitz authored
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 authored
weakref.WeakKeyDictionary and weakref.WeakValueDictionary
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 01 May, 2006 12 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Martin v. Löwis authored
in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Gerhard Häring authored
quite some content to move over from the pysqlite manual, but it's a start now.
-
Andrew M. Kuchling authored
Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren()
-
Martin v. Löwis authored
-
Fred Drake authored
- markup adjustments (there is clearly much to be done in this section)
-
Barry Warsaw authored
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 Apr, 2006 12 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
UNIX platforms.
-
Georg Brandl authored
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 authored
-
Georg Brandl authored
On the way, add a decorator to test_support to facilitate running single test functions in different locales with automatic cleanup.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
George Yoshida authored
-
Andrew M. Kuchling authored
-
- 29 Apr, 2006 8 commits
-
-
Gerhard Häring authored
find a better place for the link to it than alongside bsddb & friends.
-
Brett Cannon authored
-
Martin v. Löwis authored
add expat_config.h.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Ronald Oussoren authored
-
George Yoshida authored
-
- 28 Apr, 2006 3 commits
-
-
Georg Brandl authored
possibly "rounding up" to the next whole second.
-
Thomas Heller authored
-
Georg Brandl authored
since this value is used to name the build directory.
-