- 05 Şub, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 04 Şub, 2011 3 kayıt (commit)
-
-
Brett Cannon yazdı
would lead to a decref of a NULL. Fixes issue #11110.
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
- 03 Şub, 2011 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 02 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Şub, 2011 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
If tested as '__main__' instead 'decimal', the tracebacks would abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests. (Reviewed by Antoine.)
-
Antoine Pitrou yazdı
-
Eric Smith yazdı
-
- 31 Ock, 2011 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Stan Mihai. Ok'ed by Georg.
-
Brian Curtin yazdı
-
Alexander Belopolsky yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Revert r88272 -- the examples are more readable with spacing. Add todos for difflib and logging.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 30 Ock, 2011 15 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Patch by Ron Adam, reviewed by Eric Araujo.
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
Original patch by Brian Curtin, reviewed by me.
-
Raymond Hettinger yazdı
-
R. David Murray yazdı
Although this patch contains API changes and is rather weighty for an RC phase, the mailbox module was essentially unusable without the patch since it would produce UnicodeErrors when handling non-ascii input at arbitrary and somewhat mysterious places, and any non-trivial amount of email processing will encounter messages with non-ascii bytes. The release manager approved the patch application. The changes allow binary input, and reject non-ASCII string input early with a useful message instead of failing mysteriously later. Binary is used internally for reading and writing the mailbox files. StringIO and Text file input are deprecated. Initial patch by Victor Stinner, validated and expanded by R. David Murray.
-
Raymond Hettinger yazdı
-
Nick Coghlan yazdı
Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Link to OS X build instructions. Add back issue references for datetime.
-
Raymond Hettinger yazdı
-
- 29 Ock, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
Initial patch by Kelsey Hightower. Approved by Raymond. A test was non-trivial to write without calling the private function directly, so we moved that for later.
-
Alexander Belopolsky yazdı
-
Ned Deily yazdı
commands. (with release manager approval for 3.2rc2)
-