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-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Ma Lin
2022-04-19
5
-5/+6
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
4
-8/+37
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
4
-20/+49
*
Add more tests for group names and refs in RE (GH-91695)
Serhiy Storchaka
2022-04-19
1
-15/+41
*
gh-90699: Use module state to access insert str object. (GH-91693)
Dong-hee Na
2022-04-19
1
-3/+49
*
Doc: Fix link formatting typo (GH-91659)
slateny
2022-04-19
1
-1/+1
*
gh-74166: break cycle by clearing the list instead of dropping its reference ...
Irit Katriel
2022-04-19
1
-1/+1
*
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
penguin_wwy
2022-04-19
4
-39/+206
*
bpo-40421: Cleanup PyFrame C API (GH-32417)
Victor Stinner
2022-04-19
3
-18/+4
*
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...
Oleg Iarygin
2022-04-19
4
-115/+173
*
bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32...
Yurii Karabas
2022-04-19
2
-0/+51
*
gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)
Inada Naoki
2022-04-19
4
-70/+9
*
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel
2022-04-18
5
-10/+48
*
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)
Bryan Weber
2022-04-18
4
-42/+1
*
gh-91102: Use Argument Clinic for EncodingMap (#31725)
Oleg Iarygin
2022-04-18
3
-48/+43
*
Add some information about where pynche has moved to (#91650)
Barry Warsaw
2022-04-18
2
-1/+3
*
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya
2022-04-18
5
-6/+79
*
bpo-47256: Increasing the depth of backtracking in RE (GH-32411)
Ma Lin
2022-04-18
3
-44/+46
*
gh-91575: Update case-insensitive matching in re to the latest Unicode versio...
Serhiy Storchaka
2022-04-18
3
-9/+78
*
bpo-46053: Fix OSS audio support on NetBSD (GH-30065)
Thomas Klausner
2022-04-18
5
-2/+97
*
gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)
Oleg Iarygin
2022-04-18
5
-52/+47
*
Remove ill-formed an unneeded news entry (GH-91657)
Raymond Hettinger
2022-04-18
1
-1/+0
*
bpo-21150: Add quick link/summary table to the top of argparse documentation ...
Susan Su
2022-04-18
2
-0/+99
*
Remove duplicate explanation (GH-91534)
Gouvernathor
2022-04-18
1
-4/+0
*
Update: usage doc for heappushpop (GH-91451)
Aditya Aggarwal
2022-04-18
1
-0/+2
*
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
[next]