summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-05159-476/+1752
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-0510-6/+95
* bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)Jeremy Kloth2022-04-051-2/+4
* bpo-4833: Add ZipFile.mkdir (GH-32160)Sam Ezeh2022-04-054-17/+101
* bpo-47009: Fix assert on big endian (GH-32332)Christian Heimes2022-04-051-1/+1
* bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...Hugo van Kemenade2022-04-054-0/+26
* bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)Jelle Zijlstra2022-04-054-2/+116
* bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)Erlend Egeberg Aasland2022-04-0510-1/+435
* bpo-47212: Improve error messages for un-parenthesized generator expressions ...Matthieu Dartiailh2022-04-057-8/+28
* bpo-45774: Harden SQLite detection (GH-30016)Erlend Egeberg Aasland2022-04-054-64/+638
* bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)Irit Katriel2022-04-0511-46/+56
* bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)Irit Katriel2022-04-0510-97/+99
* bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239)Dennis Sweeney2022-04-052-5/+8
* bpo-40280: Add limited Emscripten REPL (GH-32284)Christian Heimes2022-04-058-19/+428
* chore/docs: fix rst style and typo (GH-32331)谭九鼎2022-04-051-6/+6
* bpo-42238: [doc]: A make sucpicious false positive. (GH-32329)Julien Palard2022-04-051-0/+1
* bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...Ronald Oussoren2022-04-055-2/+200
* bpo-45847: Adapt macOS installer build to use new tkinter configure vars (GH-...Ned Deily2022-04-051-3/+3
* bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)Zackery Spytz2022-04-041-36/+1
* bpo-43224: typing: Add tests for pickling and copying of unpacked native tupl...Matthew Rahtz2022-04-041-17/+56
* crypt docs: Fix references to `methods` attr (GH-26806)andrei kulakov2022-04-041-4/+3
* bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)Mike cm2022-04-041-1/+1
* bpo-45790: List macros in same order in which fields are described (GH-29529)rtobar2022-04-042-2/+4
* bpo-46998: Allow subclassing Any at runtime (GH-31841)Shantanu2022-04-046-31/+44
* bpo-47007: [doc] `str` special method lookup (GH-31863)Vanshaj Singhania2022-04-041-1/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)yyyyyyyan2022-04-044-37/+54
* Fix "Contributed ... in bpo-bpo-45847" (GH-32299)Oleg Iarygin2022-04-041-1/+1
* bpo-47097: Add documentation for TypeVarTuple (#32103)Matthew Rahtz2022-04-041-0/+119
* bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)Christian Heimes2022-04-046-49/+194
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)1809092022-04-042-0/+9
* bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)Christian Heimes2022-04-044-3/+6
* Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...Christian Clauss2022-04-041-0/+6
* Revert "bpo-44800: Document internal frame naming conventions (GH-32281)" (#3...Mark Shannon2022-04-041-69/+0
* bpo-47152: Remove unused import in re (GH-32298)Serhiy Storchaka2022-04-041-4/+0
* bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)Serhiy Storchaka2022-04-0413-24/+26
* bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)Inada Naoki2022-04-0410-17/+52
* Follow PEP-8 guidelines in tutorial for standard library (GH-26127)Bob Kline2022-04-031-2/+3
* bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...Hood Chatham2022-04-038-1/+124
* bpo-42238: [doc]: make suspicious: false positive. (GH-32292)Julien Palard2022-04-031-0/+1
* bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)Jason R. Coombs2022-04-032-5/+2
* bpo-23689: re module, fix memory leak when a match is terminated by a signal ...Ma Lin2022-04-039-71/+151
* bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)Christian Heimes2022-04-032-2/+8
* bpo-47196: Fix one more PyInit function signature (GH-32280)Hood Chatham2022-04-031-1/+1
* bpo-44800: Document internal frame naming conventions (GH-32281)Nick Coghlan2022-04-031-0/+69
* Language reference: Remove duplicated text about iterable unpacking (GH-25212)Jiashuo Li2022-04-021-3/+1
* bpo-46033: Clarify for-statement execution (GH-30025)Michał D2022-04-022-11/+9
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Terry Jan Reedy2022-04-021-3/+2
* bpo-45584: Clarify `math.trunc` documentation (GH-29183)Arthur Milchior2022-04-021-8/+10
* os docs: fix typo (GH-28996)Vitor Buxbaum Orlandi2022-04-021-1/+1
* codecs docs: fix grammar mistake (GH-29462)1809092022-04-021-1/+1