summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)Pablo Galindo Salgado2022-04-133-0/+20
* bpo-43218: Prevent venv creation when the target directory contains a PATH se...Dustin Rodrigues2022-04-133-0/+13
* bpo-43224: Forbid TypeVar substitution with Unpack (GH-32031)Serhiy Storchaka2022-04-132-0/+16
* gh-91421: Use constant value check during runtime (GH-91422)Tobias Stoeckmann2022-04-132-1/+2
* gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)Jelle Zijlstra2022-04-124-6/+241
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-125-46/+73
* gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)Ilya Leoshkevich2022-04-122-1/+3
* gh-91276: make space for longer opcodes in dis output (GH-91444)Irit Katriel2022-04-123-228/+217
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)Jack DeVries2022-04-123-9/+17
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-1210-13/+477
* gh-91217: deprecate crypt (GH-91459)Brett Cannon2022-04-124-2/+8
* gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)Dennis Sweeney2022-04-113-0/+128
* gh-47061: Deprecate `chunk` (GH-91419)Brett Cannon2022-04-115-4/+124
* gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)Dennis Sweeney2022-04-113-0/+45
* Remove dead "Check PRs with 'CLA not signed' label" (#91429)Oleg Iarygin2022-04-111-15/+1
* Update Sphinx bpo role to use redirect URI. (#32342)Ezio Melotti2022-04-111-1/+1
* gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)roy reznik2022-04-111-19/+20
* GH-89480: Document motivation, design and implementation of 3.11 frame stack....Mark Shannon2022-04-113-0/+131
* bpo-44807: Allow Protocol classes to define __init__ (GH-31628)Adrian Garcia Badaracco2022-04-113-1/+29
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-1116-43/+368
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-1114-127/+349
* Replace contributor-visible mentions of BPO in .github/* (GH-91426)Oleg Iarygin2022-04-103-4/+4
* Remove linking to bugs.python.org from the README (#91418)Łukasz Langa2022-04-101-6/+7
* Remove the issue template config after the migration (GH-32106)Ezio Melotti2022-04-101-5/+0
* notify new-bugs-announce on new issue open (#32421)Ee Durbin2022-04-101-0/+53
* bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-106-54/+231
* bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)Ville Skyttä2022-04-093-14/+14
* Fix some typos in comments (GH-32422)jonasdlindner2022-04-094-4/+4
* bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-0911-46/+88
* bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-098-7/+28
* bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...Alexey Izbyshev2022-04-082-4/+7