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
*
Simple Enhancement. Add missing return statements in ftplib documentation. (G...
Senthil Kumaran
2021-05-07
1
-0/+2
*
bpo-44047: Remove unused argument to _pysqlite_seterror (GH-25915)
Erlend Egeberg Aasland
2021-05-07
4
-22/+23
*
Doc: What's new in Python 3.11 (GH-25963)
Julien Palard
2021-05-07
2
-0/+114
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
11
-840/+15
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Inada Naoki
2021-05-07
3
-11/+32
*
Fix minor grammar problems in dataclasses documentation (GH-25948)
Scott Noyes
2021-05-06
1
-7/+7
*
docs: clearly document that ":#X" string formatting results in "0X..." (GH-25...
Tal Einat
2021-05-06
1
-2/+4
*
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...
Stephen Rosen
2021-05-06
3
-0/+5
*
bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947)
Linus Groh
2021-05-06
3
-0/+6
*
Eliminate duplicated calculations and unnecessary work for linear regression ...
Raymond Hettinger
2021-05-06
1
-2/+7
*
bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
Christian Heimes
2021-05-06
2
-45/+12
*
bpo-44017: Update test_contextlib_async not to emit DeprecationWarn (GH-25918)
Dong-hee Na
2021-05-06
2
-9/+6
*
bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25...
Senthil Kumaran
2021-05-05
2
-11/+21
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Gen Xu
2021-05-05
3
-18/+32
*
bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)
Gregory P. Smith
2021-05-05
2
-0/+7
*
bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)
Alfred Perlstein
2021-05-05
3
-3/+29
*
bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH...
Petr Viktorin
2021-05-05
3
-2/+4
*
typing: format patch with make patchcheck (GH-25919)
Dong-hee Na
2021-05-05
1
-1/+1
*
bpo-44040: Update broken link in pathlib source (GH-25905)
Kevin Follstad
2021-05-05
1
-6/+6
*
Eliminate duplicated assignment in _randommodule.c (GH-25904)
Brad Larsen
2021-05-05
1
-1/+1
*
bpo-40521: Convert deque freelist from global vars to instance vars (GH-25906)
Raymond Hettinger
2021-05-05
2
-28/+34
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)
karl ding
2021-05-04
1
-2/+1
*
Clarify rx parameter of compileall functions (#25857)
Jean-Abou-Samra
2021-05-04
1
-4/+6
*
Fix inconsistent fsum vs sum and fmean vs mean (GH-25898)
Raymond Hettinger
2021-05-04
1
-3/+3
*
Fix typo in ast.py (GH-25740)
Ikko Ashimine
2021-05-04
1
-2/+2
*
bpo-42686: Enable SQLite math functions in Windows build (#24053)
Erlend Egeberg Aasland
2021-05-04
2
-1/+2
*
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
Roberto Hueso
2021-05-04
2
-0/+5
*
Fix error in Enum documentation example code that was referring to the wrong ...
krisaoe
2021-05-04
1
-1/+1
*
Add C-API tests (#25886)
Ken Jin
2021-05-04
2
-0/+23
*
bpo-38352: Add to typing.__all__ (#25821)
Jelle Zijlstra
2021-05-04
2
-0/+9
*
Copyedits to 3.10 What's New (#25787)
Jelle Zijlstra
2021-05-04
1
-46/+46
*
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy
2021-05-04
2
-2/+5
*
bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)
Raymond Hettinger
2021-05-04
4
-64/+25
*
bpo-44001: improve Literal documentation (GH-25877)
Jelle Zijlstra
2021-05-04
3
-5/+5
*
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25...
Michael Felt
2021-05-04
2
-12/+20
*
update docstring for `win_getpass` to reflect code changes (GH-24967)
Jürgen Gmach
2021-05-04
1
-1/+1
*
fix enum.property reference in docs (GH-25875)
Jelle Zijlstra
2021-05-04
1
-1/+1
*
fix enum and backslash warnings (GH-25861)
Ethan Furman
2021-05-04
2
-2/+2
*
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#25773)
dependabot[bot]
2021-05-04
1
-2/+2
*
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#25772)
dependabot[bot]
2021-05-04
1
-1/+1
*
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...
Pablo Galindo
2021-05-04
3
-1/+6
*
Correct the version of the first alpha in the README.rst (GH-25862)
Pablo Galindo
2021-05-03
1
-1/+1
*
bpo-44018: random.seed() no longer mutates its inputs (GH-25856)
Raymond Hettinger
2021-05-03
3
-2/+7
*
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo
2021-05-03
15
-2040/+1881
*
Python 3.11.0a0
Pablo Galindo
2021-05-03
6
-13/+13
*
Remove Enum warnings from test_httpservers (GH-25844)
Shreyan Avigyan
2021-05-03
1
-2/+2
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
4
-77/+303
*
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-...
Christian Heimes
2021-05-03
1
-5/+11
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
12
-2480/+527
*
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
Pablo Galindo
2021-05-03
1
-1/+1
[next]