- 23 Jan, 2007 5 commits
-
-
Brett Cannon authored
Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported.
-
Martin v. Löwis authored
frame's thread state. Fixes #1579370. Will backport.
-
Thomas Wouters authored
-
Thomas Wouters authored
When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....)
-
Lars Gustäbel authored
directories.
-
- 22 Jan, 2007 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
- 21 Jan, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
types.
-
Martin v. Löwis authored
-
- 20 Jan, 2007 5 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Martin v. Löwis authored
Add /GS- for AMD64 and Itanium builds where missing.
-
- 19 Jan, 2007 4 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport.
-
Neal Norwitz authored
-
- 18 Jan, 2007 3 commits
-
-
Neal Norwitz authored
doesn't support the same funcationality as on Unix. I'm not sure if this fix is the best (or if it will even work)--it's a test to see if the buildbots start passing again. It might be better to not even run this test if it's windows (or non-posix).
-
Fred Drake authored
-
Neal Norwitz authored
Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode
-
- 17 Jan, 2007 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
[Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them
-
Thomas Heller authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 16 Jan, 2007 3 commits
-
-
Sjoerd Mullender authored
variables with nothing. Also added tests. This fixes bug #494589.
-
Marc-André Lemburg authored
-
Vinay Sajip authored
-
- 15 Jan, 2007 2 commits
-
-
Brett Cannon authored
directive that is not documented that strptime will as well.
-
Guido van Rossum authored
-
- 14 Jan, 2007 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Guido van Rossum authored
return negative numbers, per the underlying C implementation.
-
Ka-Ping Yee authored
the relevant class instead of documentation on <type 'instance'>).
-