- 27 Ara, 2012 5 kayıt (commit)
-
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python, the conversion needs to be made from an *unsigned* long (k instead of i) to match the DWORD type.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Brian Curtin yazdı
This fixes a ValueError seen in winreg.SetValueEx when passed long winreg.REG_DWORD values that should be supported by the underlying API.
-
Hynek Schlawack yazdı
Mostly about symlinks and str/unicode behavior. Patch by Serhiy Storchaka.
-
- 26 Ara, 2012 2 kayıt (commit)
-
-
Jesus Cea yazdı
-
Senthil Kumaran yazdı
-
- 25 Ara, 2012 8 kayıt (commit)
-
-
Chris Jerdonek yazdı
This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
-
Kristján Valur Jónsson yazdı
-
Andrew Svetlov yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Kristján Valur Jónsson yazdı
Fix line buffering of socket._fileobject
-
Ezio Melotti yazdı
#16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args.
-
Ezio Melotti yazdı
-
- 24 Ara, 2012 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Andrew Svetlov yazdı
-
Mark Dickinson yazdı
-
Andrew Svetlov yazdı
Patch Serhiy Storchaka.
-
- 23 Ara, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Anton Kasyanov.
-
Senthil Kumaran yazdı
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
-
Andrew Svetlov yazdı
Patch by Chris Jerdonek.
-
- 22 Ara, 2012 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 21 Ara, 2012 1 kayıt (commit)
-
-
Kristjan Valur Jonsson yazdı
-
- 20 Ara, 2012 3 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 17 Ara, 2012 5 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Giampaolo Rodola yazdı
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
-
Andrew Svetlov yazdı
-
Brian Curtin yazdı
Patch by Ashish Nitin Patil.
-
- 16 Ara, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
-
Hynek Schlawack yazdı
Patch by Sebastian Kreft.
-
- 15 Ara, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. Patch by Eran Rundstein.
-