- 27 Jan, 2011 5 commits
-
-
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 15 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
-
R. David Murray authored
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 authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-