- 19 Jan, 2009 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
Kristján Valur Jónsson authored
Let os.ftruncate raise OSError like documented.
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
- 18 Jan, 2009 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
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.
-