- 04 Jan, 2011 14 commits
-
-
Alexander Belopolsky authored
and ctime functions. The year range for time.asctime is now 1900 through maxint. The range for time.ctime is the same as for time.localtime. The string produced by these functions is longer than 24 characters when year is greater than 9999.
-
Vinay Sajip authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Return msgbug on error is enough.
-
Victor Stinner authored
Don't need to handle unknown destructor anymore.
-
Victor Stinner authored
raising a ValueError, to fix repr().
-
Victor Stinner authored
the input buffer length doesn't fit into an unsigned int (length bigger than 2^32-1 bytes).
-
Victor Stinner authored
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1).
-
Victor Stinner authored
length to 2^31-1 on Windows.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
Python 2.2.
-
- 03 Jan, 2011 26 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
-