summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post 3.8.2rc1Łukasz Langa2020-02-111-1/+1
* Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-101-4/+4
* Post 3.8.1Łukasz Langa2019-12-191-1/+1
* Python 3.8.1v3.8.1Łukasz Langa2019-12-181-3/+3
* Post 3.8.1rc1Łukasz Langa2019-12-101-1/+1
* Python 3.8.1rc1v3.8.1rc1Łukasz Langa2019-12-091-4/+4
* [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-301-3/+3
* [3.8] bpo-36389: Backport debug enhancements from master (GH-16796)Victor Stinner2019-10-151-4/+22
* Post v3.8.0Łukasz Langa2019-10-141-1/+1
* v3.8.0v3.8.0Łukasz Langa2019-10-141-3/+3
* bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)Victor Stinner2019-10-073-11/+4
* Post v3.8.0rc1Łukasz Langa2019-10-011-1/+1
* v3.8.0rc1v3.8.0rc1Łukasz Langa2019-10-011-3/+3
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Miss Islington (bot)2019-10-012-3/+3
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-10-012-12/+4
* bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...Miss Islington (bot)2019-09-291-0/+2
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-293-3/+6
* bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)Victor Stinner2019-09-282-13/+16
* [3.8] bpo-38234: Backport init path config changes from master (GH-16423)Victor Stinner2019-09-261-5/+12
* closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)Miss Islington (bot)2019-09-231-1/+1
* bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)Victor Stinner2019-09-232-1/+2
* [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) ...Victor Stinner2019-09-212-6/+6
* bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306)Victor Stinner2019-09-201-1/+2
* Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278)Miss Islington (bot)2019-09-191-1/+1
* [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)Victor Stinner2019-09-181-3/+8
* [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....Serhiy Storchaka2019-09-141-2/+0
* Fix typos mostly in comments, docs and test names (GH-15209)Miss Islington (bot)2019-08-301-1/+1
* Post v3.8.0b4Łukasz Langa2019-08-301-1/+1
* Python 3.8.0b4v3.8.0b4Łukasz Langa2019-08-291-2/+2
* [3.8] bpo-37034: Display argument name on errors with keyword arguments with ...Serhiy Storchaka2019-08-291-1/+1
* bpo-36763: Make Py_BytesMain() public (GH-15532)Miss Islington (bot)2019-08-262-2/+2
* [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...Nick Coghlan2019-08-262-1/+3
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)Victor Stinner2019-08-231-0/+2
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Miss Islington (bot)2019-08-231-0/+3
* Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)Victor Stinner2019-08-231-2/+2
* bpo-37834: Normalise handling of reparse points on Windows (GH-15370)Steve Dower2019-08-211-0/+1
* Post v3.8.0b3Łukasz Langa2019-07-291-1/+1
* Python 3.8.0b3v3.8.0b3Łukasz Langa2019-07-291-2/+2
* [3.8] bpo-36974: separate vectorcall functions for each calling convention (G...Jeroen Demeyer2019-07-232-8/+0
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Miss Islington (bot)2019-07-141-2/+2
* Post v3.8.0b2Łukasz Langa2019-07-041-1/+1
* Python 3.8.0b2v3.8.0b2Łukasz Langa2019-07-041-2/+2
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-011-0/+3
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Miss Islington (bot)2019-07-011-0/+5
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-292-4/+7
* [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)Jeroen Demeyer2019-06-251-0/+3
* bpo-37189: Export old PyRun_XXX() functions (GH-14142)Miss Islington (bot)2019-06-171-2/+18
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Miss Islington (bot)2019-06-131-1/+1
* bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)Miss Islington (bot)2019-06-131-1/+0
* bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)Miss Islington (bot)2019-06-121-0/+3