summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* bpo-32030: Add _PyPathConfig_Init() (#4551)Victor Stinner2017-11-251-2/+3
* bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)Victor Stinner2017-11-241-0/+2
* bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)Victor Stinner2017-11-243-11/+17
* bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)Victor Stinner2017-11-241-1/+0
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-243-493/+0
* bpo-32030: Rewrite calculate_path() (#4521)Victor Stinner2017-11-231-16/+22
* bpo-29040: Support building Android with Unified Headers (GH-4492)xdegaye2017-11-231-1/+3
* bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)Victor Stinner2017-11-233-2/+13
* bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)Victor Stinner2017-11-232-4/+4
* bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)Victor Stinner2017-11-222-2/+10
* bpo-32030: Add more options to _PyCoreConfig (#4485)Victor Stinner2017-11-212-9/+12
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-211-1/+3
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-163-2/+14
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-155-11/+52
* bpo-31979: Simplify transforming decimals to ASCII (#4336)Serhiy Storchaka2017-11-131-9/+7
* bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)xdegaye2017-11-121-0/+1
* Correct the location of a function mentioned in a comment (GH-4327)Ned Batchelder2017-11-091-1/+1
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-3/+3
* Fix miscellaneous typos (#4275)luzpaz2017-11-052-12/+12
* bpo-31890: define METH_STACKLESS (#4159)Anselm Kruis2017-11-021-0/+9
* bpo-31784: Implement PEP 564: add time.time_ns() (#3989)Victor Stinner2017-11-021-1/+19
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-0/+19
* bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)Masayuki Yamamoto2017-11-011-7/+12
* bpo-31891: Fix building the curses module on NetBSD. (#4165)Serhiy Storchaka2017-10-311-10/+6
* bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy...Erik Bray2017-10-271-0/+6
* Fix trailing whitespaces in C files. (#4130)Serhiy Storchaka2017-10-262-4/+4
* bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)xdegaye2017-10-261-2/+0
* bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)pdox2017-10-263-10/+9
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-242-7/+17
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-224-12/+27
* 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