- 23 Haz, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 10 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
methods.
-
- 05 Haz, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Brandon Milam.
-
- 04 Haz, 2015 1 kayıt (commit)
-
-
Nick Coghlan yazdı
_testmultiphase and xxlimited now use tp_traverse and tp_finalize to avoid reference leaks encountered when combining tp_dealloc with PyType_FromSpec (see issue #16690 for details)
-
- 31 May, 2015 1 kayıt (commit)
-
-
Tal Einat yazdı
For details, see: PEP 0485 -- A Function for testing approximate equality Functions added: math.isclose() and cmath.isclose(). Original code by Chris Barker. Patch by Tal Einat.
-
- 30 May, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
in builtin and _crypt modules.
-
Eric Snow yazdı
-
Eric Snow yazdı
-
- 29 May, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
Original patch by David Moore.
-
- 28 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 24 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 May, 2015 5 kayıt (commit)
-
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
patches by Matt Joiner and Alexey Kachayev.
-
Steve Dower yazdı
-
Nick Coghlan yazdı
- missing DECREF in PyModule_FromDefAndSpec2 - missing DECREF in PyType_FromSpecAndBases2 - missing DECREF in _testmultiphase module Patch by Petr Viktorin
-
Nick Coghlan yazdı
Known limitations of the current implementation: - documentation changes are incomplete - there's a reference leak I haven't tracked down yet The leak is most visible by running: ./python -m test -R3:3 test_importlib However, you can also see it by running: ./python -X showrefcount Importing the array or _testmultiphase modules, and then deleting them from both sys.modules and the local namespace shows significant increases in the total number of active references each cycle. By contrast, with _testcapi (which continues to use single-phase initialisation) the global refcounts stabilise after a couple of cycles.
-
- 22 May, 2015 4 kayıt (commit)
-
-
Steve Dower yazdı
-
Zachary Ware yazdı
The new private C function makes no permanent changes to the environment and is #ifdef'd out on non-Windows platforms.
-
Serhiy Storchaka yazdı
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type. Fixed system error in the comparison of faked types.SimpleNamespace.
-
Raymond Hettinger yazdı
Replaces the PyList_GET_ITEM and PyList_SET_ITEM macros with normal array accesses. Replace the siftup unpredicatable branch with arithmetic. Replace the rc == -1 tests with rc < 0. Gives nicer looking assembly with both Clang and GCC-4.9. Also gives a small performance both for both.
-
- 21 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 May, 2015 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg.
-
- 18 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
ElementTree.
-
Zachary Ware yazdı
Hopefully this will allow the PPC64 PowerLinux buildbot to finish a test run.
-
- 16 May, 2015 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Tal Einat yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 13 May, 2015 4 kayıt (commit)
-
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Raymond Hettinger yazdı
-
- 12 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
deprecated. Based on patch by Mark Dickinson.
-