- 18 Ock, 2009 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Jesse Noller yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 17 Ock, 2009 7 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
always try to read the "zip64 end of directory structure".
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
+ fix a declaration to make it match the one in pythonrun.h
-
Amaury Forgeot d'Arc yazdı
compare slots by address, not by name.
-
Amaury Forgeot d'Arc yazdı
with other applications. Reviewed by Martin, will backport to 2.6 and 3.0
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 16 Ock, 2009 2 kayıt (commit)
-
-
Thomas Heller yazdı
pasted and changed afterwards.
-
Benjamin Peterson yazdı
-
- 15 Ock, 2009 9 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor.
-
Kristján Valur Jónsson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Kristján Valur Jónsson yazdı
For datetime, gentoo didn't seem to mind the %e format for strftime. So, we just excercise those instead making sure that we don't crash. For test_os, two cases were incorrect.
-
- 14 Ock, 2009 4 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Also, explicitly connect to the IPV4 address. On windows platforms supporting AF_INET6, the SocketProxy would connect using socket.create_connection('localhost', port) which would cycle through all address families and try to connect. It would try connecting using AF_INET6 first and this would cause a delay of up to a second.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 13 Ock, 2009 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
e.g. a __slots__ attribute which has not been set.
-
Amaury Forgeot d'Arc yazdı
("windows sprintf", different than swprintf) Needed for the windows CE port.
-
Antoine Pitrou yazdı
to str, bytes and bytearray could be optimized away by the compiler, letting the interpreter segfault instead of raising an error.
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Thomas Heller yazdı
-
Andrew M. Kuchling yazdı
-
Armin Ronacher yazdı
-
Raymond Hettinger yazdı
Needs to be backported to 2.6 and forward ported to 3.0 and 3.1.
-