summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-94192: Fix error for dictionary literals with invalid expression as value....wookie1842022-06-261-1/+11
* gh-94214: Add venv context.lib_path and document the context (GH-94221)Paul Moore2022-06-261-0/+1
* gh-94226: Remove the locale.format() function (#94229)Victor Stinner2022-06-262-87/+48
* GH-94254: Make _struct module types immutable (#94269)Kumar Aditya2022-06-261-0/+12
* gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)Erlend Egeberg Aasland2022-06-261-1/+1
* gh-94172: urllib.request avoids deprecated key_file/cert_file (#94232)Victor Stinner2022-06-261-3/+11
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-264-5/+4
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Serhiy Storchaka2022-06-262-64/+105
* gh-93820: Pickle enum.Flag by name (GH-93891)Serhiy Storchaka2022-06-262-3/+57
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-2610-323/+25
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-264-59/+102
* 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