- 18 Jan, 2009 11 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
issue 4293: make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads. Lower the thread count to 16.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Jesse Noller authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 17 Jan, 2009 7 commits
-
-
Amaury Forgeot d'Arc authored
always try to read the "zip64 end of directory structure".
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
+ fix a declaration to make it match the one in pythonrun.h
-
Amaury Forgeot d'Arc authored
compare slots by address, not by name.
-
Amaury Forgeot d'Arc authored
with other applications. Reviewed by Martin, will backport to 2.6 and 3.0
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 16 Jan, 2009 2 commits
-
-
Thomas Heller authored
pasted and changed afterwards.
-
Benjamin Peterson authored
-
- 15 Jan, 2009 9 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
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 authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Kristján Valur Jónsson authored
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 Jan, 2009 4 commits
-
-
Kristján Valur Jónsson authored
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 authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 13 Jan, 2009 7 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
e.g. a __slots__ attribute which has not been set.
-
Amaury Forgeot d'Arc authored
("windows sprintf", different than swprintf) Needed for the windows CE port.
-
Antoine Pitrou authored
to str, bytes and bytearray could be optimized away by the compiler, letting the interpreter segfault instead of raising an error.
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-