- 07 Jan, 2011 5 commits
-
-
Victor Stinner authored
On Windows, set the binary mode on stdin, stdout, stderr and all io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python parser translates newlines (\r\n => \n).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
- 06 Jan, 2011 24 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Alexander Belopolsky authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
see #10181.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
on an existing file. (this does not seem to be easily testable)
-
Antoine Pitrou authored
the application. Initial patch by Clovis Fabricio.
-
David Malcolm authored
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC support now looks for "__powerpc__" as well as "__ppc__": the latter seems to only be present on OS X; the former is the correct one for Linux with GCC.
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
-
Georg Brandl authored
-
Antoine Pitrou authored
Björn Lindqvist.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
And not the compilation (if the input is a string).
-
- 05 Jan, 2011 11 commits
-
-
Victor Stinner authored
That's why I prefer a single instruction per line :-)
-
Victor Stinner authored
Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda.
-
Victor Stinner authored
Fix a ResourceWarning(unclosed socket) if an exception is raised in the constructor after the creation of the socket. Patch written by Nadeem Vawda.
-
Alexander Belopolsky authored
- removed unnecessary struct_time to tuple conversion - added more unit tests (See issue #10827 for discussion.)
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
socket is now always non-blocking, regardless of the operating system.
-