summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Move several typing tests to a proper class, refs GH-28563 (GH-29126)Nikita Sobolev2021-10-211-16/+16
* bpo-45522: Allow to disable freelists on build time (GH-29056)Christian Heimes2021-10-211-1/+12
* bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110)Kreus Amredes2021-10-211-1/+1
* bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...Petr Viktorin2021-10-211-1/+1
* bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...Barry Warsaw2021-10-205-6/+20
* bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...Kyungmin Lee2021-10-202-0/+23
* bpo-45320: Remove long-deprecated inspect methods (GH-28618)Hugo van Kemenade2021-10-202-207/+14
* Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)Gregory P. Smith2021-10-202-2/+2
* Add a comment about how to fix bogus test_host_resolution_bad_address failure...Barry Warsaw2021-10-201-2/+4
* bpo-44525: Specialize simple Python calls. (GH-29033)Mark Shannon2021-10-201-0/+1
* bpo-45229: Make doctest tests discoverable (GH-28986)Serhiy Storchaka2021-10-202-23/+18
* bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)Zachary Ware2021-10-201-1/+0
* bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077)Zachary Ware2021-10-202-5/+11
* bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)Ken Jin2021-10-191-0/+5
* bpo-25625: add contextlib.chdir (GH-28271)Filipe Laíns2021-10-192-1/+61
* bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...Alex Waygood2021-10-191-0/+42
* bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (...Eric Snow2021-10-191-1/+1
* bpo-45494: Fix parser crash when reporting errors involving invalid continuat...Pablo Galindo Salgado2021-10-191-0/+4
* bpo-45500: Rewrite test_dbm (GH-29002)Serhiy Storchaka2021-10-191-69/+57
* bpo-42174: fallback to sane values if the columns or lines are 0 in get_termi...Filipe Laíns2021-10-191-2/+2
* bpo-42222: Improve tests for invalid argument types in randrange() (GH-29021)Serhiy Storchaka2021-10-191-20/+11
* bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...Inada Naoki2021-10-193-12/+0
* bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)Mark Shannon2021-10-181-25/+27
* bpo-45229: Make test_http_cookiejar discoverable (GH-29004)Serhiy Storchaka2021-10-171-10/+1
* bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)Terry Jan Reedy2021-10-162-3/+12
* bpo-45020: Default to using frozen modules unless running from source tree. (...Eric Snow2021-10-162-4/+14
* bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Pablo Galindo Salgado2021-10-162-1/+11
* bpo-42222: Remove deprecated support for non-integer values (GH-28983)Raymond Hettinger2021-10-162-78/+49
* bpo-45489: Update ForwardRef to support | operator. (GH-28991)Dong-hee Na2021-10-162-0/+12
* bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Graham Inggs2021-10-151-1/+1
* bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)Eric Snow2021-10-144-69/+172
* bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)Carl Friedrich Bolz-Tereick2021-10-141-7/+14
* bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)Eric Snow2021-10-141-1/+6
* bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...Serhiy Storchaka2021-10-142-5/+39
* bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)Dennis Sweeney2021-10-141-0/+3
* bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...Serhiy Storchaka2021-10-142-8/+51
* bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado2021-10-133-15/+25
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)rtobar2021-10-131-2/+8
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...andrei kulakov2021-10-132-5/+42
* bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)Ben Hoyt2021-10-132-0/+3
* bpo-45229: Make tkinter tests discoverable (GH-28637)Serhiy Storchaka2021-10-1317-604/+498
* bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)Victor Stinner2021-10-133-3/+53
* bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)Mark Shannon2021-10-135-29/+30
* bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)Victor Stinner2021-10-137-82/+19
* bpo-45453: Fix test_embed.StdPrinterTests (GH-28916)Victor Stinner2021-10-131-8/+4
* bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908)Victor Stinner2021-10-123-15/+72
* bpo-45421: Remove dead code from html.parser (GH-28847)Alberto Mardegan2021-10-121-7/+0
* bpo-45410: Add test.support.flush_std_streams() (GH-28885)Victor Stinner2021-10-112-9/+11
* bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)Dong-hee Na2021-10-111-1/+12
* bpo-45411: Update mimetypes.py (GH-28792)Josephine-Marie2021-10-111-0/+2