- 03 Jan, 2011 6 commits
-
-
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 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.
-
Georg Brandl authored
-
Terry Reedy authored
-
Terry Reedy authored
-
- 31 Dec, 2010 4 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
R. David Murray authored
Patch by John Chandler.
-
- 30 Dec, 2010 7 commits
-
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095).
-
Georg Brandl authored
-
Georg Brandl authored
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
-
Georg Brandl authored
-
Georg Brandl authored
More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content.
-