summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...Petr Viktorin2022-04-286-23/+232
* gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)Ethan Smith2022-04-283-9/+59
* gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)Victor Stinner2022-04-282-3/+4
* gh-91984: Fix trailing spaces in multiline test strings in test_argparse (GH-...Abhigyan Bose2022-04-282-4/+3
* gh-91603: Speed up operator "|" for UnionType (GH-91955)Serhiy Storchaka2022-04-282-87/+72
* gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)Dennis Sweeney2022-04-289-88/+145
* gh-91217: deprecate uu (GH-92009)Brett Cannon2022-04-285-11/+44
* Add note that headers added via urllib.request.add_header are added to redire...Ashwin Ramaswami2022-04-271-1/+2
* gh-84459: Make wording more specific for Path.replace (GH-91853)slateny2022-04-272-2/+2
* Correct method name typo (#91970)Simon de Vlieger2022-04-271-1/+1
* gh-87999: Change warning type for numeric literal followed by keyword (GH-91980)Serhiy Storchaka2022-04-273-12/+26
* gh-91810: Expand ElementTree.write() tests to use non-ASCII data (GH-91989)Serhiy Storchaka2022-04-271-17/+80
* gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)David CARLIER2022-04-273-0/+8
* gh-91719: Mark pycore_opcode.h as generated in .gitattributes (#91976)Dennis Sweeney2022-04-271-0/+1
* gh-91320: Add _Py_reinterpret_cast() macro (#91959)Victor Stinner2022-04-2710-17/+42
* Fix missing `f` prefix on f-strings (GH-91910)Alexander Shadchin2022-04-273-2/+3
* gh-68966: Deprecate the mailcap module (#91951)Victor Stinner2022-04-267-7/+28
* bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)slateny2022-04-261-4/+5
* gh-91870: Remove unsupported SRE opcode CALL (GH-91872)Serhiy Storchaka2022-04-266-52/+38
* gh-91217: deprecate telnetlib (GH-91958)Brett Cannon2022-04-264-2/+8
* gh-91917: Fix test_zipfile on non-UTF-8 locale (GH-91921)Serhiy Storchaka2022-04-261-0/+11
* gh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920)Serhiy Storchaka2022-04-261-2/+1
* gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919)Serhiy Storchaka2022-04-261-1/+6
* gh-91915: Fix test_netrc on non-UTF-8 locale (GH-91918)Serhiy Storchaka2022-04-261-1/+1
* gh-91860: Add typing.dataclass_transform (PEP 681) (#91861)Jelle Zijlstra2022-04-263-0/+167
* gh-91217: deprecate sunau (GH-91866)Brett Cannon2022-04-255-2/+6
* gh-91401: Add a failsafe way to disable vfork. (#91490)Gregory P. Smith2022-04-257-10/+70
* bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)Mariusz Felisiak2022-04-254-3/+4
* gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner2022-04-2511-605/+661
* gh-64783: Fix signal.NSIG value on FreeBSD (#91929)Victor Stinner2022-04-2511-51/+81
* gh-89653: PEP 670: Functions don't cast pointers (#91697)Victor Stinner2022-04-253-56/+119
* gh-91880: add try/except around `signal.signal` (#91881)David Hewitt2022-04-252-1/+26
* gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)Serhiy Storchaka2022-04-253-5/+8
* gh-90633: Improve error and docs for typing.assert_never (#91720)Jelle Zijlstra2022-04-254-2/+37
* gh-84461: Include _emscripten_info in pythoninfo output (GH-91907)Christian Heimes2022-04-251-0/+1
* gh-91888: add a `:gh:` role to the documentation (#91889)Ezio Melotti2022-04-253-1/+26
* Rewrite audio.py to jive with image.py (#91886)Barry Warsaw2022-04-246-64/+78
* gh-91821: Make decimal test succeed consistently (#91825)Jelle Zijlstra2022-04-242-0/+2
* gh-91491: What's New in 3.11 section for typing PEPs (#91721)Jelle Zijlstra2022-04-241-2/+133
* Simplify testing the warning filename (GH-91868)Serhiy Storchaka2022-04-248-43/+43
* gh-91230: Concise catch_warnings with simplefilter (#91435)Zac Hatfield-Dodds2022-04-245-2/+49
* gh-91217: deprecate spwd (#91846)Brett Cannon2022-04-234-1/+13
* RE: Pre-split the list of opcode names (GH-91859)Serhiy Storchaka2022-04-231-70/+71
* gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)Christian Heimes2022-04-235-63/+161
* gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855)Serhiy Storchaka2022-04-231-16/+4
* RE: Add more tests for inline flag "x" and re.VERBOSE (GH-91854)Serhiy Storchaka2022-04-231-5/+27
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-238-123/+263
* gh-88116: Enhance the inspect frame APIs to use the extended position informa...Pablo Galindo Salgado2022-04-235-38/+193
* gh-85864: Mark positional-only args in io docs (#91683)slateny2022-04-231-10/+10
* gh-91547: Remove "Undocumented modules" page (#91682)Shantanu2022-04-223-27/+1