- 25 Jan, 2011 12 commits
-
-
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 18 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
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 23 Jan, 2011 8 commits
-
-
Brett Cannon authored
function set. Otherwise a Python fatal error about hitting an unrecoverable recursion depth gets triggered. Closes issue #10985. Code review by Georg Brandl.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
- 22 Jan, 2011 2 commits
-
-
Georg Brandl authored
#10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed!
-
Armin Ronacher authored
headers with iso-8859-1 (latin1) encoding. It was already doing that for incoming headers which makes this behaviour now consistent in both incoming and outgoing direction.
-