- 24 Jan, 2011 6 commits
-
-
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 5 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.
-
Armin Ronacher authored
This makes the implementation of PEP 3333 compliant servers on top of BaseHTTPServer possible.
-
Victor Stinner authored
-
Victor Stinner authored
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 Jan, 2011 5 commits
-
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 20 Jan, 2011 12 commits
-
-
Antoine Pitrou authored
length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022.
-
Alexander Belopolsky authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Split codecs into a separate section. Rewrite the Unicode section.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
- 19 Jan, 2011 4 commits
-
-
Brett Cannon authored
-
Georg Brandl authored
-
Alexander Belopolsky authored
Time2Internaldate() documentation. Thanks Joe Peterson for the report and the original patch.
-
Antoine Pitrou authored
a symbol named FSTAT.
-