summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-44180: Report generic syntax errors in the furthest position reached in t...Miss Islington (bot)2021-05-211-0/+1
* [3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute ...Barney Gale2021-05-211-0/+10
* bpo-36160: Fix test_site so that it can run independently of other tests (GH-...Miss Islington (bot)2021-05-201-2/+4
* bpo-44168: Fix error message in the parser for keyword arguments for invalid ...Miss Islington (bot)2021-05-191-19/+24
* [3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-2...Irit Katriel2021-05-182-1/+60
* bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)Miss Islington (bot)2021-05-171-0/+6
* bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...Miss Islington (bot)2021-05-161-1/+2
* bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...Miss Islington (bot)2021-05-151-0/+1
* [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...Miss Islington (bot)2021-05-151-0/+7
* bpo-28146: Fix a confusing error message in str.format() (GH-24213)Miss Islington (bot)2021-05-131-2/+5
* bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...Miss Islington (bot)2021-05-131-0/+25
* [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)Mark Shannon2021-05-131-0/+21
* bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...Miss Islington (bot)2021-05-121-0/+8
* [3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034...Irit Katriel2021-05-121-0/+18
* bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)Miss Islington (bot)2021-05-121-0/+3
* bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-2...Miss Islington (bot)2021-05-111-0/+38
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Miss Islington (bot)2021-05-091-5/+5
* Revert test for Tix deprecation warning (GH-26005)Miss Islington (bot)2021-05-091-6/+3
* [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...Miss Islington (bot)2021-05-081-1/+1
* bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)Miss Islington (bot)2021-05-071-0/+7
* bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)Miss Islington (bot)2021-05-071-5/+10
* bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)Miss Islington (bot)2021-05-071-0/+7
* bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...Miss Islington (bot)2021-05-061-0/+1
* Correct location for syntax error in try-except (GH-25939)Mark Shannon2021-05-061-1/+1
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-051-1/+9
* bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25...Miss Islington (bot)2021-05-051-8/+16
* bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926)Miss Islington (bot)2021-05-051-1/+14
* bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)Miss Islington (bot)2021-05-041-2/+1
* bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)Miss Islington (bot)2021-05-041-0/+5
* fix enum and backslash warnings (GH-25861) (GH-25871)Miss Islington (bot)2021-05-042-2/+2
* bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...Miss Islington (bot)2021-05-041-1/+1
* Remove Enum warnings from test_httpservers (GH-25844)Shreyan Avigyan2021-05-031-2/+2
* bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)Dennis Sweeney2021-05-031-18/+84
* bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-...Christian Heimes2021-05-031-5/+11
* bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)Pablo Galindo2021-05-034-1757/+60
* Increase test timeout (GH-25842)Andrew Svetlov2021-05-031-3/+3
* bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)Batuhan Taskaya2021-05-031-6/+55
* bpo-44011: Fix asyncio tests without ssl module (GH-25840)Christian Heimes2021-05-031-2/+7
* bpo-44015: dataclasses should allow KW_ONLY to be specified only once per cla...Eric V. Smith2021-05-031-0/+77
* bpo-25478: Add total() method to collections.Counter (GH-25829)Raymond Hettinger2021-05-031-0/+4
* bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)Ned Deily2021-05-031-1/+1
* bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...Mark Shannon2021-05-022-0/+47
* bpo-44011: New asyncio ssl implementation (#17975)Andrew Svetlov2021-05-024-60/+1752
* bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...Erlend Egeberg Aasland2021-05-022-4/+5
* bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)Jason R. Coombs2021-05-023-3/+37
* bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)Brandt Bucher2021-05-021-3/+77
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-021-4/+17
* bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)Christian Heimes2021-05-023-0/+31
* Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-2...Ethan Furman2021-05-011-1/+1
* bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)Christian Heimes2021-05-011-30/+12