summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-16/+30
* [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-411...Serhiy Storchaka2017-10-261-1583/+1593
* [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107)xdegaye2017-10-241-3/+9
* bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)Miss Islington (bot)2017-10-201-1/+1
* [3.6] bpo-31786: Make functions in the select module blocking when timeout is...Pablo Galindo2017-10-181-8/+28
* [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...Miss Islington (bot)2017-10-171-3/+18
* [3.6] bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (GH-4...Miss Islington (bot)2017-10-151-2/+2
* [3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...Serhiy Storchaka2017-10-081-238/+241
* [3.6] remove tabs from getcompiler.c (GH-3892) (#3893)Miss Islington (bot)2017-10-051-1/+1
* [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...Miss Islington (bot)2017-09-301-12/+16
* [3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-380...Miss Islington (bot)2017-09-291-3/+0
* [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)Miss Islington (bot)2017-09-271-0/+7
* [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...Serhiy Storchaka2017-09-271-3/+1
* [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...Serhiy Storchaka2017-09-271-0/+4
* [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...Miss Islington (bot)2017-09-241-3/+4
* [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....Miss Islington (bot)2017-09-191-0/+5
* [3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case ...Miss Islington (bot)2017-09-141-1/+1
* [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...Victor Stinner2017-09-129-14/+27
* [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...Serhiy Storchaka2017-09-121-3/+16
* [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)Benjamin Peterson2017-09-121-4/+0
* [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...Serhiy Storchaka2017-09-111-1/+7
* [3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-...Serhiy Storchaka2017-09-112-4/+8
* [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) Miss Islington (bot)2017-09-091-0/+14
* [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)Serhiy Storchaka2017-09-081-7/+10
* [3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyE...Zackery Spytz2017-09-081-2/+3
* [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)Miss Islington (bot)2017-09-072-16/+21
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)Miss Islington (bot)2017-09-071-5/+67
* bpo-31095: fix potential crash during GC (GH-3195)INADA Naoki2017-09-041-0/+2
* [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30...Serhiy Storchaka2017-08-091-1477/+1481
* Fix a shadow-compatible-local warning (#2181)Yuan Chao Chou2017-08-041-165/+165
* [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G...Serhiy Storchaka2017-08-031-29/+34
* bpo-30891: Fix again importlib _find_and_load() (#2665) (#2801)Victor Stinner2017-07-211-341/+342
* [3.6] bpo-30876: Relative import from unloaded package now reimports the pack...Serhiy Storchaka2017-07-162-371/+356
* bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651)Victor Stinner2017-07-102-1530/+1518
* [3.6] bpo-30814: Fixed a race condition when import a submodule from a packag...Serhiy Storchaka2017-07-062-311/+294
* [3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583)Masayuki Yamamoto2017-07-051-1/+1
* [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527)Antoine Pitrou2017-07-011-21/+54
* [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...Serhiy Storchaka2017-06-282-8/+19
* [3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-261-45/+50
* [3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-str...Serhiy Storchaka2017-06-161-2/+2
* [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221)Serhiy Storchaka2017-06-151-2/+6
* bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)Victor Stinner2017-06-131-2/+2
* [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...Dino Viehland2017-06-132-6/+46
* [3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack ...Yury Selivanov2017-06-091-3/+14
* [3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpression...Serhiy Storchaka2017-06-081-24/+7
* [3.6] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1970)Serhiy Storchaka2017-06-061-4/+4
* [3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812)Serhiy Storchaka2017-05-251-21/+32
* [3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740)Ɓukasz Langa2017-05-231-0/+4
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529)Xiang Zhang2017-05-101-1/+1
* bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1449)Victor Stinner2017-05-041-0/+9