summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-94192: Fix error for dictionary literals with invalid expression as value....wookie1842022-06-261-0/+1
* gh-94214: Add venv context.lib_path and document the context (GH-94221)Paul Moore2022-06-261-0/+1
* gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)Christian Heimes2022-06-261-0/+1
* gh-94226: Remove the locale.format() function (#94229)Victor Stinner2022-06-261-0/+2
* GH-94254: Make _struct module types immutable (#94269)Kumar Aditya2022-06-261-0/+1
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Serhiy Storchaka2022-06-261-0/+1
* gh-93820: Pickle enum.Flag by name (GH-93891)Serhiy Storchaka2022-06-261-0/+1
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-261-0/+6
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-261-0/+2
* gh-94207: Fix struct module leak (GH-94239)Mark Dickinson2022-06-251-0/+2
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-251-0/+4
* bpo-26253: Add compressionlevel to tarfile stream (GH-2962)Yaron de Leeuw2022-06-251-0/+2
* bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...Gregory Beauregard2022-06-251-0/+1
* gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)Ken Jin2022-06-241-1/+2
* gh-94196: Remove gzip.GzipFile.filename attribute (#94197)Victor Stinner2022-06-241-0/+4
* gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)Victor Stinner2022-06-241-0/+3
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-241-0/+4
* gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...Myron Walker2022-06-231-0/+1
* gh-92858: Improve error message for some suites with syntax error before ':' ...wookie1842022-06-231-0/+1
* GH-91742: Fix pdb crash after jump (GH-94171)Kumar Aditya2022-06-231-0/+1
* gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...Oscar R2022-06-231-0/+3
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-231-0/+4
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-221-0/+2
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)Illia Volochii2022-06-221-0/+2
* gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...Jason R. Coombs2022-06-221-0/+1
* gh-94101 Disallow instantiation of SSLSession objects (GH-94102)chgnrdv2022-06-221-0/+3
* gh-74696: Do not change the current working directory in shutil.make_archive(...Serhiy Storchaka2022-06-221-0/+2
* gh-88123: Implement new Enum __contains__ (GH-93298)Carl Bordum Hansen2022-06-221-0/+2
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-211-0/+4
* gh-87389: Fix an open redirection vulnerability in http.server. (#93879)Gregory P. Smith2022-06-211-0/+3
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-211-0/+2
* gh-93021: Fix __text_signature__ for __get__ (GH-93023)Jelle Zijlstra2022-06-211-0/+2
* GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime....Mark Shannon2022-06-211-0/+3
* gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...Erlend Egeberg Aasland2022-06-211-0/+3
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-211-0/+1
* gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)Victor Stinner2022-06-211-0/+2
* GH-93678: refactor compiler so that optimizer does not need the assembler and...Irit Katriel2022-06-211-0/+1
* gh-94021: Address unreachable code warning in specialize code (GH-94022)Christian Heimes2022-06-211-0/+1
* GH-93516: Speedup line number checks when tracing. (GH-93763)Mark Shannon2022-06-201-0/+2
* gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...itssme2022-06-192-0/+2
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Erlend Egeberg Aasland2022-06-191-0/+1
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-191-0/+14
* gh-93975: Nicer error reporting in test_venv (GH-93959)Jason R. Coombs2022-06-181-0/+2
* gh-93955: Use unbound methods for slot `__getattr__` and `__getattribute__` (...Ken Jin2022-06-181-0/+1
* gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)Serhiy Storchaka2022-06-181-0/+2
* gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)Chris Fernald2022-06-171-0/+1
* GH-89858: Fix test_embed for out-of-tree builds (GH-93465)Kumar Aditya2022-06-171-0/+1
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)Ken Jin2022-06-171-0/+2
* gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)Ken Jin2022-06-171-0/+1
* gh-77782: Deprecate global configuration variable (#93943)Victor Stinner2022-06-171-0/+3