| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #28822: Adjust indices handling of PyUnicode_FindChar(). | Xiang Zhang | 2016-12-20 | 1 | -0/+22 |
|
|
* | Merge 3.6 | Victor Stinner | 2016-12-15 | 1 | -0/+14 |
|\ |
|
| * | Fix a memory leak in split-table dictionaries | Victor Stinner | 2016-12-15 | 1 | -0/+14 |
|
|
* | | Use _PyObject_CallNoArg() | Victor Stinner | 2016-12-06 | 1 | -1/+1 |
|
|
* | | Issue #19569: Compiler warnings are now emitted if use most of deprecated | Serhiy Storchaka | 2016-11-20 | 1 | -8/+4 |
|
|
* | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
|
|
* | | | Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as | Serhiy Storchaka | 2016-11-06 | 1 | -0/+21 |
|\ \ \
| |/ / |
|
| * | | Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as | Serhiy Storchaka | 2016-11-06 | 1 | -0/+21 |
|
|
* | | | Issue #28379: Removed redundant check. | Serhiy Storchaka | 2016-10-09 | 1 | -4/+0 |
|/ / |
|
* | | Merge from 3.5. | Serhiy Storchaka | 2016-10-08 | 1 | -0/+34 |
|\ \
| |/ |
|
| * | Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). | Serhiy Storchaka | 2016-10-08 | 1 | -0/+34 |
|
|
* | | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). | Serhiy Storchaka | 2016-10-02 | 1 | -0/+31 |
|\ \
| |/ |
|
| * | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). | Serhiy Storchaka | 2016-10-02 | 1 | -0/+31 |
|
|
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
* | | Add a new private version to the builtin dict type | Victor Stinner | 2016-09-08 | 1 | -0/+16 |
|
|
* | | make sure expected values are interpreted as doubles | Benjamin Peterson | 2016-09-08 | 1 | -1/+1 |
|
|
* | | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -8/+8 |
|
|
* | | replace Python aliases for standard integer types with the standard integer t... | Benjamin Peterson | 2016-09-06 | 1 | -8/+8 |
|
|
* | | require standard int types to be defined (#17884) | Benjamin Peterson | 2016-09-06 | 1 | -8/+0 |
|
|
* | | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -19/+19 |
|
|
* | | Avoid calling functions with an empty string as format string | Victor Stinner | 2016-09-06 | 1 | -2/+2 |
|
|
* | | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 1 | -26/+2 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|
|
* | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support | Serhiy Storchaka | 2016-06-09 | 1 | -0/+18 |
|
|
* | | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" | Serhiy Storchaka | 2016-05-20 | 1 | -0/+95 |
|\ \
| |/ |
|
| * | 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/+63 |
|\ \
| |/ |
|
| * | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -0/+63 |
|
|
| * | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+22 |
|
|
* | | Issue #18531: Single var-keyword argument of dict subtype was passed | Serhiy Storchaka | 2016-05-08 | 1 | -0/+22 |
|
|
* | | Issue #26588: remove debug traces from _tracemalloc. | Victor Stinner | 2016-03-22 | 1 | -14/+0 |
|
|
* | | Issue #26588: add debug traces | Victor Stinner | 2016-03-22 | 1 | -0/+14 |
|
|