- 20 Ock, 2009 10 kayıt (commit)
-
-
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 14 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ı
-
Georg Brandl yazdı
-
Jesse Noller yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 17 Ock, 2009 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
always try to read the "zip64 end of directory structure".
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
+ fix a declaration to make it match the one in pythonrun.h
-
Amaury Forgeot d'Arc yazdı
compare slots by address, not by name.
-