summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)Nikita Sobolev2021-09-281-0/+9
* bpo-45211: Remember the stdlib dir during startup. (gh-28586)Eric Snow2021-09-282-0/+27
* bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)Pablo Galindo Salgado2021-09-281-6/+12
* bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Victor Stinner2021-09-271-0/+33
* bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...Pablo Galindo Salgado2021-09-271-0/+13
* bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)Eric Snow2021-09-271-1/+1
* bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...Pablo Galindo Salgado2021-09-271-1/+12
* bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)Nikita Sobolev2021-09-261-0/+13
* bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)Nikita Sobolev2021-09-253-1/+34
* bpo-44019: Implement operator.call(). (GH-27888)Antony Lee2021-09-241-0/+12
* bpo-20524: adds better error message for `.format()` (GH-28310)Nikita Sobolev2021-09-241-0/+28
* bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH...Daniel Hillier2021-09-231-4/+17
* bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...Jason Fried2021-09-231-0/+76
* bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)Alexander Böhn2021-09-221-0/+7
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-214-5/+5
* [tests] Add missing assert against expected tracebacks in test_exceptions.py ...andrei kulakov2021-09-211-0/+1
* bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...andrei kulakov2021-09-211-0/+40
* bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...Nikita Sobolev2021-09-211-0/+7
* bpo-45021: Fix a hang in forked children (GH-28007)nullptr2021-09-201-0/+14
* bpo-45229: Make pickle tests discoverable (GH-28467)Serhiy Storchaka2021-09-203-47/+36
* bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)Rémi Lapeyre2021-09-201-0/+8
* bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)Serhiy Storchaka2021-09-2017-188/+122
* bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)Victor Stinner2021-09-201-0/+8
* Docs: Clarify the before_and_after() example (GH-28458)Raymond Hettinger2021-09-201-3/+4
* bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Nikita Sobolev2021-09-191-3/+4
* bpo-45229: Fix setUpModule in test_ssl (GH-28454)Serhiy Storchaka2021-09-191-2/+0
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-1959-475/+205
* bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)Adam Schwalm2021-09-181-0/+6
* bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_s...Brett Cannon2021-09-171-1/+2
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-174-19/+22
* bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH...Serhiy Storchaka2021-09-171-9/+3
* bpo-45212: Add a comment for time.sleep() in tests (GH-28414)Serhiy Storchaka2021-09-171-0/+1
* bpo-45187: Collect test_socket tests using unittest (GH-28317)Serhiy Storchaka2021-09-171-79/+5
* bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361)Serhiy Storchaka2021-09-161-11/+8
* bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteor...Barry Warsaw2021-09-162-3/+23
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-152-16/+24
* bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)Erlend Egeberg Aasland2021-09-151-2/+7
* bpo-45167: Fix deepcopying of GenericAlias (GH-28324)Serhiy Storchaka2021-09-151-5/+25
* bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)Victor Stinner2021-09-151-3/+11
* bpo-45205: Make test_compileall quiet (GH-28356)Victor Stinner2021-09-151-2/+4
* bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)Victor Stinner2021-09-151-13/+14
* bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)Pablo Galindo Salgado2021-09-151-10/+10
* bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)Nikita Sobolev2021-09-151-8/+10
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-156-15/+24
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-146-102/+164
* bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)junyixie2021-09-142-3/+20
* closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)Benjamin Peterson2021-09-141-2/+2
* bpo-45195: Fix test_readline.test_nonascii() (GH-28329)Victor Stinner2021-09-141-1/+3
* bpo-45168: change dis output to omit missing values rather than replacing the...Irit Katriel2021-09-141-8/+8
* bpo-45173 Remove configparser deprecations (GH-28292)Hugo van Kemenade2021-09-131-28/+0