- 21 Ock, 2009 4 kayıt (commit)
-
-
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 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Jesse Noller yazdı
-
Kristján Valur Jónsson yazdı
Let os.ftruncate raise OSError like documented.
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
- 18 Ock, 2009 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Jesse Noller yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Kristján Valur Jónsson yazdı
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 yazdı
-
Georg Brandl yazdı
-