| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF #561244: micro optimizations, builtins cannot be NULL, so use Py_INCREF | Neal Norwitz | 2002-08-29 | 1 | -1/+1 |
|
|
* | Check in my ultra-shortlived patch #597220. | Michael W. Hudson | 2002-08-19 | 1 | -3/+3 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -2/+12 |
|
|
* | Tim found that once test_longexp has run, test_sort takes very much | Guido van Rossum | 2002-08-01 | 1 | -5/+3 |
|
|
* | Fix SF bug #505315: Make free and cell vars show up consistently in locals(). | Jeremy Hylton | 2002-04-20 | 1 | -6/+7 |
|
|
* | SF bug 543148: Memory leak with stackframes + inspect. | Tim Peters | 2002-04-13 | 1 | -2/+17 |
|
|
* | This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). | Guido van Rossum | 2002-03-28 | 1 | -1/+1 |
|
|
* | Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope. | Jeremy Hylton | 2001-12-06 | 1 | -8/+11 |
|
|
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
|
|