- 25 Ock, 2009 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
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 yazdı
-
Jesse Noller yazdı
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
-
- 24 Ock, 2009 9 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
ValueError on some platforms as a result of the platform strtod setting errno on underflow.
-
Mark Dickinson yazdı
-
Martin v. Löwis yazdı
unreadable local symlink to "Program Files" on Vista.
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
- 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 yazdı
allow adding directories to a zipfile.
-
Kristján Valur Jónsson yazdı
-
Andrew M. Kuchling yazdı
-
- 23 Ock, 2009 1 kayıt (commit)
-
-
Jesse Noller yazdı
-
- 22 Ock, 2009 4 kayıt (commit)
-
-
Jesse Noller yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 21 Ock, 2009 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Jesse Noller yazdı
-
Antoine Pitrou yazdı
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 Ock, 2009 14 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly.
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
That assures that IDLE's help always points to the correct version and the latest update with all bug fixes.
-
Raymond Hettinger yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* 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 yazdı
-
- 19 Ock, 2009 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-