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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-99103: Normalize specialized traceback anchors against the current ...
Batuhan Taskaya
2022-11-21
1
-2/+7
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
1
-1/+2
*
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Miss Islington (bot)
2022-11-21
1
-3/+4
*
[3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS c...
Hood Chatham
2022-11-16
1
-3/+3
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
1
-0/+2
*
[3.11] GH-99298: Don't perform jumps before error handling (GH-99343)
Brandt Bucher
2022-11-11
1
-3/+11
*
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
Miss Islington (bot)
2022-11-10
1
-0/+8
*
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Miss Islington (bot)
2022-11-09
1
-0/+8
*
gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
Miss Islington (bot)
2022-11-03
1
-0/+6
*
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
Miss Islington (bot)
2022-11-01
1
-0/+2
*
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
Miss Islington (bot)
2022-10-30
1
-0/+1
*
[3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)
Brandt Bucher
2022-10-12
1
-2/+2
*
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot)
2022-10-07
1
-0/+1
*
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...
Miss Islington (bot)
2022-10-07
1
-6/+23
*
[3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106)
Christian Heimes
2022-10-05
1
-0/+2
*
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" fra...
Miss Islington (bot)
2022-10-05
1
-0/+7
*
[3.11] GH-97752: Clear the previous member of newly-created generator/corouti...
Miss Islington (bot)
2022-10-04
1
-0/+3
*
[3.11] Fix typos in `bltinmodule.c`. (GH-97789)
Benjamin Peterson
2022-10-03
2
-12/+12
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-09-26
1
-1/+2
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Miss Islington (bot)
2022-09-22
1
-3/+6
*
Remove a stray DISPATCH() (GH-97004)
Brandt Bucher
2022-09-22
1
-1/+0
*
[3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...
Brandt Bucher
2022-09-20
1
-0/+1
*
GH-96864: Check for error between line and opcode events (GH-96880)
Miss Islington (bot)
2022-09-20
1
-1/+1
*
gh-96387: take_gil() resets drop request before exit (#96869) (#96941)
Victor Stinner
2022-09-20
1
-0/+11
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Miss Islington (bot)
2022-09-13
2
-3/+8
*
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...
Christian Heimes
2022-09-13
1
-3/+7
*
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
Miss Islington (bot)
2022-09-10
1
-1/+7
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Miss Islington (bot)
2022-09-10
1
-1/+6
*
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Mark Shannon
2022-09-09
1
-59/+57
*
[3.11] GH-96569: Avoid undefined behavior (#96616)
Mark Shannon
2022-09-08
1
-8/+8
*
GH-96572: fix use after free in trace refs build mode (GH-96618)
Miss Islington (bot)
2022-09-06
1
-1/+1
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
3
-3/+161
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)
Miss Islington (bot)
2022-08-21
1
-1/+1
*
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124) (#96129)
Miss Islington (bot)
2022-08-19
1
-11/+16
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)
Miss Islington (bot)
2022-08-12
1
-2/+6
*
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Christian Heimes
2022-08-01
3
-6/+201
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Miss Islington (bot)
2022-07-31
1
-48/+0
*
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...
Christian Heimes
2022-07-31
2
-1/+11
*
GH-90081: Run python tracers at full speed (GH-95328) (#95363)
Miss Islington (bot)
2022-07-29
1
-4/+7
*
[3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
1
-85/+57
*
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...
Miss Islington (bot)
2022-07-26
1
-1/+106
*
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
Mark Shannon
2022-07-25
1
-14/+0
*
[3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156)
Brandt Bucher
2022-07-23
1
-20/+23
*
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...
Brandt Bucher
2022-07-22
3
-3/+14
*
[3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067...
Brandt Bucher
2022-07-20
1
-1/+4
*
GH-94851: fix immortal objects refcounting in compiler (gh-95040)
Miss Islington (bot)
2022-07-20
1
-1/+1
*
gh-91256: Ensure help text has the program name even before getpath is called...
Miss Islington (bot)
2022-07-19
1
-0/+3
*
[3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (G...
Brandt Bucher
2022-07-18
1
-6/+5
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot)
2022-07-18
1
-3/+1
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Miss Islington (bot)
2022-07-17
1
-5/+7
[next]