summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...Oren Milman2017-09-111-1/+7
* bpo-26669: Fix nan arg value error in pytime.c (#3085)Han Lee2017-09-081-0/+14
* delete dead locale initialization code for windows (#3461)Benjamin Peterson2017-09-081-5/+1
* bpo-31393: Fix the use of PyUnicode_READY(). (#3451)Serhiy Storchaka2017-09-081-7/+10
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-0817-426/+416
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-082-9/+17
* bpo-31373: fix undefined floating-point demotions (#3396)Benjamin Peterson2017-09-072-16/+21
* remove current_filename optimization from marshal (#3423) (closes bpo-31384)Benjamin Peterson2017-09-071-19/+0
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-078-216/+3
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)Łukasz Langa2017-09-071-5/+67
* Revert "pytime: include winsock2, so we can have a complete timeval type (#33...Antoine Pitrou2017-09-061-1/+0
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-0610-418/+452
* pytime: include winsock2, so we can have a complete timeval type (#3377)Benjamin Peterson2017-09-061-0/+1
* correct initialization code (#3376)Benjamin Peterson2017-09-062-3/+2
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-0610-452/+419
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-048-84/+207
* bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)Serhiy Storchaka2017-08-291-10/+16
* bpo-31095: fix potential crash during GC (GH-2974)INADA Naoki2017-08-241-0/+2
* bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...Oren Milman2017-08-231-2/+8
* bpo-31236: Improved some error messages of min() and max().Oren Milman2017-08-211-2/+3
* bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...Stefan Krah2017-08-219-14/+27
* bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)Serhiy Storchaka2017-08-091-1473/+1478
* Fix a shadow-compatible-local warning (#2180)Yuan Chao Chou2017-08-041-165/+165
* bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)Serhiy Storchaka2017-08-031-29/+34
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963)scoder2017-07-311-13/+1
* bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_Ev...Zackery Spytz2017-07-311-1/+2
* bpo-9566: Fix a warning in Python/getargs.c (#2890)Segev Finer2017-07-261-1/+1
* Fix a small typo in a comment (#2863)Stéphane Wirtel2017-07-251-1/+1
* bpo-30891: Fix again importlib _find_and_load() (#2665)Victor Stinner2017-07-211-351/+352
* bpo-30876: Relative import from unloaded package now reimports the package (#...Serhiy Storchaka2017-07-122-380/+365
* bpo-30891: Fix importlib _find_and_load() race condition (#2646)Victor Stinner2017-07-102-1539/+1526
* Remove _PyArg_NoStackKeywords(). (#2641)Serhiy Storchaka2017-07-101-18/+0
* bpo-30814: Fixed a race condition when import a submodule from a package. (#2...Serhiy Storchaka2017-07-062-323/+306
* bpo-30854: Fix compile error when --without-threads (#2581)Masayuki Yamamoto2017-07-051-1/+1
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-035-101/+27
* bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto2017-07-033-220/+8
* bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)Nick Coghlan2017-06-291-8/+11
* bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)INADA Naoki2017-06-291-1/+1
* bpo-30703: Improve signal delivery (#2415)Antoine Pitrou2017-06-281-21/+54
* bpo-29585: optimize site.py startup time (GH-136)INADA Naoki2017-06-281-0/+1
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-282-8/+19
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)Antoine Pitrou2017-06-261-45/+50
* Trivial cleanup: remove redundant variable stores in ceval.c (#2012)Adrian Wielgosik2017-06-231-6/+1
* bpo-30604: clean up co_extra support (#2144)Dino Viehland2017-06-212-5/+5
* bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)haney2017-06-211-0/+20
* bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)Nick Coghlan2017-06-181-25/+40
* bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...ericvsmith2017-06-161-2/+2
* bpo-30626: Fix error handling in PyImport_Import(). (#2103)Serhiy Storchaka2017-06-151-2/+6
* bpo-20627: Fix error message when keyword arguments are used (#2115)Sylvain2017-06-151-6/+6