An error occurred fetching the project authors.
- 22 Apr, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 15 Apr, 2011 1 commit
-
-
Stefan Behnel authored
-
- 25 Feb, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 17 Jan, 2011 1 commit
-
-
Stefan Behnel authored
-
- 14 Jan, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 29 Dec, 2010 1 commit
-
-
Stefan Behnel authored
-
- 25 Dec, 2010 1 commit
-
-
Mark Florisson authored
Debugger: Recognition of module-level Cython code (initmodulename and PyInit_modulename) Fix debug flag (import Parsing when needed)
-
- 16 Dec, 2010 1 commit
-
-
Stefan Behnel authored
-
- 13 Dec, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 12 Dec, 2010 1 commit
-
-
Vitja Makarov authored
-
- 09 Dec, 2010 3 commits
-
-
Vitja Makarov authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 05 Dec, 2010 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 Dec, 2010 1 commit
-
-
Mark Florisson authored
Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
-
- 25 Nov, 2010 1 commit
-
-
Vitja Makarov authored
-
- 24 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 12 Nov, 2010 1 commit
-
-
Robert Bradshaw authored
Excludes buffers and C++, which have their own code. This is in preparation for #591 (inline vs. cdivision) and support for inline complex arithamtic.
-
- 04 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 31 Oct, 2010 1 commit
-
-
Mark Florisson authored
python code stepping (for libpython and libcython) generic stepper class fix step-into functions have cygdb accept a '--' command line argument to disable automatic importing replace gdb.execute() with something that actually captures all output have 'cy break' break properly on line numbers
-
- 27 Oct, 2010 1 commit
-
-
Mark Florisson authored
(run: python runtests.py Cython.Tests.TestStringIOTree \ Cython.Debugger.Tests.TestLibCython \ Cython.Compiler.Tests.TestParseTreeTransforms) --HG-- rename : Cython/Debugger/cygdb.py => Cython/Debugger/Cygdb.py
-
- 08 Oct, 2010 1 commit
-
-
Mark Florisson authored
C function with context support Preliminary stepping support Source code listing more stuff I forgot about
-
- 24 Sep, 2010 1 commit
-
-
Mark Florisson authored
Write cython_debug to the actual build directory (distutils and the cython command line tool) List --debug flag in cython's usage
-
- 18 Sep, 2010 1 commit
-
-
Mark Florisson authored
added the --pyrex-debug flag to Cython's build_ext added the pyrex_debug boolean to Cython's Cython.Distutils.extension.Extension (for per-module debugging information) debug output is written to the cython_debug directory bin/cygdb is included (start this from the build directory) working commands: cy import, cy locals, cy break when debugging is active, export all functions as extern
-
- 12 Sep, 2010 2 commits
-
-
Robert Bradshaw authored
Now based on regex, as actually parsing the file was way to slow.
-
Robert Bradshaw authored
-
- 08 Sep, 2010 1 commit
-
-
Stefan Behnel authored
-
- 09 Aug, 2010 1 commit
-
-
Stefan Behnel authored
-
- 04 Aug, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 03 Aug, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 02 Aug, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 31 Jul, 2010 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 30 Jun, 2010 1 commit
-
-
Stefan Behnel authored
-
- 11 Jun, 2010 1 commit
-
-
Lisandro Dalcin authored
--HG-- rename : Cython/Includes/python.pxd => Cython/Includes/Deprecated/python.pxd rename : Cython/Includes/python2.5.pxd => Cython/Includes/Deprecated/python2.5.pxd rename : Cython/Includes/python_bool.pxd => Cython/Includes/Deprecated/python_bool.pxd rename : Cython/Includes/python_buffer.pxd => Cython/Includes/Deprecated/python_buffer.pxd rename : Cython/Includes/python_bytes.pxd => Cython/Includes/Deprecated/python_bytes.pxd rename : Cython/Includes/python_cobject.pxd => Cython/Includes/Deprecated/python_cobject.pxd rename : Cython/Includes/python_complex.pxd => Cython/Includes/Deprecated/python_complex.pxd rename : Cython/Includes/python_dict.pxd => Cython/Includes/Deprecated/python_dict.pxd rename : Cython/Includes/python_exc.pxd => Cython/Includes/Deprecated/python_exc.pxd rename : Cython/Includes/python_float.pxd => Cython/Includes/Deprecated/python_float.pxd rename : Cython/Includes/python_function.pxd => Cython/Includes/Deprecated/python_function.pxd rename : Cython/Includes/python_getargs.pxd => Cython/Includes/Deprecated/python_getargs.pxd rename : Cython/Includes/python_instance.pxd => Cython/Includes/Deprecated/python_instance.pxd rename : Cython/Includes/python_int.pxd => Cython/Includes/Deprecated/python_int.pxd rename : Cython/Includes/python_iterator.pxd => Cython/Includes/Deprecated/python_iterator.pxd rename : Cython/Includes/python_list.pxd => Cython/Includes/Deprecated/python_list.pxd rename : Cython/Includes/python_long.pxd => Cython/Includes/Deprecated/python_long.pxd rename : Cython/Includes/python_mapping.pxd => Cython/Includes/Deprecated/python_mapping.pxd rename : Cython/Includes/python_mem.pxd => Cython/Includes/Deprecated/python_mem.pxd rename : Cython/Includes/python_method.pxd => Cython/Includes/Deprecated/python_method.pxd rename : Cython/Includes/python_module.pxd => Cython/Includes/Deprecated/python_module.pxd rename : Cython/Includes/python_number.pxd => Cython/Includes/Deprecated/python_number.pxd rename : Cython/Includes/python_object.pxd => Cython/Includes/Deprecated/python_object.pxd rename : Cython/Includes/python_oldbuffer.pxd => Cython/Includes/Deprecated/python_oldbuffer.pxd rename : Cython/Includes/python_pycapsule.pxd => Cython/Includes/Deprecated/python_pycapsule.pxd rename : Cython/Includes/python_ref.pxd => Cython/Includes/Deprecated/python_ref.pxd rename : Cython/Includes/python_sequence.pxd => Cython/Includes/Deprecated/python_sequence.pxd rename : Cython/Includes/python_set.pxd => Cython/Includes/Deprecated/python_set.pxd rename : Cython/Includes/python_string.pxd => Cython/Includes/Deprecated/python_string.pxd rename : Cython/Includes/python_tuple.pxd => Cython/Includes/Deprecated/python_tuple.pxd rename : Cython/Includes/python_type.pxd => Cython/Includes/Deprecated/python_type.pxd rename : Cython/Includes/python_unicode.pxd => Cython/Includes/Deprecated/python_unicode.pxd rename : Cython/Includes/python_version.pxd => Cython/Includes/Deprecated/python_version.pxd rename : Cython/Includes/python_weakref.pxd => Cython/Includes/Deprecated/python_weakref.pxd rename : Cython/Includes/stdio.pxd => Cython/Includes/Deprecated/stdio.pxd rename : Cython/Includes/stdlib.pxd => Cython/Includes/Deprecated/stdlib.pxd rename : Cython/Includes/stl.pxd => Cython/Includes/Deprecated/stl.pxd
-
- 31 May, 2010 1 commit
-
-
Stefan Behnel authored
support setting language level (2 or 3) for source code - currently configures string literals and print()
-