| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix silly typo in comment. | Michael W. Hudson | 2003-08-11 | 1 | -1/+1 |
|
|
* | Refactor the logic for setting f_builtins. | Jeremy Hylton | 2003-02-05 | 1 | -24/+31 |
|
|
* | Since the *_Init() are private, prefix with _, suggested by Skip | Neal Norwitz | 2002-12-31 | 1 | -1/+1 |
|
|
* | SF #561244, Micro optimizations | Neal Norwitz | 2002-12-30 | 1 | -9/+13 |
|
|
* | Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers | Neal Norwitz | 2002-12-19 | 1 | -4/+12 |
|
|
* | Undefine MIN and MAX before defining | Neal Norwitz | 2002-12-18 | 1 | -0/+2 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -1/+259 |
|
|
* | A slight change to SET_LINENO-less tracing. | Michael W. Hudson | 2002-09-11 | 1 | -2/+36 |
|
|