- 28 Oct, 2006 9 commits
-
-
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 21 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
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #1545696 and #1566140. Will backport to 2.5.
-
- 26 Oct, 2006 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 24 Oct, 2006 1 commit
-
-
Georg Brandl authored
-
- 22 Oct, 2006 5 commits
-
-
Martin v. Löwis authored
for test_nis. Will backport to 2.5.
-
Martin v. Löwis authored
ctypes isn't considered as requiring executable stacks. Will backport to 2.5.
-
Martin v. Löwis authored
Will backport to 2.5.
-
Ronald Oussoren authored
decode unicode objects and returns an unicode object when the argument is one.
-
Walter Dörwald authored
-
- 19 Oct, 2006 2 commits
-
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-