summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)Timothy Hopper2019-08-021-0/+2
* bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)Greg Bowser2019-08-021-0/+1
* bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...Vinay Sajip2019-08-021-0/+5
* bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)Joannah Nanjekye2019-08-021-0/+1
* bpo-16970: Adding error message for invalid args (GH-14844)tmblweed2019-08-022-0/+3
* bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)mental2019-08-011-0/+2
* bpo-36302: Sort list of sources (GH-12341)Bernhard M. Wiedemann2019-08-011-0/+2
* bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)Ronald Oussoren2019-08-011-0/+3
* bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)yannvgn2019-07-312-0/+3
* bpo-37695: Correct unget_wch error message. (GH-14986)Anthony Sottile2019-07-311-0/+1
* bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)karl ding2019-07-312-0/+3
* IDLE: changelog correction and addition (GH-15042)Terry Jan Reedy2019-07-312-2/+3
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-309-9/+9
* 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-262-0/+2
* 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
* bpo-37627: Add acknowledgment (#14883)Terry Jan Reedy2019-07-211-0/+1
* 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