summaryrefslogtreecommitdiff
path: root/Cython/Debugger/Tests
Commit message (Expand)AuthorAgeFilesLines
* adapt metaclass usage to Py2/Py3Stefan Behnel2015-07-261-5/+7
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-251-1/+1
* 2to3: Run the 'import' fixerPetr Viktorin2015-07-251-2/+2
* 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-1/+1
* clean up gdb version test in TestLibCython.pyStefan Behnel2014-10-191-29/+18
* disable gdb test failures as long as the tests don't actually workStefan Behnel2014-06-161-1/+3
* fix error output in testStefan Behnel2014-06-151-1/+1
* fix cygdb and its tests when run in Py3Stefan Behnel2014-05-241-13/+13
* fix last commitStefan Behnel2014-02-141-1/+1
* fix debugger testStefan Behnel2014-02-141-0/+1
* simplify cygdb test code to remove an unnecessary indentation levelStefan Behnel2014-01-181-42/+44
* remove redundant code from cygdb test and apply some safety fixesStefan Behnel2014-01-181-57/+20
* apply some safety fixes in test codeStefan Behnel2014-01-181-13/+23
* Rename many of the pyrex_ options to cython_ (as several are Cython-specific).Robert Bradshaw2012-01-222-2/+2
* Another gdb test fix.Robert Bradshaw2011-08-171-1/+4
* gdb test fixRobert Bradshaw2011-08-021-1/+4
* fix many empty __init__ filesLisandro Dalcin2011-04-011-0/+1
* Debugger: Update 'help' documentationMark Florisson2011-03-261-3/+1
* Debugger: Added 'cy set' commandMark Florisson2011-03-251-0/+10
* Debugger: Added $cy_eval() GDB functionMark Florisson2011-03-251-0/+16
* fix unused imports and Py2.4-isms in test codeStefan Behnel2011-02-051-4/+3
* fix Py2.5-isms in test codeStefan Behnel2011-02-051-3/+9
* Debugger: made test less verbose (#645)Mark Florisson2011-01-282-29/+44
* Restore cwd if debugger setUp() fails (to avoid breaking later tests).Robert Bradshaw2011-01-281-54/+59
* Avoid more gdb errors for insufficient gdb.Robert Bradshaw2011-01-281-15/+70
* Debugger: Fix backtrace test -- don't check for main()Mark Florisson2011-01-251-11/+10
* Debugger: Python 3 compatibility testsuiteMark Florisson2011-01-242-4/+7
* Debugger: Don't run test suite if GDB python version < 2.6Mark Florisson2011-01-241-5/+7
* Skip gdb if Python compiled with gdb not >= 2.5.Robert Bradshaw2011-01-231-2/+14
* Fix Python 3 testrunner and give a warning for Python 2 builds without debug ...Mark Florisson2011-01-182-2/+3
* Fix some warnings.Robert Bradshaw2011-01-141-1/+4
* Undo EOL whitespace additions.Robert Bradshaw2011-01-141-2/+2
* Debugger: Detect whether the scope object and cell and free variables have be...Mark Florisson2011-01-101-2/+5
* Debugger: Fix accessing cell variables in outer scopesMark Florisson2011-01-102-17/+22
* Debugger: Disable optimization for test cases manually as they don't use dist...Mark Florisson2011-01-082-76/+111
* Merge https://github.com/cython/cythonMark Florisson2011-01-083-66/+66
|\
| * Remove trailing whitespace.Robert Bradshaw2010-12-134-140/+140
* | Take first Cython step into function before reading variable in testMark Florisson2010-12-282-1/+4
|\ \
| * | Debugger closure supportMark Florisson2010-12-182-4/+10
* | | Debugger: Fix closure support + testsMark Florisson2010-12-252-6/+47
|/ /
* | Fix breakpoint approach for stepping (make stepping repeatable with breakpoin...Mark Florisson2010-12-151-4/+1
* | Refactor inferior execution control code, better gdb message handling and re-...Mark Florisson2010-12-141-1/+1
* | Merge branch 'master' of https://github.com/cython/cythonMark Florisson2010-12-141-1/+1
|\ \ | |/
| * newlinesRobert Bradshaw2010-12-101-1/+1
* | Faster Python stepping using a watchpoint approach (f->f_lasti)Mark Florisson2010-12-141-1/+1
|/
* Compile C test sample code with -fPICMark Florisson2010-12-093-4/+4
|\
| * newlinesRobert Bradshaw2010-12-093-3/+3
* | Drop Python 2.5 support + unicode UCS4 builds support + add more testsMark Florisson2010-12-092-18/+36
* | Drop Python 2.5 support + unicode UCS4 builds support + add more testsMark Florisson2010-12-091-0/+117
|/
* Made tests less verbose by not using distutils.core.setup + skip debugger tes...Mark Florisson2010-12-052-18/+90