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-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
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-0/+2
*
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy
2023-07-01
1
-0/+2
*
gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (#...
Nikita Sobolev
2023-07-01
1
-0/+1
*
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#10...
Nikita Sobolev
2023-06-30
1
-0/+2
*
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner
2023-06-30
1
-0/+2
*
gh-106182: sys: Intern getfilesystemencoding() and getfilesystemencodeerrors(...
Inada Naoki
2023-06-30
1
-0/+2
*
gh-106210 Remove Emscripten import trampoline (#106211)
Hood Chatham
2023-06-30
1
-0/+1
*
GH-106152: Add PY_THROW event to cProfile (GH-106161)
Tian Gao
2023-06-29
1
-0/+1
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
1
-0/+5
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
1
-0/+1
*
gh-101006: Improve error handling when read marshal data (GH-101007)
Serhiy Storchaka
2023-06-29
1
-0/+1
*
gh-106118: Add O_CLOEXEC preprocessor guard (#106120)
Erlend E. Aasland
2023-06-28
1
-0/+2
*
gh-101634: regrtest reports decoding error as failed test (#106169)
Victor Stinner
2023-06-28
1
-0/+3
*
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner
2023-06-28
1
-0/+5
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-0/+1
*
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...
Ćukasz Langa
2023-06-26
1
-0/+1
*
GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...
Barney Gale
2023-06-26
1
-0/+2
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
1
-0/+3
*
gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)
Gabriel Venberg
2023-06-26
1
-0/+1
*
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)
James Webber
2023-06-26
2
-0/+2
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
1
-0/+13
*
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...
Alex Waygood
2023-06-25
1
-0/+2
*
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...
chgnrdv
2023-06-24
1
-0/+1
*
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...
Irit Katriel
2023-06-23
1
-0/+2
*
gh-105974: Revert unintentional behaviour change for protocols with non-calla...
Alex Waygood
2023-06-23
1
-0/+6
*
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....
chgnrdv
2023-06-22
1
-0/+1
*
gh-101538: Add experimental wasi-threads build (#101537)
YAMAMOTO Takashi
2023-06-22
1
-0/+1
[next]