- 29 Ock, 2011 9 kayıt (commit)
-
-
Ned Deily yazdı
commands. (with release manager approval for 3.2rc2)
-
Ned Deily yazdı
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 yazdı
preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2)
-
Ned Deily yazdı
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 yazdı
for the report and the patch. Reviewed by Georg Brandl.
-
Giampaolo Rodolà yazdı
-
Victor Stinner yazdı
Patch reviewed by Antoine Pitrou, okayed by Georg Brandl.
-
Eric Smith yazdı
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 yazdı
Add bullet list and reference to documentation section.
-
- 28 Ock, 2011 3 kayıt (commit)
-
-
Eric Smith yazdı
Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required.
-
Michael Foord yazdı
Minor internal change to unittest.TestCase.assertCountEqual Reviewed by R. David Murray
-
Łukasz Langa yazdı
-
- 27 Ock, 2011 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
conversion. (Patch reviewed by David Murray.)
-
- 26 Ock, 2011 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
Found by Nadeem Vawda, reviewed by Brett.
-
R. David Murray yazdı
Bug discovery and initial patch by Victor Stinner.
-
Raymond Hettinger yazdı
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 yazdı
-
R. David Murray yazdı
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
-
- 25 Ock, 2011 13 kayıt (commit)
-
-
Victor Stinner yazdı
Parser => BytesParser
-
Raymond Hettinger yazdı
(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 yazdı
run with tracing turned on.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-