- 03 Jan, 2011 23 commits
-
-
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 14 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
-
Antoine Pitrou authored
-
Gregory P. Smith authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Victor Stinner authored
the codec aliases. They are still accessible via codecs.lookup().
-
Antoine Pitrou authored
and DragonFly BSD. Patch by Nicolas Joly.
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Raymond Hettinger authored
Use super() instead of direct references to the dict superclass.
-
- 01 Jan, 2011 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-