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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...
Wenzel Jakob
2024-09-13
1
-0/+8
*
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson
2024-09-13
3
-6/+8
*
gh-124022: Fix bug where class docstring is removed in interactive mode (#124...
Irit Katriel
2024-09-13
1
-6/+29
*
gh-123811: Test that round(Decimal) can return signed zero (GH-124007)
Sergey B Kirpichev
2024-09-13
1
-0/+2
*
gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)
Petr Viktorin
2024-09-13
1
-9/+3
*
gh-108303: Remove the non-test `Lib/test/reperf.py` (GH-114356)
sobolevn
2024-09-13
3
-28/+15
*
gh-116622: Mock the passage of time in Android logcat rate limit tests (#124015)
Malcolm Smith
2024-09-13
2
-7/+30
*
gh-123614: Add save function to turtle.py (#123617)
Yngve Mardal Moe
2024-09-13
2
-1/+101
*
gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)
Miro Hrončok
2024-09-13
2
-0/+3
*
gh-123085: Fix issue in inferred caller when resources package has no source ...
Jason R. Coombs
2024-09-12
2
-4/+40
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
1
-0/+22
*
GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure tha...
Mark Shannon
2024-09-12
1
-0/+38
*
gh-123994: Generate utf-16 file using little endian and BOM. (#123995)
Jason R. Coombs
2024-09-12
1
-2/+2
*
gh-123968: Fix lower bound for `python -m random --float` (#123971)
Anders Kaseorg
2024-09-12
2
-5/+5
*
gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)
sobolevn
2024-09-12
2
-1/+20
*
gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (...
Malcolm Smith
2024-09-12
1
-3/+6
*
gh-121735: Fix module-adjacent references in zip files (#123037)
Jason R. Coombs
2024-09-12
37
-244/+220
*
gh-123958: apply docstring removal optimization in ast_opt instead of codegen...
Irit Katriel
2024-09-11
1
-0/+6
*
gh-123942: add missing test for docstring-handling code in ast_opt.c (#123943)
Irit Katriel
2024-09-11
1
-0/+26
*
Fix invisible character typo (#123933)
Xie Yanbo
2024-09-11
1
-1/+1
*
gh-123811: test that round() can return signed zero (#123829)
Sergey B Kirpichev
2024-09-11
1
-5/+5
*
gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-1...
Serhiy Storchaka
2024-09-11
2
-5/+26
*
gh-122239: Add actual count in unbalanced unpacking error message when possib...
Tushar Sadhwani
2024-09-10
1
-3/+54
*
gh-123881: Add additional test coverage for PEP 695 edge cases (#123886)
Jelle Zijlstra
2024-09-10
1
-0/+17
*
Small improvements to the itertools docs (GH-123885)
Raymond Hettinger
2024-09-10
1
-7/+11
*
gh-122213: Add notes for pickle serialization errors (GH-122214)
Serhiy Storchaka
2024-09-09
2
-65/+328
*
gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)
Eric Snow
2024-09-09
3
-12/+1
*
Fix typos (#123775)
algonell
2024-09-09
33
-45/+45
*
gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (#123824)
Furkan Onder
2024-09-09
1
-1/+3
*
gh-122311: Improve and unify pickle errors (GH-122771)
Serhiy Storchaka
2024-09-09
2
-149/+154
*
gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)
Adam Turner
2024-09-09
3
-11/+8
*
gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH...
Sergey B Kirpichev
2024-09-08
6
-120/+65
*
gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-...
Seth Michael Larson
2024-09-07
2
-0/+39
*
gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa
2024-09-06
7
-21/+131
*
gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (#123...
Sam Gross
2024-09-06
1
-2/+1
*
gh-117657: Fix file descriptor race in test_socket.py (#123697)
Nadeshiko Manju
2024-09-06
1
-8/+9
*
gh-119310: Fix encoding when reading old history file (#121779)
aorcajo
2024-09-06
3
-6/+56
*
gh-123780: Make test_pkgutil clean up `spam` module (GH-123036)
Malcolm Smith
2024-09-06
1
-4/+10
*
gh-119034, REPL: Change page up/down keys to search in history (#123607)
Victor Stinner
2024-09-06
4
-4/+111
*
gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)
Arnon Yaari
2024-09-06
2
-1/+19
*
gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754)
Peter Bierma
2024-09-06
1
-6/+16
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
1
-1/+25
*
gh-123240: Raise input audit events in the new REPL (#123274)
sobolevn
2024-09-05
1
-2/+6
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
2
-43/+116
*
gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)
Petr Viktorin
2024-09-05
3
-5/+366
*
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...
Bar Harel
2024-09-04
1
-1/+27
*
gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G...
Nice Zombies
2024-09-04
2
-64/+47
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+3
*
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Victor Stinner
2024-09-04
1
-1/+0
*
gh-121423: Improve import time of `socket` (#121424)
Wulian
2024-09-04
1
-101/+107
[next]