- 30 Jan, 2011 10 commits
-
-
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 8 commits
-
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
conversion. (Patch reviewed by David Murray.)
-
- 26 Jan, 2011 7 commits
-
-
Antoine Pitrou authored
Found by Nadeem Vawda, reviewed by Brett.
-
R. David Murray authored
Bug discovery and initial patch by Victor Stinner.
-
Raymond Hettinger authored
keyword-only argument. The preceding positional argument was deprecated, so it made no sense to add filter as a positional argument. (Patch reviewed by Brian Curtin and Anthony Long.)
-
Raymond Hettinger authored
-
R. David Murray authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
- 25 Jan, 2011 1 commit
-
-
Victor Stinner authored
Parser => BytesParser
-