index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in Programming FAQ (#92083)
Matt Harding
2022-05-02
1
-1/+1
*
gh-85133: os docs: Add that getenv uses os.environ (#91874)
slateny
2022-05-02
1
-13/+21
*
gh-84714: Add behavior if dst file exists (#91867)
slateny
2022-05-02
1
-1/+2
*
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Erlend Egeberg Aasland
2022-05-02
3
-15/+104
*
gh-88097: doc: fix link to Py_Version (#92141)
Victor Stinner
2022-05-02
1
-1/+1
*
gh-91321: Add _testcppext C++ extension (#32175)
Victor Stinner
2022-05-02
2
-0/+141
*
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Serhiy Storchaka
2022-05-02
4
-32/+222
*
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
Inada Naoki
2022-05-02
1
-10/+18
*
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...
Ganesh Kathiresan
2022-05-02
2
-5/+8
*
gh-92114: Improve error message for types with __class_getitem__ = None (GH-9...
Serhiy Storchaka
2022-05-02
3
-1/+12
*
gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)
vainaijr
2022-05-02
1
-2/+2
*
build(deps): bump actions/stale from 4 to 5 (#92108)
dependabot[bot]
2022-05-01
1
-1/+1
*
build(deps): bump actions/github-script from 5 to 6 (#92109)
dependabot[bot]
2022-05-01
1
-1/+1
*
build(deps): bump actions/setup-node from 2 to 3 (#92110)
dependabot[bot]
2022-05-01
1
-1/+1
*
build(deps): bump actions/cache from 3.0.1 to 3.0.2 (#92111)
dependabot[bot]
2022-05-01
1
-3/+3
*
bpo-39716: Raise on conflicting subparser names. (GH-18605)
Antony Lee
2022-05-01
3
-0/+23
*
typing docs: Add example for async functions (#20386)
Sam Bull
2022-05-01
1
-0/+4
*
gh-81488: Add recursive wording for issubclass docs (#92087)
slateny
2022-05-01
1
-1/+2
*
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki
2022-05-01
4
-2/+16
*
gh-91954: Use shell=True in test_subprocess.test_encoding_warning (GH-92090)
Dennis Sweeney
2022-05-01
1
-6/+5
*
Improving readability of argparse.rst (GH-91751)
Antonio Andrade
2022-04-30
1
-8/+8
*
gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
slateny
2022-04-30
1
-0/+6
*
gh-85757: Change wording from nested to inner (GH-91811)
slateny
2022-04-30
1
-1/+1
*
Fix typo in asyncio-extending.rst (#91609)
Yurii Karabas
2022-04-30
1
-1/+1
*
gh-91611: Use example.com for documentation, not mydomain.com (#91613)
Motoki Naruse
2022-04-30
2
-2/+2
*
gh-87801: Add run() to subprocess.CalledProcessError description (#91628)
slateny
2022-04-30
1
-1/+3
*
gh-87192: Update wording for fcntl 'Changed in' (#91658)
slateny
2022-04-30
1
-1/+2
*
Convert :issue: to :gh: in whatsnew (GH-92089)
Dennis Sweeney
2022-04-30
1
-1/+1
*
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
Dennis Sweeney
2022-04-30
3
-16/+56
*
gh-85864: io docs: Add missing position-only parameters (#91950)
slateny
2022-04-30
1
-17/+17
*
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland
2022-04-30
3
-42/+75
*
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
Serhiy Storchaka
2022-04-30
6
-6/+36
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
8
-18/+139
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
19
-449/+820
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
5
-7/+112
*
gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)
Serhiy Storchaka
2022-04-30
2
-0/+4
*
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki
2022-04-30
5
-14/+65
*
gh-91880 - fix typo (GH-92069)
David Hewitt
2022-04-30
1
-1/+1
*
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
Serhiy Storchaka
2022-04-30
5
-41/+152
*
gh-92064: Fix global variable name collision in test_typing (#92067)
Dennis Sweeney
2022-04-30
1
-13/+13
*
Rephrase typing.assert_never docs (#92061)
Shantanu
2022-04-30
1
-2/+2
*
gh-91491: Add several typing features to What's New (#92060)
Shantanu
2022-04-30
1
-0/+65
*
gh-91217: deprecate xdrlib (GH-92066)
Brett Cannon
2022-04-30
4
-1/+8
*
Fix indentation for typing.Unpack docs (#92058)
Jelle Zijlstra
2022-04-29
1
-21/+21
*
sorting howto: Add clarification on < using __lt__ (#92010)
slateny
2022-04-29
1
-1/+4
*
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Serhiy Storchaka
2022-04-29
4
-14/+9
*
gh-87390: Add tests demonstrating current type variable substitution behaviou...
Matthew Rahtz
2022-04-29
1
-0/+387
*
bpo-26792: Improve docstrings of runpy module run_functions (#30729)
Humbled Drugman
2022-04-29
2
-8/+30
*
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin
2022-04-29
5
-2416/+2413
*
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...
Hugo van Kemenade
2022-04-29
6
-54/+62
[next]