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-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
*
gh-98931: Add custom error messages to invalid import/from with multiple targ...
Pablo Galindo Salgado
2023-06-22
1
-0/+2
*
GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
Barney Gale
2023-06-22
1
-0/+2
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
1
-0/+11
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
2
-0/+5
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
2
-0/+5
*
gh-105908: fix `barry_as_FLUFL` future import (#105909)
Crowthebird
2023-06-19
1
-0/+1
*
GH-105808: Fix a regression introduced in GH-101251 (#105910)
T. Wouters
2023-06-19
1
-0/+1
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
1
-0/+2
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
1
-0/+4
*
GH-105840: Fix assertion failures when specializing calls with too many __def...
Brandt Bucher
2023-06-16
1
-0/+2
*
gh-104799: PEP 695 backward compatibility for ast.unparse (#105846)
Jelle Zijlstra
2023-06-16
1
-0/+3
*
GH-103124: Multiline statement support for pdb (GH-103125)
Tian Gao
2023-06-15
1
-0/+1
*
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
Brandt Bucher
2023-06-15
1
-0/+2
*
gh-105831: Fix NEWS blurb from gh-105828 (#105833)
Lysandros Nikolaou
2023-06-15
1
-1/+3
*
gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
Lysandros Nikolaou
2023-06-15
1
-0/+1
*
gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#10...
Pablo Galindo Salgado
2023-06-15
1
-0/+2
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
1
-0/+3
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
1
-0/+5
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-0/+4
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
1
-0/+10
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
1
-0/+3
*
gh-102541: Hide traceback in help prompt (gh-102614)
Kirill Podoprigora
2023-06-14
1
-0/+1
*
gh-105745: Fix open method of webbrowser.Konqueror (#105746)
Nikita Sobolev
2023-06-14
1
-0/+1
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
1
-0/+2
*
gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (#105638)
Eddie Elizondo
2023-06-14
1
-0/+3
*
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
Victor Stinner
2023-06-14
1
-0/+3
*
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim
2023-06-13
1
-0/+1
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-0/+9
*
gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)
Victor Stinner
2023-06-13
1
-0/+2
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
1
-0/+5
*
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...
Mark Shannon
2023-06-13
1
-0/+4
*
gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667)
Erlend E. Aasland
2023-06-13
1
-0/+2
[next]