summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] Fix typo in configparser module docstring (GH-105652) (#105654)Miss Islington (bot)2023-06-111-1/+1
* [3.11] gh-105375: Improve error handling in the builtins extension module (GH...Miss Islington (bot)2023-06-112-8/+34
* [3.11] gh-105375: Improve _decimal error handling (GH-105605) (#105648)Miss Islington (bot)2023-06-112-1/+6
* [3.11] gh-105375: Harden _datetime initialisation (GH-105604) (#105646)Miss Islington (bot)2023-06-112-5/+32
* [3.11] gh-105375: Improve array.array exception handling (GH-105594) (#105643)Miss Islington (bot)2023-06-112-3/+7
* [3.11] Cleanup and clarify our hashlib docs. (GH-105624) (#105633)Miss Islington (bot)2023-06-101-47/+90
* [3.11] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...Miss Islington (bot)2023-06-092-6/+12
* [3.11] Miscellaneous improvements to the typing docs (#105529) (#105568)Alex Waygood2023-06-092-77/+143
* [3.11] gh-105375: Improve error handling in _elementtree (GH-105591) (#105601)Miss Islington (bot)2023-06-092-3/+8
* [3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)Miss Islington (bot)2023-06-092-4/+10
* [3.11] gh-105375: Improve errnomodule error handling (#105590) (#105595)Erlend E. Aasland2023-06-092-2/+6
* [3.11] gh-105375: Improve _pickle error handling (#105475) (#105583)Erlend E. Aasland2023-06-092-12/+28
* [3.11] gh-105375: Improve error handling in compiler_enter_scope() (#105494) ...Erlend E. Aasland2023-06-092-1/+6
* [3.11] Clarify the supported cases in the tokenize module (GH-105569) (#105574)Miss Islington (bot)2023-06-091-0/+9
* [3.11] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105562)Miss Islington (bot)2023-06-091-7/+2
* [3.11] Fix two errors in the typing docs (#105559)Alex Waygood2023-06-091-2/+2
* [3.11] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...Miss Islington (bot)2023-06-094-23/+47
* [3.11] CI: Configure macOS build as per updated devguide recommendations (GH-...Miss Islington (bot)2023-06-081-3/+2
* [3.11] gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackview...Miss Islington (bot)2023-06-084-52/+22
* [3.11] test_types: Replace raw assert statements (GH-105500) (#105508)Miss Islington (bot)2023-06-081-25/+27
* [3.11] Further improve docs for `typing.Annotated` (GH-105498) (#105504)Miss Islington (bot)2023-06-082-60/+82
* [3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in t...Alex Waygood2023-06-081-2/+2
* [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-10...Federico Caselli2023-06-071-1/+2
* [3.11] gh-105286: Further improvements to `typing.py` docstrings (GH-105363) ...Jelle Zijlstra2023-06-071-23/+41
* [3.11] typing: Improve documentation of generic classes and aliases (#105369)...Alex Waygood2023-06-072-62/+87
* [3.11] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...Miss Islington (bot)2023-06-072-3/+7
* [3.11] gh-103171: Revert undocumented behaviour change for runtime-checkable ...Alex Waygood2023-06-073-1/+70
* [3.11] gh-105455: Regen configure with GNU Autoconf 2.69 (#105467)Erlend E. Aasland2023-06-071-9788/+6798
* [3.11] gh-90015: Document that PEP-604 unions do not support forward referenc...Miss Islington (bot)2023-06-071-0/+8
* [3.11] Improve docs for `typing.TypeAlias` (GH-105372). (#105447)Jelle Zijlstra2023-06-071-3/+24
* [3.11] gh-97797: Improve documentation for typing.Annotated (GH-105365). (#10...Jelle Zijlstra2023-06-071-19/+53
* [3.11] Improve code examples in `typing.rst` (#105346) (#105427)Alex Waygood2023-06-071-22/+65
* Merge remote-tracking branch 'upstream/3.11' into 3.11Pablo Galindo2023-06-072-5/+21
|\
| * [3.11] typing docs: Make the PEPs list an expandable section, hidden by defau...Miss Islington (bot)2023-06-071-1/+11
| * [3.11] GH-95088: Clarify rules for parsing an item key for format strings (GH...Miss Islington (bot)2023-06-071-1/+3
| * [3.11] `typing.NewType` docs: the future performance improvements are now in ...Miss Islington (bot)2023-06-071-3/+7
* | Post 3.11.4Pablo Galindo2023-06-071-1/+1
* | Python 3.11.4v3.11.4Pablo Galindo2023-06-0683-7006/+10733
|/
* [3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357)Miss Islington (bot)2023-06-061-1/+4
* [3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)Miss Islington (bot)2023-06-062-2/+25
* [3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)Erlend E. Aasland2023-06-063-6/+6
* [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-053-2/+18
* [3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322)Alex Waygood2023-06-051-201/+234
* [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)Jelle Zijlstra2023-06-053-0/+122
* [3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#10...Tian Gao2023-06-043-11/+31
* [3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)2023-06-041-1/+1
* [3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)2023-06-022-0/+8
* [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-0111-16/+185
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-312-3/+5
* [3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)Victor Stinner2023-05-312-100/+108