- 29 Jan, 2011 2 commits
-
-
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 13 commits
-
-
Victor Stinner authored
Parser => BytesParser
-
Raymond Hettinger authored
(Reviewed by Georg Brandl.) Also made similar changes to deque.reverse() though this wasn't strictly necessary (the edge case cannot occur with two pointers moving to meet in the middle). Making the change in reverse() was more a matter of future-proofing.
-
Brett Cannon authored
run with tracing turned on.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Benjamin Peterson authored
-
- 24 Jan, 2011 7 commits
-
-
Raymond Hettinger authored
-
Ned Deily authored
with non-ASCII characters in their path names. (with approval of release manager for 3.2rc2)
-
Terry Reedy authored
-
Steven Bethard authored
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker.
-
Terry Reedy authored
-
Georg Brandl authored
-
Georg Brandl authored
-