- 15 Agu, 2010 11 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
Victor Stinner yazdı
-
Mark Dickinson yazdı
-
Victor Stinner yazdı
encoding and surrogateescape error handler. Patch written by David Watson. Reindent also posix_getlogin(), and fix a typo in the NEWS file.
-
Victor Stinner yazdı
encoding and surrogateescape error handler. Patch written by David Watson.
-
Victor Stinner yazdı
using the filesystem encoding and surrogateescape error handler. Patch written by David Watson.
-
Raymond Hettinger yazdı
-
Senthil Kumaran yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 14 Agu, 2010 29 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Store builtins in cell variables to speed-up the common path, reducing the chance of a lock needing to block at all.
-
Raymond Hettinger yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Victor Stinner yazdı
-
Florent Xicluna yazdı
-
Victor Stinner yazdı
Call _wfopen() on Windows, or fopen() otherwise. Return the new file object on success, or NULL if the file cannot be open or (if PyErr_Occurred()) on unicode error.
-
Florent Xicluna yazdı
-
Victor Stinner yazdı
-
Florent Xicluna yazdı
-
Giampaolo Rodolà yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
ssl.get_server_certificate()).
-
Antoine Pitrou yazdı
when the remote server doesn't answer.
-
Georg Brandl yazdı
-
Florent Xicluna yazdı
------------------------------------------------------------------------ r79925 | nick.coghlan | 2010-04-10 16:24:36 +0200 (sam. 10 avril 2010) Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) ------------------------------------------------------------------------
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use stat() or _wstat() depending on the OS.
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-