- 16 Ara, 2016 21 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
for issue #28971.
-
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.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 15 Ara, 2016 15 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
(grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f)
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
(grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914)
-
Yury Selivanov yazdı
Patch by Eric Appelt.
-
Yury Selivanov yazdı
Patch by Eric Appelt. (grafted from 78c8f450b84ca1864123ec487d363eb151f61a4a)
-
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ı
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ı
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.
-
Xiang Zhang yazdı
Add a dependency to stringlib to make sure that bytes_methods.c is recompiled if stringlib is modified.
-
Victor Stinner yazdı
Issue #28920: Replace _PyObject_CallMethodId(obj, meth, "O", arg) with _PyObject_CallMethodIdObjArgs(obj, meth, arg, NULL) to avoid _PyObject_CallMethodId() special case when arg is a tuple. If arg is a tuple, _PyObject_CallMethodId() unpacks the tuple: obj.meth(*arg).
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 14 Ara, 2016 4 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-