- 06 Kas, 2006 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 04 Kas, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
-
Martin v. Löwis yazdı
bdist_rpm
-
- 02 Kas, 2006 2 kayıt (commit)
-
-
Thomas Heller yazdı
Fixes #1557890. Backported from trunk.
-
Thomas Heller yazdı
section with a link to the tutorial sections. Backported from trunk.
-
- 29 Eki, 2006 9 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
the tuple isn't used as the "exception arguments tuple". (backport from rev. 52535)
-
Georg Brandl yazdı
(backport from rev. 52532)
-
Georg Brandl yazdı
-
Georg Brandl yazdı
(backport from rev. 52529)
-
Georg Brandl yazdı
(backport from rev. 52527)
-
Georg Brandl yazdı
GNU modes. (backport from rev. 52524)
-
Georg Brandl yazdı
subprocess. (backport from rev. 52522)
-
Georg Brandl yazdı
fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513). (backport from rev. 52517)
-
- 28 Eki, 2006 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
-
Neal Norwitz yazdı
Prevent crash if alloc of garbage fails. Found by Typo.pl.
-
Neal Norwitz yazdı
Fix bug #1565514, SystemError not raised on too many nested blocks. 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.
-
Neal Norwitz yazdı
Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if it's held (even by the current thread).
-
Neal Norwitz yazdı
Fix warnings with HP's C compiler. It doesn't recognize that infinite loops are, um, infinite. These conditions should not be able to happen.
-
Neal Norwitz yazdı
Add some asserts. In sysmodule, I think these were to try to silence 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 yazdı
(backport from rev. 52497)
-
- 27 Eki, 2006 13 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 52488)
-
Thomas Heller yazdı
not the posix error code; with test. Fixes #1576174. Backported from trunk, revision 52485.
-
Andrew M. Kuchling yazdı
base64.encodestring() for encoding authentication data. encodestring() can include newlines for very long input, which produced broken HTTP headers. 2.4 backport candidate, probably.
-
Andrew M. Kuchling yazdı
[Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
[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 yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch #1549049: Rewrite type conversion in structmember. Fixes #1545696 and #1566140. The new warnings have been omitted in the backport.
-
- 26 Eki, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 24 Eki, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 52431)
-
- 22 Eki, 2006 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
for test_nis.
-
Martin v. Löwis yazdı
ctypes isn't considered as requiring executable stacks.
-
Martin v. Löwis yazdı
-