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-93691: fix too broad source locations of for statement iterators (#120330)
Irit Katriel
2024-06-12
1
-0/+2
*
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...
Bénédikt Tran
2024-06-12
1
-0/+4
*
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...
Nikita Sobolev
2024-06-12
1
-0/+3
*
gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)
Pablo Galindo Salgado
2024-06-11
1
-0/+2
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Ken Jin
2024-06-11
1
-0/+1
*
gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)
Kirill Podoprigora
2024-06-11
1
-0/+2
*
gh-118908: Limit exposed globals from internal imports and definitions on new...
Eugene Triguba
2024-06-11
1
-0/+2
*
gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)
Lysandros Nikolaou
2024-06-11
1
-0/+1
*
gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode...
Pablo Galindo Salgado
2024-06-11
1
-0/+2
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-0/+1
*
gh-120291: Fix a bashism in python-config.sh.in (#120292)
Michał Górny
2024-06-11
2
-4/+6
*
gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)
Nikita Sobolev
2024-06-11
1
-0/+2
*
gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...
blhsing
2024-06-11
1
-0/+1
*
gh-119600: mock: do not access attributes of original when new_callable is se...
Robert Collins
2024-06-11
1
-0/+2
*
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner
2024-06-10
1
-0/+4
*
gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...
Pieter Eendebak
2024-06-10
1
-0/+1
*
bpo-24766: doc= argument to subclasses of property not handled correctly (GH-...
E. M. Bray
2024-06-10
1
-0/+1
*
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...
Carl Meyer
2024-06-10
1
-0/+1
*
gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#...
Kirill Podoprigora
2024-06-08
1
-0/+2
*
gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)
AN Long
2024-06-08
1
-0/+1
*
gh-120244: Fix re.sub() reference leak (GH-120245)
neonene
2024-06-08
1
-0/+1
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
1
-0/+3
*
bpo-37755: Use configured output in pydoc instead of pager (GH-15105)
Enrico Tröger
2024-06-08
1
-0/+3
*
gh-120225: fix crash in compiler on empty block at end of exception handler (...
Irit Katriel
2024-06-07
1
-0/+1
*
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...
Pieter Eendebak
2024-06-07
1
-0/+1
*
gh-93691: fix too broad source locations of with-statement instructions (#120...
Irit Katriel
2024-06-07
1
-0/+1
*
gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)
Serhiy Storchaka
2024-06-07
1
-0/+1
*
gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...
Kirill Podoprigora
2024-06-07
1
-0/+2
*
gh-120157: Remove unused code in concurrent.future (gh-120187)
Clinton
2024-06-07
1
-0/+1
*
gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...
Jacob Walls
2024-06-07
1
-0/+4
*
Add Tian Gao to CODEOWNERS and ACKS (GH-120166)
Tian Gao
2024-06-06
1
-0/+1
*
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt
2024-06-05
2
-0/+2
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
1
-0/+1
*
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)
Christopher Chavez
2024-06-04
1
-0/+1
*
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka
2024-06-04
1
-0/+3
*
gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)
Bénédikt Tran
2024-06-04
1
-0/+2
*
gh-119819: Fix regression to allow logging configuration with multipr… (GH-...
Vinay Sajip
2024-06-04
1
-0/+2
*
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Kaundur
2024-06-04
1
-0/+2
*
gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)
Victor Stinner
2024-06-04
1
-0/+2
*
gh-119879: str.find(): Utilize last character gap for two-way periodic needle...
d.grigonis
2024-06-04
1
-0/+1
*
gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)
Jason R. Coombs
2024-06-04
1
-0/+6
*
gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'...
Petr Viktorin
2024-06-04
1
-0/+3
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-0/+2
*
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
Eric Snow
2024-06-03
1
-0/+2
*
gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...
Daniel Hollas
2024-06-03
1
-0/+1
*
gh-119727: Add --single-process option to regrtest (#119728)
Victor Stinner
2024-06-03
1
-0/+2
*
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev
2024-06-03
1
-0/+4
*
gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)
Jason R. Coombs
2024-06-03
1
-0/+1
*
gh-119679: Ensures correct import libraries are included in Windows install p...
Steve Dower
2024-06-03
1
-0/+1
*
gh-102511: Amend 3.13.0b1.rst (GH-119895)
Nice Zombies
2024-06-03
1
-0/+1
[next]