- 04 Jan, 2011 4 commits
-
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
Python 2.2.
-
- 03 Jan, 2011 32 commits
-
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
needed to be reinitialized after fork(). Adds tests to confirm that they are and that a potential deadlock and crasher bug are fixed (platform dependant).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
in whole runs and enabled selectively using `--header` when running an explicit list of tests. Original patch by Collin Winter.
-
Michael Foord authored
-
Antoine Pitrou authored
the configure script but use $GREP instead. Patch by Fabian Groffen.
-
Antoine Pitrou authored
file descriptors (0, 1, 2) are closed in the parent process. Initial patch by Ross Lagerwall.
-
Éric Araujo authored
-
Michael Foord authored
Changed unittestgui to show number of discovered tests in the status bar.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Use a context manager to close immediatly the socket on error.
-
Michael Foord authored
-
Victor Stinner authored
Fix ResourceWarning(unclosed socket) warnings. Patch written by Nadeem Vawda.
-
Victor Stinner authored
Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda.
-
Victor Stinner authored
Patch written by Nadeem Vawda
-
Victor Stinner authored
Fix a ResourceWarning(unclosed socket).
-
Victor Stinner authored
-
Michael Foord authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Brian Quinlan authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Amaury Forgeot d'Arc authored
use time_t instead of int. This gives support for dates after 2038, at least when compiled with VS2003 or later, where time_t is 64bit.
-
Martin v. Löwis authored
too few POSIX semaphores.
-
- 02 Jan, 2011 4 commits
-
-
Georg Brandl authored
* In asctime and ctime, properly remove the newline if the year has more than four digits * Consistent error message for both functions * Fix the test comments and add a check for the removed newline
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-