summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-45083: Include the exception class qualname when formatting an exc...Miss Islington (bot)2021-09-082-0/+27
* [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) ...Łukasz Langa2021-09-082-5/+12
* bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)Miss Islington (bot)2021-09-081-4/+7
* [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...Serhiy Storchaka2021-09-0828-10/+116
* bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Miss Islington (bot)2021-09-081-0/+10
* Add more itertool recipes (GH-28165)Miss Islington (bot)2021-09-071-0/+23
* bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...Miss Islington (bot)2021-09-071-0/+172
* bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)Miss Islington (bot)2021-09-061-2/+0
* bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)Miss Islington (bot)2021-09-051-0/+49
* bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...Miss Islington (bot)2021-09-043-6/+21
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Miss Islington (bot)2021-09-041-2/+8
* [3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)Miss Islington (bot)2021-09-041-0/+80
* [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...Serhiy Storchaka2021-09-043-3/+3
* bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...Miss Islington (bot)2021-09-031-1/+21
* bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)Miss Islington (bot)2021-09-011-31/+2
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)Miss Islington (bot)2021-08-291-0/+55
* bpo-25130: Make unit-test about restricting the maximum number of nested bloc...Miss Islington (bot)2021-08-281-32/+35
* bpo-44524: Fix cryptic TypeError message when trying to subclass special form...Miss Islington (bot)2021-08-281-0/+16
* bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)Miss Islington (bot)2021-08-281-16/+31
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-261-0/+2
* bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)Miss Islington (bot)2021-08-264-7/+10
* bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)Dong-hee Na2021-08-261-0/+4
* bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)Miss Islington (bot)2021-08-251-0/+5
* [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i...Miss Islington (bot)2021-08-242-9/+31
* bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)Miss Islington (bot)2021-08-231-0/+12
* bpo-44980: fix test_constructor to return None value (GH-27898)Miss Islington (bot)2021-08-231-1/+1
* bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)Miss Islington (bot)2021-08-211-1/+2
* bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)Miss Islington (bot)2021-08-211-1/+0
* bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)Miss Islington (bot)2021-08-201-0/+14
* bpo-44949: Fix test_readline auto history tests (GH-27813)Miss Islington (bot)2021-08-191-2/+6
* bpo-44947: Refine the syntax error for trailing commas in import statements (...Miss Islington (bot)2021-08-181-0/+7
* bpo-44852: Support filtering over warnings without a set message (GH-27793)Miss Islington (bot)2021-08-181-4/+5
* bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...Miss Islington (bot)2021-08-171-0/+28
* [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in ...Łukasz Langa2021-08-173-0/+70
* bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)Miss Islington (bot)2021-08-171-7/+14
* bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fix...Miss Islington (bot)2021-08-161-3/+1
* Added test case based on recommended test cases from RFC 4648 (GH-27747)Miss Islington (bot)2021-08-131-0/+39
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Miss Islington (bot)2021-08-132-0/+44
* bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)Miss Islington (bot)2021-08-131-0/+3
* [3.10] bpo-33930: Fix typo in the test name. (GH-27736)Benjamin Peterson2021-08-131-1/+1
* [3.10] bpo-44885: Correct the ast locations of f-strings with format specs an...Pablo Galindo Salgado2021-08-121-11/+29
* bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)Miss Islington (bot)2021-08-121-17/+52
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Miss Islington (bot)2021-08-111-0/+15
* bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)Miss Islington (bot)2021-08-101-0/+16
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Miss Islington (bot)2021-08-101-0/+142
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Miss Islington (bot)2021-08-091-0/+12
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-091-3/+18
* bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...Mark Shannon2021-08-092-51/+74
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...Miss Islington (bot)2021-08-061-0/+28
* bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...Miss Islington (bot)2021-08-062-1/+24