- 20 Jan, 2009 13 commits
-
-
Vinay Sajip authored
Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly.
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
That assures that IDLE's help always points to the correct version and the latest update with all bug fixes.
-
Raymond Hettinger authored
with manually specified, conflicting names. Before: http://docs.python.org/dev/library/collections.html#id1 After: http://docs.python.org/dev/library/collections.html#counter-objects
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Constructor and update() support keyword args (like their dict counterparts). * The 'del' statement no longer raises KeyError for missing values. * Add multiset operations: __add__, __sub__, __and__, __or__.
-
Jesse Noller authored
-
- 19 Jan, 2009 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
Kristján Valur Jónsson authored
Let os.ftruncate raise OSError like documented.
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
- 18 Jan, 2009 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
issue 4293: make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads. Lower the thread count to 16.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Jesse Noller authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 17 Jan, 2009 1 commit
-
-
Amaury Forgeot d'Arc authored
always try to read the "zip64 end of directory structure".
-