- 23 Haz, 2012 12 kayıt (commit)
-
-
Brian Curtin yazdı
-
Larry Hastings yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Antoine Pitrou yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 22 Haz, 2012 28 kayıt (commit)
-
-
Larry Hastings yazdı
Many functions now support "dir_fd" and "follow_symlinks" parameters; some also support accepting an open file descriptor in place of of a path string. Added os.support_* collections as LBYL helpers. Removed many functions only previously seen in 3.3 alpha releases (often starting with "f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka; implemented by Larry Hastings.
-
Antoine Pitrou yazdı
-
Stefan Krah yazdı
-
Larry Hastings yazdı
Patch by Yury Selivanov.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
-
Alexander Belopolsky yazdı
-
Antoine Pitrou yazdı
-
Alexander Belopolsky yazdı
-
Larry Hastings yazdı
Mostly documentation changes; the code changes are clarifications, not semantic changes.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. The str() of a SSLError is also enhanced accordingly. NOTE: this commit creates a reference leak. The leak seems tied to the use of PyType_FromSpec() to create the SSLError type. The leak is on the type object when it is instantiated: >>> e = ssl.SSLError() >>> sys.getrefcount(ssl.SSLError) 35 >>> e = ssl.SSLError() >>> sys.getrefcount(ssl.SSLError) 36 >>> e = ssl.SSLError() >>> sys.getrefcount(ssl.SSLError) 37
-
David Malcolm yazdı
-
Kristjan Valur Jonsson yazdı
not contested, similar to what _thread.RLock already has.
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Jesus Cea yazdı
-
Alexander Belopolsky yazdı
timezone instance corresponding to the system local timezone when called with no arguments.
-