- 29 Jul, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 56614)
-
Georg Brandl authored
(backport from rev. 56611)
-
- 28 Jul, 2007 1 commit
-
-
Martin v. Löwis authored
represent the result in a single character.
-
- 26 Jul, 2007 2 commits
-
-
Ronald Oussoren authored
- be more strict about the build environment - update some 3th party libraries
-
Georg Brandl authored
(backport from rev. 56551)
-
- 25 Jul, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 18 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56451)
-
- 14 Jul, 2007 5 commits
-
-
Andrew M. Kuchling authored
Avoid exception if there's a stray directory inside a Maildir folder. The Maildir specification doesn't seem to say anything about this situation, and it can happen if you're keeping a Maildir mailbox in Subversion (.svn directories) or some similar system. The patch just ignores directories in the cur/, new/, tmp/ folders.
-
Andrew M. Kuchling authored
-
Georg Brandl authored
(backport from rev. 56366)
-
Georg Brandl authored
(backport from rev. 56364)
-
Raymond Hettinger authored
-
- 13 Jul, 2007 5 commits
-
-
Barry Warsaw authored
[ 1752723 ] email.message_from_string: initial line gets discarded I added a test to assert that when the first line of text passed to message_from_string() contains a leading space, the message ends up with the appropriate FirstHeaderLineIsContinuationDefect on its defects list. The bug is invalid.
-
Thomas Heller authored
Py_DECREF'd.
-
Thomas Heller authored
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
-
Thomas Heller authored
-
Thomas Heller authored
of c_char_p and c_wchar_p has changed as a sideeffect.
-
- 12 Jul, 2007 5 commits
-
-
Georg Brandl authored
Python tutorial. (backport from rev. 56306)
-
Georg Brandl authored
(backport from rev. 56302)
-
Georg Brandl authored
with %G. (backport from rev. 56298)
-
Georg Brandl authored
(backport from rev. 56296)
-
Georg Brandl authored
without handler. (backport from rev. 56293)
-
- 11 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56280)
-
- 09 Jul, 2007 3 commits
-
-
Ronald Oussoren authored
when a users install GNU libtool early in his PATH
-
Ronald Oussoren authored
Backport of 56204.
-
Ronald Oussoren authored
console object, avoid crashing in that case.
-
- 02 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56143)
-
- 01 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56137)
-
- 30 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56129)
-
- 27 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56091)
-
- 25 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56084)
-
- 19 Jun, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 56040)
-
Georg Brandl authored
(backport from rev. 56038)
-
- 17 Jun, 2007 1 commit
-
-
Neal Norwitz authored
-
- 16 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56006)
-
- 15 Jun, 2007 1 commit
-
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r55896 | thomas.heller | 2007-06-11 17:58:33 +0200 (Mo, 11 Jun 2007) | 3 lines Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" or "K" codes. ........
-
- 14 Jun, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 13 Jun, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 11 Jun, 2007 2 commits
-
-
Neal Norwitz authored
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
-
Neal Norwitz authored
-