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-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
8
-304/+325
*
gh-116647: Fix recursive child in dataclasses (#116790)
et-repositories
2024-03-19
3
-1/+13
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
12
-916/+962
*
gh-92906: Enable test_cext and test_cppext on Windows (#117000)
Victor Stinner
2024-03-19
7
-63/+148
*
gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)
Victor Stinner
2024-03-19
3
-0/+21
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
22
-62/+302
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
12
-2032/+2082
*
gh-116869: Test the limited C API in test_cext (#116995)
Victor Stinner
2024-03-19
3
-30/+55
*
gh-116808: Fix optimized trace length histogram (GH-116827)
Michael Droettboom
2024-03-19
1
-1/+2
*
gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)
Victor Stinner
2024-03-19
2
-0/+6
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
13
-722/+774
*
gh-116957: configparser: Do post-process values after DuplicateOptionError (G...
David Röthlisberger
2024-03-19
3
-91/+111
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
8
-6/+23
*
gh-116621: Specialize list.extend for dict items (gh-116888)
Donghee Na
2024-03-19
1
-3/+36
*
gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)
Aviel Boag
2024-03-19
3
-1/+15
*
gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)
Victor Stinner
2024-03-18
2
-32/+19
*
gh-116417: Fix WASI build of _testlimitedcapi (#116974)
Victor Stinner
2024-03-18
10
-24/+26
*
gh-116941: Fix pyatomic_std.h syntax errors (#116967)
Sam Gross
2024-03-18
1
-0/+2
*
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner
2024-03-18
11
-351/+404
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
8
-20/+152
*
gh-116869: Make C API compatible with ISO C90 (#116950)
Victor Stinner
2024-03-18
3
-3/+5
*
gh-116869: Add test_cext test: build a C extension (#116954)
Victor Stinner
2024-03-18
5
-0/+222
*
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Guido van Rossum
2024-03-18
9
-180/+7
*
gh-116916: Remove separate next_func_version counter (#116918)
Guido van Rossum
2024-03-18
4
-9/+7
*
Cleanup tier2 debug output (#116920)
Guido van Rossum
2024-03-18
5
-22/+50
*
gh-115119: Switch Windows build to mpdecimal external (GH-115182)
Zachary Ware
2024-03-18
7
-63/+117
*
gh-115258: Fix hanging tests for threading queue shutdown (#115940)
Duprat
2024-03-18
1
-61/+71
*
gh-116869: Fix redefinition of the _PyOptimizerObject type (#116963)
Victor Stinner
2024-03-18
1
-2/+2
*
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
Victor Stinner
2024-03-18
3
-16/+32
*
gh-116877: Update `wheel` to version `0.43.0` (#116878)
Sam Gross
2024-03-18
2
-0/+0
*
gh-71765: Fix inspect.getsource() on empty file (GH-20809)
kernc
2024-03-18
4
-2/+23
*
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Victor Stinner
2024-03-18
3
-5/+5
*
GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)
Jakub Stasiak
2024-03-18
2
-17/+68
*
gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)
Erlend E. Aasland
2024-03-18
2
-6/+12
*
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
AN Long
2024-03-18
3
-0/+15
*
CI: Pass environment variables directly to configure in JIT CI (#116156)
Erlend E. Aasland
2024-03-18
1
-6/+6
*
gh-116664: Ensure thread-safe dict access in _warnings (#116768)
Erlend E. Aasland
2024-03-18
1
-29/+32
*
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
Terry Jan Reedy
2024-03-18
1
-1/+1
*
Bump GitHub Actions (#116944)
Hugo van Kemenade
2024-03-18
3
-3/+3
*
gh-116915: Make `_thread._ThreadHandle` support GC (#116934)
mpage
2024-03-18
1
-3/+13
*
gh-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
4
-37/+20
*
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
4
-26/+18
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
4
-32/+42
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
6
-1/+371
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
2
-2/+8
*
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...
John Sloboda
2024-03-17
9
-81/+306
*
Update titles and subtitles on landing page template (#116914)
Carol Willing
2024-03-17
1
-31/+31
*
gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)
Victor Stinner
2024-03-16
3
-3/+6
*
CI: Process stale issues four times per day (#116857)
Hugo van Kemenade
2024-03-16
1
-1/+1
*
gh-116879: Add new optimizer pystats to tables (GH-116880)
Michael Droettboom
2024-03-16
1
-4/+30
[next]