- 15 Ara, 2016 10 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by Eric Appelt.
-
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.
-
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 3 kayıt (commit)
-
-
Yury Selivanov yazdı
Initial patch by Mariatta Wijaya.
-
Steve Dower yazdı
-
Xavier de Gaye yazdı
-
- 11 Ara, 2016 8 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
by ast.literal_eval() even if they do not include subexpressions.
-
Serhiy Storchaka yazdı
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
-
Serhiy Storchaka yazdı
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Julien Palard.
-
Martin Panter yazdı
* In Python 3, the specifier is 0o * There is no special case for leading zeros * Remove duplicate tests * Clarify other existing tests and comments
-
- 10 Ara, 2016 8 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Douglas Greiman for the patch.
-
Xavier de Gaye yazdı
-
Antoine Pitrou yazdı
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
-
Antoine Pitrou yazdı
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
-
Xavier de Gaye yazdı
has been built with Py_DEBUG defined.
-
Martin Panter yazdı
-
Martin Panter yazdı
-