summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-87192: Update wording for fcntl 'Changed in' (#91658)slateny2022-04-301-1/+2
* Convert :issue: to :gh: in whatsnew (GH-92089)Dennis Sweeney2022-04-301-1/+1
* gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)Dennis Sweeney2022-04-303-16/+56
* gh-85864: io docs: Add missing position-only parameters (#91950)slateny2022-04-301-17/+17
* gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)Erlend Egeberg Aasland2022-04-303-42/+75
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Serhiy Storchaka2022-04-306-6/+36
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-308-18/+139
* gh-91583: AC: Fix regression for functions with defining_class (GH-91739)Serhiy Storchaka2022-04-3019-449/+820
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-305-7/+112
* gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)Serhiy Storchaka2022-04-302-0/+4
* gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)Inada Naoki2022-04-305-14/+65
* gh-91880 - fix typo (GH-92069)David Hewitt2022-04-301-1/+1
* bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)Serhiy Storchaka2022-04-305-41/+152
* gh-92064: Fix global variable name collision in test_typing (#92067)Dennis Sweeney2022-04-301-13/+13
* Rephrase typing.assert_never docs (#92061)Shantanu2022-04-301-2/+2
* gh-91491: Add several typing features to What's New (#92060)Shantanu2022-04-301-0/+65
* gh-91217: deprecate xdrlib (GH-92066)Brett Cannon2022-04-304-1/+8
* Fix indentation for typing.Unpack docs (#92058)Jelle Zijlstra2022-04-291-21/+21
* sorting howto: Add clarification on < using __lt__ (#92010)slateny2022-04-291-1/+4
* bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)Serhiy Storchaka2022-04-294-14/+9
* gh-87390: Add tests demonstrating current type variable substitution behaviou...Matthew Rahtz2022-04-291-0/+387
* bpo-26792: Improve docstrings of runpy module run_functions (#30729)Humbled Drugman2022-04-292-8/+30
* gh-91324: Convert the stable ABI manifest to TOML (GH-92026)Petr Viktorin2022-04-295-2416/+2413
* bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...Hugo van Kemenade2022-04-296-54/+62
* gh-91873: Summarise deprecations in typing at the top level (GH-91864)Ken Jin2022-04-291-0/+21
* bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...Eisuke Kawashima2022-04-285-0/+42
* gh-91603: Speed up isinstance/issubclass on union types (GH-91631)Yurii Karabas2022-04-287-79/+24
* gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)Abhigyan Bose2022-04-283-2/+6
* 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