summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 0.230.23Stefan Behnel2015-08-082-2/+5
* typo in buffer protocol docsLars Buitinck2015-08-081-1/+1
* Requre -std=c++11 for unique_ptr tests.Robert Bradshaw2015-08-081-0/+1
* minor code cleanupsStefan Behnel2015-08-081-6/+5
* whitespaceStefan Behnel2015-08-081-3/+3
* modernise testStefan Behnel2015-08-081-22/+37
* extend argument unpacking test with some new CPython testsStefan Behnel2015-08-081-0/+6
* Operator bool supported now.Robert Bradshaw2015-08-071-2/+2
* Add nullptr to libcpp declarations.Robert Bradshaw2015-08-072-17/+18
* Add test for unique_ptr.Robert Bradshaw2015-08-072-0/+33
* Merge pull request #406 from kloffy/masterRobert Bradshaw2015-08-071-0/+86
|\
| * Experimental smart pointer support.unknown2015-07-021-2/+0
| * Experimental smart pointer support.unknown2015-07-021-0/+88
* | Tiny buffer doc fix.Robert Bradshaw2015-08-071-1/+1
* | Merge branch 'buffer-doc' of git://github.com/larsmans/cython into 0.23.xRobert Bradshaw2015-08-071-3/+3
|\ \
| * | fix two mistakes in buffer protocol docsLars Buitinck2015-08-051-3/+3
* | | Note change to enum conversions.Robert Bradshaw2015-08-061-0/+9
* | | allow unprefixed 'str' literals in C varargs listsStefan Behnel2015-08-063-2/+10
* | | make PEP492 test use new-style classes in Py2.xStefan Behnel2015-08-011-32/+32
* | | changelogStefan Behnel2015-07-311-3/+3
* | | disable atomics usage for MSVC again - seems to be unreliableStefan Behnel2015-07-311-1/+1
* | | minor doc cleanup: no need to mention Py2.3 any moreStefan Behnel2015-07-301-2/+2
* | | Merge pull request #420 from andreasvc/masterscoder2015-07-301-20/+102
|\ \ \
| * | | always import top level array module in examplesAndreas van Cranenburgh2015-07-221-20/+19
| * | | document array moduleAndreas van Cranenburgh2015-07-181-15/+98
* | | | changelogStefan Behnel2015-07-301-0/+4
* | | | rename "jedi-typer.py" script to "jedityper.py" to make it importable (which ...Stefan Behnel2015-07-302-3/+3
* | | | Merge pull request #411 from tjwei/jedi_0.9scoder2015-07-303-41/+137
|\ \ \ \
| * | | | can handle conflicting types nowTzer-jen Wei2015-07-282-4/+6
| * | | | add tests for list, set, dictTzer-jen Wei2015-07-282-5/+88
| * | | | code clean up, add dict, list, tuple annotationsTzer-jen Wei2015-07-281-49/+29
| * | | | start developing 0.9 only versionTzer-jen Wei2015-07-281-1/+1
| * | | | Experimental support for jedi 0.9.0Tzer-jen Wei2015-07-282-29/+60
* | | | | Fix vector to memview cast.Robert Bradshaw2015-07-302-0/+16
* | | | | Test taking address of reference value.Robert Bradshaw2015-07-301-0/+10
* | | | | create intermediate parent module chain when cimporting from a sub-packageStefan Behnel2015-07-302-3/+30
* | | | | prepare release of 0.23b20.23b2Stefan Behnel2015-07-291-1/+1
* | | | | changelogStefan Behnel2015-07-291-2/+5
|/ / / /
* | | | Note PyTypeObject change.Robert Bradshaw2015-07-281-0/+3
* | | | Merge branch 'master' of github.com:cython/cythonRobert Bradshaw2015-07-2793-536/+1213
|\ \ \ \
| * | | | fix compiler crash due to uninitialised attributeStefan Behnel2015-07-282-1/+15
| * | | | Merge pull request #422 from shaishasag/masterscoder2015-07-281-0/+23
| |\ \ \ \
| | * | | | check that cython does not automatically convert from native type to an objec...shai2015-07-251-0/+23
| * | | | | Merge pull request #425 from insertinterestingnamehere/call_fixscoder2015-07-281-0/+8
| |\ \ \ \ \
| | * | | | | Added tests to verify that c++ call operator overloading works withIan Henriksen2015-07-271-0/+8
| |/ / / / /
| * | | | | prevent compiler error output in coroutine error testsStefan Behnel2015-07-271-1/+11
| * | | | | prevent useless method call 'optimisation' for inner functions and classesStefan Behnel2015-07-271-2/+2
| * | | | | fix coverage reporting for compiled .py files by disabling disfunctional cove...Stefan Behnel2015-07-271-2/+5
| * | | | | changelogStefan Behnel2015-07-261-0/+5
| * | | | | move 'unicode' name in Tempita out of the way of 2to3 in Py3.2Stefan Behnel2015-07-262-5/+5