- 28 Ock, 2010 4 kayıt (commit)
-
-
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ı
-
- 22 Ock, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
in issue 7743).
-
Ezio Melotti yazdı
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.
-
Mark Dickinson yazdı
-