summaryrefslogtreecommitdiff
path: root/Cython/Debugger/DebugWriter.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-2/+2
* Reduce the processing overhead in the debug line mapping writer a little.Stefan Behnel2018-08-281-0/+4
* remove dead codeStefan Behnel2016-03-281-13/+3
* 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-1/+1
* A couple of DebugTransform fixes.Robert Bradshaw2014-12-091-1/+1
* Remove trailing whitespace.Robert Bradshaw2010-12-131-7/+7
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-0/+2
* Lex only the lines of code that are displayed in a tracebackMark Florisson2010-11-071-0/+5
* Fixed writing debug information with the --cplus flagMark Florisson2010-11-041-1/+1
* dispatch based on frameMark Florisson2010-10-311-0/+71