- 16 Ock, 2012 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Terry Jan Reedy yazdı
Patch by Roger Serwy.
-
Terry Jan Reedy yazdı
Patch by Roger Serwy.
-
- 14 Ock, 2012 35 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
to a single #define instead of having several copies in several files. This excludes the Modules/ tree (datetime and expat both have a copy for their own purposes with no need for it to be the same).
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
This copy also had a bug in it, it fails to incorporate the length into the hash by using it as the loop variable so it'll always be -1 by the time it is XORed in. As such: I'm doing this only in Python 3.3 and not backporting as it would change the existing hash behavior of datetime objects.
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Martin v. Löwis yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
Patch by Erno Tukia.
-
Meador Inge yazdı
Patch by Erno Tukia.
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
-
Senthil Kumaran yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test.
-
Nick Coghlan yazdı
Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 patch, and make the private CallMethod variants consistent with the public one
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-