- 30 Jan, 2010 2 commits
-
-
Victor Stinner authored
-
Martin v. Löwis authored
-
- 29 Jan, 2010 2 commits
-
-
R. David Murray authored
-
Mark Dickinson authored
step value. Patch by Marcin Bachry.
-
- 28 Jan, 2010 5 commits
-
-
R. David Murray authored
callable to include the repr of the invalid object.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 27 Jan, 2010 10 commits
-
-
Antoine Pitrou authored
:class:`zipfile.ZipExtFile` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a :class:`io.BufferedReader` object for more speedups. It also solves an issue where interleaved calls to `read()` and `readline()` give wrong results. Patch by Nir Aides.
-
Ezio Melotti authored
-
Jesse Noller authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eric Smith authored
-
Eric Smith authored
-
Eric Smith authored
-
Eric Smith authored
-
Eric Smith authored
Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type.
-
- 26 Jan, 2010 4 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Ezio Melotti authored
-
- 25 Jan, 2010 7 commits
-
-
Tarek Ziadé authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Facundo Batista authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Jan, 2010 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Tarek Ziadé authored
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
-
- 23 Jan, 2010 6 commits
-
-
Ezio Melotti authored
-
Mark Dickinson authored
dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
-
Mark Dickinson authored
this fixes the first bug described in issue #7743.
-
Tarek Ziadé authored
-
Ezio Melotti authored
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.
-
Tarek Ziadé authored
-