remove trailing whitespace
[cython.git] / Cython / Compiler / PyrexTypes.py
2011-04-22 Robert Bradshawremove trailing whitespace
2011-04-17 Stefan Behnelfix #688: optimised builtin functions/methods return...
2011-04-08 Robert BradshawMerge remote branch 'remotes/fransesc/compiler_directives'
2011-04-02 Robert Bradshawbetter bint type printing, tests
2011-04-02 Robert BradshawMerge branch 'purepy-shadow'
2011-04-02 Robert BradshawMerge https://github.com/RafeKettler/cython
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Stefan Behnelmerged Haoyu's T477 branch into mainline
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master' into ticket_668
2011-03-31 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-31 Lisandro Dalcinpublic/capi: fixes and cleanups, implement exporting...
2011-02-14 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-12 Stefan BehnelC-arrays of uchar/schar are also C strings
2011-02-09 Lisandro DalcinPython 3.2 now uses new C integral type Py_hash_t
2011-02-05 Stefan Behnelfix surrogate pair calculation
2011-02-04 Robert BradshawMerge branch 'release 0.14.1'
2011-02-01 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-02-01 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-31 Stefan Behnelsupport surrogate pair to Py_UCS4 coercion only in...
2011-01-30 Robert BradshawMerge branch 'release2'
2011-01-29 Stefan Behnelimplemented Py_UCS4 type
2011-01-14 Robert BradshawMerge branch 'pyregr' of github.com:vitek/cython
2011-01-11 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-01-08 Mark FlorissonMerge https://github.com/cython/cython
2011-01-05 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-03 Stefan Behnelfix ticket #602: let bytes literals start off as 'bytes...
2010-12-19 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-14 Robert Bradshawmerge
2010-12-14 Robert Bradshawmerge
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-13 Lisandro DalcinMSVC: fixes for complex types
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-12 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-12 Robert BradshawFix #528, x.conjugate() not available in nogil mode
2010-12-12 Robert Bradshawconjugate for other numeric types
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-04 Robert BradshawMerge branch 'math' of https://github.com/certik/cython
2010-12-04 Robert BradshawMerge branch 'fatal_errors' of https://github.com/certi...
2010-12-04 Stefan Behnelsupport ext type inheritance from builtin types
2010-12-04 Stefan Behnelmake 'complex' the C double complex type instead of...
2010-12-03 Stefan Behnelticket #607: access inner fields of CPython's builtin...
2010-12-03 Stefan Behnelfix type check as 'slice'
2010-11-13 Mark Florissonbranch merge
2010-11-07 Stefan Behnelremoved (hopefully) dead code
2010-11-03 Mark Florissonmerge with cython-devel
2010-10-30 Stefan Behnelmore missing 'directives' dicts, 'bool' actually is...
2010-09-23 Robert BradshawComplex powers.
2010-08-27 Robert BradshawFix namespace conversion functions.
2010-08-11 Robert BradshawFix cpp bool test.
2010-07-23 Stefan Behnelmerge
2010-07-23 Robert BradshawMerge closures into main development branch.
2010-07-20 Stefan Behnelfix 'set' type checks (prevent match with frozenset)
2010-07-15 Stefan Behnelmerge
2010-07-14 Stefan Behnelmerged in latest cython-devel
2010-07-07 Craig CitroVarious cosmetic touch-ups.
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelprevent Py_UNICODE from becoming a plain integer during...
2010-05-09 Stefan Behnelmerged in latest cython-devel
2010-05-05 Stefan Behnelfix last commit
2010-05-05 Stefan Behnelmerged in latest cython-devel
2010-05-05 Stefan Behnelfix ticket #145 also for CondExprNode, make "bint ...
2010-05-01 Stefan Behnelmerged in latest cython-devel
2010-04-30 Lisandro Dalcinssize_t in Cython now means Py_ssize_t in C ((ticket...
2010-04-28 Stefan Behnelmerged in latest cython-devel
2010-04-25 Stefan Behnelmerge
2010-04-25 Stefan Behnelcoerce Py_UNICODE to and from single character unicode...
2010-04-24 Stefan Behnelmerged in latest cython-devel
2010-04-23 Lisandro Dalcinsupport arbitrarily sized typedef integral types
2010-04-22 Stefan Behnelmerged in latest cython-devel
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-20 Stefan Behnelmerged in latest cython-devel
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
next