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-122187: Avoid TSan reported race in `run_udp_echo_server` (#122189)
Sam Gross
2024-07-25
1
-2/+7
*
gh-122087: Add tests for ismethoddescriptor() and isroutine() with partial ob...
Serhiy Storchaka
2024-07-25
1
-0/+3
*
gh-113785: csv: fields starting with escapechar are not quoted (GH-122110)
Mikołaj Kuranowski
2024-07-25
3
-1/+5
*
gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)
Serhiy Storchaka
2024-07-25
1
-13/+23
*
gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)
Dino Viehland
2024-07-24
2
-11/+9
*
gh-121404: extract compiler_lookup_arg out of compiler_make_closure (#122181)
Irit Katriel
2024-07-24
1
-41/+49
*
GH-118093: Remove invalidated executors from side exits (GH-121885)
Brandt Bucher
2024-07-24
4
-28/+27
*
gh-122229: Add missing `Py_DECREF` in `func_get_annotation_dict` (#122230)
sobolevn
2024-07-24
1
-0/+1
*
Integrate `build_msi` into main CI workflow (#121778)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-07-24
3
-40/+56
*
GH-121832: Assert that the version number of static builtin types is not chan...
Mark Shannon
2024-07-24
3
-67/+46
*
gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)
Hugo van Kemenade
2024-07-24
4
-146/+77
*
Fix typo in news document (GH-122209)
Xie Yanbo
2024-07-24
1
-1/+1
*
GH-120754: Add more tests around seek + readall (#122103)
Cody Maloney
2024-07-24
1
-0/+19
*
gh-122029: Log call events in sys.setprofile when it's a method with c functi...
Tian Gao
2024-07-23
3
-0/+28
*
gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122200)
Eric Snow
2024-07-23
1
-1/+5
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
15
-510/+1815
*
gh-117657: Skip tests that use threads after fork (#122194)
Sam Gross
2024-07-23
1
-0/+3
*
gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builti...
Eric Snow
2024-07-23
2
-10/+66
*
gh-122129: Improve support of method descriptors and wrappers in the help tit...
Serhiy Storchaka
2024-07-23
3
-3/+18
*
gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (#122139)
Sam Gross
2024-07-23
4
-45/+48
*
gh-122163: Add notes for JSON serialization errors (GH-122165)
Serhiy Storchaka
2024-07-23
8
-66/+135
*
gh-120974: Use common freelist code in asyncio (#122132)
Sam Gross
2024-07-23
3
-70/+10
*
gh-121973: Fix flaky test_pyrepl tests (GH-122140)
Sam Gross
2024-07-23
1
-4/+4
*
GH-122155: Fix cases generator to correctly compute 'peek' offset for error h...
Mark Shannon
2024-07-23
4
-6/+68
*
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)
Ville Skyttä
2024-07-23
1
-1/+1
*
GH-121970: Remove ``escape4chm`` (#122065)
Adam Turner
2024-07-23
3
-60/+0
*
gh-121832: Skip subinterpreter static type check on iOS to restore test suite...
Russell Keith-Magee
2024-07-23
1
-1/+2
*
gh-122088: Copy the coroutine status of the underlying callable in `@warnings...
Sebastian Rittau
2024-07-23
3
-0/+31
*
Fix typos in comments and exception message (#122147)
Xie Yanbo
2024-07-23
3
-3/+3
*
gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (#122138)
Sam Gross
2024-07-23
1
-10/+5
*
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...
Donghee Na
2024-07-23
7
-7/+93
*
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Jelle Zijlstra
2024-07-22
5
-55/+107
*
Refactor test_capi.test_long (GH-122113)
Serhiy Storchaka
2024-07-22
1
-179/+66
*
Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)" (#122032)
Sam Gross
2024-07-22
1
-5/+5
*
gh-121404: move calculation of module start location from compiler_body up to...
Irit Katriel
2024-07-22
1
-20/+28
*
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross
2024-07-22
27
-700/+290
*
gh-121795: Improve performance of set membership testing from set arguments (...
HarryLHW
2024-07-22
3
-23/+47
*
Remove now unused function from itertools tests (#122100)
Bradley Reynolds
2024-07-22
1
-20/+0
*
gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)
Bénédikt Tran
2024-07-22
5
-16/+53
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
6
-2/+36
*
gh-111051: [tests] Wait a second to support filesystems with low-resolution m...
Łukasz Langa
2024-07-22
1
-0/+4
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
22
-30/+30
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
9
-2/+207
*
gh-122096: Remove accidentally left debugging prints (#122097)
Kirill Podoprigora
2024-07-21
1
-2/+0
*
Merge Ubuntu test matrices in CI (#121813)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-07-21
2
-26/+20
*
gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)
Jakub Kulík
2024-07-21
1
-5/+5
*
Delete stale note about mp.Lock.acquire/SIGINT (#120929)
Andrey Mishchenko
2024-07-21
1
-11/+0
*
gh-121977: Add tips for handling unhashable data (#122075)
Raymond Hettinger
2024-07-21
1
-0/+6
*
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Barney Gale
2024-07-20
3
-3/+45
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
7
-5/+448
[next]