index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testcapimodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-21/+0
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-7/+7
*
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka
2018-11-27
1
-5/+5
*
bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234)
Serhiy Storchaka
2018-11-20
1
-5/+5
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
1
-4/+12
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
1
-0/+10
*
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G...
Eddie Elizondo
2018-11-13
1
-0/+27
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
1
-1/+1
*
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner
2018-11-06
1
-147/+5
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
1
-3/+4
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-1/+1
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
1
-0/+22
*
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
jdemeyer
2018-10-19
1
-0/+23
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-4/+4
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
1
-4/+4
*
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner
2018-09-03
1
-0/+155
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
1
-0/+94
*
Make GenericAlias_Type and Generic_Type static. (GH-8076)
Benjamin Peterson
2018-07-04
1
-2/+2
*
Don't export pending_threadfunc from _testcapi. (GH-8075)
Benjamin Peterson
2018-07-04
1
-1/+2
*
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki
2018-05-17
1
-2/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-76/+71
*
Test that new_timezone can return the UTC singleton (gh-5318)
Paul Ganssle
2018-02-22
1
-0/+24
*
Cleanup dangling reference in get_timezone_utc_capi (#5317)
Paul Ganssle
2018-01-25
1
-0/+2
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
1
-0/+87
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+8
*
bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)
Victor Stinner
2018-01-17
1
-0/+1
*
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka
2018-01-04
1
-6/+2
*
Add tests for using PEP560 with classes implemented in C. (#4883)
Serhiy Storchaka
2017-12-16
1
-0/+85
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-0/+19
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
1
-21/+40
*
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner
2017-10-31
1
-7/+32
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-0/+63
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
1
-1/+2
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-0/+22
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+56
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-11/+0
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
1
-16/+30
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055)
Victor Stinner
2017-08-10
1
-0/+22
*
bpo-30866: Add _testcapi.stack_pointer() (#2601)
Victor Stinner
2017-07-10
1
-0/+8
*
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
xdegaye
2017-07-01
1
-0/+128
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
1
-5/+5
*
bpo-30524: Write unit tests for FASTCALL (#2022)
Victor Stinner
2017-06-09
1
-0/+101
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-0/+24
*
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
Serhiy Storchaka
2017-05-03
1
-2/+2
*
convert from long long to PyLong loselessly (#1106)
Benjamin Peterson
2017-04-13
1
-1/+1
*
fix an error message and a comment in _testcapimodule.c (GH-392)
orenmn
2017-03-02
1
-2/+3
*
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki
2017-02-16
1
-1/+1
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-2/+1
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-24/+12
[next]