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
*
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
*
bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
Andrew V. Jones
2021-04-13
1
-0/+6
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
6
-35/+61
*
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
Inada Naoki
2021-04-13
3
-3/+10
*
bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329)
Christian Heimes
2021-04-13
3
-24/+26
*
bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
Inada Naoki
2021-04-13
4
-0/+15
*
Ensure that early = are not matched by the parser as invalid comparisons (GH-...
Pablo Galindo
2021-04-13
3
-319/+423
*
Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). ...
Eric V. Smith
2021-04-13
2
-8/+15
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
10
-32/+45
*
Fix Sphinx errors in the documentation and re-activate the suspicious check (...
Pablo Galindo
2021-04-12
4
-3/+4
*
bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)
Karthikeyan Singaravelan
2021-04-12
3
-1/+12
*
bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
Ken Jin
2021-04-12
3
-2/+12
*
Use double quotes over single quotes for match statement grammar (GH-24943)
Ken Jin
2021-04-12
1
-2/+2
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
12
-665/+1261
*
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
Victor Stinner
2021-04-12
1
-6/+1
*
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-...
Ethan Furman
2021-04-12
3
-19/+57
*
bpo-41661: Document os.path.relpath() exception on Windows with different dri...
Zackery Spytz
2021-04-12
1
-1/+2
*
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier
2021-04-12
4
-3/+51
*
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Christian Heimes
2021-04-12
4
-7/+7
*
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
Christian Heimes
2021-04-12
1
-1/+4
*
try and get a peak at mock-related PRs before they land (#25356)
Chris Withers
2021-04-12
1
-0/+4
*
bpo-43680: _pyio.open() becomes a static method (GH-25354)
Victor Stinner
2021-04-12
3
-14/+18
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
7
-20/+159
*
bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)
Inada Naoki
2021-04-12
2
-59/+48
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
7
-14/+32
*
bpo-43770: Refactor PyType_Ready() function (GH-25336)
Victor Stinner
2021-04-11
2
-154/+274
[next]