Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible
authorMark Florisson <markflorisson88@gmail.com>
Wed, 1 Dec 2010 20:48:25 +0000 (21:48 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Wed, 1 Dec 2010 20:48:25 +0000 (21:48 +0100)
commitc12526e93b9e287af009ee088465de1f23075747
tree2428be68d2eb4cb47ad673a3175fb4022fa830c6
parentfae8606ebfc5946c0894576fba571c70af0f27d2
Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible
Made the distutils extension 2.3 compatible
Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
16 files changed:
Cython/Compiler/CmdLine.py
Cython/Compiler/Errors.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Debugger/Cygdb.py
Cython/Debugger/DebugWriter.py
Cython/Debugger/Tests/TestLibCython.py
Cython/Debugger/libcython.py
Cython/Debugger/libpython.py
Cython/Distutils/build_ext.py
Cython/Distutils/extension.py
bin/cygdb
cygdb.py
setup.py