COMMITS
/ Modules/_testcapimodule.c August 10, 2017
V
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055)
Victor Stinner committed
July 10, 2017
V
bpo-30866: Add _testcapi.stack_pointer() (#2601)
Victor Stinner committed
July 1, 2017
X
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
xdegaye committed
June 20, 2017
V
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner committed
June 9, 2017
V
bpo-30524: Write unit tests for FASTCALL (#2022)
Victor Stinner committed
May 17, 2017
N
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith committed
May 3, 2017
S
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
Serhiy Storchaka committed
April 13, 2017
B
convert from long long to PyLong loselessly (#1106)
Benjamin Peterson committed
March 2, 2017
O
fix an error message and a comment in _testcapimodule.c (GH-392)
orenmn committed
February 16, 2017
I
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 20, 2016
X
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Xiang Zhang committed
December 15, 2016
V
Fix a memory leak in split-table dictionaries
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
November 6, 2016
S
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
Serhiy Storchaka committed
S
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
Serhiy Storchaka committed
October 9, 2016
S
Issue #28379: Removed redundant check.
Serhiy Storchaka committed
October 8, 2016
S
Merge from 3.5.
Serhiy Storchaka committed
S
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka committed
October 2, 2016
S
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka committed
S
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
September 8, 2016
V
Add a new private version to the builtin dict type
Victor Stinner committed
B
make sure expected values are interpreted as doubles
Benjamin Peterson committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
B
replace Python aliases for standard integer types with the standard integer types (#17884)
Benjamin Peterson committed
B
require standard int types to be defined (#17884)
Benjamin Peterson committed
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
June 9, 2016
S
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka committed
May 20, 2016
S
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka committed
S
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka committed
May 16, 2016
S
Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
Serhiy Storchaka committed
S
Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
Serhiy Storchaka committed
S
Backported tests for issue #18531.
Serhiy Storchaka committed
May 8, 2016
S
Issue #18531: Single var-keyword argument of dict subtype was passed
Serhiy Storchaka committed
March 22, 2016
V
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner committed
V
Issue #26588: add debug traces
Victor Stinner committed
V
Add C functions _PyTraceMalloc_Track()
Victor Stinner committed
March 16, 2016
V
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner committed
March 14, 2016
V
Check the GIL in PyObject_Malloc()
Victor Stinner committed
V
Add PYTHONMALLOC env var
Victor Stinner committed