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-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
1
-0/+1
*
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Mark Dickinson
2022-09-25
1
-0/+1
*
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Oscar Benjamin
2022-09-25
1
-0/+2
*
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...
Serhiy Storchaka
2022-09-25
1
-1/+1
*
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Steve Dower
2022-09-23
1
-0/+1
*
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...
Dong-hee Na
2022-09-23
1
-0/+2
*
GH-85760: Fix race in calling process_exited callback too early (#97009)
Kumar Aditya
2022-09-22
1
-0/+1
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Cyker Way
2022-09-22
1
-0/+1
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-0/+2
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Dong-hee Na
2022-09-22
1
-0/+1
*
GH-95921: Fix positions for some chained comparisons (GH-96968)
Brandt Bucher
2022-09-20
1
-0/+2
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-14/+0
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
1
-0/+3
*
gh-96387: take_gil() resets drop request before exit (#96869)
Victor Stinner
2022-09-19
1
-0/+5
*
GH-96864: Check for error between line and opcode events (GH-96880)
Brandt Bucher
2022-09-19
1
-0/+2
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
Matthias Görgens
2022-09-19
1
-0/+1
*
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...
Guido van Rossum
2022-09-17
1
-2/+0
*
gh-91210: Improve error message when non-default param follows default (GH-95...
Lysandros Nikolaou
2022-09-17
1
-0/+1
*
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo
2022-09-17
1
-0/+2
*
gh-96883: browser: include concurrent.futures (GH-96886)
Christian Heimes
2022-09-17
1
-0/+2
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner
2022-09-16
1
-0/+3
*
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Serhiy Storchaka
2022-09-16
1
-0/+4
*
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na
2022-09-16
1
-0/+2
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+5
*
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Nikita Sobolev
2022-09-15
1
-0/+1
*
Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)
Ruan Comelli
2022-09-15
1
-0/+1
*
GH-90997: Improve inline cache performance for MSVC (GH-96781)
Brandt Bucher
2022-09-15
1
-0/+2
*
gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)
Yusuke Kadowaki
2022-09-14
1
-0/+2
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-0/+1
*
gh-96678: Fix UB of null pointer arithmetic (GH-96782)
Matthias Görgens
2022-09-13
1
-0/+1
*
gh-93503: Document the new tracing/profiling APIs in the What's new document ...
Pablo Galindo Salgado
2022-09-13
1
-6/+6
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
1
-0/+3
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
adang1345
2022-09-12
1
-0/+2
*
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Christian Heimes
2022-09-11
1
-0/+3
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
1
-0/+2
*
GH-96678: Fix undefined behavior in ceval.c (#96708)
Mark Shannon
2022-09-10
1
-0/+1
*
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
Brandt Bucher
2022-09-09
1
-0/+2
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Kumar Aditya
2022-09-09
1
-0/+1
*
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
Nikita Sobolev
2022-09-09
1
-0/+1
*
gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
Dennis Sweeney
2022-09-09
1
-0/+1
*
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum
2022-09-09
1
-0/+1
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
1
-0/+1
*
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Mark Shannon
2022-09-08
1
-0/+3
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...
philg314
2022-09-08
1
-0/+2
*
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Victor Stinner
2022-09-08
1
-0/+3
*
gh-96268: Fix loading invalid UTF-8 (#96270)
Michael Droettboom
2022-09-07
1
-0/+2
*
gh-94781: Fix Windows projects not cleaning intermediate and output files for...
Charlie Zhao
2022-09-07
1
-0/+2
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
1
-0/+1
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Steve Dower
2022-09-07
1
-0/+1
*
GH-96465: Cache hashes for Fraction instances (GH-96483)
Raymond Hettinger
2022-09-07
1
-0/+1
[next]