summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-43218: Prevent venv creation when the target directory contains a PATH se...Dustin Rodrigues2022-04-132-0/+11
* bpo-43224: Forbid TypeVar substitution with Unpack (GH-32031)Serhiy Storchaka2022-04-132-0/+16
* gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)Jelle Zijlstra2022-04-123-6/+239
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-43/+0
* gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)Ilya Leoshkevich2022-04-121-1/+2
* gh-91276: make space for longer opcodes in dis output (GH-91444)Irit Katriel2022-04-122-228/+216
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)Jack DeVries2022-04-121-3/+5
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-122-5/+165
* gh-91217: deprecate crypt (GH-91459)Brett Cannon2022-04-122-2/+6
* gh-47061: Deprecate `chunk` (GH-91419)Brett Cannon2022-04-113-4/+122
* gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)Dennis Sweeney2022-04-111-0/+42
* bpo-44807: Allow Protocol classes to define __init__ (GH-31628)Adrian Garcia Badaracco2022-04-112-1/+28
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-116-27/+171
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-115-21/+39
* bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-092-15/+15
* bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-096-7/+25
* Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...Petr Viktorin2022-04-081-1/+0
* Add new PyFrame_GetLasti C-API function (GH-32413)Mark Shannon2022-04-081-0/+1
* Deprecate audioop (GH-32392)Brett Cannon2022-04-079-26/+59
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-0730-7/+100
* bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)Steve Dower2022-04-061-8/+74
* bpo-46576: Speed up test_peg_generator by using a static library for shared s...Jeremy Kloth2022-04-061-2/+22
* bpo-47061: use `warnings._deprecated()` with asynchat, asyncore, and smtpd (G...Brett Cannon2022-04-063-18/+14
* Minor code nit: Move an unrelated statement out of a try clause in Sequence.i...Géry Ogam2022-04-061-2/+2
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-0614-67/+159
* bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333)Serhiy Storchaka2022-04-061-5/+5
* bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)Serhiy Storchaka2022-04-065-16/+5
* Fix whitespace/indentation issues in test_sys (GH-32369)Ken Jin2022-04-061-2/+2
* bpo-40421: test_capi uses assertEqual(), not assertEquals() (GH-32361)Victor Stinner2022-04-061-1/+1
* bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...Steve Dower2022-04-061-14/+5
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-051-135/+135
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-058-6/+86
* bpo-4833: Add ZipFile.mkdir (GH-32160)Sam Ezeh2022-04-052-17/+89
* bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...Hugo van Kemenade2022-04-052-0/+17
* bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)Jelle Zijlstra2022-04-052-2/+85
* bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)Erlend Egeberg Aasland2022-04-051-0/+55
* bpo-47212: Improve error messages for un-parenthesized generator expressions ...Matthieu Dartiailh2022-04-052-1/+17
* bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)Irit Katriel2022-04-053-3/+5
* bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)Irit Katriel2022-04-052-2/+3
* bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...Ronald Oussoren2022-04-051-0/+177
* bpo-43224: typing: Add tests for pickling and copying of unpacked native tupl...Matthew Rahtz2022-04-051-17/+56
* bpo-46998: Allow subclassing Any at runtime (GH-31841)Shantanu2022-04-054-31/+38
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)1809092022-04-041-0/+8
* bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)Christian Heimes2022-04-041-2/+1
* 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-041-1/+1
* bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)Inada Naoki2022-04-043-6/+21
* bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)Jason R. Coombs2022-04-031-5/+1
* bpo-23689: re module, fix memory leak when a match is terminated by a signal ...Ma Lin2022-04-033-25/+66
* bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)Christian Heimes2022-04-031-2/+6