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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-46/+31
*
gh-113336: Remove the 'version' directive from Argument Clinic (#113341)
Erlend E. Aasland
2023-12-21
1
-65/+0
*
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
2
-8/+20
*
gh-113255: Clarify docs for `typing.reveal_type` (#113286)
Kir
2023-12-20
1
-2/+2
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
2
-12/+11
*
gh-112205: Support docstring for `@getter` (#113160)
Donghee Na
2023-12-20
2
-5/+30
*
gh-87264: Convert tarinfo type to stat type (GH-113230)
Marat Idrisov
2023-12-19
2
-5/+22
*
gh-112205: Require @getter and @setter to be methods (#113278)
Erlend E. Aasland
2023-12-19
1
-0/+11
*
gh-113054: Compiler no longer replaces a redundant jump with no line number b...
Irit Katriel
2023-12-19
1
-0/+4
*
gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)
Terry Jan Reedy
2023-12-19
2
-1/+3
*
gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH...
Ronald Oussoren
2023-12-18
1
-0/+5
*
gh-113199: Make read1() and readline() of HTTPResponse close IO after reading...
Illia Volochii
2023-12-18
2
-2/+18
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
1
-0/+4
*
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon
2023-12-18
1
-50/+64
*
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
Stéphane Bidoul
2023-12-18
2
-1/+1
*
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík
2023-12-17
2
-3/+13
*
gh-113149: Improve error message when JSON has trailing comma (GH-113227)
Carson Radtke
2023-12-17
2
-3/+12
*
gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...
Jakub Kulík
2023-12-17
1
-3/+0
*
IDLE: Add util and stub example comments (#113222)
Terry Jan Reedy
2023-12-17
2
-3/+5
*
GH-110109: pathlib tests: store base directory as test class attribute (#113221)
Barney Gale
2023-12-17
2
-222/+210
*
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
Barney Gale
2023-12-16
3
-1893/+1926
*
gh-113202: Add a strict option to itertools.batched() (gh-113203)
Raymond Hettinger
2023-12-16
1
-0/+4
*
gh-67790: Support basic formatting for Fraction (#111320)
Mark Dickinson
2023-12-16
2
-24/+115
*
GH-112383: Fix test_loop_quicken when an executor is installed (GH-113153)
Brandt Bucher
2023-12-15
1
-2/+7
*
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...
Victor Stinner
2023-12-15
2
-17/+321
*
gh-113009: Fix multiprocessing Process.terminate() on Windows (#113128)
Victor Stinner
2023-12-15
1
-24/+30
*
gh-112278: Add retry in WMI tests in case of slow initialization (GH-113154)
AN Long
2023-12-15
1
-7/+19
*
gh-61648: Detect line numbers of properties in doctests (GH-113161)
Serhiy Storchaka
2023-12-15
3
-0/+20
*
gh-112720: Move dis's cache output code to the Formatter, labels lookup to th...
Irit Katriel
2023-12-15
2
-81/+104
*
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka
2023-12-14
1
-0/+26
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
3
-3/+4
*
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka
2023-12-14
4
-6/+12
*
gh-111049: Fix crash during garbage collection of the BytesIO buffer object (...
Serhiy Storchaka
2023-12-14
1
-0/+21
*
gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087)
Serhiy Storchaka
2023-12-14
2
-1/+118
*
gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...
Steve Dower
2023-12-13
2
-11/+23
*
Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)
Guido van Rossum
2023-12-13
2
-535/+544
*
bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)
Pavol Babinčák
2023-12-13
1
-0/+7
*
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)
Diego Russo
2023-12-13
1
-148/+84
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
3
-10/+27
*
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na
2023-12-13
2
-3/+83
*
[pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (#...
Sequew
2023-12-13
1
-0/+3
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
5
-43/+96
*
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable
2023-12-13
2
-0/+8
*
gh-112622: Pass name to loop create_task method (#112623)
Jamie
2023-12-13
2
-6/+5
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
1
-1/+1
*
gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...
J. Nick Koston
2023-12-13
1
-9/+5
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
3
-4/+143
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
1
-0/+31
*
gh-76785: Add Interpreter.prepare_main() (gh-113021)
Eric Snow
2023-12-12
5
-17/+90
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
2
-86/+168
[next]