summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include Python 3.6 in appveyor build0.25.xStefan Behnel2017-02-111-20/+28
* Release notes, version bump.0.25.2Robert Bradshaw2016-12-082-2/+4
* Type inference fixes.Robert Bradshaw2016-12-072-7/+6
* cleanupRobert Bradshaw2016-12-072-3/+1
* Enable type inference of template function results.Robert Bradshaw2016-12-076-8/+33
* Bump version to 0.25.2rc00.25.2rc0Robert Bradshaw2016-12-061-1/+1
* Update release notes for 0.25.2b1.0.25.2b1Robert Bradshaw2016-12-062-2/+4
* Walk cpp class hierarchy for class template deduction.Robert Bradshaw2016-12-063-13/+33
* Ensure scopes of var_entries are recorded.Robert Bradshaw2016-12-063-1/+14
* More template parameter inference.Robert Bradshaw2016-12-042-6/+4
* Test of parital specialization type parameter deduction.Robert Bradshaw2016-12-042-0/+16
* Better error message for bad type parameter deduction.Robert Bradshaw2016-12-041-1/+1
* Allow template deduction for partially specified types.Robert Bradshaw2016-12-041-1/+1
* Avoid compiler crash on failing type paremeter deduction.Robert Bradshaw2016-12-041-0/+3
* Detect function template parameters through pointers and references.Robert Bradshaw2016-12-043-0/+19
* Pure real results for pure real complex powers.Robert Bradshaw2016-11-302-0/+6
* Fix complex powers of negative real values.Robert Bradshaw2016-11-302-2/+8
* Merge pull request #1535 from wjwithagen/patch-1Robert Bradshaw2016-11-291-0/+1
|\
| * errno.h on FreeBSD contains ENOATTR instead of ENODATAWillem Jan Withagen2016-11-281-0/+1
* | Merge pull request #1536 from giovtorres/patch-1Robert Bradshaw2016-11-291-1/+1
|\ \
| * | Added missing function parameter "value"Giovanni Torres2016-11-281-1/+1
| |/
* | Merge pull request #1537 from ambv/annotate_html_utf8Robert Bradshaw2016-11-291-1/+2
|\ \ | |/ |/|
| * Allow UTF8 in tests/run/annotate_html.pyxƁukasz Langa2016-11-281-1/+2
|/
* Merge branch '0.25.x'Stefan Behnel2016-11-271-3/+3
|\
| * Try to fix #1530: left-shift operations by more than 31 bits wrap around on 3...Stefan Behnel2016-11-271-3/+3
* | Revert "Disable pylong optimizations on 32-bit."Stefan Behnel2016-11-271-7/+0
* | Disable pylong optimizations on 32-bit.Robert Bradshaw2016-11-261-0/+7
* | Merge branch '0.25.x'Robert Bradshaw2016-11-263-5/+9
|\ \
| * | Fixes bug with enum attribute resolution.Robert Bradshaw2016-11-261-1/+5
| |/
| * Fix some trailing Ls in doctsts.Robert Bradshaw2016-11-211-3/+3
| * Bump version to 0.25.2b0.Robert Bradshaw2016-11-171-1/+1
* | Test for GH issue 1533.Robert Bradshaw2016-11-261-0/+8
|/
* Changelog for 0.25.2.Robert Bradshaw2016-11-171-0/+13
* Use classmethod utility code even when it's not called.Robert Bradshaw2016-11-171-0/+1
* Don't infer unbond function types for bound methods.Robert Bradshaw2016-11-152-0/+27
* Fix automatic annotation determination.Robert Bradshaw2016-11-151-2/+1
* Warn about multiple Cython sources in a single extension.Robert Bradshaw2016-11-151-3/+8
* Allow taking address of fake references.Robert Bradshaw2016-11-152-0/+12
* Python 3 set fix.Robert Bradshaw2016-11-151-2/+2
* Refinement to ResultRefNode fix.Robert Bradshaw2016-11-151-1/+2
* Suppress a couple more warnings.Robert Bradshaw2016-11-153-7/+11
* Fix long -> int conversion warnings.Robert Bradshaw2016-11-151-3/+3
* Suppress unused function warnings for Clang.Robert Bradshaw2016-11-151-2/+8
* Suppress self-assignment warning.Robert Bradshaw2016-11-152-2/+9
* Fixes a bug with unanalysed ResultRefNodes.Robert Bradshaw2016-11-152-0/+11
* Rework import warnings.Robert Bradshaw2016-11-151-12/+18
* Remove superfluous semicolons.Robert Bradshaw2016-11-141-2/+2
* Merge pull request #1503 from jdemeyer/cython_unusedscoder2016-10-291-23/+23
|\
| * Move CYTHON_UNUSED macro up such that included files can use itJeroen Demeyer2016-10-261-23/+23
* | Merge branch '0.25.x'Stefan Behnel2016-10-282-4/+2
|\ \