summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-42222: Modernize integer test/conversion in randrange() (#23064)Raymond Hettinger2020-12-281-0/+9
* bpo-16396: fix BPO number in changelog (GH-23951)Shantanu2020-12-261-1/+1
* bpo-40521: Per-interpreter interned strings (GH-20085)Victor Stinner2020-12-261-0/+2
* bpo-42745: Make the type cache per-interpreter (GH-23947)Victor Stinner2020-12-261-0/+1
* bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)Victor Stinner2020-12-251-0/+3
* bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)Desmond Cheong2020-12-251-0/+1
* bpo-42721: Improve using simple dialogs without root window (GH-23897)Serhiy Storchaka2020-12-251-0/+9
* bpo-28964: add line number of node (if available) to ast.literal_eval error m...Irit Katriel2020-12-251-0/+1
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-251-0/+1
* bpo-29076: Add fish support to macOS installer (GH-23302)Erlend Egeberg Aasland2020-12-251-0/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Gregory P. Smith2020-12-251-0/+2
* bpo-42727: Fix the NEWS entry .rst (GH-23932)Gregory P. Smith2020-12-251-2/+2
* bpo-42685: Improve placing of simple query windows. (GH-23856)Serhiy Storchaka2020-12-241-0/+4
* [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)Ethan Furman2020-12-241-0/+2
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Augusto Hack2020-12-241-0/+2
* bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)kj2020-12-241-0/+2
* bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)Raymond Hettinger2020-12-241-0/+1
* bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...Batuhan Taskaya2020-12-231-0/+2
* bpo-25246: Optimize deque.remove() (GH-23898)Raymond Hettinger2020-12-231-0/+1
* bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)Victor Stinner2020-12-231-0/+2
* bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)Raymond Hettinger2020-12-231-0/+2
* bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)Mark Shannon2020-12-231-0/+1
* bpo-1635741: Port resource extension module to module state (GH-23462)Christian Heimes2020-12-231-0/+1
* bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...Irit Katriel2020-12-221-0/+1
* bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...AMIR2020-12-211-0/+1
* bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)pxinwr2020-12-201-0/+1
* bpo-42669: Document that `except` rejects nested tuples (GH-23822)Colin Watson2020-12-201-0/+1
* bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Matti Picus2020-12-201-0/+4
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-191-0/+4
* bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...masklinn2020-12-191-0/+1
* Fixed typo in itertools documentation (GH-23816)Casper Smet2020-12-191-0/+1
* bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)Irit Katriel2020-12-191-0/+1
* bpo-34398: Allow glossary results to show up on search page (GH-8773)Ammar Askar2020-12-181-0/+2
* bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)Richard Kojedzinszky2020-12-181-0/+1
* bpo-17140: Document multiprocessing's ThreadPool (GH-23812)Matt Wozniski2020-12-181-0/+1
* bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)Julien Palard2020-12-185-13/+12
* bpo-1635741: Port _thread to multiphase init (GH-23811)Victor Stinner2020-12-181-0/+2
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-181-0/+1
* bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)pxinwr2020-12-171-0/+2
* bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...Mark Shannon2020-12-171-0/+3
* bpo-31904: Skip some asyncio tests on VxWorks (#23815)pxinwr2020-12-171-0/+1
* bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)Daniel Hahler2020-12-161-0/+1
* Fix reStructuredText typo in NEWS.d. (GH-23800)Julien Palard2020-12-161-1/+1
* bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...Om G2020-12-162-0/+3
* bpo-42613: Fix freeze.py config directory (GH-23792)Victor Stinner2020-12-161-0/+2
* bpo-42644: Validate values in logging.disable() (#23786)Matthias Bussonnier2020-12-161-0/+3
* bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)Jason R. Coombs2020-12-161-0/+2
* bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...pxinwr2020-12-151-0/+1
* bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)pxinwr2020-12-151-0/+1
* bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)E-Paine2020-12-151-0/+1