summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-171-1/+12
* post 3.7.0a2 developmentNed Deily2017-10-171-1/+1
* Bump to 3.7.0a2v3.7.0a2Ned Deily2017-10-171-2/+2
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-0/+2
* bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)Victor Stinner2017-10-161-3/+3
* bpo-31773: time.perf_counter() uses again double (GH-3964)Victor Stinner2017-10-121-11/+12
* bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)Victor Stinner2017-10-101-0/+16
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-062-10/+64
* bpo-31709: Drop support for asynchronous __aiter__. (#3903)Yury Selivanov2017-10-061-1/+0
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-062-66/+65
* bpo-31574: importlib dtrace (#3749)Christian Heimes2017-09-292-0/+6
* remove support for BSD/OS (closes bpo-31624) (#3812)Benjamin Peterson2017-09-292-14/+0
* post 3.7.0a1 developmentNed Deily2017-09-191-1/+1
* Bump to 3.6.0a1v3.7.0a1Ned Deily2017-09-191-2/+2
* bpo-31497: Add private helper _PyType_Name(). (#3630)Serhiy Storchaka2017-09-171-0/+1
* bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Eric Snow2017-09-151-0/+6
* bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)Serhiy Storchaka2017-09-151-59/+59
* bpo-31338 (#3374)Barry Warsaw2017-09-151-0/+2
* bpo-28411: Isolate PyInterpreterState.modules (#3575)Eric Snow2017-09-142-3/+18
* bpo-30860: Fix a refleak. (#3567)Eric Snow2017-09-142-4/+1
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-144-27/+8
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-9/+9
* bpo-30860: Move windows.h include out of internal/*.h. (#3458)Eric Snow2017-09-121-2/+2
* bpo-30860: Fix a refleak. (#3506)Eric Snow2017-09-122-4/+1
* bpo-30860: Always provide serialno. (#3507)Eric Snow2017-09-121-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-0811-17/+965
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-082-1/+8
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-071-8/+8
* bpo-31373: fix undefined floating-point demotions (#3396)Benjamin Peterson2017-09-071-11/+23
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-075-21/+9
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-0613-1010/+18
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-0613-18/+1010
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-043-4/+26
* bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)Segev Finer2017-08-201-4/+4
* bpo-30747: Attempt to fix atomic load/store (#2383)Pär Björklund2017-08-121-10/+295
* Spelling fixes (#2902)Ville Skyttä2017-08-032-2/+2
* bpo-30946: Remove obsolete fallback code in readline module (#2738)Antoine Pitrou2017-07-181-4/+5
* Remove _PyArg_NoStackKeywords(). (#2641)Serhiy Storchaka2017-07-101-3/+0
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-031-2/+4
* bpo-30703: Improve signal delivery (#2415)Antoine Pitrou2017-06-281-0/+1
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-3/+7
* bpo-30604: clean up co_extra support (#2144)Dino Viehland2017-06-211-3/+4
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-201-8/+5
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-1/+5
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-272-1/+13
* Delete sigcheck.c since it appears unused (#1723)Segev Finer2017-05-251-1/+1
* bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)Eric Snow2017-05-242-1/+15
* bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)Eric Snow2017-05-242-1/+20
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-235-20/+23
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-231-0/+9