| Commit message (Expand) | Author | Age | Files | Lines |
| * | bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912) | Victor Stinner | 2017-10-09 | 1 | -0/+17 |
|
|
| * | consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) | Benjamin Peterson | 2017-09-14 | 1 | -4/+2 |
|
|
| * | [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) | Oren Milman | 2017-08-29 | 1 | -9/+18 |
|
|
| * | bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) | Victor Stinner | 2017-08-11 | 1 | -0/+22 |
|
|
| * | bpo-30764: Windows support.SuppressCrashReport (#2423) | Victor Stinner | 2017-06-27 | 1 | -0/+51 |
|
|
| * | [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) | Victor Stinner | 2017-05-09 | 1 | -0/+20 |
|
|
| * | fix _testcapi to work when statically linked into python | Benjamin Peterson | 2017-01-16 | 1 | -2/+2 |
|
|
| * | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" | Serhiy Storchaka | 2016-05-20 | 1 | -0/+95 |
|
|
| * | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -0/+67 |
|
|
| * | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+22 |
|
|
| * | Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261... | Serhiy Storchaka | 2016-01-28 | 1 | -8/+8 |
|
|
| * | Issue #26198: Added tests for string-related format units of PyArg_Parse*() | Serhiy Storchaka | 2016-01-28 | 1 | -3/+294 |
|
|
| * | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 1 | -0/+12 |
|
|
| * | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 1 | -0/+166 |
|
|
| * | Issue #23370: Fix off-by-one error for non-contiguous buffers. | Stefan Krah | 2015-02-01 | 1 | -0/+53 |
|
|
| * | Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch | Stefan Krah | 2015-01-30 | 1 | -0/+48 |
|
|
| * | Issue #14432: Generator now clears the borrowed reference to the thread state | Victor Stinner | 2013-12-13 | 1 | -0/+94 |
|
|
| * | Issue #15866: The xmlcharrefreplace error handler no more produces two XML | Serhiy Storchaka | 2013-08-06 | 1 | -1/+1 |
|
|
| * | Issue #17928: Fix test_structmembers on 64-bit big-endian machines. | Antoine Pitrou | 2013-05-08 | 1 | -1/+1 |
|
|
| * | Issue #13093: Fix _testcapi.unicode_encodedecimal() | Victor Stinner | 2011-11-28 | 1 | -1/+1 |
|
|
| * | Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() | Victor Stinner | 2011-11-22 | 1 | -0/+36 |
|
|
| * | PyEval_CallObject requires a tuple of args (closes #13186) | Benjamin Peterson | 2011-10-15 | 1 | -0/+14 |
|
|
| * | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -1401/+1401 |
|
|
| * | Fix a couple of issues with the test_structmembersType class in _testcapimodule | Mark Dickinson | 2010-04-03 | 1 | -10/+17 |
|
|
| * | give TypeError when trying to set T_STRING_INPLACE | Benjamin Peterson | 2010-04-03 | 1 | -3/+14 |
|
|
| * | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+152 |
|
|
| * | Issue #7385: Fix a crash in `MemoryView_FromObject` when | Antoine Pitrou | 2010-02-02 | 1 | -0/+95 |
|
|
| * | be robust against test being run over and over (such as -R) | Benjamin Peterson | 2010-01-30 | 1 | -3/+13 |
|
|
| * | move test outside WITH_THREAD section | Benjamin Peterson | 2010-01-30 | 1 | -2/+3 |
|
|
| * | Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a | Mark Dickinson | 2010-01-30 | 1 | -0/+167 |
|
|
| * | #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ... | Georg Brandl | 2009-12-28 | 1 | -0/+22 |
|
|
| * | Additional edge-case tests for test_long_and_overflow. | Mark Dickinson | 2009-12-21 | 1 | -16/+107 |
|
|
| * | Fix reference counts for test_long_and_overflow. | Mark Dickinson | 2009-12-21 | 1 | -0/+6 |
|
|
| * | Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. | Mark Dickinson | 2009-12-21 | 1 | -0/+70 |
|
|
| * | Add missing tests for PyArg_Parse* with format 'h' | Mark Dickinson | 2009-12-20 | 1 | -0/+10 |
|
|
| * | add a test of loading the datetime capi | Benjamin Peterson | 2009-12-13 | 1 | -0/+16 |
|
|
| * | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -0/+6 |
|
|
| * | PyCode_NewEmpty: | Jeffrey Yasskin | 2009-05-08 | 1 | -0/+16 |
|
|
| * | tabify :( | Benjamin Peterson | 2009-05-05 | 1 | -5/+5 |
|
|
| * | fix running test_capi with -R :: | Benjamin Peterson | 2009-05-05 | 1 | -0/+9 |
|
|
| * | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+43 |
|
|
| * | Issue 4293: Make Py_AddPendingCall() thread safe | Kristján Valur Jónsson | 2009-01-09 | 1 | -0/+38 |
|
|
| * | Just inserted blank line. | Hirokazu Yamamoto | 2008-12-31 | 1 | -0/+1 |
|
|
| * | Fixed compile error on windows. | Hirokazu Yamamoto | 2008-12-31 | 1 | -1/+2 |
|
|
| * | Issue #4701: implicitly call PyType_Ready from PyObject_Hash | Nick Coghlan | 2008-12-30 | 1 | -0/+101 |
|
|
| * | make global static | Benjamin Peterson | 2008-12-23 | 1 | -1/+1 |
|
|
| * | use a global variable, so the compiler doesn't optimize the assignment out | Benjamin Peterson | 2008-12-23 | 1 | -2/+3 |
|
|
| * | silence compiler warning | Benjamin Peterson | 2008-12-22 | 1 | -0/+1 |
|
|
| * | fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|' | Benjamin Peterson | 2008-12-22 | 1 | -0/+27 |
|
|
| * | #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: | Amaury Forgeot d'Arc | 2008-10-14 | 1 | -0/+4 |
|
|