summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93103: Deprecate global configuration variable (#93104)Victor Stinner2022-05-233-7/+123
* gh-90473: WASI: skip gethostname tests (GH-93092)Christian Heimes2022-05-239-0/+30
* gh-89158: Add some REPL secondary prompt markers (#93073)Nicolas Haller2022-05-231-3/+3
* gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)Mori Bellamy2022-05-233-7/+38
* gh-92994: Clarify importlib "check" example (#92995)Shantanu2022-05-231-0/+3
* gh-73137: Added sub-subsection headers for flags in re (#93000)Stanley2022-05-231-30/+42
* binascii docs: strict_mode parameter is keyword-only (#93055)Jelle Zijlstra2022-05-231-1/+1
* termios docs: fix indentation (#93080)Jelle Zijlstra2022-05-221-5/+5
* Clean up the sqlite3 tests (GH-93056)Serhiy Storchaka2022-05-212-33/+23
* gh-91362: reword pickle docs to account for nested classes (#92429)Shantanu2022-05-211-6/+6
* Improve tests for opening Sqlite by URI (GH-93047)Serhiy Storchaka2022-05-211-5/+42
* GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)serge-sans-paille2022-05-212-2/+35
* gh-93044: No longer convert the database argument of sqlite3.connect() to byt...Serhiy Storchaka2022-05-214-7/+19
* ci: add GitHub token permissions (#92999)Varun Sharma2022-05-214-1/+13
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-217-9/+16
* gh-93019: Fix markup in zipfile.rst (#93025)Shantanu2022-05-211-1/+1
* Take advantage of math.comb() in the nth_combination() recipe (#93027)Raymond Hettinger2022-05-201-6/+2
* Fix a directive in the `pathlib` docs (GH-93030)Brett Cannon2022-05-201-1/+1
* gh-72073: Add Windows case in pathlib.rename (GH-93002)Stanley2022-05-201-2/+3
* gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-9...CAM Gerlach2022-05-2022-25/+25
* shutil._copyfileobj_readinto: tiny speedup (#92377)Lucinda May Phipps2022-05-201-1/+2
* gh-91860: documentation for typing.dataclass_transform (#92768)Shantanu2022-05-203-12/+84
* gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)Serhiy Storchaka2022-05-204-64/+40
* Doc: add missing manpage and title references in tkinter docs (#29008)Rafael Fontenelle2022-05-201-2/+3
* Doc: Minor adjustment of `socket.create_server` docs (#26938)Pavel2022-05-202-1/+2
* Update globals-to-fix.tsv to follow recent changes (gh-92959)Dong-hee Na2022-05-201-3/+4
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Steve Dower2022-05-193-11/+49
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...David Machaj2022-05-192-0/+2
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-195-8/+39
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-199-26/+35
* gh-92417: `importlib` docs: remove references to unsupported Python versions ...Alex Waygood2022-05-192-10/+7
* bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)Nikita Sobolev2022-05-194-6/+83
* gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)Michael Osipov2022-05-192-3/+1
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)Martin Fischer2022-05-193-0/+7
* gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...Alex Waygood2022-05-191-3/+0
* gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...Alex Waygood2022-05-192-8/+9
* gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)Alex Waygood2022-05-191-2/+2
* bpo-45393: help() on operator precedence has misleading entries (GH-31246)Zackery Spytz2022-05-192-2/+4
* gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...CAM Gerlach2022-05-191-27/+21
* gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...David Foster2022-05-193-4/+20
* gh-91491: Complete Whats New in 3.11 for typing (#92708)Jelle Zijlstra2022-05-191-4/+36
* GH-92955: fix memory leak in code object lines and positions iterators (gh-92...Kumar Aditya2022-05-193-4/+9
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-1920-14/+109
* GH-90690: Remove `PRECALL` instruction (GH-92925)Mark Shannon2022-05-1914-701/+544
* Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)Jan Brasna2022-05-191-3/+3
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...Ayappan Perumal2022-05-192-0/+7
* Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)Duprat2022-05-191-0/+4
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)Serhiy Storchaka2022-05-193-3/+11
* gh-87901: Remove the encoding argument from os.popen (GH-92836)Inada Naoki2022-05-193-7/+13
* gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)1809092022-05-181-1/+1