| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) | Alexey Izbyshev | 2019-03-29 | 1 | -18/+20 |
|
|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -13/+107 |
|
|
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -10/+19 |
|
|
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 1 | -3/+3 |
|
|
* | bpo-23867: Argument Clinic: inline parsing code for a single positional param... | Serhiy Storchaka | 2018-12-25 | 1 | -3/+7 |
|
|
* | bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11... | Zackery Spytz | 2018-12-17 | 1 | -0/+4 |
|
|
* | bpo-33029: Fix signatures of getter and setter functions. (GH-10746) | Serhiy Storchaka | 2018-11-27 | 1 | -1/+1 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 1 | -8/+8 |
|
|
* | cjkcodecs: Fix compiler warning (GH-10651) | Victor Stinner | 2018-11-22 | 1 | -2/+2 |
|
|
* | bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) | Alexey Izbyshev | 2018-11-09 | 1 | -1/+1 |
|
|
* | bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) | Christopher Thorne | 2018-11-02 | 1 | -5/+22 |
|
|
* | bpo-33578: Add getstate/setstate for CJK codec (GH-6984) | Christopher Thorne | 2018-11-01 | 4 | -22/+273 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 1 | -8/+8 |
|
|
* | bpo-31275: Small refactoring to silence a fall-through warning. (#3206) | Stefan Krah | 2017-08-25 | 1 | -8/+2 |
|
|
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 1 | -20/+8 |
|
|
* | bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) | Sylvain | 2017-06-10 | 1 | -13/+13 |
|
|
* | bpo-30003: Fix handling escape characters in HZ codec (#1556) | Xiang Zhang | 2017-05-22 | 1 | -13/+12 |
|
|
* | bpo-29990: Fix range checking in GB18030 decoder (#1495) | Xiang Zhang | 2017-05-09 | 1 | -1/+3 |
|
|
* | bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) | Serhiy Storchaka | 2017-04-19 | 1 | -0/+3 |
|
|
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -4/+4 |
|
|
* | Run Argument Clinic: METH_VARARGS=>METH_FASTCALL | Victor Stinner | 2017-01-17 | 1 | -10/+22 |
|
|
* | Run Argument Clinic: METH_VARARGS=>METH_FASTCALL | Victor Stinner | 2017-01-17 | 1 | -1/+1 |
|
|
* | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords | Victor Stinner | 2017-01-17 | 1 | -4/+4 |
|
|
* | Use _PyObject_CallMethodIdObjArgs() | Victor Stinner | 2016-12-09 | 1 | -2/+2 |
|
|
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 2 | -3/+3 |
|
|
* | Issue #27810: Regenerate Argument Clinic. | Serhiy Storchaka | 2016-09-11 | 1 | -13/+13 |
|
|
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functions | Serhiy Storchaka | 2016-08-14 | 1 | -9/+13 |
|
|
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -2/+2 |
|\ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -2/+2 |
|
|
* | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. | Serhiy Storchaka | 2016-06-09 | 1 | -10/+19 |
|/ |
|
* | fix indentation and add curlies (closes #27093) | Benjamin Peterson | 2016-05-24 | 1 | -11/+15 |
|
|
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -1/+1 |
|
|
* | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 1 | -2/+1 |
|
|
* | Merge 3.4 | Victor Stinner | 2015-07-16 | 1 | -0/+3 |
|\ |
|
| * | Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs | Victor Stinner | 2015-07-16 | 1 | -0/+3 |
|
|
* | | Specify default values of semantic booleans in Argument Clinic generated sign... | Serhiy Storchaka | 2015-05-30 | 2 | -7/+7 |
|
|
* | | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 1 | -4/+4 |
|
|
* | | Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the | Serhiy Storchaka | 2015-04-23 | 1 | -9/+5 |
|
|
* | | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. | Larry Hastings | 2015-04-14 | 2 | -26/+50 |
|
|
* | | Issue #20586: Argument Clinic now ensures signatures on functions without doc... | Zachary Ware | 2015-04-13 | 1 | -13/+25 |
|
|
* | | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -6/+1 |
|
|
* | | Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat | Victor Stinner | 2015-03-17 | 1 | -1/+1 |
|
|
* | | Issue #23215: Multibyte codecs with custom error handlers that ignores errors | Serhiy Storchaka | 2015-02-20 | 1 | -8/+11 |
|\ \
| |/ |
|
| * | Issue #23215: Multibyte codecs with custom error handlers that ignores errors | Serhiy Storchaka | 2015-02-20 | 1 | -8/+11 |
|
|
* | | Fixed few compiler warnings. | Serhiy Storchaka | 2015-02-16 | 1 | -4/+3 |
|
|
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 4 | -5/+5 |
|\ \
| |/ |
|
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 4 | -5/+5 |
|
|
* | | Removed redundant casts to `char *`. | Serhiy Storchaka | 2014-09-28 | 2 | -3/+3 |
|
|
* | | Issue #20152: Convert _multibytecodecs to Argument Clinic. | Brett Cannon | 2014-08-22 | 2 | -142/+492 |
|/ |
|
* | Issue #19515: Remove identifiers duplicated in the same file. | Victor Stinner | 2013-11-12 | 1 | -2/+2 |
|
|