summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Issue #28148: Stop using localtime() and gmtime() in the time module.Alexander Belopolsky2016-09-281-0/+8
* Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-2656-393/+926
|\
| * replace usage of Py_VA_COPY with the (C99) standard va_copyBenjamin Peterson2016-09-201-9/+1
| * merge 3.5 (#28184)Benjamin Peterson2016-09-1956-385/+926
| |\
| | * stop using Py_LL and Py_ULLBenjamin Peterson2016-09-182-6/+2
| | * always define HAVE_LONG_LONG (#27961)Benjamin Peterson2016-09-181-0/+3
| | * properly free memory in pgenBenjamin Peterson2016-09-181-0/+1
| | * Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-1/+1
| | |\
| | * | Add _PyDict_CheckConsistency()Victor Stinner2016-09-141-1/+1
| | * | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-132-32/+15
| | * | Start 3.6.0b2Ned Deily2016-09-121-1/+1
| | * | Version bump for 3.6.0b1v3.6.0b1Ned Deily2016-09-121-3/+3
| | * | Issue #27810: Exclude METH_FASTCALL from the stable APIVictor Stinner2016-09-121-1/+1
| | * | Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()Victor Stinner2016-09-121-30/+40
| | * | Revert change f860b7a775c5Victor Stinner2016-09-121-3/+1
| | * | ssue #27213: Reintroduce checks in _PyStack_AsDict()Victor Stinner2016-09-121-1/+3
| | * | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-121-3/+1
| | * | Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-111-0/+10
| | * | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-1119-13/+71
| | * | add the usual extern C silliness to pydtrace.hBenjamin Peterson2016-09-101-0/+6
| | * | Don't run garbage collection on interpreter exit if it was explicitly disabled?ukasz Langa2016-09-091-1/+2
| | * | Emit METH_FASTCALL code in Argument ClinicVictor Stinner2016-09-091-0/+3
| | * | Add METH_FASTCALL calling conventionVictor Stinner2016-09-092-0/+20
| | * | dummy dtrace probes are a good place to use inline functionsBenjamin Peterson2016-09-091-19/+19
| | * | fix dummy macroBenjamin Peterson2016-09-091-1/+1
| | * | DTrace support: function calls, GC activity, line execution?ukasz Langa2016-09-092-0/+66
| | * | remove ceval timestamp supportBenjamin Peterson2016-09-091-3/+0
| | * | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-0/+4
| | * | Issue #27810: Add _PyCFunction_FastCallKeywords()Victor Stinner2016-09-092-1/+13
| | * | Add _PyObject_FastCallKeywords()Victor Stinner2016-09-092-2/+26
| | * | Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-2/+1
| | * | Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-2/+3
| | * | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-086-0/+41
| | * | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-084-73/+88
| | * | Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-082-6/+0
| | * | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+4
| | * | Add a new private version to the builtin dict typeVictor Stinner2016-09-081-0/+4
| | * | Add documentation to the dict implementationVictor Stinner2016-09-081-0/+9
| | * | simplify Py_UCSN definitions with stdint typesBenjamin Peterson2016-09-081-15/+3
| | * | Issue #23524: Finish removing _PyVerify_fd from sourcesSteve Dower2016-09-081-12/+0
| | * | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-082-6/+3
| | * | Add Py_MEMBER_SIZE macroVictor Stinner2016-09-081-0/+3
| | * | Implement compact dictVictor Stinner2016-09-071-1/+0
| | * | more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-30/+0
| | * | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-0/+3
| | * | Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-0/+1
| | * | Make PyCodeObject.co_extra even more private to force users through the prope...Brett Cannon2016-09-071-10/+4
| | * | Add the co_extra field and accompanying APIs to code objects.Brett Cannon2016-09-073-1/+30
| | * | make _Py_static_string_init use a designated initializerBenjamin Peterson2016-09-071-1/+1
| | * | replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson2016-09-071-9/+1