summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-141-1/+7
* bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855)Victor Stinner2017-12-141-0/+2
* bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki2017-12-141-0/+2
* bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)Victor Stinner2017-12-143-11/+14
* bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)Victor Stinner2017-12-132-6/+1
* pymain_set_sys_argv() now copies argv (#4838)Victor Stinner2017-12-131-0/+6
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-132-0/+5
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-121-2/+2
* Fix small typo in tupleobject.h (#4801)Chris2017-12-121-1/+1
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-093-1/+20
* bpo-32030: Add _PyImport_Fini2() (#4737)Victor Stinner2017-12-061-6/+11
* bpo-32030: Add pymain_get_global_config() (#4735)Victor Stinner2017-12-063-9/+7
* bpo-32030: pass interp to _PyImport_Init() (#4736)Victor Stinner2017-12-061-1/+1
* Bump to 3.7.0a3+Ned Deily2017-12-061-1/+1
* Merge tag 'v3.7.0a3'Ned Deily2017-12-061-2/+2
|\
| * Bump to 3.7.0a3v3.7.0a3Ned Deily2017-12-051-2/+2
* | bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)Victor Stinner2017-12-052-35/+7
|/
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-043-4/+31
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-023-31/+4
* bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)Victor Stinner2017-12-022-2/+26
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-012-1/+4
* bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)Victor Stinner2017-12-011-1/+1
* bpo-32030: Cleanup "path config" code (#4663)Victor Stinner2017-12-011-0/+16
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-1/+9
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-2815-148/+148
* 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