summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)Serhiy Storchaka2022-06-251-2/+4
* gh-94207: Fix struct module leak (GH-94239)Mark Dickinson2022-06-251-0/+17
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-252-261/+0
* gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962) (#94258)Christian Heimes2022-06-251-0/+1
* bpo-26253: Add compressionlevel to tarfile stream (GH-2962)Yaron de Leeuw2022-06-252-9/+81
* bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...Gregory Beauregard2022-06-252-39/+80
* gh-85308: Add argparse tests for reading non-ASCII arguments from file (GH-94...Serhiy Storchaka2022-06-242-12/+28
* gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)Christian Heimes2022-06-242-1/+13
* IDLE: replace if statement with expression (#94228)Terry Jan Reedy2022-06-241-6/+2
* gh-94172: urllib.request avoids deprecated check_hostname (#94193)Victor Stinner2022-06-242-17/+23
* gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...Steve Dower2022-06-241-0/+2
* gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)Christian Heimes2022-06-245-0/+13
* gh-94196: Remove gzip.GzipFile.filename attribute (#94197)Victor Stinner2022-06-241-8/+0
* gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)Victor Stinner2022-06-242-7/+1
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-243-40/+0
* Add more tests for throwing into yield from (GH-94097)Brandt Bucher2022-06-231-0/+527
* [Enum] Remove automatic docstring generation (GH-94188)Sam Ezeh2022-06-232-267/+4
* gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...Myron Walker2022-06-231-2/+5
* gh-92858: Improve error message for some suites with syntax error before ':' ...wookie1842022-06-231-10/+31
* [Enum] fix typo (GH-94158)Ethan Furman2022-06-231-8/+8
* GH-91742: Fix pdb crash after jump (GH-94171)Kumar Aditya2022-06-231-0/+43
* 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-232-17/+82
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-231-1/+3
* gh-84623: Remove unused imports in idlelib (#94143)Victor Stinner2022-06-223-17/+7
* 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-2225-45/+50
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-228-9/+3
* gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...Jason R. Coombs2022-06-222-0/+20
* gh-74696: Do not change the current working directory in shutil.make_archive(...Serhiy Storchaka2022-06-222-51/+97
* gh-88123: Implement new Enum __contains__ (GH-93298)Carl Bordum Hansen2022-06-222-112/+77
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-212-93/+10
* gh-87389: Fix an open redirection vulnerability in http.server. (#93879)Gregory P. Smith2022-06-212-2/+58
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-211-3/+6
* gh-93021: Fix __text_signature__ for __get__ (GH-93023)Jelle Zijlstra2022-06-211-0/+6
* Minor optimization for Fractions.limit_denominator (GH-93730)Mark Dickinson2022-06-211-6/+8
* gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...Steve Dower2022-06-211-1/+0
* gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)Victor Stinner2022-06-2129-24/+26
* 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-211-0/+39
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-214-116/+130
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-2134-104/+45
* gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)Victor Stinner2022-06-2156-35/+25
* GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)Irit Katriel2022-06-201-1/+27
* gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...itssme2022-06-192-1/+60
* gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)Christian Heimes2022-06-191-0/+1
* gh-84461: Fix Emscripten umask and permission issues (GH-94002)Christian Heimes2022-06-193-0/+16
* gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)Lei Zhang2022-06-191-4/+4
* gh-93761: Fix test_logging test_config_queue_handler() race condition (#93952)Victor Stinner2022-06-191-0/+3