summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-308-8/+8
* bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)Neil Schemenauer2019-07-301-0/+3
* bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)Victor Stinner2019-07-301-0/+1
* bpo-37587: Make json.loads faster for long strings (GH-14752)Marco Paolini2019-07-301-0/+1
* bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...Pablo Galindo2019-07-301-0/+2
* Fix `SyntaxError` indicator printing too many spaces for multi-line strings (...Anthony Sottile2019-07-291-0/+1
* bpo-37697: Sync with importlib_metadata 0.19 (#14993)Jason R. Coombs2019-07-281-0/+1
* bpo-37692: Improve highlight config sample (#14983)Terry Jan Reedy2019-07-281-0/+2
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Raymond Hettinger2019-07-271-0/+2
* bpo-37628: Fix IDLE config sample sizes (#14958)Tal Einat2019-07-271-0/+1
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Derek Keeler2019-07-261-0/+1
* bpo-37340: remove free_list for bound method objects (GH-14232)Inada Naoki2019-07-261-0/+3
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-261-0/+1
* bpo-37502: handle default parameter for buffers argument of pickle.loads corr...Markus Mohrhard2019-07-251-0/+1
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Benjamin Peterson2019-07-241-0/+1
* bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)Steve Dower2019-07-241-0/+2
* bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)Pradyun Gedam2019-07-241-0/+1
* bpo-29548: deprecate PyEval_Call* functions (GH-14804)Jeroen Demeyer2019-07-241-0/+3
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-0/+4
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Neil Schemenauer2019-07-221-0/+9
* bpo-21478: Record calls to parent when autospecced objects are used as child ...Xtreak2019-07-221-0/+2
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-215-5/+5
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870)Ngalim Siregar2019-07-211-0/+3
* bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-...Raymond Hettinger2019-07-211-0/+1
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Tal Einat2019-07-181-0/+1
* bpo-34443: Use __qualname__ instead of __name__ in enum exception messages. (...Walter Dörwald2019-07-181-0/+2
* bpo-36390: Gather IDLE Format menu functions into format.py (#14827)Terry Jan Reedy2019-07-181-2/+2
* bpo-34155: Dont parse domains containing @ (GH-13079)jpic2019-07-171-0/+1
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Abhilash Raj2019-07-171-0/+2
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Abhilash Raj2019-07-171-0/+2
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481)Cheryl Sabella2019-07-171-0/+2
* bpo-37543: optimize pymalloc (#14674)Inada Naoki2019-07-171-0/+1
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Tal Einat2019-07-171-0/+3
* bpo-27452: IDLE: Cleanup config.py code (GH-14577)Cheryl Sabella2019-07-161-0/+1
* Fix infinite loop in email folding logic (GH-12732)Paul Ganssle2019-07-161-0/+3
* bpo-37468: make install no longer install wininst-*.exe files (GH-14511)Victor Stinner2019-07-151-0/+2
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-151-0/+1
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Pablo Galindo2019-07-141-0/+2
* bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)Sergey Fedoseev2019-07-141-0/+2
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-141-0/+3
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-131-0/+1
* bpo-37358: Use vectorcall for functools.partial (GH-14284)Jeroen Demeyer2019-07-131-0/+1
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Xtreak2019-07-131-0/+4
* bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)Minmin Gong2019-07-131-0/+1
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)gescheit2019-07-131-0/+6
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-121-0/+5
* bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)Jakub Kulík2019-07-111-0/+1
* bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)Jeroen Demeyer2019-07-111-2/+2
* bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)Neil Schemenauer2019-07-101-0/+3
* bpo-37526: Add support.catch_threading_exception() (GH-14664)Victor Stinner2019-07-091-0/+2