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-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
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-0/+5
*
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
Mark Shannon
2023-07-10
1
-0/+3
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
1
-0/+2
*
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
Victor Stinner
2023-07-09
1
-4/+5
*
gh-106510: Fix DEBUG output for atomic group (GH-106511)
Serhiy Storchaka
2023-07-08
1
-0/+1
*
gh-106524: Fix a crash in _sre.template() (GH-106525)
Radislav Chugunov
2023-07-08
1
-0/+1
*
gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10...
Desmond Cheong
2023-07-07
1
-0/+1
*
gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....
Andrew Geng
2023-07-07
2
-0/+3
*
gh-90876: Restore the ability to import multiprocessing when `sys.executable`...
Gregory P. Smith
2023-07-06
1
-0/+3
*
gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)
Ariel Eizenberg
2023-07-06
1
-0/+1
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
1
-0/+2
*
gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)
Carl Meyer
2023-07-05
1
-0/+4
*
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na
2023-07-05
1
-0/+1
*
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
Lysandros Nikolaou
2023-07-04
1
-0/+3
*
GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
Brandt Bucher
2023-07-04
1
-0/+2
*
GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)
Barney Gale
2023-07-03
1
-0/+2
*
gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)
Erlend E. Aasland
2023-07-03
1
-0/+2
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
1
-0/+3
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-0/+3
*
gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)
Kirill Podoprigora
2023-07-01
1
-0/+1
[next]