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
/
Objects
/
frameobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
00147-add-debug-malloc-stats.patch
Fedora Python maintainers
2020-09-29
1
-0/+10
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-20
1
-0/+4
*
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
xdegaye
2018-03-13
1
-4/+35
*
[2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
1
-0/+5
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-5/+3
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...
Benjamin Peterson
2012-04-18
1
-2/+4
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-731/+731
*
Fix compilation error with gcc 4.3.2
Antoine Pitrou
2009-06-01
1
-1/+3
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
1
-2/+2
*
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
Jeffrey Yasskin
2009-05-20
1
-14/+20
*
While I was modifying test_trace, it threw an exception when I accidentally
Jeffrey Yasskin
2009-05-18
1
-1/+2
*
Issue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin
2009-05-08
1
-13/+13
*
try to initalize all builtin types with PyType_Ready to avoid problems like #...
Benjamin Peterson
2009-04-18
1
-8/+0
*
fix strange errors when setting attributes on tracebacks #4034
Benjamin Peterson
2009-03-18
1
-1/+11
*
add py3k warnings to frame.f_exc_*
Benjamin Peterson
2008-12-22
1
-3/+35
*
Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/pyth...
Christian Heimes
2008-10-02
1
-1/+1
*
Issue2378: pdb would delete free variables when stepping into a class statement.
Amaury Forgeot d'Arc
2008-07-21
1
-3/+6
*
Added additional __sizeof__ implementations and addressed comments made in
Robert Schuppenies
2008-07-10
1
-1/+24
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-5/+5
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-5/+5
*
Implemented Martin's suggestion to clear the free lists during the garbage co...
Christian Heimes
2008-02-14
1
-3/+11
*
Unified naming convention for free lists and their limits. All free lists
Christian Heimes
2008-02-06
1
-3/+4
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-1/+1
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-3/+2
*
Silence a compiler warning about incompatible pointer types.
Brett Cannon
2007-04-19
1
-1/+1
*
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...
Kristján Valur Jónsson
2007-04-13
1
-2/+2
*
tabify
Jeremy Hylton
2007-02-27
1
-97/+97
*
Fix assertion.
Jeremy Hylton
2007-02-26
1
-2/+2
*
Do not copy free variables to locals in class namespaces.
Jeremy Hylton
2007-02-26
1
-19/+75
*
Move the initialization of some pointers earlier. The problem is
Neal Norwitz
2006-07-21
1
-1/+1
*
Get rid of f_restricted too. Doc the other 4 ints that were already removed
Neal Norwitz
2006-06-12
1
-2/+7
*
f_code can't be NULL based on Frame_New and other code that derefs it.
Neal Norwitz
2006-06-11
1
-2/+2
*
fix broken merge
Richard Jones
2006-05-23
1
-7/+2
*
Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.
Richard Jones
2006-05-23
1
-34/+32
*
Merge from rjones-funccall branch.
Richard Jones
2006-05-23
1
-62/+97
*
frame_clear(): Explain why it's important to make the frame
Tim Peters
2006-04-15
1
-18/+11
*
frame_traverse(): Use the standard Py_VISIT macro.
Tim Peters
2006-04-15
1
-16/+14
*
Trimmed trailing whitespace.
Tim Peters
2006-04-15
1
-13/+12
*
Fix SF#1470508: crash in generator cycle finalization. There were two
Phillip J. Eby
2006-04-15
1
-9/+11
*
Use macro versions instead of function versions when we already know the type.
Neal Norwitz
2006-03-20
1
-2/+2
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-11/+11
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-1/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+1
*
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger
2004-07-02
1
-6/+9
*
memset() with small memory sizes just kill us.
Armin Rigo
2004-03-20
1
-2/+4
*
Two forgotten Py_DECREF() for two out-of-memory conditions.
Armin Rigo
2004-01-27
1
-2/+6
*
Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353).
Jeremy Hylton
2003-10-21
1
-1/+0
*
Fix indentation.
Jeremy Hylton
2003-10-21
1
-1/+1
[next]