- 29 Ock, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
-
Mark Dickinson yazdı
step value. Patch by Marcin Bachry.
-
- 28 Ock, 2010 5 kayıt (commit)
-
-
R. David Murray yazdı
callable to include the repr of the invalid object.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
- 27 Ock, 2010 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
: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 yazdı
-
Jesse Noller yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
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 Ock, 2010 4 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
-
- 25 Ock, 2010 7 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Facundo Batista yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 Ock, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Tarek Ziadé yazdı
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
-
- 23 Ock, 2010 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
-
Mark Dickinson yazdı
this fixes the first bug described in issue #7743.
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-