summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-168-11/+11
* gh-91462: Make lltrace output human-readable. (GH-91463)Dennis Sweeney2022-04-163-43/+173
* gh-86178: wsgiref.types: Add missing TypeAlias annotations (GH-91608)Sebastian Rittau2022-04-161-2/+2
* gh-91217: deprecate nis (GH-91606)Brett Cannon2022-04-164-1/+12
* Fix an out of date comment in compile.c (GH-91615)Irit Katriel2022-04-161-1/+2
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-1612-145/+384
* gh-91607: Fix several test_concurrent_futures tests to actually test what the...Gregory P. Smith2022-04-162-56/+50
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-165-7/+123
* bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)Shantanu2022-04-163-37/+200
* gh-89263: Add typing.get_overloads (GH-31716)Jelle Zijlstra2022-04-164-4/+133
* gh-91595: fix the comparison of character and integer by using ord() (#91596)Yu Liu2022-04-162-1/+2
* gh-69093: sqlite3 blob doc amendments (GH-91561)Erlend Egeberg Aasland2022-04-161-52/+55
* bpo-43224: Add tests for TypeVarTuple substitution in Annotated (GH-31846)Matthew Rahtz2022-04-162-0/+85
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-162-11/+7
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-166-11/+135
* Issue templates: Remove duplicate links to security policy (#91590)Alex Waygood2022-04-162-28/+0
* Add minimal issue templates (#91569)Alex Waygood2022-04-166-0/+137
* Add link to documentation translation list (#91560)slateny2022-04-161-0/+4
* gh-91487: Optimize asyncio UDP speed (GH-91488)msoxzw2022-04-153-2/+10
* gh-91217: deprecate nntplib (GH-91543)Brett Cannon2022-04-155-4/+9
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-158-12/+38
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-1513-24/+141
* gh-69093: improve sqlite3.Connection.blobopen() error handling (GH-91571)Erlend Egeberg Aasland2022-04-151-1/+5
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-156-348/+483
* gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)Erlend Egeberg Aasland2022-04-152-1/+2
* gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING ...Dennis Sweeney2022-04-151-6/+2
* gh-69093: Expose sqlite3.Blob as a class (GH-91550)Jelle Zijlstra2022-04-152-0/+4
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-155-0/+109
* bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)Jens Holzkämper2022-04-151-1/+2
* Remove usage of _Py_IDENTIFIER from unicodedata module. (GH-91532)Dong-hee Na2022-04-151-14/+8
* gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)Jelle Zijlstra2022-04-151-2/+2
* gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)Barry Warsaw2022-04-1517-79/+114
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-1516-7/+989
* gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)Dennis Sweeney2022-04-142-8/+167
* gh-91217: deprecate msilib (GH-91515)Brett Cannon2022-04-144-1/+9
* gh-89455: Fix an uninitialized bool in exception print context. (#91466)Gregory P. Smith2022-04-142-0/+3
* gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)Christian Heimes2022-04-143-57/+53
* gh-91353: Fix void return type handling in ctypes (GH-32246)Hood Chatham2022-04-143-2/+12
* Add redirects to Misc/NEWS bpo links (#91454)Ezio Melotti2022-04-141-1/+2
* gh-90879: Fix missing parameter for put_nowait() (GH-91514)slateny2022-04-142-3/+3
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-1411-24/+35
* gh-90699: Remove usage of _Py_IDENTIFIER from bisect module. (GH-91522)Dong-hee Na2022-04-141-5/+2
* gh-90326: Remove quotes for logging config (GH-91516)slateny2022-04-141-1/+1
* gh-91266: refactor bytearray strip methods (GH-32096)Pieter Eendebak2022-04-142-85/+41
* gh-87497: Document that urllib.request sends headers in camel case (GH-24661)Alix Lourme2022-04-142-0/+10
* Fill holes in internal compiler structs (#91458)L. A. F. Pereira2022-04-131-18/+18
* gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)Irit Katriel2022-04-131-46/+54
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-138-23/+128
* gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-...David Foster2022-04-131-1/+1
* gh-90971: suppress deprecation warning in `test_lib2to3`(GH-31464)Nikita Sobolev2022-04-132-4/+5