- 29 Eyl, 2010 7 kayıt (commit)
-
-
Victor Stinner yazdı
It simplifies the code and prepare the surrogates support.
-
Victor Stinner yazdı
Don't truncate path if it is too long anymore, and allocate fewer memory (but allocate it on the heap, not on the stack).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use the same behaviour than Python 2.7.
-
Victor Stinner yazdı
lines variable was not set on IOError
-
R. David Murray yazdı
-
R. David Murray yazdı
Patch by Sandro Tosi.
-
- 28 Eyl, 2010 18 kayıt (commit)
-
-
Antoine Pitrou yazdı
of the concrete objects layer, while the buffer protocol is part of the abstract objects layer.
-
Antoine Pitrou yazdı
instead.
-
Antoine Pitrou yazdı
-
R. David Murray yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
retry the select() loop instead of bailing out. This is because select() can incorrectly report a socket as ready for reading (for example, if it received some data with an invalid checksum).
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Antoine Pitrou yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
on MacOSX. Patch by Sylvain Mora, issue #9701.
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Mark Dickinson yazdı
-
Hirokazu Yamamoto yazdı
-
- 27 Eyl, 2010 7 kayıt (commit)
-
-
Brett Cannon yazdı
people towards importlib.import_module(). Closes issue #7397.
-
Brian Curtin yazdı
DeleteKeyEx, and OpenKeyEx. Note that CKE and DKE are new functions for 3.2 so I didn't give them a versionchanged because of the existing versionadded. OpenKeyEx already existed so it gets a versionchanged tag.
-
Antoine Pitrou yazdı
received. Now sendall() properly calls signal handlers if necessary, and retries sending if these returned successfully, including on sockets with a timeout.
-
Alexander Belopolsky yazdı
- Eliminated code repetition between run and runctx; - Removed redundant calls to dict.key; - Removed unused "blabbed" attribute; - Simplified the loop in write_results_file().
-
Vinay Sajip yazdı
-
Kristján Valur Jónsson yazdı
Add a Py_SetPath api to override magic path computations when starting up python.
-
Senthil Kumaran yazdı
been added. This helps in accidental overwritting of User-Agent header to default value. To preserve the old behavior, only headers not in unredirected headers will be updated.
-
- 26 Eyl, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Guilherme.
-
Vinay Sajip yazdı
-
- 25 Eyl, 2010 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-