- 23 Kas, 2013 26 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
certificates from default stores or system stores. By default the method loads CA certs for authentication of server certs.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
tracemalloc.start() now has an option nframe parameter
-
Victor Stinner yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
The patch removes the verify_flags feature on Mac OS X 10.4 with OpenSSL 0.9.7l 28 Sep 2006.
-
Ned Deily yazdı
-
Ned Deily yazdı
XZ 5.0.3 -> 5.0.5 SQLite 3.7.13 -> 3.8.1
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Nick Coghlan yazdı
The codecs themselves were restored in Python 3.2, this completes the restoration by adding back the convenience aliases. These aliases were originally left out due to confusing errors when attempting to use them with the text encoding specific convenience methods. Python 3.4 includes several improvements to those errors, thus permitting the aliases to be restored as well.
-
Antoine Pitrou yazdı
Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround (issue #19715)
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 22 Kas, 2013 14 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Andrew Kuchling yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
in test_pathlib. Purposefully designed to work from a specified directory in case multiple file systems are used on the system.
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Andrew Kuchling yazdı
Only possibly-controversial change: joinpath() was described as: "Calling this method is equivalent to indexing the path with each of the *other* arguments in turn." 'Indexing' is an odd word to use, because you can't subscript Path or PurePath objects, so I changed it to "combining".
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-