summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93771: Clarify how deepfreeze.py is run (#94150)Guido van Rossum2022-06-231-2/+4
* gh-92858: Improve error message for some suites with syntax error before ':' ...wookie1842022-06-234-380/+542
* [Enum] fix typo (GH-94158)Ethan Furman2022-06-231-8/+8
* GH-91742: Fix pdb crash after jump (GH-94171)Kumar Aditya2022-06-233-1/+45
* gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)Erlend Egeberg Aasland2022-06-231-22/+12
* gh-86404: [doc] Fix missing backtick and double target name. (#94120)Julien Palard2022-06-231-2/+2
* gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)Christian Heimes2022-06-231-1/+8
* gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...Oscar R2022-06-234-17/+89
* Closes gh-94152: Update pyvideo.org URL (GH-94075)partev2022-06-231-1/+1
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-234-2/+23
* gh-84623: Remove unused imports in idlelib (#94143)Victor Stinner2022-06-223-17/+7
* Add ABI dump Makefile target (#94136)Pablo Galindo Salgado2022-06-221-0/+8
* gh-84623: Move imports in doctests (#94133)Victor Stinner2022-06-223-5/+5
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-2229-109/+100
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-2228-43/+9
* gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)partev2022-06-221-4/+1
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)Illia Volochii2022-06-223-0/+128
* gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...Jason R. Coombs2022-06-223-0/+21
* Fix typo in _io.TextIOWrapper Clinic input (#94037)fikotta2022-06-221-2/+2
* gh-94101 Disallow instantiation of SSLSession objects (GH-94102)chgnrdv2022-06-222-1/+5
* gh-74696: Do not change the current working directory in shutil.make_archive(...Serhiy Storchaka2022-06-224-52/+106
* Stats: Add summary of top instructions for misses and deferred specialization...Mark Shannon2022-06-221-2/+20
* gh-88123: Implement new Enum __contains__ (GH-93298)Carl Bordum Hansen2022-06-223-112/+79
* bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)Irit Katriel2022-06-211-1/+2
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-215-119/+27
* gh-87389: Fix an open redirection vulnerability in http.server. (#93879)Gregory P. Smith2022-06-213-2/+61
* DOC: correct bytesarray -> bytearray in comments (GH-92410)Thomas A Caswell2022-06-212-2/+2
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-216-78/+29
* gh-93021: Fix __text_signature__ for __get__ (GH-93023)Jelle Zijlstra2022-06-213-2/+10
* Tutorial: specify match cases don't fall through (GH-93615)max2022-06-211-2/+4
* gh-93240: clarify wording in IO tutorial (GH-93276)paulreece2022-06-211-1/+1
* Minor optimization for Fractions.limit_denominator (GH-93730)Mark Dickinson2022-06-211-6/+8
* gh-93675: Fix typos in `Doc/` (GH-93676)luzpaz2022-06-216-6/+6
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-2130-47/+59
* Closes gh-94038: Update Release Schedule in README.rst from PEP 664 to PEP 69...MilanJuhas2022-06-211-1/+1
* gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...Steve Dower2022-06-213-3/+0
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Adam Turner2022-06-2111-52/+18
* GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime....Mark Shannon2022-06-217-22/+212
* gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)Victor Stinner2022-06-212-29/+16
* gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)Victor Stinner2022-06-2135-68/+68
* gh-93839: Use load_package_tests() for testmock (GH-94055)Christian Heimes2022-06-211-14/+3
* gh-94052: Don't re-run failed tests with --python option (#94054)Christian Heimes2022-06-213-6/+17
* gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...Erlend Egeberg Aasland2022-06-213-0/+45
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-2122-282/+447
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-2138-137/+77
* gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)Victor Stinner2022-06-2160-93/+83
* GH-93678: refactor compiler so that optimizer does not need the assembler and...Irit Katriel2022-06-212-160/+170
* gh-94021: Address unreachable code warning in specialize code (GH-94022)Christian Heimes2022-06-212-1/+3
* GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)Irit Katriel2022-06-202-2/+33
* gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#94024)Victor Stinner2022-06-202-1/+5