summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)Dong-hee Na2021-07-051-0/+3
* bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)Ammar Askar2021-07-044-24/+162
* bpo-43950: include position in dis.Instruction (GH-27015)Batuhan Taskaya2021-07-041-188/+243
* bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011)Batuhan Taskaya2021-07-042-11/+11
* bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)Irit Katriel2021-07-031-0/+15
* bpo-44129: Add descriptive global variables for general purpose bit flags (GH...Daniel Hillier2021-07-031-1/+1
* bpo-44553 : Implement GC methods for types.Union (GH-26993)Ken Jin2021-07-031-1/+19
* bpo-43950: Add code.co_positions (PEP 657) (GH-26955)Pablo Galindo2021-07-022-0/+197
* bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)finefoot2021-07-021-0/+10
* bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...Illia Volochii2021-07-011-4/+4
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-015-538/+64
* bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...Batuhan Taskaya2021-06-301-0/+36
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-302-0/+32
* bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...Pablo Galindo2021-06-291-4/+10
* bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...Serhiy Storchaka2021-06-292-2/+55
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-293-8/+8
* bpo-44110: Improve string's __getitem__ error message (GH-26042)Miguel Brito2021-06-272-2/+10
* bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...will-ca2021-06-261-7/+18
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Brandt Bucher2021-06-251-23/+87
* bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...Irit Katriel2021-06-249-16/+51
* bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...Barry Warsaw2021-06-241-2/+2
* bpo-44456: Improve the syntax error when mixing keyword and positional patter...Pablo Galindo2021-06-241-0/+24
* Make sure that line number is set correctly for call to __exit__ when handlin...Mark Shannon2021-06-241-7/+24
* bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)Erlend Egeberg Aasland2021-06-241-3/+8
* bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)Guido van Rossum2021-06-232-14/+10
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)Victor Stinner2021-06-231-3/+14
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-238-31/+32
* bpo-44486: Make sure that modules always have a dictionary. (GH-26847)Mark Shannon2021-06-231-11/+2
* Fix typo in test_typing.py (GH-26853)Ikko Ashimine2021-06-221-1/+1
* bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)Ken Jin2021-06-221-0/+9
* bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl...Ma Lin2021-06-223-0/+27
* bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)Victor Stinner2021-06-211-1/+2
* Reset DeprecationWarning filters in test_typing io and re (#26811)Ken Jin2021-06-211-0/+2
* bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)Dong-hee Na2021-06-211-0/+7
* bpo-44466: Faulthandler now detects the GC (GH-26823)Victor Stinner2021-06-211-14/+53
* bpo-44297: Fix missing line number in generator expressions (GH-26801)Mark Shannon2021-06-211-0/+15
* bpo-44469: Fix tests for "async with" with bad object (GH-26817)Serhiy Storchaka2021-06-211-6/+12
* bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)Sebastian Rittau2021-06-191-12/+17
* bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)Ethan Furman2021-06-182-20/+163
* bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...Miro Hrončok2021-06-181-0/+1
* Reorganize the pattern matching suite (GH-26661)Brandt Bucher2021-06-181-548/+497
* bpo-44032: Move pointer to code object from frame-object to frame specials ar...Mark Shannon2021-06-181-1/+1
* bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-...Irit Katriel2021-06-171-0/+16
* Do not clear globals or builtins when calling clear() on a frame object. Reve...Mark Shannon2021-06-171-0/+13
* bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)Joe2021-06-171-1/+1
* bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)Ethan Furman2021-06-161-2/+2
* bpo-43693: Eliminate unused "fast locals". (gh-26587)Eric Snow2021-06-151-21/+21
* [Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman2021-06-151-0/+23
* bpo-44409: Fix error location in tokenizer errors that happen during initiali...Pablo Galindo2021-06-141-0/+1
* bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)Christian Heimes2021-06-131-8/+56