- 30 Ock, 2010 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77419 | benjamin.peterson | 2010-01-10 21:39:48 +0100 (So, 10 Jan 2010) | 1 line enclose path in quotes to handle paths with spaces correctly #7666 ........ r77435 | alexandre.vassalotti | 2010-01-12 01:36:54 +0100 (Di, 12 Jan 2010) | 2 lines Issue #1967: Add fixer for dictionary views. ........
-
Mark Dickinson yazdı
long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen.
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
- 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 3 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.
-