summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)Dennis Sweeney2022-04-171-0/+1
* gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...Jason R. Coombs2022-04-171-0/+2
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-162-1/+2
* gh-91462: Make lltrace output human-readable. (GH-91463)Dennis Sweeney2022-04-161-0/+1
* gh-91217: deprecate nis (GH-91606)Brett Cannon2022-04-161-0/+1
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-161-0/+1
* gh-91607: Fix several test_concurrent_futures tests to actually test what the...Gregory P. Smith2022-04-161-0/+1
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-161-0/+2
* bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)Shantanu2022-04-161-0/+3
* gh-89263: Add typing.get_overloads (GH-31716)Jelle Zijlstra2022-04-161-0/+2
* gh-91595: fix the comparison of character and integer by using ord() (#91596)Yu Liu2022-04-161-0/+1
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-161-0/+3
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-161-0/+2
* gh-91487: Optimize asyncio UDP speed (GH-91488)msoxzw2022-04-151-0/+1
* gh-91217: deprecate nntplib (GH-91543)Brett Cannon2022-04-151-0/+1
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-151-0/+1
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-152-0/+10
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-0/+3
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-151-0/+3
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-0/+3
* gh-91217: deprecate msilib (GH-91515)Brett Cannon2022-04-141-0/+1
* gh-89455: Fix an uninitialized bool in exception print context. (#91466)Gregory P. Smith2022-04-141-0/+2
* gh-91353: Fix void return type handling in ctypes (GH-32246)Hood Chatham2022-04-141-0/+5
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-141-0/+2
* gh-91266: refactor bytearray strip methods (GH-32096)Pieter Eendebak2022-04-141-0/+1
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-131-0/+1
* gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-...David Foster2022-04-131-1/+1
* gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)Pablo Galindo Salgado2022-04-131-0/+2
* bpo-43218: Prevent venv creation when the target directory contains a PATH se...Dustin Rodrigues2022-04-131-0/+2
* gh-91421: Use constant value check during runtime (GH-91422)Tobias Stoeckmann2022-04-131-0/+1
* gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)Jelle Zijlstra2022-04-121-0/+2
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-0/+1
* gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)Ilya Leoshkevich2022-04-121-0/+1
* gh-91276: make space for longer opcodes in dis output (GH-91444)Irit Katriel2022-04-121-0/+1
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)Jack DeVries2022-04-121-0/+1
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-121-0/+3
* gh-91217: deprecate crypt (GH-91459)Brett Cannon2022-04-121-0/+1
* gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)Dennis Sweeney2022-04-111-0/+5
* gh-47061: Deprecate `chunk` (GH-91419)Brett Cannon2022-04-111-0/+1
* gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)Dennis Sweeney2022-04-111-0/+1
* GH-89480: Document motivation, design and implementation of 3.11 frame stack....Mark Shannon2022-04-111-0/+1
* bpo-44807: Allow Protocol classes to define __init__ (GH-31628)Adrian Garcia Badaracco2022-04-111-0/+1
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-111-0/+3
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-111-0/+1
* bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-091-0/+3
* bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-091-0/+1
* bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...Alexey Izbyshev2022-04-081-0/+2
* Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...Petr Viktorin2022-04-082-0/+3
* Add new PyFrame_GetLasti C-API function (GH-32413)Mark Shannon2022-04-081-0/+2
* bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)Brandt Bucher2022-04-071-0/+1