summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number.0.14.beta0Robert Bradshaw2010-12-091-1/+1
* Merge https://github.com/markflorisson88/cythonRobert Bradshaw2010-12-0925-29/+4985
|\
| * Fetch and restore error for Cython locals dict buildingMark Florisson2010-12-081-13/+15
| * Merge branch 'master' of https://github.com/cython/cythonMark Florisson2010-12-0533-196/+669
| |\
| * | Made tests less verbose by not using distutils.core.setup + skip debugger tes...Mark Florisson2010-12-057-27/+122
| * | Print warning if cygdb reads debug info and is using an interpreter without d...Mark Florisson2010-12-031-0/+12
| * | "Fix" printing of gdb.Values with non-ascii characters or unicode ordinalsMark Florisson2010-12-021-0/+4
| * | Skip debugger tests for pre-2.5 python versions and make them 2.5 compatibleMark Florisson2010-12-023-7/+29
| * | Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-0116-116/+102
| * | branch mergeMark Florisson2010-12-0133-323/+1187
| |\ \
| * | | Changed bytes object ob_sval cast to unsigned char * to prevent a RuntimeErro...Mark Florisson2010-11-302-3/+7
| * | | cy exec test + correct building of locals dict in Cython frames for non-wide ...Mark Florisson2010-11-282-3/+60
| * | | set breakpoint pending on for libpythonmark2010-11-281-7/+11
| * | | Choose PyString/PyBytesObjectPtr according to python version + support signal...mark2010-11-273-40/+67
| * | | Merged with libpython.py from Python3.2 + prevented continuation with negativ...Mark Florisson2010-11-253-33/+251
| * | | branch mergeMark Florisson2010-11-249-16/+118
| |\ \ \
| * | | | Make stepping breakpoints internal in newer versions of gdbMark Florisson2010-11-221-2/+17
| * | | | branch mergeMark Florisson2010-11-2136-426/+1274
| |\ \ \ \
| * | | | | Attempt to merge back Cython locals -- failed! gdb.Value is too brokenMark Florisson2010-11-182-2/+39
| * | | | | Skip local variables that are optimized out for 'cy exec' (in case user didn'...Mark Florisson2010-11-161-0/+8
| * | | | | Ensure 'cy locals' and 'cy exec' don't use uninitialized local variables (whi...Mark Florisson2010-11-163-33/+40
| * | | | | Handle error in lookup of 'ob_base' (in case the memory can't be read)Mark Florisson2010-11-131-2/+5
| * | | | | Fix DebugTransform compiler crashMark Florisson2010-11-131-1/+2
| * | | | | Added 'cy select' commandMark Florisson2010-11-131-0/+27
| * | | | | 'cy exec' and 'py-exec' multiline code supportMark Florisson2010-11-132-5/+27
| * | | | | branch mergeMark Florisson2010-11-1346-694/+1637
| |\ \ \ \ \
| * | | | | | Friendly error if no Cython or Python stack is there and inferior is runningMark Florisson2010-11-131-3/+7
| * | | | | | Added 'cy exec' and 'py-exec' commandsMark Florisson2010-11-132-8/+289
| * | | | | | Add 'cy finish', 'py-finish', 'py-run' and 'py-cont' commands.Mark Florisson2010-11-113-58/+111
| * | | | | | os.path.join() debug files correctlyMark Florisson2010-11-101-1/+2
| * | | | | | Fix converting a remote PyStringObject to a local stringMark Florisson2010-11-082-12/+6
| * | | | | | disable C/C++ compiler optimization when compiling with the "debug" flagMark Florisson2010-11-082-4/+59
| * | | | | | Lex only the lines of code that are displayed in a tracebackMark Florisson2010-11-074-20/+43
| * | | | | | Support breaking on line numbers in the current Cython module (using ':linenu...Mark Florisson2010-11-072-1/+6
| * | | | | | Jump through excruciable hoops to ensure step-into and step-over commands are...Mark Florisson2010-11-073-41/+126
| * | | | | | More efficient step-into and step-over which hopefully makes for a more perfo...Mark Florisson2010-11-072-83/+111
| * | | | | | Support dereferencing variables in Cython framesMark Florisson2010-11-064-20/+35
| * | | | | | Sort locals and globalsMark Florisson2010-11-061-50/+87
| * | | | | | Pretty print any supported python object (previously it only pretty printed o...Mark Florisson2010-11-061-2/+6
| * | | | | | Remove n-steps argument for stepping and stepping overMark Florisson2010-11-061-11/+5
| * | | | | | Fixed 'cy bt' bug where backtraces wouldn't be printed if the name of a funct...Mark Florisson2010-11-061-5/+8
| * | | | | | Support python 2.5Mark Florisson2010-11-061-9/+16
| * | | | | | Default 'is_called' attribute to False if not set in DebugTransformMark Florisson2010-11-051-1/+3
| * | | | | | Fixed writing debug information with the --cplus flagMark Florisson2010-11-043-4/+5
| * | | | | | merge with cython-develMark Florisson2010-11-0363-401/+2706
| |\ \ \ \ \ \
| * | | | | | | fix completion error on 'cy break'Mark Florisson2010-11-031-0/+1
| * | | | | | | More graceful error handling in 'cy bt' when there is no C debug informationMark Florisson2010-11-031-13/+17
| * | | | | | | Python breakpoints (cy break -p / py-break)Mark Florisson2010-11-033-4/+83
| * | | | | | | cy backtraceMark Florisson2010-11-023-39/+233
| * | | | | | | Added 'cy up' and 'cy down' commands.Mark Florisson2010-11-011-5/+30