COMMITS
/ Modules/_testcapimodule.c January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
S
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka committed
November 20, 2018
S
bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234)
Serhiy Storchaka committed
November 13, 2018
V
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner committed
V
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner committed
E
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
Eddie Elizondo committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 25, 2018
V
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner committed
October 19, 2018
J
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
jdemeyer committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 17, 2018
V
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner committed
September 3, 2018
V
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner committed
August 29, 2018
V
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner committed
July 4, 2018
B
Make GenericAlias_Type and Generic_Type static. (GH-8076)
Benjamin Peterson committed
B
Don't export pending_threadfunc from _testcapi. (GH-8075)
Benjamin Peterson committed
May 17, 2018
I
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 22, 2018
P
Test that new_timezone can return the UTC singleton (gh-5318)
Paul Ganssle committed
January 25, 2018
P
Cleanup dangling reference in get_timezone_utc_capi (#5317)
Paul Ganssle committed
January 24, 2018
P
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
January 17, 2018
V
bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)
Victor Stinner committed
January 4, 2018
S
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka committed
December 16, 2017
S
Add tests for using PEP560 with classes implemented in C. (#4883)
Serhiy Storchaka committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 2, 2017
V
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner committed
October 31, 2017
V
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner committed
October 26, 2017
X
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye committed
October 17, 2017
October 8, 2017
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 29, 2017
O
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman committed
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