- 16 Ara, 2016 12 kayıt (commit)
-
-
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ı
-
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 6 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Xavier de Gaye yazdı
on Android for a non-root user.
-
Xavier de Gaye yazdı
the directory for installing object code libraries to the cross compilation search paths.
-
- 13 Ara, 2016 5 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Xavier de Gaye yazdı
/usr/include/ncursesw as a headers search path.
-
Xavier de Gaye yazdı
a non-root user on Android where access rights are controled by SELinux MAC.
-
Xavier de Gaye yazdı
assuming some invariants about uids that are not valid for Android.
-
- 12 Ara, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
Initial patch by Mariatta Wijaya. (grafted from 853e3f4d6cd98ac4590238bc1c60e40fd8ed3895)
-
Yury Selivanov yazdı
Initial patch by Mariatta Wijaya.
-