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-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
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
1
-1/+1
*
gh-107091: Fix some uses of :func: role (GH-107378)
Serhiy Storchaka
2023-07-29
5
-5/+5
*
gh-107089: Improve Shelf.clear method performance (gh-107090)
James Cave
2023-07-29
2
-0/+3
*
gh-106881: Check for linux/limits.h before including it (#107397)
justdan6
2023-07-28
1
-0/+1
*
gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
Eric Snow
2023-07-28
1
-0/+3
*
gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)
Illia Volochii
2023-07-28
1
-0/+2
*
gh-106078: Isolate `decimal` module (#107287)
Charlie Zhao
2023-07-28
1
-0/+1
*
gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#...
Felipe A. Hernandez
2023-07-28
1
-0/+1
*
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...
Eric Snow
2023-07-27
1
-0/+1
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+3
*
gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
Christopher Chavez
2023-07-27
1
-0/+4
*
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
Mark Shannon
2023-07-27
1
-0/+3
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-0/+2
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
1
-0/+3
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
1
-1/+1
*
gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)
János Kukovecz
2023-07-26
1
-0/+3
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
1
-2/+2
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-0/+3
*
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...
Serhiy Storchaka
2023-07-25
1
-0/+2
*
gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)
Christopher Chavez
2023-07-25
1
-0/+2
*
gh-107249: Implement Py_UNUSED() for MSVC (#107250)
Victor Stinner
2023-07-25
1
-0/+2
*
gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...
shailshouryya
2023-07-25
1
-0/+1
*
gh-107237: Fix test_udp_reconnection() of test_logging (#107238)
Victor Stinner
2023-07-25
1
-0/+2
*
gh-106774: Update bundled pip version to 23.2.1 (#106775)
Paul Moore
2023-07-25
1
-0/+1
[next]