- 10 Nov, 2006 4 commits
-
-
Phillip J. Eby authored
installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm). (Backport from trunk)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Two changes: Where possible, use link()/remove() to move files into a directory; this makes it easier to avoid overwriting an existing file. Use _create_carefully() to create files in tmp/, which uses O_EXCL.
-
Andrew M. Kuchling authored
-
- 09 Nov, 2006 3 commits
-
-
Walter Dörwald authored
Replace C++ comment with C comment (fixes SF bug #1593525).
-
Andrew M. Kuchling authored
Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test.
-
Martin v. Löwis authored
-
- 08 Nov, 2006 3 commits
-
-
Georg Brandl authored
"sorted". (backport from rev. 52668)
-
Georg Brandl authored
(backport from rev. 52666)
-
Martin v. Löwis authored
Fixes #1591996. Patch contributed by Neal Norwitz.
-
- 07 Nov, 2006 3 commits
-
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Ronald Oussoren authored
-
- 06 Nov, 2006 1 commit
-
-
Skip Montanaro authored
-
- 04 Nov, 2006 2 commits
-
-
Neal Norwitz authored
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
-
Martin v. Löwis authored
bdist_rpm
-
- 02 Nov, 2006 2 commits
-
-
Thomas Heller authored
Fixes #1557890. Backported from trunk.
-
Thomas Heller authored
section with a link to the tutorial sections. Backported from trunk.
-
- 29 Oct, 2006 9 commits
-
-
Neal Norwitz authored
-
Georg Brandl authored
the tuple isn't used as the "exception arguments tuple". (backport from rev. 52535)
-
Georg Brandl authored
(backport from rev. 52532)
-
Georg Brandl authored
-
Georg Brandl authored
(backport from rev. 52529)
-
Georg Brandl authored
(backport from rev. 52527)
-
Georg Brandl authored
GNU modes. (backport from rev. 52524)
-
Georg Brandl authored
subprocess. (backport from rev. 52522)
-
Georg Brandl authored
fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513). (backport from rev. 52517)
-
- 28 Oct, 2006 8 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
-
Neal Norwitz authored
Prevent crash if alloc of garbage fails. Found by Typo.pl.
-
Neal Norwitz authored
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 authored
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 authored
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 authored
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 authored
(backport from rev. 52497)
-
- 27 Oct, 2006 5 commits
-
-
Georg Brandl authored
(backport from rev. 52488)
-
Thomas Heller authored
not the posix error code; with test. Fixes #1576174. Backported from trunk, revision 52485.
-
Andrew M. Kuchling authored
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 authored
[Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error
-
Andrew M. Kuchling authored
-