- 24 Jan, 2009 1 commit
-
-
Andrew M. Kuchling authored
-
- 23 Jan, 2009 1 commit
-
-
Jesse Noller authored
-
- 22 Jan, 2009 4 commits
-
-
Jesse Noller authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 21 Jan, 2009 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jesse Noller authored
-
Antoine Pitrou authored
do an explicit seek to the end of file (so that e.g. tell() returns the file size rather than 0). This is consistent with the behaviour of the traditional 2.x file object.
-
- 20 Jan, 2009 14 commits
-
-
Raymond Hettinger authored
-
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 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-