summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in Programming FAQ (#92083)Matt Harding2022-05-021-1/+1
* gh-85133: os docs: Add that getenv uses os.environ (#91874)slateny2022-05-021-13/+21
* gh-84714: Add behavior if dst file exists (#91867)slateny2022-05-021-1/+2
* gh-89301: Fix regression with bound values in traced SQLite statements (#92053)Erlend Egeberg Aasland2022-05-023-15/+104
* gh-88097: doc: fix link to Py_Version (#92141)Victor Stinner2022-05-021-1/+1
* gh-91321: Add _testcppext C++ extension (#32175)Victor Stinner2022-05-022-0/+141
* bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)Serhiy Storchaka2022-05-024-32/+222
* gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)Inada Naoki2022-05-021-10/+18
* gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...Ganesh Kathiresan2022-05-022-5/+8
* gh-92114: Improve error message for types with __class_getitem__ = None (GH-9...Serhiy Storchaka2022-05-023-1/+12
* gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)vainaijr2022-05-021-2/+2
* build(deps): bump actions/stale from 4 to 5 (#92108)dependabot[bot]2022-05-011-1/+1
* build(deps): bump actions/github-script from 5 to 6 (#92109)dependabot[bot]2022-05-011-1/+1
* build(deps): bump actions/setup-node from 2 to 3 (#92110)dependabot[bot]2022-05-011-1/+1
* build(deps): bump actions/cache from 3.0.1 to 3.0.2 (#92111)dependabot[bot]2022-05-011-3/+3
* bpo-39716: Raise on conflicting subparser names. (GH-18605)Antony Lee2022-05-013-0/+23
* typing docs: Add example for async functions (#20386)Sam Bull2022-05-011-0/+4
* gh-81488: Add recursive wording for issubclass docs (#92087)slateny2022-05-011-1/+2
* gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)Inada Naoki2022-05-014-2/+16
* gh-91954: Use shell=True in test_subprocess.test_encoding_warning (GH-92090)Dennis Sweeney2022-05-011-6/+5
* Improving readability of argparse.rst (GH-91751)Antonio Andrade2022-04-301-8/+8
* gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)slateny2022-04-301-0/+6
* gh-85757: Change wording from nested to inner (GH-91811)slateny2022-04-301-1/+1
* Fix typo in asyncio-extending.rst (#91609)Yurii Karabas2022-04-301-1/+1
* gh-91611: Use example.com for documentation, not mydomain.com (#91613)Motoki Naruse2022-04-302-2/+2
* gh-87801: Add run() to subprocess.CalledProcessError description (#91628)slateny2022-04-301-1/+3
* 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