- 25 Jan, 2009 8 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Hirokazu Yamamoto authored
-
Benjamin Peterson authored
I changed some bytearray methods to use strings instead of unicode like bytes_repr Also, bytearray.fromhex() can take strings as well as unicode
-
Mark Dickinson authored
-
Jesse Noller authored
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
-
- 24 Jan, 2009 9 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
ValueError on some platforms as a result of the platform strtod setting errno on underflow.
-
Mark Dickinson authored
-
Martin v. Löwis authored
unreadable local symlink to "Program Files" on Vista.
-
Martin v. Löwis authored
-
Mark Dickinson authored
- fix some places where counters into ob_digit were declared as int instead of Py_ssize_t - add (twodigit) casts where necessary - fix code in _PyLong_AsByteArray that uses << on negative values
-
Martin v. Löwis authored
allow adding directories to a zipfile.
-
Kristján Valur Jónsson authored
-
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 12 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
-