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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...
Erlend E. Aasland
2022-09-15
1
-1/+2
*
Fix ResourceWarning in test.test_frame (GH-96831)
Dennis Sweeney
2022-09-15
1
-16/+19
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
9
-3/+115
*
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Nikita Sobolev
2022-09-15
3
-13/+24
*
Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)
Ruan Comelli
2022-09-15
2
-1/+2
*
GH-90997: Improve inline cache performance for MSVC (GH-96781)
Brandt Bucher
2022-09-15
2
-74/+21
*
Revert accidental removal from 3.12 doc. (gh-96826)
Benjamin Peterson
2022-09-14
1
-0/+70
*
gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)
Yusuke Kadowaki
2022-09-14
4
-8/+46
*
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
Kevin Modzelewski
2022-09-14
1
-5/+2
*
gh-96784: Cover more typing special forms in `get_args()` (#96791)
Nikita Sobolev
2022-09-14
1
-0/+27
*
gh-96769: Cover more typing special forms to be unsubclassable (#96772)
Nikita Sobolev
2022-09-14
1
-5/+43
*
Itertools sieve() recipe (#96813)
Raymond Hettinger
2022-09-14
1
-6/+28
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
11
-27174/+27467
*
gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
Dennis Sweeney
2022-09-13
3
-5/+54
*
Add dataclass field default change to 3.11 what's new (#96790)
Laurie O
2022-09-13
1
-0/+8
*
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)
Alex Waygood
2022-09-13
1
-1/+1
*
gh-96678: Fix UB of null pointer arithmetic (GH-96782)
Matthias Görgens
2022-09-13
2
-1/+2
*
gh-96678: Avoid undefined behaviour in test (#96672)
Matthias Görgens
2022-09-13
1
-1/+1
*
gh-93503: Document the new tracing/profiling APIs in the What's new document ...
Pablo Galindo Salgado
2022-09-13
2
-6/+20
*
gh-87092: reduce redundancy and repetition in compiler's optimization stage (...
Irit Katriel
2022-09-13
3
-99/+83
*
gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)
Erlend E. Aasland
2022-09-13
1
-97/+96
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
4
-3/+14
*
gh-90110: Fix the c-analyzer Tool (gh-96731)
Eric Snow
2022-09-12
10
-116/+497
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
adang1345
2022-09-12
2
-1/+5
*
gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...
zhanpon
2022-09-11
2
-4/+4
*
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Christian Heimes
2022-09-11
4
-4/+10
*
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
Christian Heimes
2022-09-11
5
-83/+248
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
5
-10/+60
*
Fix typo in 3.12 whatsnew (GH-96740)
Maksym Medvied
2022-09-10
1
-1/+1
*
gh-94972: document that shield users need to keep a reference to their task (...
Hendrik Makait
2022-09-10
3
-7/+23
*
GH-96678: Fix undefined behavior in ceval.c (#96708)
Mark Shannon
2022-09-10
2
-1/+8
*
Replace ad-hoc labels with JUMP_TO_INSTRUCTION (GH-96634)
Brandt Bucher
2022-09-09
1
-4/+4
*
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
Brandt Bucher
2022-09-09
2
-0/+4
*
gh-96710: Make the test timing more lenient for the int/str DoS regression te...
Gregory P. Smith
2022-09-09
1
-6/+8
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Kumar Aditya
2022-09-09
2
-1/+7
*
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
Nikita Sobolev
2022-09-09
3
-2/+5
*
gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
Dennis Sweeney
2022-09-09
2
-1/+2
*
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum
2022-09-09
5
-0/+91
*
gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)
Steve Dower
2022-09-08
2
-4/+18
*
gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)
Zachary Ware
2022-09-08
1
-0/+7
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
4
-5/+421
*
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Mark Shannon
2022-09-08
3
-62/+105
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...
philg314
2022-09-08
3
-0/+9
*
gh-96143: Clear instruction cache after mprotect call (#96476)
Pablo Galindo Salgado
2022-09-08
1
-4/+23
*
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Victor Stinner
2022-09-08
2
-1/+4
*
gh-96653: Remove duplicate CALL_STAT_INC(inlined_py_calls) in BINARY_SUBSCR_G...
Itamar Ostricher
2022-09-08
1
-1/+0
*
gh-88287: Add BufferingFormatter documentation. (GH-96608)
Vinay Sajip
2022-09-08
1
-0/+29
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
5
-176/+140
*
gh-96665: Fixes build break on older MSVC versions due to C++20 features in a...
Steve Dower
2022-09-07
1
-0/+10
*
gh-96268: Fix loading invalid UTF-8 (#96270)
Michael Droettboom
2022-09-07
3
-16/+57
[next]