summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...Batuhan Taskaya2020-12-231-0/+20
* 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-231-56/+56
* 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-221-0/+25
* bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...AMIR2020-12-211-0/+9
* 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-202-6/+18
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-191-1/+1
* bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...masklinn2020-12-191-1/+17
* 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-191-4/+4
* bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)Richard Kojedzinszky2020-12-181-0/+61
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-182-1/+21
* bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...Mark Shannon2020-12-172-7/+90
* bpo-31904: Skip some asyncio tests on VxWorks (#23815)pxinwr2020-12-172-1/+10
* bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)Daniel Hahler2020-12-161-0/+20
* bpo-42645: Make sure that return/break/continue are only traced once when exi...Mark Shannon2020-12-162-12/+117
* bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...Om G2020-12-161-0/+28
* bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)Victor Stinner2020-12-161-196/+65
* 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-161-0/+9
* bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)Jason R. Coombs2020-12-161-0/+6
* 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-151-2/+11
* bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)pxinwr2020-12-154-0/+7
* bpo-42641: Enhance test_select.test_select() (GH-23782)Victor Stinner2020-12-151-9/+21
* bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)Victor Stinner2020-12-153-149/+126
* bpo-42639: Add script_helper.run_test_script() (GH-23777)Victor Stinner2020-12-153-16/+34
* bpo-42639: Move atexit state to PyInterpreterState (GH-23763)Victor Stinner2020-12-151-0/+18
* bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if sta...Mark Shannon2020-12-154-88/+84
* bpo-42639: atexit now logs callbacks exceptions (GH-23771)Victor Stinner2020-12-141-1/+0
* bpo-42639: Cleanup atexitmodule.c (GH-23770)Victor Stinner2020-12-141-11/+12
* bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spu...Mark Shannon2020-12-141-0/+26
* Don't generate spurious line number in try-except-finally. (#23760)Mark Shannon2020-12-141-0/+17
* bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...kj2020-12-133-26/+70
* bpo-30858: Improve error location for expressions with assignments (GH-23753)Pablo Galindo2020-12-132-1/+8
* bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)Alex Grönholm2020-12-101-0/+4
* bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)Ethan Furman2020-12-101-0/+28
* bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)Ethan Furman2020-12-101-0/+6
* bpo-42517: [Enum] do not convert private names into members (GH-23722)Ethan Furman2020-12-101-0/+25
* bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)Ethan Furman2020-12-101-0/+73
* bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...pxinwr2020-12-082-2/+2
* bpo-41443: Add more attribute checking in test_posix (GH-21688)pxinwr2020-12-081-3/+7
* [Enum] reformat and add doc strings (GH-23705)Ethan Furman2020-12-081-1/+1
* bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)Ethan Furman2020-12-081-0/+14
* bpo-42111: Make the xxlimited module an example of best extension module prac...Petr Viktorin2020-12-081-0/+79
* bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...Matti Picus2020-12-071-1/+3
* bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)Ethan Furman2020-12-071-0/+26