- 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 15 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.
-
Raymond Hettinger authored
-
- 29 Jan, 2011 11 commits
-
-
Éric Araujo authored
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 authored
-
Ned Deily authored
commands. (with release manager approval for 3.2rc2)
-
Ned Deily authored
the system-provided Python. Also, properly guard a new Python 3 only installer build step so that build-installer.py can stay compatible with the 2.7 version. (with release manager approval for 3.2rc2)
-
Ned Deily authored
preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2)
-
Ned Deily authored
menu accelerators for Open Module, Go to Line, and New Indent Width. The accelerators still work but no longer appear in the menu items.
-
Alexander Belopolsky authored
for the report and the patch. Reviewed by Georg Brandl.
-
Giampaolo Rodolà authored
-
Victor Stinner authored
Patch reviewed by Antoine Pitrou, okayed by Georg Brandl.
-
Eric Smith authored
Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. Originial patch by haypo, reviewed by me, okayed by Georg.
-
Raymond Hettinger authored
Add bullet list and reference to documentation section.
-
- 28 Jan, 2011 3 commits
-
-
Eric Smith authored
Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required.
-
Michael Foord authored
Minor internal change to unittest.TestCase.assertCountEqual Reviewed by R. David Murray
-
Łukasz Langa authored
-
- 27 Jan, 2011 2 commits
-
-
Raymond Hettinger authored
-
Vinay Sajip authored
-