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-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
22
-46/+46
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
3
-4/+4
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
8
-18/+18
*
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...
Gregory P. Smith
2023-07-21
1
-4/+4
*
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher
2023-07-20
1
-0/+3
*
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
Zach Brantmeier
2023-07-20
1
-1/+1
*
gh-106751: Optimize _PolllikeSelector for many iteration case (gh-106884)
Pieter Eendebak
2023-07-20
1
-0/+1
*
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
Barney Gale
2023-07-19
1
-0/+3
*
gh-104090: Fix unittest collectedDurations resources leak (#106795)
Yonatan Bitton
2023-07-19
1
-0/+1
*
gh-106751: Optimize SelectSelector.select() for many iteration case (gh-106879)
Dong-hee Na
2023-07-19
1
-0/+2
*
gh-106751: Optimize KqueueSelector.select() for many iteration case (gh-106864)
Dong-hee Na
2023-07-19
1
-0/+2
*
gh-106727: Make `inspect.getsource` smarter for class for same name definitio...
Tian Gao
2023-07-18
1
-0/+1
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-0/+1
*
gh-106751: selectors: optimize EpollSelector.select() (#106754)
J. Nick Koston
2023-07-18
1
-0/+1
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
2
-0/+3
*
gh-106719: Fix __annotations__ getter and setter in the type and module types...
Serhiy Storchaka
2023-07-18
1
-0/+2
*
gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)
Nikita Sobolev
2023-07-17
1
-0/+2
*
gh-106789: avoid importing pprint from sysconfig (#106790)
Irit Katriel
2023-07-17
1
-0/+1
*
gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncCont...
Grigoriev Semyon
2023-07-16
1
-0/+3
*
gh-106706: Streamline family syntax in cases generator DSL (#106716)
Kevin Diem
2023-07-16
1
-0/+3
*
gh-106752: Sync with zipp 3.16.2 (#106757)
Jason R. Coombs
2023-07-15
1
-0/+5
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-0/+3
*
gh-106752: Move zipfile._path into its own package (#106753)
Jason R. Coombs
2023-07-14
1
-0/+2
*
gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)
J. Nick Koston
2023-07-14
1
-0/+1
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
1
-0/+1
*
gh-106531: Remove importlib.resources._legacy (#106532)
Jason R. Coombs
2023-07-14
1
-0/+3
*
gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL cont...
Grant Ramsay
2023-07-14
1
-0/+2
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-0/+3
*
gh-106664: selectors: add get() method to _SelectorMapping (#106665)
J. Nick Koston
2023-07-13
1
-0/+1
*
gh-106690: Add a .coveragerc file to the CPython repository (#8150)
Ammar Askar
2023-07-13
1
-0/+1
*
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
Mark Shannon
2023-07-13
1
-0/+1
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
1
-0/+2
*
gh-106634: Corrected minor asyncio doc issues (#106671)
Chris Brett
2023-07-13
1
-0/+1
*
gh-106628: email parsing speedup (gh-106629)
CF Bolz-Tereick
2023-07-13
1
-0/+2
*
gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-...
Jim Porter
2023-07-13
1
-0/+2
*
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
Dennis Sweeney
2023-07-13
1
-0/+1
*
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
Prince Roshan
2023-07-12
1
-0/+1
*
gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106...
Nikita Sobolev
2023-07-12
1
-0/+2
*
GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
Mark Shannon
2023-07-12
1
-0/+1
*
gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)
Steve Dower
2023-07-12
1
-0/+1
*
gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source direc...
Ijtaba Hussain
2023-07-11
1
-0/+2
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
2
-0/+5
*
gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
Pablo Galindo Salgado
2023-07-11
1
-0/+5
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
2
-0/+5
*
gh-106403: Restore weakref support for TypeVar and friends (#106418)
Jelle Zijlstra
2023-07-11
1
-0/+4
*
gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)
Terry Jan Reedy
2023-07-11
1
-0/+2
*
gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (#106468)
Ethan Furman
2023-07-11
1
-0/+1
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
2
-0/+6
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
1
-0/+4
*
gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
Louis Paulot
2023-07-10
1
-0/+1
[next]