summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-183-1/+22
* bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)Zackery Spytz2020-12-171-1/+1
* bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)pxinwr2020-12-172-0/+5
* [doc] Fix a few margins due to bad markup (GH-23619)Andre Delfino2020-12-1711-89/+88
* bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...Mark Shannon2020-12-1713-225/+317
* bpo-26564: fix obsolete comment in traceback.c (GH-23819)Irit Katriel2020-12-171-1/+2
* bpo-31904: Skip some asyncio tests on VxWorks (#23815)pxinwr2020-12-173-1/+11
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-1732-88/+88
* Correct referenced RFC number in cgi module (GH-22827)Mike Lei2020-12-171-1/+1
* Fix indentation for get_stats_profile() docs (GH-23618)Matthew Suozzo2020-12-161-1/+1
* bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)Daniel Hahler2020-12-163-1/+22
* bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)Chris Jerdonek2020-12-161-14/+18
* bpo-23915: update and elucidate documentation of with_traceback (GH-23680)Irit Katriel2020-12-161-2/+7
* Clarify eval() doc from library/functions. (GH-22700)Antoine2020-12-161-8/+9
* bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)Victor Stinner2020-12-161-10/+4
* Fix reStructuredText typo in NEWS.d. (GH-23800)Julien Palard2020-12-161-1/+1
* Add symbols of the stable ABI to python3dll.c (GH-23598)Victor Stinner2020-12-161-0/+7
* bpo-42645: Make sure that return/break/continue are only traced once when exi...Mark Shannon2020-12-164-1676/+1790
* bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...Om G2020-12-165-101/+174
* bpo-1635741: Refactor _threadmodule.c (GH-23793)Victor Stinner2020-12-161-311/+226
* bpo-42613: Fix freeze.py config directory (GH-23792)Victor Stinner2020-12-162-10/+12
* bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)Victor Stinner2020-12-162-215/+80
* bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785)Serhiy Storchaka2020-12-162-6/+0
* bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)Victor Stinner2020-12-161-13/+11
* bpo-42644: Validate values in logging.disable() (#23786)Matthias Bussonnier2020-12-163-0/+20
* bpo-42179: Clarify exception chaining (GH-23160)Vladimir2020-12-161-4/+4
* Update Stale action message (GH-23791)Mariatta2020-12-161-1/+1
* bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)Jason R. Coombs2020-12-164-3/+24
* bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776)pxinwr2020-12-152-0/+5
* bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...pxinwr2020-12-152-2/+12
* bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)pxinwr2020-12-157-46/+58
* Adding "stale" GitHub Action (GH-21247)Mariatta2020-12-151-0/+19
* bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)E-Paine2020-12-152-1/+5
* Let dependabot create PRs against the maintenance branches (GH-22992)Mariatta2020-12-151-0/+4
* Update stable ABI script for MacOS and update list of exported symbols (GH-23...Pablo Galindo2020-12-152-1/+6
* bpo-42641: Enhance test_select.test_select() (GH-23782)Victor Stinner2020-12-152-9/+23
* bpo-36675: Doc: Reveal doctest directives (GH-23620)Julien Palard2020-12-152-19/+39
* bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)Victor Stinner2020-12-155-184/+140
* bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778)Victor Stinner2020-12-151-17/+34
* bpo-42639: Add script_helper.run_test_script() (GH-23777)Victor Stinner2020-12-153-16/+34
* bpo-14935: Remove static state from the _csv module (GH-23224)Petr Viktorin2020-12-152-241/+304
* bpo-42639: Move atexit state to PyInterpreterState (GH-23763)Victor Stinner2020-12-157-113/+101
* bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if sta...Mark Shannon2020-12-158-3545/+3486
* bpo-33610: Edit idlelib.codecontext (GH-23773)Terry Jan Reedy2020-12-151-5/+8
* bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)pxinwr2020-12-143-4/+5
* bpo-42639: atexit now logs callbacks exceptions (GH-23771)Victor Stinner2020-12-148-28/+53
* bpo-42639: Cleanup atexitmodule.c (GH-23770)Victor Stinner2020-12-145-158/+125
* bpo-41877: Check for misspelled speccing arguments (GH-23737)vabr-g2020-12-143-8/+84
* bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)Gregory P. Smith2020-12-143-6/+79
* bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spu...Mark Shannon2020-12-144-3767/+3795