- 28 Oct, 2006 1 commit
-
-
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 4 commits
-
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
PyArg_ParseTuple.
-
Martin v. Löwis authored
it if it is supported.
-
- 18 Oct, 2006 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
- 17 Oct, 2006 3 commits
-
-
Thomas Heller authored
Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Will backport to release25-maint.
-
Martin v. Löwis authored
- Bug #1578513: Cross compilation was broken by a change to configure. Repair so that it's back to how it was in 2.4.3.
-
Martin v. Löwis authored
-