- 18 Nov, 2006 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
if an exception occurs.
-
Martin v. Löwis authored
the parent window is withdrawn. This mirrors what dialog.tcl does.
-
- 17 Nov, 2006 1 commit
-
-
Andrew M. Kuchling authored
[Backport of rev52776 from the trunk.]
-
- 16 Nov, 2006 2 commits
-
-
Georg Brandl authored
a2b_qp() function, instead leave it in the string as quopri.decode() does. (backport from rev. 52765)
-
Georg Brandl authored
(backport from rev. 52762)
-
- 15 Nov, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 52754)
-
- 12 Nov, 2006 2 commits
-
-
Martin v. Löwis authored
file name mangling.
-
Martin v. Löwis authored
-
- 11 Nov, 2006 2 commits
-
-
Georg Brandl authored
(backport from rev. 52733)
-
Georg Brandl authored
(backport from rev. 52731)
-
- 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 2 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
-