An error occurred fetching the project authors.
  1. 22 Apr, 2011 1 commit
  2. 15 Apr, 2011 1 commit
  3. 25 Feb, 2011 1 commit
  4. 17 Jan, 2011 1 commit
  5. 14 Jan, 2011 1 commit
  6. 29 Dec, 2010 1 commit
  7. 25 Dec, 2010 1 commit
  8. 16 Dec, 2010 1 commit
  9. 13 Dec, 2010 1 commit
  10. 12 Dec, 2010 1 commit
  11. 09 Dec, 2010 3 commits
  12. 05 Dec, 2010 2 commits
  13. 01 Dec, 2010 1 commit
  14. 25 Nov, 2010 1 commit
  15. 24 Nov, 2010 1 commit
  16. 12 Nov, 2010 1 commit
  17. 04 Nov, 2010 1 commit
  18. 31 Oct, 2010 1 commit
    • Mark Florisson's avatar
      dispatch based on frame · 1327c85b
      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
      1327c85b
  19. 27 Oct, 2010 1 commit
    • Mark Florisson's avatar
      Tests! · f1e63d52
      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
      f1e63d52
  20. 08 Oct, 2010 1 commit
    • Mark Florisson's avatar
      Line number support · 1f4dc2f4
      Mark Florisson authored
      C function with context support
      Preliminary stepping support
      Source code listing
      more stuff I forgot about
      1f4dc2f4
  21. 24 Sep, 2010 1 commit
  22. 18 Sep, 2010 1 commit
    • Mark Florisson's avatar
      Preliminary debug support for Cython · f88e64b6
      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
      f88e64b6
  23. 12 Sep, 2010 2 commits
  24. 08 Sep, 2010 1 commit
  25. 09 Aug, 2010 1 commit
  26. 04 Aug, 2010 1 commit
  27. 03 Aug, 2010 1 commit
  28. 02 Aug, 2010 1 commit
  29. 31 Jul, 2010 5 commits
  30. 30 Jun, 2010 1 commit
  31. 11 Jun, 2010 1 commit
    • Lisandro Dalcin's avatar
      move legacy pxd files to Cython/Includes/Deprecated · 0d04f2bb
      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
      0d04f2bb
  32. 31 May, 2010 1 commit