- 07 Jan, 2011 15 commits
-
-
Antoine Pitrou authored
non-Python managed memory while it is being modified by another thread. Patch by Matt Bandy.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
function will now format any year when time.accept2dyear is false and will accept years >= 1000 otherwise. The year range accepted by time.mktime and time.strftime is still system dependent, but time.mktime will now accept full range supported by the OS. Conversion of 2-digit years to 4-digit is deprecated.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
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 1 commit
-
-
Victor Stinner authored
That's why I prefer a single instruction per line :-)
-