- 29 Oct, 2006 20 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
the tuple isn't used as the "exception arguments tuple".
-
Neal Norwitz authored
Move assembler structure next to assembler code to make it easier to move it to a separate file.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
GNU modes.
-
Georg Brandl authored
subprocess.
-
Georg Brandl authored
-
Georg Brandl authored
list comprehensions as the builtin compiler, using the LIST_APPEND opcode.
-
Georg Brandl authored
-
Georg Brandl authored
fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513).
-
- 28 Oct, 2006 15 commits
-
-
Neal Norwitz authored
Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
Will backport.
-
Neal Norwitz authored
Will backport.
-
Neal Norwitz authored
It seems like this should be a different error than SystemError, but I don't have any great ideas and SystemError was raised in 2.4 and earlier. Will backport.
-
Neal Norwitz authored
it's held (even by the current thread). Will backport.
-
Neal Norwitz authored
loops are, um, infinite. These conditions should not be able to happen. Will backport.
-
Neal Norwitz authored
some warnings from Klokwork. They verify the assumptions of the format of svn version output. The assert in the thread module helped debug a problem on HP-UX.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
I tried to enclose all tests which must be run at the toplevel (instead of inside a method) in exec statements.
-
Walter Dörwald authored
-
- 27 Oct, 2006 5 commits
-
-
Georg Brandl authored
-
Thomas Heller authored
tests. Will backport to release25-maint.
-
Thomas Heller authored
not the posix error code; with test. Fixes #1576174. Will backport to release25-maint.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-