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
/
Lib
/
test
/
test_capi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....
Serhiy Storchaka
2018-08-06
1
-133/+8
*
[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8...
Zackery Spytz
2018-08-06
1
-6/+0
*
bpo-34229: Check start and stop of slice object to be long when they are not ...
Xtreak
2018-07-26
1
-1/+15
*
[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)
Serhiy Storchaka
2018-07-11
1
-1/+130
*
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-1/+6
*
Issue #23799: Added test.test_support.start_threads() for running and
Serhiy Storchaka
2015-04-01
1
-18/+14
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+3
*
#17249: check for the availability of the thread module.
Ezio Melotti
2013-02-23
1
-2/+3
*
#17249: convert a test in test_capi to use unittest and reap threads.
Ezio Melotti
2013-02-23
1
-28/+27
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Issue #7449, part 7: simplify threading detection in test_capi
Victor Stinner
2010-04-27
1
-10/+6
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-1/+1
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-1/+1
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-1/+1
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
issue 4293: make test_capi.py more robutst, it times out on some platforms, ...
Kristján Valur Jónsson
2009-01-18
1
-6/+29
*
Issue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson
2009-01-09
1
-0/+67
*
Issue2564: Prevent a hang in "import test.autotest", which runs the entire test
Amaury Forgeot d'Arc
2008-04-08
1
-3/+2
*
Try to repair at least one segfault on the Mac buildbot,
Tim Peters
2006-03-21
1
-40/+47
*
Revert previous checkin on getargs 'L' code. Try to convert all
Martin v. Löwis
2005-03-03
1
-13/+1
*
Clear internal call error in 'L' format. Fixes #723201.
Martin v. Löwis
2005-03-03
1
-1/+13
*
Whitespace normalization.
Tim Peters
2004-08-26
1
-1/+0
*
Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),
Mark Hammond
2004-08-24
1
-0/+4
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-2/+2
*
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond
2003-04-19
1
-0/+29
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix typo in comment (the module is now called _testcapi, not _test).
Guido van Rossum
2001-04-13
1
-1/+1
*
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Tim Peters
2001-02-04
1
-6/+6
*
Patch derived from Trent's 101162: a Python/C API testing framework.
Tim Peters
2001-02-02
1
-0/+16