- 08 Jan, 2011 13 commits
-
-
Antoine Pitrou authored
private by renaming it to `_GeneratorContextManager`.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
comparisons that could lead to infinite recursion.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The buildbots will tell us which platform does support or not negative years.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* With Visual Studio, year have to be in [1; 9999] * Add more tests on the year field
-
Alexander Belopolsky authored
Victor Stinner for pointing this out.
-
Alexander Belopolsky authored
-
- 07 Jan, 2011 19 commits
-
-
R. David Murray authored
This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding).
-
R. David Murray authored
Before this patch if a value being encoded had an embedded newline, the line following the newline would have no leading whitespace, and the whitespace it did have was encoded into the word. Now the existing whitespace gets turned into a blank, the way it does in other header reformatting, and the _continuation_ws gets added at the beginning of the encoded line.
-
Raymond Hettinger authored
Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports).
-
Antoine Pitrou authored
-
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 8 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
-