- 25 Ock, 2011 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-
- 24 Ock, 2011 18 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ı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 23 Ock, 2011 8 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
-
- 22 Ock, 2011 5 kayıt (commit)
-
-
Georg Brandl yazdı
#10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed!
-
Armin Ronacher yazdı
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.
-
Armin Ronacher yazdı
This makes the implementation of PEP 3333 compliant servers on top of BaseHTTPServer possible.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
zipimport uses ASCII encoding instead of cp497 to decode filenames, at bootstrap, if the codec registry is not ready yet. It is still possible to have non-ASCII filenames using the Unicode flag (UTF-8 encoding) for file entries in the ZIP file.
-
- 21 Ock, 2011 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-