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
*
gh-95413: Remove references to deprecated CGI library (#95414)
partev
2022-08-30
2
-3/+3
*
Docs: Improve clarity for bytes.hex() (#95257)
Tim Burke
2022-08-30
1
-3/+4
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
da-woods
2022-08-30
1
-3/+6
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)
Nikita Sobolev
2022-08-30
3
-1/+7
*
gh-46845: clean up unused DK_IXSIZE (GH-96405)
Matthias Görgens
2022-08-30
1
-9/+0
*
gh-95853: Improve WASM build script (GH-96389)
Christian Heimes
2022-08-30
2
-14/+195
*
gh-96320: WASI socket fixes (#96388)
Christian Heimes
2022-08-30
3
-3/+7
*
Docs: normalize SQL style in sqlite3 docs (#96403)
Erlend E. Aasland
2022-08-29
1
-7/+7
*
gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)
Vinay Sajip
2022-08-29
1
-0/+7
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Kumar Aditya
2022-08-29
3
-19/+36
*
Improve accuracy for Spearman's rank correlation coefficient. (#96392)
Raymond Hettinger
2022-08-29
1
-3/+4
*
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Christian Heimes
2022-08-29
9
-20/+27
*
ast.parse: check `feature_version` common case first (GH-94640)
Anthony Sottile
2022-08-29
1
-3/+3
*
Fix Py_INCREF() statistics in limited C API 3.10 (#96120)
Victor Stinner
2022-08-29
1
-1/+1
*
gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)
Petr Viktorin
2022-08-29
2
-2/+4
*
gh-95432: Add doctests for the sqlite3 docs (#96225)
Erlend E. Aasland
2022-08-29
1
-64/+125
*
gh-96191: Update the configure file to use GitHub issue (gh-96211)
Dong-hee Na
2022-08-29
2
-17/+17
*
Prepare private _rank() function to be made public. (#96372)
Raymond Hettinger
2022-08-29
1
-5/+15
*
gh-96357: Improve `typing.get_overloads` coverage (#96358)
Nikita Sobolev
2022-08-29
1
-0/+3
*
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (#95951)
Nikita Sobolev
2022-08-29
1
-0/+28
*
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Jonathan Oberländer
2022-08-28
1
-1/+1
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
5
-55/+92
*
gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)
Kirill
2022-08-27
3
-1/+7
*
gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)
Vinay Sajip
2022-08-27
2
-1/+9
*
gh-92007: Handle elevation errors in NTEventLogHandler more grace… (GH-96322)
Vinay Sajip
2022-08-27
1
-1/+10
*
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)
Ansab Gillani
2022-08-27
1
-1/+1
*
fix threading.Event.isSet() docstring (#96297)
Daniel Giger
2022-08-27
1
-1/+1
*
Docs: Fix count of bullets in asyncio-task.rst (#96307)
zhanpon
2022-08-27
1
-1/+1
*
gh-95973: Add a new --with-dsymutil option to link debug information in macOS...
Pablo Galindo Salgado
2022-08-27
5
-8/+160
*
gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)
Vinay Sajip
2022-08-26
1
-0/+82
*
gh-96280: suppress deprecation warning in test_importlib (GH-96281)
Irit Katriel
2022-08-26
1
-1/+3
*
Fix documentation typo for pathlib.Path.walk (GH-96301)
Ansab Gillani
2022-08-26
1
-1/+1
*
gh-95994: Clarify escaped newlines. (#96066)
Ezio Melotti
2022-08-26
1
-11/+22
*
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...
Carl Friedrich Bolz-Tereick
2022-08-26
4
-548/+614
*
bpo-33587: inspect.getsource: reorder stat on file in linecache (GH-6805)
Pankaj Pandey
2022-08-26
1
-3/+3
*
Port regression test for issue GH-93592 (GH-96208)
Kristján Valur Jónsson
2022-08-26
1
-0/+24
*
gh-96269: Fix build dependency on AIX (GH-96304)
Christian Heimes
2022-08-26
3
-1/+6
*
gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)
Dong-hee Na
2022-08-26
1
-0/+2
*
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
Dong-hee Na
2022-08-26
1
-1/+1
*
gh-90110: Update the c-analyzer Tool (gh-96255)
Eric Snow
2022-08-25
4
-1534/+84
*
gh-96276: suppress SyntaxWarning in test_compile (GH-96277)
Irit Katriel
2022-08-25
1
-1/+4
*
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...
conioh
2022-08-25
2
-30/+32
*
gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...
Michael Droettboom
2022-08-25
2
-15/+10
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
ov2k
2022-08-25
1
-3/+3
*
gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)
Harry
2022-08-25
3
-1/+13
*
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...
Sam Ezeh
2022-08-25
4
-0/+37
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
6
-13/+26
*
gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)
Vinay Sajip
2022-08-25
1
-0/+6
*
gh-95243: Mitigate the race condition in testSockName (#96173)
Ross Burton
2022-08-25
2
-2/+16
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
10
-4/+271
[next]