cython.git
2010-09-24 Mark FlorissonHave cygdb pass gdb command line arguments to gdb
2010-09-23 Robert BradshawComplex powers.
2010-09-22 Robert BradshawFix pow(float, -) for MSVC.
2010-09-21 Mark FlorissonPut debugger startup code in Cython.Debugger.cygdb
2010-09-19 Mark Florissoncygdb script in setup.py (posix and windows)
2010-09-18 Mark FlorissonPreliminary debug support for Cython
2010-09-15 Robert Bradshawcleanup GetAttrGetItemRedirect test.
2010-09-14 Robert BradshawIgnore non-cython modules in module list creation.
2010-09-14 Robert BradshawSimplify cythonize api.
2010-09-14 Robert BradshawAliases for inline dependencies (e.g. numpy_include_dirs).
2010-09-14 Robert BradshawParallel cythonization.
2010-09-13 Lisandro Dalcinfix vtable slot filling to silent strict aliasing warni...
2010-09-12 Robert BradshawFix decorators for 2.3.
2010-09-12 Robert BradshawFix cython path.
2010-09-12 Robert BradshawParse distutils directives.
2010-09-12 Robert BradshawTest of new build mechanism.
2010-09-12 Robert BradshawMost basic distutils test.
2010-09-12 Robert BradshawTests of an entire source tree build invocation.
2010-09-12 Robert BradshawUtility methods for unpacking a source tree from a...
2010-09-12 Robert BradshawNew build mechanism, dependency resolution, only pass...
2010-09-12 Robert BradshawFaster dependancy parsing.
2010-09-12 Robert BradshawDependancy parsing.
2010-09-11 Robert BradshawSome error tests for c array iteration.
2010-09-11 Robert BradshawCleanup slice iteration code.
2010-09-11 Robert BradshawCommand line option for debug flags.
2010-09-11 Robert BradshawRemove obsolete option now that import * works.
2010-09-11 Robert BradshawDebug flag for raising an exception on an error.
2010-09-09 Stefan Behneltest readability
2010-09-09 Stefan BehnelPy2 test fix
2010-09-09 Stefan Behnelmerge
2010-09-09 Stefan Behnelfix optimised iteration over sliced C arrays with given...
2010-09-09 Robert BradshawTests fixes for Py3.
2010-09-09 Robert BradshawFix slicing tests.
2010-09-09 Robert BradshawTests for pointer slicing.
2010-09-09 Robert Bradshawin and not in operators for C arrays and sliced pointers
2010-09-09 Stefan Behnelcheck for non-ASCII bytes literals only in Py3 mode
2010-09-09 Stefan Behnelminor cleanup in type inference indexing
2010-09-09 Robert BradshawRichcmp operator constants.
2010-09-09 Stefan Behnelfix compiler crash in type inference if we cannot deter...
2010-09-09 Stefan Behnelfix error reporting in non-ASCII contexts for Py<=2.5
2010-09-09 Stefan Behnelfix newline normalisation on stream.readlines() for...
2010-09-08 Stefan Behnelcleanup
2010-09-08 Stefan Behneladded new non-working array iteration test, commented...
2010-09-08 Stefan Behnelfix test
2010-09-08 Stefan Behnelremoved dead legacy code
2010-09-08 Stefan Behnelfix type inference for sliced builtins
2010-09-08 Stefan Behnelinfer type of slices for some builtin types
2010-09-08 Stefan Behnelpartial optimisation for ord(Py_UNICODE) - better optim...
2010-09-07 Stefan Behnelreject non-ASCII literal characters in Python 3 byte...
2010-09-07 Robert BradshawRanked longness for stdint types.
2010-09-04 Stefan Behnelbuild fix
2010-09-04 Stefan Behnelsupport redundant parsing of string literals as unicode...
2010-09-03 Corbin SimpsonExprNodes: Add C++ error handling for std::invalid_argu...
2010-09-03 Stefan Behnelfix char* string iteration when we actually need to...
2010-09-03 Stefan Behnelimplement C array iteration with explicit step size...
2010-08-30 Stefan Behnelsafety fix
2010-08-26 Robert BradshawChange C++ title.
2010-08-26 Robert BradshawRemove redundant profiling section.
2010-08-25 Robert Bradshawmerge
2010-08-25 Robert BradshawC++ rewording, -Old- Users guide
2010-08-25 Craig CitroFix funky reference.
2010-08-25 Craig CitroFix a typo.
2010-08-25 Craig CitroFix a bad edit for cython syntax highlighting.
2010-08-25 cython@sagemath... Merge
2010-08-25 cython@sagemath... Minor changes
2010-08-24 Robert Bradshawbump release number
2010-08-18 Robert BradshawFix except * typo.
2010-07-18 Robert BradshawFix type in wrapping tutorial.
2010-07-05 Fabien@laptopUpdated wrapping_CPlusPlus.html for Cython v0.13
2010-07-03 Stefan Behnelenable syntax highlighting in document
2010-06-05 Gabriel GellnerPorted the Pure Python Wiki Page into the TODO place...
2010-06-05 Gabriel GellnerMade the cython the default syntax highlighter so that...
2010-06-03 Stefan Behnelclarification on Py_UNICODE behaviour in 0.13
2010-05-25 Haoyu Baiimplemented T487 'with' with multiple managers
2010-11-03 Robert BradshawCython.__version__
2010-05-04 Stefan Behneladditional example, minor clarification
2010-05-02 Stefan Behneladded section on source code encodings to string handli...
2010-05-01 Stefan Behnelclarification
2010-05-01 Stefan Behnelmajor cleanup of the tutorial chapter on string handlin...
2010-03-14 Robert BradshawLighten up logo (for dark background).
2010-03-13 Robert BradshawAnalytics
2010-02-12 Robert BradshawBetter MinGW link (from Runar Tenfjord)
2010-02-12 Robert BradshawAdd stdc++ library to example (sometimes it seems to...
2010-02-12 Ondrej CertikImprove the C++ wrapping tutorial
2009-12-10 Robert BradshawActual ref fix.
2009-12-10 Robert BradshawFix broken reference.
2009-12-10 Robert BradshawTypo fix.
2009-11-27 Robert BradshawMore typos (Kevin Stueve)
2009-11-27 Robert BradshawBetter M-dash (Jonas)
2009-11-17 Robert BradshawFix typo.
2009-11-12 Robert BradshawBump to 0.12.
2009-11-12 Robert BradshawAdd stubs for pure and directives.
2009-11-12 Robert BradshawAdd todo.txt with some background.
2009-11-12 Robert BradshawRename users guide as old to be clear.
2009-11-12 Robert BradshawMerge back in old code as users guide (as it doesn...
2009-11-12 Robert BradshawUsers guide.
2009-11-12 Robert Bradshawminor edits
2009-11-12 Robert BradshawMore work on quickstart.
2009-11-12 Robert BradshawConsolidate typing sections.
2009-11-12 Robert BradshawSeparate "Getting Started" from tutorials.
next