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
*
Improve all_equal() recipe (gh-116081)
Raymond Hettinger
2024-02-28
1
-3/+4
*
gh-112075: Use relaxed stores for places where we may race with when reading ...
Dino Viehland
2024-02-28
1
-18/+25
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
7
-28/+96
*
gh-115891: Fix debug byte filling in free-threaded build (#116018)
Sam Gross
2024-02-28
1
-4/+13
*
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Sam Gross
2024-02-28
3
-28/+51
*
gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
Weii Wang
2024-02-28
3
-44/+64
*
GH-115986 Reorder pprint docs and amend some references (#116019)
Kerim Kabirov
2024-02-28
1
-89/+92
*
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum
2024-02-28
4
-67/+191
*
gh-112075: Remove compiler warning from apple clang (gh-115855)
Donghee Na
2024-02-28
1
-2/+2
*
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Tian Gao
2024-02-28
7
-53/+64
*
gh-116012: Preserve GetLastError() across calls to TlsGetValue on Windows (GH...
Steve Dower
2024-02-28
3
-10/+7
*
doc: Use super() in subclassed JSONEncoder examples (GH-115565)
Jan Max Meyer
2024-02-28
2
-3/+3
*
gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)
Erlend E. Aasland
2024-02-28
4
-171/+363
*
gh-78612: Mark up eval() using param list (#115212)
Erlend E. Aasland
2024-02-28
1
-5/+15
*
gh-114911: Add CPUStopwatch test helper (GH-114912)
Petr Viktorin
2024-02-28
3
-42/+75
*
gh-116030: test_unparse: Add ``ctx`` argument to ``ast.Name`` calls (#116031)
Kirill Podoprigora
2024-02-28
1
-3/+3
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
10
-36/+818
*
gh-105858: Expose some union-related objects as internal APIs (GH-116025)
Jelle Zijlstra
2024-02-28
1
-2/+4
*
gh-115961: Improve tests for compressed file-like objects (GH-115963)
Serhiy Storchaka
2024-02-28
5
-45/+476
*
gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)
Jelle Zijlstra
2024-02-28
1
-0/+1
*
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra
2024-02-28
10
-50/+4676
*
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
Pierre Ossman (ThinLinc team)
2024-02-28
4
-12/+42
*
gh-114914: Avoid keeping dead StreamWriter alive (#115661)
Pierre Ossman (ThinLinc team)
2024-02-28
3
-10/+31
*
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
Miguel Brito
2024-02-27
3
-1/+23
*
gh-115315: Update time.rst to include microseconds field (%f) in chart (#115316)
Tahoma Software
2024-02-27
1
-6/+16
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
8
-476/+498
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
15
-607/+720
*
gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)
Petr Viktorin
2024-02-27
3
-14/+39
*
bpo-44865: Fix yet one missing translations in argparse (GH-27668)
Jérémie Detrey
2024-02-26
2
-1/+3
*
bpo-45101: Add consistency in usage message IO between 2 versions of python-c...
Kien Dang
2024-02-26
3
-2/+9
*
gh-77956: Add the words 'default' and 'version' help text localizable (GH-12...
Emmanuel Arias
2024-02-26
2
-2/+5
*
gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...
Steve Dower
2024-02-26
3
-2/+10
*
gh-113942: Show functions implemented as builtin methods (GH-115306)
Serhiy Storchaka
2024-02-26
4
-6/+24
*
gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...
Serhiy Storchaka
2024-02-26
3
-13/+32
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
11
-14/+31
*
gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)
Yuriy Chernyshov
2024-02-26
2
-0/+5
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
12
-30/+30
*
GH-115802: JIT "small" code for macOS and Linux (GH-115826)
Brandt Bucher
2024-02-26
3
-29/+168
*
Add Jason as an owner of configparser to coordinate backport concerns. (#115885)
Jason R. Coombs
2024-02-26
1
-0/+4
*
gh-113706: Update comment about long int representation (#113707)
Michael Droettboom
2024-02-26
1
-10/+21
*
gh-115823: Calculate correctly error locations when dealing with implicit enc...
Pablo Galindo Salgado
2024-02-26
3
-11/+13
*
gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)
Nikita Sobolev
2024-02-26
1
-2/+11
*
Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)
Phil Elson
2024-02-26
1
-10/+7
*
gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ct...
Antti Haapala
2024-02-26
1
-4/+0
*
gh-115881: Ensure `ast.parse()` parses conditional context managers even with...
Alex Waygood
2024-02-26
5
-11/+11
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)
Hugo van Kemenade
2024-02-26
2
-38/+37
*
gh-115921: Change 'equation' to 'expression' in random.rst (#115927)
Terry Jan Reedy
2024-02-26
1
-1/+2
*
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...
Russell Keith-Magee
2024-02-26
20
-104/+849
*
GH-101112: Add "pattern language" section to pathlib docs (#114030)
Barney Gale
2024-02-26
1
-56/+103
*
gh-71052: fix test_concurrent_futures wasi regression. (#115923)
Gregory P. Smith
2024-02-26
1
-1/+5
[next]