- 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ı
-
- 24 Ock, 2011 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Ned Deily yazdı
with non-ASCII characters in their path names. (with approval of release manager for 3.2rc2)
-
Terry Reedy yazdı
-
Steven Bethard yazdı
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker.
-
Terry Reedy yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
R. David Murray yazdı
Original patch by Michal Nowikowski, with some additions and wording fixes by me. I changed the wording from 'Performs a stat system call' to 'Performs the equivalent of a stat system call', since on Windows there are no stat/lstat system calls involved. I also extended Michal's breakout of the attributes into a list to the other paragraphs, and rearranged the order of the paragraphs in the 'stat' docs to make it flow better and put it in what I think is a more logical/useful order.
-
Raymond Hettinger yazdı
-