- 25 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Tem, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56451)
-
- 14 Tem, 2007 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
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 yazdı
-
Georg Brandl yazdı
(backport from rev. 56366)
-
Georg Brandl yazdı
(backport from rev. 56364)
-
Raymond Hettinger yazdı
-
- 13 Tem, 2007 5 kayıt (commit)
-
-
Barry Warsaw yazdı
[ 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 yazdı
Py_DECREF'd.
-
Thomas Heller yazdı
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
of c_char_p and c_wchar_p has changed as a sideeffect.
-
- 12 Tem, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
Python tutorial. (backport from rev. 56306)
-
Georg Brandl yazdı
(backport from rev. 56302)
-
Georg Brandl yazdı
with %G. (backport from rev. 56298)
-
Georg Brandl yazdı
(backport from rev. 56296)
-
Georg Brandl yazdı
without handler. (backport from rev. 56293)
-
- 11 Tem, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56280)
-
- 09 Tem, 2007 3 kayıt (commit)
-
-
Ronald Oussoren yazdı
when a users install GNU libtool early in his PATH
-
Ronald Oussoren yazdı
Backport of 56204.
-
Ronald Oussoren yazdı
console object, avoid crashing in that case.
-
- 02 Tem, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56143)
-
- 01 Tem, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56137)
-
- 30 Haz, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56129)
-
- 27 Haz, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56091)
-
- 25 Haz, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56084)
-
- 19 Haz, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56040)
-
Georg Brandl yazdı
(backport from rev. 56038)
-
- 17 Haz, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 16 Haz, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 56006)
-
- 15 Haz, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
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 Haz, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Haz, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Haz, 2007 4 kayıt (commit)
-
-
Neal Norwitz yazdı
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix a bug when there was a newline in the string expandtabs was called on. This also catches another condition that can overflow.
-
Neal Norwitz yazdı
Prevent these tests from running on Win64 since they don't apply there either
-
- 09 Haz, 2007 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
a large width is passed on 32-bit platforms. Found by Google. It would be good for people to review this especially carefully and verify I don't have an off by one error and there is no other way to cause overflow.
-