summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.5v3.11.5Pablo Galindo2023-08-2489-207/+909
* [3.11] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) ...Miss Islington (bot)2023-08-241-121/+94
* [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-...Łukasz Langa2023-08-243-57/+0
* [3.11] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...Łukasz Langa2023-08-241-31/+71
* [3.11] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-1...Miss Islington (bot)2023-08-231-0/+4
* [3.11] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...Miss Islington (bot)2023-08-233-2/+30
* [3.11] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...Miss Islington (bot)2023-08-231-1/+5
* [3.11] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108335)Miss Islington (bot)2023-08-231-3/+0
* [3.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...Miss Islington (bot)2023-08-231-1/+1
* [3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) ...Victor Stinner2023-08-232-0/+15
* [3.11] gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) (#108336)Victor Stinner2023-08-234-7/+8
* [3.11] Docs: Add link to skip to datetime's format codes (GH-108027) (#108330)Miss Islington (bot)2023-08-221-0/+6
* [3.11] Clarify how topics.py gets created. (GH-106121) (GH-106580)Miss Islington (bot)2023-08-221-0/+1
* [3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...Miss Islington (bot)2023-08-221-0/+4
* [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Serhiy Storchaka2023-08-2227-92/+101
* [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233)Miss Islington (bot)2023-08-222-15/+57
* [3.11] Resolve reference warnings in faq/gui.rst (GH-108147) (#108194)Miss Islington (bot)2023-08-222-5/+5
* [3.11] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Łukasz Langa2023-08-223-1/+248
* [3.11] gh-106016: Add Lib/test/test_module/ directory (GH-108293) (#108304)Miss Islington (bot)2023-08-226-18/+19
* [3.11] gh-106242: Make ntpath.realpath errors consistent with abspath when th...Miss Islington (bot)2023-08-223-0/+22
* [3.11] Docs: align the param spec of sqlite3.Connection methods with the impl...Miss Islington (bot)2023-08-221-2/+2
* [3.11] Docs: move sphinx-lint to pre-commit (GH-105750) (#108276)Hugo van Kemenade2023-08-225-14/+11
* [3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)Hugo van Kemenade2023-08-2224-120/+150
* [3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (G...Miss Islington (bot)2023-08-224-9/+156
* [3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)Miss Islington (bot)2023-08-2216-45/+6
* [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-223-5/+55
* [3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232)Miss Islington (bot)2023-08-211-1/+1
* [3.11] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-215-54/+54
* [3.11] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107...Miss Islington (bot)2023-08-213-1/+19
* [3.11] gh-107916: Save the error code before decoding the filename in PyErr_S...Miss Islington (bot)2023-08-212-0/+12
* [3.11] Improve references in the tutorial (GH-108069) (GH-108204)Serhiy Storchaka2023-08-216-49/+48
* [3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...Miss Islington (bot)2023-08-211-0/+8
* [3.11] gh-105736: Sync pure python version of OrderedDict with the C version ...Miss Islington (bot)2023-08-213-7/+23
* [3.11] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...Miss Islington (bot)2023-08-211-1/+4
* [3.11] Resolve reference warnings in faq/library.rst (GH-108149) (#108183)Miss Islington (bot)2023-08-202-6/+8
* [3.11] Resolve reference warnings in faq/design.rst (GH-108148) (#108181)Adam Turner2023-08-202-3/+2
* [3.11] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108175)Erlend E. Aasland2023-08-202-19/+20
* [3.11] Docs: Fix Sphinx warnings in license.rst (#108142) (#108176)Erlend E. Aasland2023-08-202-5/+4
* [3.11] Resolve reference warnings in faq/programming.rst (GH-108150) (#108171)Miss Islington (bot)2023-08-202-4/+3
* [3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166)Miss Islington (bot)2023-08-203-115/+153
* [3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and ...Miss Islington (bot)2023-08-201-7/+7
* [3.11] gh-107619: Extend functools LRU cache docs with generators and async f...Miss Islington (bot)2023-08-201-2/+3
* [3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153)Miss Islington (bot)2023-08-201-3/+3
* [3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158)Miss Islington (bot)2023-08-201-5/+5
* [3.11] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (...Miss Islington (bot)2023-08-192-3/+4
* [3.11] Docs: Remove links to external C functions and macros in os.rst (GH-10...Miss Islington (bot)2023-08-191-25/+27
* [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)Erlend E. Aasland2023-08-193-14/+33
* [3.11] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Serhiy Storchaka2023-08-192-8/+33
* [3.11] Docs: format sys.float_info properly (GH-108107) (#108131)Miss Islington (bot)2023-08-191-52/+73
* [3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...Ned Deily2023-08-183-6/+8