- 29 Oct, 2006 9 commits
-
-
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 16 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
-
Andrew M. Kuchling authored
base64.encodestring() for encoding authentication data. encodestring() can include newlines for very long input, which produced broken HTTP headers.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules
-
Andrew M. Kuchling authored
[Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. Backport candidate. Though it's an API change, this is a pretty obscure portion of the API.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-