summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Miss Islington (bot)2020-06-111-1/+2
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) ...Victor Stinner2020-06-104-45/+42
* [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions...Stefan Krah2020-06-081-35/+0
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Miss Islington (bot)2020-06-061-0/+7
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...Shantanu2020-06-061-0/+6
* bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)Miss Islington (bot)2020-06-061-0/+5
* [3.8] bpo-40807: Backport test_codeop change [GH-19670]Terry Jan Reedy2020-06-051-4/+4
* [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)Victor Stinner2020-06-031-6/+16
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-291-0/+19
* bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)Miss Islington (bot)2020-05-271-0/+10
* bpo-39073: validate Address parts to disallow CRLF (GH-19007)Miss Islington (bot)2020-05-271-0/+19
* Clean up compatibility code in importlib fixtures (GH-19156) (#19543)Miss Islington (bot)2020-05-271-16/+2
* bpo-39244: multiprocessing return default start method first on macOS (GH-18625)Miss Islington (bot)2020-05-261-1/+3
* [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...Zackery Spytz2020-05-261-0/+7
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Miss Islington (bot)2020-05-241-0/+9
* [3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....Batuhan Taskaya2020-05-221-0/+4
* bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)Miss Islington (bot)2020-05-181-3/+12
* bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...Miss Islington (bot)2020-05-181-0/+15
* bpo-40636: Clarify the zip built-in docstring. (GH-20118)Miss Islington (bot)2020-05-151-1/+2
* 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