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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
228
-536/+2412
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-0/+4
*
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka
2023-05-22
1
-0/+3
*
gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)
Ned Deily
2023-05-22
1
-0/+1
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
1
-1/+1
*
gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)
Luccccifer
2023-05-22
1
-0/+3
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-0/+4
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+3
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+5
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-0/+1
*
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes
2023-05-20
1
-0/+2
*
gh-103987: fix several crashes in mmap module (#103990)
Prince Roshan
2023-05-20
1
-0/+2
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
1
-0/+1
*
gh-103839: Allow building Tkinter against Tcl 8.7 without external libtommath...
Christopher Chavez
2023-05-19
1
-0/+2
*
gh-85984: New additions and improvements to the tty library. (#101832)
Soumendra Ganguly
2023-05-19
1
-0/+3
*
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...
Nikita Sobolev
2023-05-19
1
-0/+2
*
gh-96522: Fix deadlock in pty.spawn (#96639)
Youfu Zhang
2023-05-19
2
-0/+2
*
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...
Mark Shannon
2023-05-19
1
-0/+5
*
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...
Ronald Oussoren
2023-05-19
1
-0/+1
*
gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)
Erlend E. Aasland
2023-05-19
1
-0/+1
*
gh-104600: Make function.__type_params__ writable (#104601)
Jelle Zijlstra
2023-05-18
1
-0/+2
*
gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)
Erlend E. Aasland
2023-05-18
1
-0/+1
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
1
-0/+2
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
1
-0/+1
*
gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)
Terry Jan Reedy
2023-05-18
1
-0/+1
*
gh-104340: Suppress warning about unawaited exception for closed pipe stdin (...
Guido van Rossum
2023-05-17
1
-0/+1
*
gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstan...
Alex Waygood
2023-05-17
1
-0/+7
*
gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)
Terry Jan Reedy
2023-05-17
1
-0/+1
*
gh-104372: Cleanup _posixsubprocess `make_inheritable` for async signal safet...
Gregory P. Smith
2023-05-17
1
-0/+1
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
1
-0/+2
*
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts ...
Jelle Zijlstra
2023-05-17
1
-0/+2
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
1
-0/+3
*
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher
2023-05-16
1
-0/+2
*
gh-87474: Fix file descriptor leaks in subprocess.Popen (#96351)
cptpcrd
2023-05-16
1
-0/+1
*
gh-75367: Fix data descriptor detection in inspect.getattr_static (#104517)
Furkan Onder
2023-05-16
1
-0/+1
*
gh-103861: Fix Zip64 extensions not being properly applied in some cases (#10...
Carey Metcalfe
2023-05-16
1
-0/+2
*
gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...
Alexey Namyotkin
2023-05-16
1
-3/+3
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-0/+23
*
gh-104461: Run tkinter test_configure_screen on X11 only (GH-104462)
Christopher Chavez
2023-05-16
1
-0/+3
*
gh-104482: Fix error handling bugs in ast.c (#104483)
Irit Katriel
2023-05-15
1
-0/+1
*
GH-102613: Fix recursion error from `pathlib.Path.glob()` (GH-104373)
Barney Gale
2023-05-15
1
-0/+2
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-0/+2
*
gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (#104495)
Christopher Chavez
2023-05-15
1
-0/+2
*
gh-104490: Consistently define phony make targets (#104491)
Gregory Szorc
2023-05-15
1
-0/+1
*
gh-67056: document that registering/unregistering an atexit func from within ...
Irit Katriel
2023-05-15
1
-0/+2
*
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland
2023-05-15
1
-0/+1
*
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher
2023-05-12
1
-0/+2
*
gh-103333: Pickle the keyword attributes of AttributeError (#103352)
Charles Machalow
2023-05-12
1
-0/+1
*
gh-103204: `http.server` - Enforce that HTTP version numbers must consist onl...
Ben Kallus
2023-05-12
1
-0/+3
*
gh-103857: Update deprecation stacktrace to point to calling line (#104431)
Hugo van Kemenade
2023-05-12
1
-0/+1
[next]