summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-40527: Fix command line argument parsing (GH-19955)Miss Islington (bot)2020-05-061-0/+11
* bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...Miss Islington (bot)2020-05-051-0/+6
* bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)Miss Islington (bot)2020-05-041-1/+3
* [3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...Serhiy Storchaka2020-05-021-1/+8
* [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...Pablo Galindo2020-05-011-0/+17
* bpo-40436: Fix code parsing gdb version (GH-19792)Miss Islington (bot)2020-04-292-2/+11
* bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)Victor Stinner2020-04-235-31/+51
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Miss Islington (bot)2020-04-221-0/+51
* bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)Victor Stinner2020-04-221-5/+30
* bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)Miss Islington (bot)2020-04-201-0/+7
* [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)Antoine Pitrou2020-04-201-2/+14
* bpo-40260: Revert breaking changes made in modulefinder (GH-19595)Miss Islington (bot)2020-04-201-3/+14
* [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...Serhiy Storchaka2020-04-181-0/+105
* bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)Miss Islington (bot)2020-04-171-2/+4
* bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)Miss Islington (bot)2020-04-161-4/+6
* [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)Miss Islington (bot)2020-04-151-0/+6
* bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...Miss Islington (bot)2020-04-141-5/+60
* bpo-32033: Fix test_pwd failures on Android (GH-19502)Miss Islington (bot)2020-04-141-1/+1
* [3.8] Update libregrtest from master (GH-19516)Victor Stinner2020-04-147-32/+205
* bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...Miss Islington (bot)2020-04-121-0/+15
* bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...Miss Islington (bot)2020-04-061-1/+5
* bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316)Victor Stinner2020-04-032-3/+20
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)Miss Islington (bot)2020-04-021-33/+57
* bpo-40121: Fix exception type in test (GH-19267)Miss Islington (bot)2020-04-011-1/+1
* Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)Miss Islington (bot)2020-04-011-0/+2
* bpo-40019: Skip test_gdb if Python was optimized (GH-19081)Miss Islington (bot)2020-03-311-0/+9
* bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)Miss Islington (bot)2020-03-312-0/+34
* bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...Miss Islington (bot)2020-03-261-4/+89
* bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...Miss Islington (bot)2020-03-222-1/+12
* [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)...Victor Stinner2020-03-201-0/+19
* bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...Miss Islington (bot)2020-03-191-1/+8
* bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...Miss Islington (bot)2020-03-151-0/+18
* bpo-39965: Correctly raise SyntaxError if await is used outside async functio...Miss Islington (bot)2020-03-151-0/+38
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)Miss Islington (bot)2020-03-142-3/+46
* [3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (G...Mark Dickinson2020-03-141-0/+16
* bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966)Miss Islington (bot)2020-03-121-0/+4
* [3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...Serhiy Storchaka2020-03-121-0/+14
* bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)Miss Islington (bot)2020-03-111-0/+5
* [3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894)Dong-hee Na2020-03-101-0/+11
* [3.8] bpo-39850: Add support for abstract sockets in multiprocessing (GH-1886...Pablo Galindo2020-03-091-0/+13
* bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)Miss Islington (bot)2020-03-081-0/+9
* bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient...Miss Islington (bot)2020-03-071-0/+36
* [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)Serhiy Storchaka2020-03-071-0/+14
* [3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...Pablo Galindo2020-03-021-0/+20
* bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)Miss Islington (bot)2020-03-021-0/+15
* bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)Miss Islington (bot)2020-03-021-0/+9
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)Gregory P. Smith2020-03-012-0/+52
* [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-291-0/+1
* bpo-30566: Fix IndexError when using punycode codec (GH-18632)Miss Islington (bot)2020-02-251-0/+12
* Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...Miss Islington (bot)2020-02-241-0/+2