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
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-0/+2
*
gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-...
Marc Mueller
2023-08-10
1
-0/+1
*
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107...
Mark Shannon
2023-08-10
1
-0/+1
*
GH-107774: Add missing audit event for PEP 669 (GH-107775)
Mark Shannon
2023-08-10
1
-0/+3
*
gh-107409: set `__wrapped__` attribute in `reprlib.recursive_repr` (#107410)
denballakh
2023-08-10
1
-0/+1
*
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
Mina Galić
2023-08-10
1
-0/+1
*
gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815)
Max Bachmann
2023-08-09
1
-0/+1
*
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
Brandt Bucher
2023-08-09
1
-0/+2
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-0/+3
*
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon
2023-08-09
1
-0/+3
*
Docs: clean up Argument Clinic howto's (#107797)
Erlend E. Aasland
2023-08-09
1
-1/+1
*
gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)
Serhiy Storchaka
2023-08-09
1
-0/+2
*
gh-104683: Add --exclude option to Argument Clinic CLI (#107770)
Erlend E. Aasland
2023-08-08
1
-0/+1
*
GH-107596: Specialize str[int] (GH-107597)
Brandt Bucher
2023-08-08
1
-0/+1
*
gh-107659: Add docstrings for ctypes.pointer and ctypes.POINTER (#107660)
Tomas R
2023-08-08
1
-0/+1
*
gh-86457: Add docs for Argument Clinic @text_signature directive (#107747)
Erlend E. Aasland
2023-08-08
1
-1/+1
*
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum
2023-08-08
1
-0/+1
*
gh-86457: Fix signature for code.replace() (GH-23199)
Serhiy Storchaka
2023-08-07
1
-0/+2
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
1
-0/+2
*
gh-107715: Escape class name in regular expression (GH-107716)
Gertjan van Zwieten
2023-08-07
1
-0/+1
*
gh-106566: Optimize (?!) in regular expressions (GH-106567)
Serhiy Storchaka
2023-08-07
1
-0/+1
*
gh-100814: Fix exception for invalid callable value of Tkinter image option (...
Serhiy Storchaka
2023-08-07
1
-0/+2
*
gh-107710: Speed up `logging.getHandlerNames` function (#107711)
Nikita Sobolev
2023-08-07
1
-0/+1
*
gh-95065: Add Argument Clinic support for deprecating positional use of param...
Erlend E. Aasland
2023-08-07
1
-0/+6
*
gh-85160: improve performance of `functools.singledispatchmethod` (#107148)
Pieter Eendebak
2023-08-06
1
-0/+3
*
GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...
Kumar Aditya
2023-08-05
1
-0/+1
*
gh-106608: make uop trace variable length (#107531)
Ivin Lee
2023-08-05
1
-0/+1
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
1
-0/+1
*
GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...
Barney Gale
2023-08-04
1
-0/+4
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
1
-0/+3
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
1
-0/+3
*
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow
2023-08-03
1
-0/+4
*
gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)
James Hilton-Balfe
2023-08-03
1
-0/+3
*
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ER...
Pablo Galindo Salgado
2023-08-03
1
-0/+6
*
gh-107455: ctypes: Improve error messages when converting to an incompatible ...
Tomas R
2023-08-03
1
-0/+3
*
GH-100964: Break cycles involving exception state when returning from generat...
Mark Shannon
2023-08-02
1
-0/+2
*
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
Irit Katriel
2023-08-02
1
-0/+2
*
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...
Irit Katriel
2023-08-01
1
-0/+1
*
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...
Irit Katriel
2023-08-01
1
-0/+1
*
gh-107467: Restructure Argument Clinic command-line interface (#107469)
Erlend E. Aasland
2023-08-01
1
-0/+2
*
gh-106092: Fix use-after-free crash in frame_dealloc (#106875)
Anders Kaseorg
2023-08-01
1
-0/+2
*
gh-89013: Improve the performance of methodcaller (lazy version) (gh-107201)
Pieter Eendebak
2023-08-01
1
-0/+2
*
GH-104584: Fix incorrect uoperands (GH-107513)
Brandt Bucher
2023-07-31
1
-0/+2
*
gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)
Jacob Walls
2023-07-31
1
-1/+1
*
gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)
Michael The
2023-07-31
1
-0/+2
*
gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#...
opavliuk
2023-07-31
1
-0/+1
*
gh-46376: Return existing pointer when possible in ctypes (#107131)
Konstantin
2023-07-31
1
-0/+1
*
gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)
Ned Deily
2023-07-31
1
-0/+1
*
gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
Charlie Zhao
2023-07-30
1
-0/+2
*
gh-107369: optimize textwrap.indent() (#107374)
Inada Naoki
2023-07-29
1
-0/+2
[next]