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-104050: Add more type annotations to Argument Clinic (#104628)
Erlend E. Aasland
2023-05-18
1
-14/+39
*
gh-104629: Don't skip test_clinic if _testclinic is missing (#104630)
Erlend E. Aasland
2023-05-18
1
-2/+5
*
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra
2023-05-18
9
-34/+93
*
gh-104050: Improve some typing around `default`s and sentinel values (#104626)
Alex Waygood
2023-05-18
1
-18/+23
*
gh-104146: Remove unused vars from Argument Clinic (#104627)
Erlend E. Aasland
2023-05-18
1
-2/+0
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
14
-20/+95
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
5
-8/+30
*
GH-96803: Document and test new unstable internal frame API functions (GH-104...
Mark Shannon
2023-05-18
5
-3/+98
*
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon
2023-05-18
6
-262/+260
*
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Jelle Zijlstra
2023-05-18
3
-9/+125
*
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Prince Roshan
2023-05-18
3
-6/+60
*
gh-104499: Fix typo. (#104598)
Terry Jan Reedy
2023-05-18
1
-1/+1
*
gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)
Terry Jan Reedy
2023-05-18
3
-7/+6
*
gh-104340: Suppress warning about unawaited exception for closed pipe stdin (...
Guido van Rossum
2023-05-17
2
-0/+4
*
gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstan...
Alex Waygood
2023-05-17
3
-7/+96
*
gh-104050: Add type hints to Argument Clinic converter keywords (#104588)
Erlend E. Aasland
2023-05-17
1
-12/+36
*
gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)
Terry Jan Reedy
2023-05-17
4
-23/+22
*
gh-104372: Cleanup _posixsubprocess `make_inheritable` for async signal safet...
Gregory P. Smith
2023-05-17
2
-34/+92
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
11
-1545/+1621
*
typing: Add more tests for TypeVar (#104571)
Jelle Zijlstra
2023-05-17
3
-8/+50
*
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts ...
Jelle Zijlstra
2023-05-17
3
-4/+68
*
typing: Use PEP 695 syntax in typing.py (#104553)
Jelle Zijlstra
2023-05-17
1
-11/+17
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
4
-3/+119
*
gh-104469: Update README.txt for _testcapi (gh-104529)
Dong-hee Na
2023-05-17
1
-0/+7
*
GH-103092: isolate `_elementtree` (#104561)
Kumar Aditya
2023-05-16
1
-43/+42
*
gh-104050: Add typing to Argument Clinic converters (#104547)
Erlend E. Aasland
2023-05-16
1
-53/+57
*
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher
2023-05-16
4
-516/+476
*
gh-87474: Fix file descriptor leaks in subprocess.Popen (#96351)
cptpcrd
2023-05-16
2
-130/+164
*
GH-103092: isolate `pyexpat` (#104506)
Kumar Aditya
2023-05-16
2
-9/+21
*
gh-75367: Fix data descriptor detection in inspect.getattr_static (#104517)
Furkan Onder
2023-05-16
3
-2/+8
*
gh-104050: Add more annotations to `Tools/clinic.py` (#104544)
Nikita Sobolev
2023-05-16
3
-30/+60
*
gh-104555: Fix isinstance() and issubclass() for runtime-checkable protocols ...
Alex Waygood
2023-05-16
2
-1/+19
*
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer
2023-05-16
10
-236/+535
*
CODEOWNERS: Assign new PEP 695 files to myself (#104551)
Jelle Zijlstra
2023-05-16
1
-0/+2
*
GH-104510: Fix refleaks in `_io` base types (#104516)
Kumar Aditya
2023-05-16
3
-26/+6
*
gh-104539: Fix indentation error in logging.config.rst (#104545)
Jesper Noordsij
2023-05-16
1
-1/+1
*
gh-104050: Don't star-import 'types' in Argument Clinic (#104543)
Erlend E. Aasland
2023-05-16
1
-3/+2
*
gh-104050: Add basic typing to CConverter in clinic.py (#104538)
Erlend E. Aasland
2023-05-16
1
-14/+14
*
gh-64595: Fix write file logic in Argument Clinic (#104507)
Erlend E. Aasland
2023-05-16
1
-11/+12
*
gh-104523: Inline minimal PGO rules (#104524)
Gregory Szorc
2023-05-16
1
-16/+4
*
gh-103861: Fix Zip64 extensions not being properly applied in some cases (#10...
Carey Metcalfe
2023-05-16
3
-15/+172
*
gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...
Alexey Namyotkin
2023-05-16
4
-12/+44
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
56
-3148/+9084
*
gh-104461: Run tkinter test_configure_screen on X11 only (GH-104462)
Christopher Chavez
2023-05-16
2
-0/+5
*
gh-104469: Convert _testcapi/watchers.c to use Argument Clinic (#104503)
Nikita Sobolev
2023-05-15
2
-43/+259
*
gh-104482: Fix error handling bugs in ast.c (#104483)
Irit Katriel
2023-05-15
4
-19/+45
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
11
-10/+56
*
GH-102613: Fix recursion error from `pathlib.Path.glob()` (GH-104373)
Barney Gale
2023-05-15
3
-20/+18
*
gh-101819: Fix _io clinic input for unused base class method stubs (#104418)
Erlend E. Aasland
2023-05-15
6
-109/+168
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
13
-362/+205
[next]