summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Document 3.13, 3.14 and future removals (GH-108055) (#108331)Miss Islington (bot)2023-08-221-0/+13
* [3.12] gh-105857: Document that asyncio subprocess std{in,out,err} can be fil...Miss Islington (bot)2023-08-221-0/+1
* [3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Ɓukasz Langa2023-08-223-1/+248
* [3.12] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...Miss Islington (bot)2023-08-221-0/+4
* [3.12] Docs: align the param spec of sqlite3.Connection methods with the impl...Miss Islington (bot)2023-08-221-2/+2
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-2227-92/+103
* [3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283)Miss Islington (bot)2023-08-221-1/+1
* [3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...Miss Islington (bot)2023-08-223-1/+16
* [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#...Miss Islington (bot)2023-08-225-1063/+542
* [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-223-5/+55
* [3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...Miss Islington (bot)2023-08-223-0/+22
* [3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249)Miss Islington (bot)2023-08-221-2/+2
* [3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)Serhiy Storchaka2023-08-212-15/+57
* [3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231)Miss Islington (bot)2023-08-211-1/+1
* [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-215-54/+54
* [3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)Miss Islington (bot)2023-08-211-1/+1
* [3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237)T. Wouters2023-08-211-3/+3
* [3.12] gh-107905: Test raising `__value__` for `TypeAliasType` (GH-107997) (#...Miss Islington (bot)2023-08-211-0/+18
* [3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212) (#108213)Hugo van Kemenade2023-08-211-1/+1
* [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-214-9/+156
* [3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107...Miss Islington (bot)2023-08-213-1/+19
* [3.12] gh-107916: Save the error code before decoding the filename in PyErr_S...Miss Islington (bot)2023-08-212-0/+12
* [3.12] gh-105736: Sync pure python version of OrderedDict with the C version ...Miss Islington (bot)2023-08-213-7/+23
* [3.12] Improve references in the tutorial (GH-108069) (#108203)Miss Islington (bot)2023-08-216-49/+48
* [3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...Miss Islington (bot)2023-08-211-1/+4
* [3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...Miss Islington (bot)2023-08-211-0/+8
* [3.12] Resolve reference warnings in faq/library.rst (GH-108149) (#108182)Miss Islington (bot)2023-08-202-6/+8
* [3.12] Resolve reference warnings in faq/design.rst (GH-108148) (#108180)Miss Islington (bot)2023-08-202-3/+2
* [3.12] Docs: Fix Sphinx warnings in sys.rst (#108106) (#108178)Erlend E. Aasland2023-08-203-115/+153
* [3.12] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108174)Erlend E. Aasland2023-08-202-19/+20
* [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Miss Islington (bot)2023-08-205-9/+219
* [3.12] Resolve reference warnings in faq/programming.rst (GH-108150) (#108170)Miss Islington (bot)2023-08-202-4/+3
* [3.12] Docs: Fix Sphinx warnings in license.rst (GH-108142) (#108167)Miss Islington (bot)2023-08-202-6/+5
* [3.12] gh-107659: Improve wording of the description of `ctypes.pointer` and ...Miss Islington (bot)2023-08-201-7/+7
* [3.12] gh-107619: Extend functools LRU cache docs with generators and async f...Miss Islington (bot)2023-08-201-2/+3
* [3.12] Fix patchcheck for `asyncio.tasks` (GH-108159) (#108160)Miss Islington (bot)2023-08-201-9/+9
* [3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157)Miss Islington (bot)2023-08-201-5/+5
* [3.12] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108152)Miss Islington (bot)2023-08-191-3/+3
* [3.12] Docs: Remove links to external C functions and macros in os.rst (GH-10...Miss Islington (bot)2023-08-191-25/+27
* [3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() an...Erlend E. Aasland2023-08-192-31/+78
* [3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)Erlend E. Aasland2023-08-193-14/+33
* [3.12] Docs: format sys.float_info properly (GH-108107) (#108130)Miss Islington (bot)2023-08-191-52/+73
* [3.12] gh-101100: Only show GitHub check annotations on changed doc paragraph...Miss Islington (bot)2023-08-192-31/+208
* [3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (...Miss Islington (bot)2023-08-192-3/+4
* [3.12] gh-101100: Docs: Check Sphinx warnings and fail if improved (GH-106460...C.A.M. Gerlach2023-08-185-113/+161
* [3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...Miss Islington (bot)2023-08-183-7/+9
* [3.12] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...Miss Islington (bot)2023-08-181-17/+21
* [3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108)Erlend E. Aasland2023-08-181-4/+14
* [3.12] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108093)Miss Islington (bot)2023-08-182-36/+36
* [3.12] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108086)Miss Islington (bot)2023-08-171-2/+27