summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Dong-hee Na2021-01-011-3/+7
* bpo-37193: Remove thread objects which finished process its request (GH-23127)Jason R. Coombs2020-12-312-12/+62
* bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...Jason R. Coombs2020-12-312-2/+49
* bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...Jason R. Coombs2020-12-315-146/+277
* bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....Erlend Egeberg Aasland2020-12-311-6/+5
* bpo-39068: Fix race condition in base64 (GH-17627)Brandon Stansbury2020-12-311-2/+2
* bpo-27794: Add `name` attribute to `property` class (GH-23967)Yurii Karabas2020-12-302-1/+51
* bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)Hai Shi2020-12-291-2/+1
* Allow / character in username,password fields in _PROXY envvars. (#23973)Senthil Kumaran2020-12-292-2/+14
* bpo-41781: Fix typo in internal function name in typing (GH-23957)Ross2020-12-291-3/+3
* bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)Serhiy Storchaka2020-12-294-11/+24
* bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)Serhiy Storchaka2020-12-291-1/+1
* bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)Ken Jin2020-12-292-1/+13
* bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)Ken Jin2020-12-282-3/+6
* bpo-42222: Modernize integer test/conversion in randrange() (#23064)Raymond Hettinger2020-12-282-11/+63
* bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...Serhiy Storchaka2020-12-271-4/+8
* Add small validator utility for PEG grammars (GH-23519)Pablo Galindo2020-12-261-0/+51
* bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)Dong-hee Na2020-12-261-1/+5
* Rename Tkinter tests for widget options (GH-23944)Serhiy Storchaka2020-12-253-210/+212
* bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)Desmond Cheong2020-12-252-2/+17
* bpo-42721: Improve using simple dialogs without root window (GH-23897)Serhiy Storchaka2020-12-256-24/+135
* bpo-28964: add line number of node (if available) to ast.literal_eval error m...Irit Katriel2020-12-252-1/+16
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-257-29/+29
* bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)Serhiy Storchaka2020-12-251-1/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Gregory P. Smith2020-12-252-1/+27
* bpo-42727: [Enum] use super() and include **kwds (GH-23927)Ethan Furman2020-12-251-2/+2
* bpo-42685: Improve placing of simple query windows. (GH-23856)Serhiy Storchaka2020-12-241-35/+34
* [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)Ethan Furman2020-12-242-2/+12
* bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)kj2020-12-244-61/+317
* bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)Raymond Hettinger2020-12-242-18/+49
* bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)kj2020-12-242-1/+17
* bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...Batuhan Taskaya2020-12-232-49/+51
* bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)Victor Stinner2020-12-231-0/+8
* bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)Raymond Hettinger2020-12-232-57/+57
* bpo-28468: Fix typo in _os_release_candidates (GH-23913)Victor Stinner2020-12-231-1/+1
* bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)Mark Shannon2020-12-232-84/+149
* bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...Irit Katriel2020-12-222-5/+34
* bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...AMIR2020-12-211-0/+9
* Fix typo in docstring (GH-23515)Fernando Toledo2020-12-211-1/+1
* bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)Mark Shannon2020-12-212-37/+56
* [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)Daniel Hahler2020-12-211-6/+3
* bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)pxinwr2020-12-206-72/+112
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-1917-79/+307
* bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...masklinn2020-12-192-7/+24
* bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)Raymond Hettinger2020-12-191-0/+10
* bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)Irit Katriel2020-12-192-22/+24
* bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)Andre Delfino2020-12-181-1/+1
* bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)Richard Kojedzinszky2020-12-182-1/+65
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-182-1/+21
* bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)pxinwr2020-12-171-0/+3