cython.git
2011-03-09 W. Trevor KingApply a few minor fixes I noticed while adjusting the... cdef-enums-stucts-and-unions
2011-03-09 W. Trevor KingFix extern -> c_visibility consolidation in Scope.decla...
2011-03-08 W. Trevor KingMerge Binding.extern back into Binding.c_visibility.
2011-03-07 W. Trevor KingConsolidate Binding.CSource into Binding.CBinding.
2011-03-07 W. Trevor KingNormalize WTK_Entry -> Entry.
2011-03-06 W. Trevor KingRemove Scope._WTK_setup.
2011-03-06 W. Trevor KingNormalize WTK_declare -> declare.
2011-03-06 W. Trevor KingCondense all Parsing._LOG calls to single lines for...
2011-03-06 W. Trevor KingRemove debugging print from Scope.declare_cfunction.
2011-03-06 W. Trevor KingNormalize WTK_declare_var -> declare_var.
2011-03-06 W. Trevor KingNormalize WTK_declare_cfunction -> declare_cfunction.
2011-03-06 W. Trevor KingNormalize WTK_declare_c_class -> declare_c_class.
2011-03-06 W. Trevor KingNormalize WTK_declare_typedef -> declare_typedef.
2011-03-06 W. Trevor KingNormalize WTK_declare_struct_or_union -> declare_struct...
2011-03-04 W. Trevor KingNormalize WTK_declare_builtin_type -> declare_builtin_type.
2011-03-04 W. Trevor KingNormalize WTK_declare_builtin_cfunction -> declare_buil...
2011-03-04 W. Trevor KingNormalize WTK_declare_builtin -> declare_builtin.
2011-03-04 W. Trevor KingNormalize WTK_declare_lambda_function -> declare_lambda...
2011-03-04 W. Trevor KingNormalize WTK_declare_pyfunction -> declare_pyfunction.
2011-03-03 W. Trevor KingSecond round of WTK_ form normalization.
2011-03-03 W. Trevor KingFirst round of WTK_ form normalization.
2011-03-03 W. Trevor KingUse explicit visibilities in CClassScope initialization.
2011-03-03 W. Trevor KingUse explicit visibilities in C(pp)ClassScope cfunction...
2011-03-03 W. Trevor KingMerge branch 'master' into cdef-enums-stucts-and-unions
2011-03-03 W. Trevor KingUse explicit visibilities in typedef declaration in...
2011-03-03 W. Trevor KingFix CClassDefNode extern setup in PyClassDefNode.as_ccl...
2011-03-03 W. Trevor KingAdd Binding.visibility_string() for composing error...
2011-03-03 W. Trevor KingConvert CClassDefNode to use explicit visibilities.
2011-03-03 W. Trevor KingConvert CTypeDefNode to use explicit visibilities.
2011-03-03 W. Trevor KingConvert CFuncDefNode to use explicit visibilities.
2011-03-03 Robert BradshawAllow pointer target in C array slice iteration to...
2011-03-03 Robert BradshawTest for struct pointer loop.
2011-03-03 Robert BradshawFix #663 - type inference for sliced complex pointers.
2011-03-03 W. Trevor KingConvert CEnumDefNode and CEnumDefItemNode to use explic...
2011-03-02 W. Trevor KingConvert CStructOrUnionDefNode and CppClassNode to use...
2011-03-02 W. Trevor KingConvert CVarDefNode to use explicit visibilities.
2011-03-02 Lisandro Dalcinfix special methods testcase for previous changes to...
2011-03-02 W. Trevor KingReverse format changes (line wrapping, etc.) to reduce...
2011-03-02 W. Trevor KingGo back to cname instead of c_name to reduce churn.
2011-03-02 W. Trevor KingMove Binding attributes back into a flat namespace.
2011-03-01 W. Trevor KingAdd WTK_* versions of most Symtab methods that accept...
2011-03-01 Robert BradshawDocumentation cleanup.
2011-02-27 Robert BradshawSimplify and enhance struct/union wrapping.
2011-02-26 Robert BradshawFirst pass at struct wrappers.
2011-02-26 Robert BradshawCLeanup Options.py
2011-02-25 Lisandro Dalcinbetter sdist, use command for generating gitrev
2011-02-25 Stefan Behnelmerge
2011-02-25 Lisandro Dalcinenable test for ticket #562
2011-02-25 Lisandro Dalcinfix ticket #562
2011-02-25 Lisandro Dalcinfixes and cleanups in __Pyx_main()
2011-02-25 Lisandro Dalcinfixes and cleanups in __Pyx_main()
2011-02-25 Robert BradshawAnnotate by default if there is an existing annotation.
2011-02-25 Robert BradshawMore temp arg assignment avoidance.
2011-02-25 Robert BradshawOne more side effect we want to avoid in argument ordering.
2011-02-25 Robert BradshawFix make repo.
2011-02-25 Robert BradshawFix hg/git in readme.
2011-02-24 Stefan Behnelfix building sdist without git
2011-02-24 W. Trevor KingMove Entry.visibility into Binding.* attributes.
2011-02-24 Lisandro Dalcinnogil for functions in locale.pxd and math.pxd
2011-02-24 W. Trevor KingMove Cython.Compiler.Symtab.Entry.name, .cname, and...
2011-02-23 W. Trevor KingMove CtxAttributes from Cython.Compiler.Parsing to...
2011-02-23 Lisandro Dalcineven better __Pyx_check_binary_version()
2011-02-23 W. Trevor KingCondense p_cdef_statement() into p_statement() to reduc...
2011-02-23 Lisandro Dalcinfix builtin hasattr() to suppress only AttributeError...
2011-02-22 W. Trevor KingFlatten redundant nesting in Parsing.p_statement().
2011-02-22 W. Trevor KingRename CSource.cdef -> CSource.cdef_flag.
2011-02-22 W. Trevor Kingp_ctypedef shares central p_binding in p_statement.
2011-02-22 W. Trevor KingRename p_c_python_binding -> p_binding and bring in...
2011-02-22 W. Trevor KingAdd `CtxAttribute`s for source/binding specification...
2011-02-21 W. Trevor KingAdd logger to trace function calls in Parsing.py.
2011-02-20 Lisandro Dalcinbetter __Pyx_check_binary_version()
2011-02-20 Lisandro Dalcinquick fix previous commit (PySys_GetObject() returns...
2011-02-20 Lisandro Dalcinquick fix previous commit (declarations after code)
2011-02-20 W. Trevor KingAdjust expected test error messages to match p_c_python...
2011-02-19 Robert BradshawComplile/runtime version mismatch warning.
2011-02-19 Robert BradshawMake cpp redeclaration an error (vs. a compiler crash...
2011-02-19 W. Trevor KingParse Python bindings for structs, enums, and unions.
2011-02-18 Robert BradshawMerge branch 'master' of git://github.com/cython/cython
2011-02-18 Robert Bradshawdel test and assignment fix
2011-02-18 Lisandro Dalcinfix inline textcase to not use default $HOME/.cython...
2011-02-18 Robert BradshawEmulate del with set to None.
2011-02-18 W. Trevor KingFlesh out tests/compile/cpdef.pyx to test cdef-ed enums...
2011-02-18 Lisandro Dalcinfix testcases assuming char is signed (thanks to Yarosl...
2011-02-18 Lisandro DalcinPython 3: fix NumPy support
2011-02-18 Stefan Behnelmore declarations in math.pxd
2011-02-18 Robert Bradshawmodule_is_name should not be static so that cython...
2011-02-17 Robert BradshawAllow embed option to take function name.
2011-02-17 Lisandro DalcinCreate .gitignore and update .hgignore (thanks to W...
2011-02-17 Robert Bradshawcimport test
2011-02-16 Lisandro Dalcinenable embedded testcase in Python 3
2011-02-16 Lisandro Dalcinfix makefile for embed testcase
2011-02-15 Lisandro Dalcinarg none check does not require arg type test utility...
2011-02-15 Robert BradshawRemove excessive refcounting.
2011-02-13 Stefan Behnelmeta data update in setup.py
2011-02-12 Stefan BehnelPy2.7/3.1 add a new field to Py_buffer
2011-02-12 Stefan BehnelC-arrays of uchar/schar are also C strings
2011-02-11 Lisandro DalcinWindows: fixes for previous commit
2011-02-11 Lisandro DalcinWindows: add -Wno-format to CFLAGS when using MinGW
2011-02-11 Lisandro Dalcinadd --compiler option to runtests.py (mainly for MSVC...
2011-02-09 Lisandro DalcinPython 3.2 now uses new C integral type Py_hash_t
next