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 a typo in subprocess documentation (GH-25426)
andrei kulakov
2021-04-17
1
-1/+1
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
17
-8241/+5111
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
18
-709/+997
*
Fix typo in exceptions.rst (GH-25434)
Ikko Ashimine
2021-04-17
1
-1/+1
*
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...
Zackery Spytz
2021-04-16
1
-0/+2
*
bpo-43867: multiprocessing Server catchs SystemExit (GH-25441)
Victor Stinner
2021-04-16
2
-6/+17
*
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner
2021-04-16
4
-80/+113
*
bpo-38530: Match exactly AttributeError and NameError when offering suggestio...
Pablo Galindo
2021-04-16
2
-2/+17
*
bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444)
Pablo Galindo
2021-04-16
1
-1/+2
*
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner
2021-04-16
6
-4/+91
*
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
Victor Stinner
2021-04-16
2
-2/+9
*
bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 (GH-25407)
Victor Stinner
2021-04-16
1
-4/+8
*
bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)
Victor Stinner
2021-04-16
3
-7/+17
*
bpo-40443: Remove unused imports (GH-25429)
Victor Stinner
2021-04-16
3
-2/+2
*
bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
Inada Naoki
2021-04-16
5
-3253/+3268
*
Improve the section with SyntaxError message improvements to the What's New o...
Pablo Galindo
2021-04-16
1
-2/+91
*
bpo-43823: Fix location of one of the errors for invalid dictionary literals ...
Pablo Galindo
2021-04-15
2
-2/+3
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
13
-650/+851
*
Update ACKS (GH-25423)
Ethan Furman
2021-04-15
1
-0/+2
*
bpo-43744: [Enum] fix ``_is_private`` (GH-25349)
Ethan Furman
2021-04-15
3
-2/+30
*
[Enum] fix doc string (GH-25376)
Ethan Furman
2021-04-15
1
-2/+4
*
bpo-43846: Use less stack for large literals and calls (GH-25403)
Mark Shannon
2021-04-15
3
-50/+171
*
bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
Pablo Galindo
2021-04-15
4
-364/+823
*
bpo-37741: make importlib.metadata docs discoverable through a module directi...
Jason R. Coombs
2021-04-15
1
-0/+5
*
bpo-38530: Optimize the calculation of string sizes when offering suggestions...
Pablo Galindo
2021-04-14
1
-8/+10
*
bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
Erlend Egeberg Aasland
2021-04-14
3
-7/+24
*
bpo-38530: Make sure that failing to generate suggestions on failure will not...
Pablo Galindo
2021-04-14
3
-7/+19
*
Fix typo in 3.10's What's New documentation (GH-25409)
Zackery Spytz
2021-04-14
1
-1/+1
*
bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549)
LumÃr 'Frenzy' Balhar
2021-04-14
3
-38/+43
*
bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404)
Erlend Egeberg Aasland
2021-04-14
1
-11/+14
*
bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405)
Victor Stinner
2021-04-14
1
-8/+14
*
bpo-43795: Sort PC/python3dll.c (GH-25312)
Petr Viktorin
2021-04-14
1
-7/+7
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
8
-10/+287
*
Fix typo in the What's New for 3.10 (GH-25396)
Pablo Galindo
2021-04-14
2
-2/+2
*
bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
Erlend Egeberg Aasland
2021-04-14
3
-48/+48
*
bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586)
Erlend Egeberg Aasland
2021-04-14
3
-49/+38
*
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH...
Karthikeyan Singaravelan
2021-04-14
2
-2/+2
*
bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25...
Erlend Egeberg Aasland
2021-04-14
3
-12/+20
*
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki
2021-04-14
6
-38/+119
*
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
Bob Kline
2021-04-14
1
-13/+2
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
12
-15/+470
*
bpo-43680: Deprecate io.OpenWrapper (GH-25357)
Victor Stinner
2021-04-14
4
-15/+44
*
bpo-43080: pprint for dataclass instances (GH-24389)
Lewis Gaul
2021-04-13
5
-14/+133
*
bpo-43785: Update bz2 document (GH-25351)
Inada Naoki
2021-04-13
3
-4/+12
*
bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)
Christian Heimes
2021-04-13
3
-2/+66
*
bpo-43797: Handle correctly invalid assignments inside function calls and gen...
Pablo Galindo
2021-04-13
4
-9/+21
*
Doc: Try to enhance wording on circular imports. (GH-24705)
Julien Palard
2021-04-13
1
-10/+10
*
bpo41515: Fix assert in test which throws SyntaxWarning. (#25379)
Karthikeyan Singaravelan
2021-04-13
1
-1/+1
*
bpo-43770: Cleanup type_ready() (GH-25388)
Victor Stinner
2021-04-13
1
-119/+153
*
bpo-43770: Reorder type_ready() (GH-25373)
Victor Stinner
2021-04-13
1
-48/+56
[next]