support arbitrarily sized typedef integral types
[cython.git] / Cython / Compiler / PyrexTypes.py
2010-04-23 Lisandro Dalcinsupport arbitrarily sized typedef integral types
2010-04-22 Lisandro DalcinPyrexTypes: reworked ranking of numeric types and cleanup
2010-04-22 Lisandro Dalcincustom from_py converter for Py_UNICODE
2010-04-22 Stefan Behnelcleanup
2010-04-22 Lisandro DalcinLet ssize_t be a native type (ticket #399)
2010-04-21 Lisandro DalcinPyrexTypes: simplify CIntType, add CReturnCodeType
2010-04-19 Stefan Behnelnative support for Py_UNICODE, coercion between 1-chara...
2010-04-16 Lisandro Dalcinsupport for all C scalar types in pure mode
2010-04-16 Lisandro Dalcinremove unused sign_and_rank_to_type mapping
2010-04-16 Lisandro Dalcindefine PyBytes_XXX for Py<2.6 and use these through...
2010-04-15 Stefan Behnelmerge
2010-04-15 Lisandro Dalcinreworked type promotion rules, nearly identical to...
2010-04-14 Lisandro Dalcinfix typo in previous commit
2010-04-14 Lisandro Dalcinquick fix for bug introduced in commit 3d7f9142d2f0
2010-04-14 Lisandro Dalcincleanup and minor fixes in PyrexTypes.py
2010-04-14 Stefan Behnelimplement 'allow_none_for_extension_args' directive...
2010-04-10 Stefan Behnelcleanup
2010-04-09 Robert BradshawRaise error for no suitable constructor.
2010-03-22 Stefan Behneloptimise len() for known builtin types
2010-03-16 Robert BradshawAnother object -> bint optimization.
2010-03-15 Lisandro Dalcinuse unmangled objstruct cname for ctypedef public classes
2010-03-15 Lisandro Dalcintrivial fix: | -> ||
2010-03-15 Craig Citrospecal -> special
2010-03-13 Stefan Behnelmerge
2010-03-13 Craig Citromerge
2010-03-13 Craig CitroMake Cython report errors during load, and fix several...
2010-03-12 Dag Sverre Seljebotnmerge
2010-03-11 Lisandro Dalcinremove dependency on structmember.h
2010-03-10 Lisandro Dalcincasting to typedef pointer/array types (ticket #518)
2010-03-10 Robert Bradshawmerge latest cython-devel into cpp branch
2010-03-10 Craig Citromerge
2010-03-10 Craig Citroarithmatic -> arithmetic
2010-03-09 Stefan Behnelmerge
2010-03-09 Lisandro Dalcinchange display of typedef types, use plain name instead...
2010-02-21 Robert Bradshawcleanup
2010-02-21 Robert BradshawC++ references
2010-02-21 Robert Bradshawmerge latest cython-devel
2010-02-21 Robert BradshawAllow nested C++ types.
2010-02-20 Dag Sverre Seljebotnmerge
2010-02-20 Robert Bradshawmerge
2010-02-19 Robert BradshawC++ class constructor calls.
2010-02-12 Robert BradshawInfer common basetype for extension types.
2010-02-11 Robert BradshawFix subclass specialization.
2010-02-10 Robert Bradshawmerge latest cython-devel
2010-02-09 Craig CitroWhoops, forgot to test after previous patch.
2010-02-09 Craig Citromerge
2010-02-09 Craig CitroFix trac #506 -- error with overloading, pops up in...
2010-02-04 Robert BradshawMerge gsoc-danilo C++ code into main branch.
2010-02-04 Robert BradshawNote about best_match function.
2010-02-04 Robert BradshawFix assignable_from for cpp classes.
2010-02-04 Robert BradshawFix class in template specialization.
2010-01-31 Robert BradshawMake sure new can be used as a non-keyword.
2010-01-30 daniloaf@daniloaf-PCFixed bug on subclass instanciation and using 'del...
2010-01-26 Robert BradshawINLINE -> CYTHON_INLINE to avoid conflicts
2010-01-21 Robert BradshawUniformize and cleanup operator overloading.
2010-01-21 Robert Bradshawsolaris + gcc fix
2010-01-15 Robert BradshawC++ templating fixes.
2010-01-15 Robert BradshawComplex define cleanup.
2010-01-14 Robert BradshawSome reference type refinements.
2009-12-18 daniloaf@daniloaf-PCFixing best match removing ambiguity with pointer and...
2009-12-15 Robert Bradshawcleanup relative to 0.12
2009-12-15 Robert Bradshawbig C++ mergeback
2009-12-15 Robert Bradshawmerge
2009-12-15 daniloaf@daniloaf-PCOverloaded functions with reference
2009-12-15 Robert BradshawC++ cleanup.
2009-12-09 Stefan Behnelmerge
2009-12-09 Robert BradshawLess strict type checking on non-subclassed extern...
2009-12-08 Stefan Behneltranslate Python float calculations into C doubles
2009-12-07 Stefan Behnelcleanup, use -1 as exception value for double conversion
2009-12-06 Stefan Behnelmake bint distinguishable from int in debug output
2009-12-04 Stefan Behnelreverted accidental left-over in last commit
2009-12-04 Stefan Behnelsafety fix for ticket 461: prevent imported extension...
2009-12-03 Stefan Behnelmore explicit method to check if a type can coerce...
2009-11-27 Stefan Behnelmerge
2009-11-27 Robert BradshawFix #258, extern builtin conflicts.
2009-11-17 Robert BradshawFix for setting real/imaginary parts for MSVC C++.
2009-11-13 Lisandro Dalcinmake CTypedefType.declaration_code() honor dll_linkage
2009-11-05 Robert BradshawFix bug #252, mangle illegal optional c argument names. 0.12.alpha0
2009-11-05 Robert BradshawFix ticket #446 (non-float complex regression).
2009-11-03 Dag Sverre SeljebotnFix #441
2009-11-02 Dag Sverre SeljebotnTemporary fix for #441
2009-11-02 Dag Sverre Seljebotnmerge
2009-10-31 Robert Bradshawcomplex number coercion fix
2009-10-29 Robert BradshawFix to compile sage.
2009-10-28 Dag Sverre SeljebotnFix complex return values
2009-10-18 Robert Bradshawchar reference need not be special like char*
2009-10-17 Danilo FreitasStart with references
2009-10-12 Mark Lodatoprevent warnings when compiling with `gcc -Wextra`
2009-10-22 Lisandro DalcinExtension type cast should reject None (ticket #417)
2009-10-22 Robert Bradshawanother merge
2009-10-22 Robert BradshawFix casts and negations in except clauses.
2009-10-20 Stefan Behnelmerge
2009-10-20 Stefan Behneldon't allow pointer assignments to Python variables...
2009-10-20 Dag Sverre Seljebotnmerge
2009-10-20 Dag Sverre SeljebotnFix z.conjugate() for typedef-ed z; disallow external...
2009-10-16 Stefan Behnelmerge
2009-10-16 Dag Sverre SeljebotnAnother utility code order fix
2009-10-16 Dag Sverre Seljebotnmerge
2009-10-16 Dag Sverre SeljebotnFix complex number utitity code order (sometimes they...
2009-10-15 Dag Sverre Seljebotnmerge
next