- 04 Jan, 2011 11 commits
-
-
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 29 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
-