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-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
17
-65/+81
*
gh-85567: Register a cleanup function to close files for FileType objects in ...
achhina
2022-04-18
3
-3/+11
*
Remove the ancient Pynche color editor (#91554)
Barry Warsaw
2022-04-17
25
-4080/+3
*
gh-91217: deprecate ossaudiodev (GH-91641)
Brett Cannon
2022-04-17
4
-1/+13
*
gh-89885: Improve import example in language reference (#91523)
slateny
2022-04-17
1
-6/+4
*
gh-91541: Fix error in example in modules tutorial (#91634)
180909
2022-04-17
1
-1/+1
*
gh-90923: Improve sqlite3.Connection.execute* docs (#91643)
Erlend Egeberg Aasland
2022-04-17
1
-12/+9
*
Use git attribute macros for CRLF and no-EOL files (GH-30762)
Erlend Egeberg Aasland
2022-04-17
1
-15/+19
*
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney
2022-04-17
5
-18/+66
*
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...
Jason R. Coombs
2022-04-17
4
-16/+42
*
bpo-46126: Restore docstrings in importlib.metadata tests. (#32288)
Jason R. Coombs
2022-04-17
2
-24/+44
*
Fix refleaks in PyErr_SetHandledException (GH-91627)
Dennis Sweeney
2022-04-17
1
-3/+2
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
8
-11/+11
*
gh-91462: Make lltrace output human-readable. (GH-91463)
Dennis Sweeney
2022-04-16
3
-43/+173
*
gh-86178: wsgiref.types: Add missing TypeAlias annotations (GH-91608)
Sebastian Rittau
2022-04-16
1
-2/+2
*
gh-91217: deprecate nis (GH-91606)
Brett Cannon
2022-04-16
4
-1/+12
*
Fix an out of date comment in compile.c (GH-91615)
Irit Katriel
2022-04-16
1
-1/+2
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
12
-145/+384
*
gh-91607: Fix several test_concurrent_futures tests to actually test what the...
Gregory P. Smith
2022-04-16
2
-56/+50
*
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau
2022-04-16
5
-7/+123
*
bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)
Shantanu
2022-04-16
3
-37/+200
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
4
-4/+133
*
gh-91595: fix the comparison of character and integer by using ord() (#91596)
Yu Liu
2022-04-16
2
-1/+2
*
gh-69093: sqlite3 blob doc amendments (GH-91561)
Erlend Egeberg Aasland
2022-04-16
1
-52/+55
*
bpo-43224: Add tests for TypeVarTuple substitution in Annotated (GH-31846)
Matthew Rahtz
2022-04-16
2
-0/+85
*
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries
2022-04-16
2
-11/+7
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
6
-11/+135
*
Issue templates: Remove duplicate links to security policy (#91590)
Alex Waygood
2022-04-16
2
-28/+0
*
Add minimal issue templates (#91569)
Alex Waygood
2022-04-16
6
-0/+137
*
Add link to documentation translation list (#91560)
slateny
2022-04-16
1
-0/+4
*
gh-91487: Optimize asyncio UDP speed (GH-91488)
msoxzw
2022-04-15
3
-2/+10
*
gh-91217: deprecate nntplib (GH-91543)
Brett Cannon
2022-04-15
5
-4/+9
*
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
8
-12/+38
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
13
-24/+141
*
gh-69093: improve sqlite3.Connection.blobopen() error handling (GH-91571)
Erlend Egeberg Aasland
2022-04-15
1
-1/+5
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
6
-348/+483
*
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
Erlend Egeberg Aasland
2022-04-15
2
-1/+2
*
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING ...
Dennis Sweeney
2022-04-15
1
-6/+2
*
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra
2022-04-15
2
-0/+4
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
5
-0/+109
*
bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)
Jens Holzkämper
2022-04-15
1
-1/+2
*
Remove usage of _Py_IDENTIFIER from unicodedata module. (GH-91532)
Dong-hee Na
2022-04-15
1
-14/+8
*
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Jelle Zijlstra
2022-04-15
1
-2/+2
*
gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)
Barry Warsaw
2022-04-15
17
-79/+114
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
16
-7/+989
*
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
Dennis Sweeney
2022-04-14
2
-8/+167
*
gh-91217: deprecate msilib (GH-91515)
Brett Cannon
2022-04-14
4
-1/+9
*
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Gregory P. Smith
2022-04-14
2
-0/+3
*
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes
2022-04-14
3
-57/+53
*
gh-91353: Fix void return type handling in ctypes (GH-32246)
Hood Chatham
2022-04-14
3
-2/+12
[next]