- 05 Feb, 2011 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 04 Feb, 2011 3 commits
-
-
Brett Cannon authored
would lead to a decref of a NULL. Fixes issue #11110.
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
- 03 Feb, 2011 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Feb, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 01 Feb, 2011 3 commits
-
-
Raymond Hettinger authored
If tested as '__main__' instead 'decimal', the tracebacks would abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests. (Reviewed by Antoine.)
-
Antoine Pitrou authored
-
Eric Smith authored
-
- 31 Jan, 2011 9 commits
-
-
Antoine Pitrou authored
Patch by Stan Mihai. Ok'ed by Georg.
-
Brian Curtin authored
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Revert r88272 -- the examples are more readable with spacing. Add todos for difflib and logging.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
- 30 Jan, 2011 14 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Patch by Ron Adam, reviewed by Eric Araujo.
-
Raymond Hettinger authored
-
Georg Brandl authored
Original patch by Brian Curtin, reviewed by me.
-
Raymond Hettinger authored
-
R. David Murray authored
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 authored
-
Nick Coghlan authored
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 authored
-
Raymond Hettinger authored
Link to OS X build instructions. Add back issue references for datetime.
-