summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extend "make clean"0.21.1Stefan Behnel2014-10-181-0/+1
* Added tag 0.21.1 for changeset 58fc9a3feb83Stefan Behnel2014-10-181-0/+1
* changelogStefan Behnel2014-10-181-2/+4
* prepare release of 0.21.1Stefan Behnel2014-10-181-1/+1
* shrink doc imagesStefan Behnel2014-10-153-0/+0
* add IPython notebook screenshot to the docsDražen Lučanin2014-10-152-0/+2
* avoid LLVM warning: skip ternary operator when value is unsigned (-Wtautologi...rushing2014-10-141-1/+3
* changelogStefan Behnel2014-10-141-2/+2
* changelogStefan Behnel2014-10-141-5/+2
* prepare pre-release of 0.21.1Stefan Behnel2014-10-141-1/+1
* changelogStefan Behnel2014-10-141-5/+6
* changelogStefan Behnel2014-10-141-0/+3
* Remove libc/time.pxd dependency upon sys/types.h (on suggestion of Larsmans).Charles Blake2014-10-022-2/+3
* Change CHANGES.rst to reflect the actual difference from 0.21 release.Charles Blake2014-09-261-3/+3
* Change URI to wikipedia; Remove cimport of unused types; Highlight strptime's...Charles Blake2014-09-261-3/+5
* Fix cimport to reflect pxd re-org.Charles Blake2014-09-261-1/+1
* Change cimports to reflect pxd renames.Charles Blake2014-09-262-2/+2
* Rename test files.Charles Blake2014-09-263-71/+71
* Re-organize so libc.time holds standard C things and posix.time POSIX things.Charles Blake2014-09-262-59/+63
* Move std C time APIs to libc.time; Move posix.sys_time to simply posix.time f...Charles Blake2014-09-263-104/+104
* changelogStefan Behnel2014-10-141-1/+3
* turn cythonize() error on unknown compilation options into a warningStefan Behnel2014-10-122-3/+13
* provide -a/--annotate option for cythonize scriptStefan Behnel2014-10-111-0/+5
* add missing cythonize.py script to sdistStefan Behnel2014-10-111-2/+1
* adapt doctests to recent buffer exception changes in Py3.5Stefan Behnel2014-10-102-15/+11
* analyse argument annotations as types really only when annotation_typing=TrueStefan Behnel2014-10-101-1/+1
* travis build: force use of "-fno-strict-aliasing" in Py2Stefan Behnel2014-10-101-1/+2
* re-enable debugger tests in travis but run them with non-compiled CythonStefan Behnel2014-10-101-4/+3
* disable debugger test in travis (currently crashing hard)Stefan Behnel2014-10-101-1/+1
* try to fix travis buildStefan Behnel2014-10-101-1/+3
* Make Plex Scanner.read method publicNicolas Barbey2014-09-281-1/+1
* Fix unicode handlingNicolas Barbey2014-09-251-1/+1
* declare scanner classes final to resolve method calls at compile timeStefan Behnel2014-10-101-0/+2
* tweak travis build to actually test compiled CythonStefan Behnel2014-10-101-3/+2
* extend PyUnicode C-API declarationsStefan Behnel2014-10-101-0/+15
* extend PyUnicode C-API declarationsStefan Behnel2014-10-102-22/+160
* restrict Jedi tests to Jedi 0.8.1 and laterStefan Behnel2014-10-101-0/+2
* remove compatibility #define for PyMethod_New() as it breaks the macro defini...Stefan Behnel2014-10-101-4/+0
* fix up example codeStefan Behnel2014-10-091-4/+8
* minor code cleanupStefan Behnel2014-10-091-1/+1
* minor code cleanupStefan Behnel2014-10-091-2/+5
* fix up demo codeStefan Behnel2014-10-091-11/+11
* fix broken name reference (probably after an incomplete refactoring)Stefan Behnel2014-10-091-3/+2
* fix some typosStefan Behnel2014-10-091-2/+5
* work around pypy3 bugStefan Behnel2014-10-091-3/+6
* fix PyMethod_New() in pypy3Stefan Behnel2014-10-083-6/+11
* Fix C++ type inference.Robert Bradshaw2014-10-071-3/+3
* More type inference tests.Robert Bradshaw2014-10-071-0/+12
* Minor type inference simplification.Robert Bradshaw2014-10-071-11/+5
* Infer pointer type for array assignment.Robert Bradshaw2014-10-072-0/+18