- 25 Kas, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Also updated an example for default() in the module docstring. Removed quotes around type name in other error messages.
-
- 24 Eyl, 2017 1 kayıt (commit)
-
-
Oren Milman yazdı
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643)
-
- 12 Eyl, 2017 1 kayıt (commit)
-
-
Eric Snow yazdı
PR #3397 introduced a large number of warnings to the Windows build. This patch fixes them.
-
- 08 Eyl, 2017 1 kayıt (commit)
-
-
Eric Snow yazdı
* group the (stateful) runtime globals into various topical structs * consolidate the topical structs under a single top-level _PyRuntimeState struct * add a check-c-globals.py script that helps identify runtime globals Other globals are excluded (see globals.txt and check-c-globals.py).
-
- 24 Agu, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 16 Tem, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Tem, 2017 1 kayıt (commit)
-
-
Segev Finer yazdı
when pass bad strict argument.
-
- 28 May, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Rather than saving the Python object and calling PyObject_IsTrue() every time when the boolean argument is used, call it only once and save C boolean value.
-
- 05 May, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
It was possible to get a core dump by using uninitialized _json objects. Now __new__ methods create initialized objects. __init__ methods are removed.
-
- 21 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
possible but Coccinelle couldn't find opportunity.
-
- 13 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 03 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28915: Without parenthesis, _PyObject_CallMethodId() avoids the creation a temporary tuple, and so is more efficient.
-
- 04 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28858: The change b9c9691c72c5 introduced a regression. It seems like _PyObject_CallArg1() uses more stack memory than PyObject_CallFunctionObjArgs().
-
- 01 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
* PyObject_CallFunctionObjArgs(func, NULL) => _PyObject_CallNoArg(func) * PyObject_CallFunctionObjArgs(func, arg, NULL) => _PyObject_CallArg1(func, arg) PyObject_CallFunctionObjArgs() allocates 40 bytes on the C stack and requires extra work to "parse" C arguments to build a C array of PyObject*. _PyObject_CallNoArg() and _PyObject_CallArg1() are simpler and don't allocate memory on the C stack. This change is part of the fastcall project. The change on listsort() is related to the issue #23507.
-
- 10 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Tem, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
inappropriate type.
-
- 27 Haz, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
- 03 May, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 17 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
_codecs_cn, _codecs_hk, _codecs_iso2022, _codecs_jp, _codecs_kr and _codecs_tw modules. pyexpat.c doesn't need to redeclare PyMODINIT_FUNC, it's already declared in Include/pyport.h.
-
- 17 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Şub, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Ock, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada.
-
- 10 Eyl, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 14 Nis, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Bug reported by Guido Vranken.
-
- 26 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 03 Ock, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag).
-
Ezio Melotti yazdı
-
- 01 Ara, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 01 Kas, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 30 Eki, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Serhiy Storchaka.
-
- 28 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-