summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106778)Jason R. Coombs2023-07-151-0/+3
* [3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#10...Dennis Sweeney2023-07-151-0/+1
* [3.11] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106694)Miss Islington (bot)2023-07-121-0/+1
* [3.11] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#1...Miss Islington (bot)2023-07-111-0/+2
* [3.11] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH...Miss Islington (bot)2023-07-111-0/+1
* [3.11] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106607)Miss Islington (bot)2023-07-101-0/+1
* [3.11] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106549)Miss Islington (bot)2023-07-081-0/+1
* [3.11] gh-90876: Restore the ability to import multiprocessing when `sys.exec...Miss Islington (bot)2023-07-061-0/+3
* [3.11] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (G...Miss Islington (bot)2023-07-051-0/+1
* [3.11] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105760)Miss Islington (bot)2023-07-051-0/+1
* [3.11] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-...Jeffery To2023-07-051-0/+6
* [3.11] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#1...Miss Islington (bot)2023-07-011-0/+1
* [3.11] gh-101006: Improve error handling when read marshal data (GH-101007) (...Miss Islington (bot)2023-06-291-0/+1
* [3.11] gh-100340: Allows -Wno-int-conversion for wasm (GH-100341) (#106066)Miss Islington (bot)2023-06-281-0/+2
* [3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#...Victor Stinner2023-06-281-0/+3
* [3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/im...Kumar Aditya2023-06-261-0/+1
* [3.11] GH-105840: Fix assertion failures when specializing calls with too man...Miss Islington (bot)2023-06-161-0/+2
* [3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...Miss Islington (bot)2023-06-151-0/+2
* [3.11] gh-102541: Hide traceback in help prompt (gh-102614). (gh-105830)Dong-hee Na2023-06-151-0/+1
* [3.11] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...Erlend E. Aasland2023-06-131-0/+2
* [3.11] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-121-0/+2
* [3.11] gh-105375: Harden pyexpat initialisation (#105606) (#105668)Erlend E. Aasland2023-06-111-0/+3
* [3.11] gh-105375: Improve error handling in the sys extension module (#105611...Erlend E. Aasland2023-06-111-0/+2
* [3.11] gh-105375: Improve error handling in _ctypes (GH-105593) (#105664)Miss Islington (bot)2023-06-111-0/+1
* [3.11] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-...Miss Islington (bot)2023-06-111-0/+2
* [3.11] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...Miss Islington (bot)2023-06-111-0/+2
* [3.11] gh-105375: Harden _ssl initialisation (#105599) (#105651)Erlend E. Aasland2023-06-111-0/+2
* [3.11] gh-105375: Improve error handling in the builtins extension module (GH...Miss Islington (bot)2023-06-111-0/+2
* [3.11] gh-105375: Improve _decimal error handling (GH-105605) (#105648)Miss Islington (bot)2023-06-111-0/+1
* [3.11] gh-105375: Harden _datetime initialisation (GH-105604) (#105646)Miss Islington (bot)2023-06-111-0/+2
* [3.11] gh-105375: Improve array.array exception handling (GH-105594) (#105643)Miss Islington (bot)2023-06-111-0/+2
* [3.11] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...Miss Islington (bot)2023-06-091-0/+1
* [3.11] gh-105375: Improve error handling in _elementtree (GH-105591) (#105601)Miss Islington (bot)2023-06-091-0/+1
* [3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)Miss Islington (bot)2023-06-091-0/+2
* [3.11] gh-105375: Improve errnomodule error handling (#105590) (#105595)Erlend E. Aasland2023-06-091-0/+1
* [3.11] gh-105375: Improve _pickle error handling (#105475) (#105583)Erlend E. Aasland2023-06-091-0/+1
* [3.11] gh-105375: Improve error handling in compiler_enter_scope() (#105494) ...Erlend E. Aasland2023-06-091-0/+1
* [3.11] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...Miss Islington (bot)2023-06-091-0/+1
* [3.11] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...Miss Islington (bot)2023-06-071-0/+2
* [3.11] gh-103171: Revert undocumented behaviour change for runtime-checkable ...Alex Waygood2023-06-071-0/+4
* Python 3.11.4v3.11.4Pablo Galindo2023-06-0679-136/+785
* [3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)Miss Islington (bot)2023-06-061-0/+4
* [3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)Erlend E. Aasland2023-06-061-0/+1
* [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+2
* [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)Jelle Zijlstra2023-06-051-0/+2
* [3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#10...Tian Gao2023-06-041-0/+1
* [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-011-0/+2
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-311-0/+2
* [3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)Miss Islington (bot)2023-05-311-0/+1
* [3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-291-0/+3