summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-94214: Add venv context.lib_path and document the context (GH-94221)Paul Moore2022-06-263-0/+41
* gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)Christian Heimes2022-06-269-147/+660
* gh-94226: Remove the locale.format() function (#94229)Victor Stinner2022-06-266-102/+58
* gh-87347: Fix PyObject_NEW() regression (#94234)Victor Stinner2022-06-262-2/+45
* GH-94254: Make _struct module types immutable (#94269)Kumar Aditya2022-06-263-2/+17
* gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)Erlend Egeberg Aasland2022-06-261-1/+1
* [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)Max Bachmann2022-06-261-2/+2
* 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-263-64/+106
* gh-93820: Pickle enum.Flag by name (GH-93891)Serhiy Storchaka2022-06-263-3/+58
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-2614-373/+78
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-266-67/+135
* gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)Irit Katriel2022-06-251-2/+2
* bpo-39971: Change examples to be runnable (GH-32172)Stanley2022-06-251-11/+18
* gh-90016: Reword sqlite3 adapter/converter docs (#93095)Erlend Egeberg Aasland2022-06-255-122/+156
* gh-77560: Report possible errors in restoring builtins at finalization (GH-94...Serhiy Storchaka2022-06-251-1/+1
* 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-253-2/+39
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-255-313/+14
* 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-254-11/+88
* bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...Gregory Beauregard2022-06-253-39/+81
* 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
* gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)Ken Jin2022-06-244-3/+5
* Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...Oleg Iarygin2022-06-241-2/+2
* 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-84461: Build Emscripten with WASM BigInt support (#94219)Christian Heimes2022-06-243-1/+8
* 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-249-9/+26
* gh-93692: remove "build finished successfully" message from setup.py (#93693)Erlend Egeberg Aasland2022-06-241-1/+0
* gh-94196: Remove gzip.GzipFile.filename attribute (#94197)Victor Stinner2022-06-244-8/+14
* gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)Victor Stinner2022-06-247-81/+11
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-245-40/+10
* Add more tests for throwing into yield from (GH-94097)Brandt Bucher2022-06-231-0/+527
* Add ABI dump script (#94135)Pablo Galindo Salgado2022-06-233-1/+12
* [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-232-2/+6
* 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