- 16 Ara, 2016 19 kayıt (commit)
-
-
Serhiy Storchaka yazdı
collections.namedtuple() now supports tuples with more than 255 elements.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.
-
Serhiy Storchaka yazdı
Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.
-
Serhiy Storchaka yazdı
Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 15 Ara, 2016 21 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
(grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f)
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
(grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914)
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by Eric Appelt.
-
Yury Selivanov yazdı
Patch by Eric Appelt. (grafted from 78c8f450b84ca1864123ec487d363eb151f61a4a)
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
to/from UTF-8, instead of the locale encoding to avoid inconsistencies with os.fsencode() and os.fsdecode() which are already using UTF-8.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki. (grafted from 85be9dcc16a81d3ccd1f67b056255a7f206edd47)
-
Victor Stinner yazdı
Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki.
-
Victor Stinner yazdı
Issue #27810.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. (grafted from 181453f9a0c424212f0f6ddca2b9065c15689d7c)
-
Victor Stinner yazdı
The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan.
-
Victor Stinner yazdı
Issue #28870: Add a new _PY_FASTCALL_SMALL_STACK constant, size of "small stacks" allocated on the C stack to pass positional arguments to _PyObject_FastCall(). _PyObject_Call_Prepend() now uses a small stack of 5 arguments (40 bytes) instead of 8 (64 bytes), since it is modified to use _PY_FASTCALL_SMALL_STACK.
-
Victor Stinner yazdı
Issue #28915. Oops, I disabled the small stack to test both code paths. It's now fixed.
-
Xiang Zhang yazdı
-