- 13 Nov, 2010 2 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
- 11 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 10 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 08 Nov, 2010 2 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
- 07 Nov, 2010 4 commits
-
-
Mark Florisson authored
Have Cython write the sys.executable used to build extensions and have cygdb default the 'file' to that
-
Mark Florisson authored
Default sys.executable as the python interpreter for the debuggee
-
Mark Florisson authored
(i.e. repeat commands when hitting enter on empty lines)
-
Mark Florisson authored
More efficient step-into and step-over which hopefully makes for a more performing 'cy step' and 'cy next'
-
- 06 Nov, 2010 6 commits
-
-
Mark Florisson authored
Set pretty printing of C structs on by default Export the 'cname' of 'self' local variables in the XML debug info properly
-
Mark Florisson authored
Divide globals into Python globals and C globals (i.e. globals exposed to Python code or "private" globals) Have cy print and $cy_cvalue() also look in the dict of globals
-
Mark Florisson authored
Pretty print any supported python object (previously it only pretty printed objects recognized as PyObject * and PyFrameObject *)
-
Mark Florisson authored
-
Mark Florisson authored
Fixed 'cy bt' bug where backtraces wouldn't be printed if the name of a function couldn't be looked up for some stack frame
-
Mark Florisson authored
Fix pygments stripall bug
-
- 05 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 04 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 03 Nov, 2010 3 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
- 02 Nov, 2010 2 commits
-
-
Mark Florisson authored
-
Vitja Makarov authored
Fill class attributes dict before class creation. Use bindings for class methods. And use PyCFunction for staticmethods and __new__. Add simple testcase for __metaclass__. And test for staticmethod as decorator
-
- 03 Nov, 2010 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
in pure mode: rename 'with nogil' to 'with cython.nogil', test 'real' pure mode by compiling .py file instead of .pyx file --HG-- rename : tests/run/pure.pyx => tests/run/pure_py.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
move 'official' version number to Cython/__init__.py to avoid importing the complete compiler package for a version check
-
Stefan Behnel authored
-
Stefan Behnel authored
new autotestdict.{cdef,all} directives that put cdef and non-doctest docstrings into __test__, skip non-doctest docstrings by default --HG-- rename : tests/run/autotestdict.pyx => tests/run/autotestdict_all.pyx rename : tests/run/autotestdict.pyx => tests/run/autotestdict_cdef.pyx
-
Robert Bradshaw authored
-
- 02 Nov, 2010 1 commit
-
-
Mark Florisson authored
-