summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete Py2.4 code.Robert Bradshaw2014-10-071-13/+0
* Fix test wrt unused warning.Robert Bradshaw2014-10-071-2/+2
* Merge pull request #295 from andreasvc/masterRobert Bradshaw2014-10-071-1/+1
|\
| * 'unused' prefix to suppress warnings of unused variablesAndreas van Cranenburgh2014-10-071-1/+1
| * Ignore any unused entry that starts with '_'.Andreas van Cranenburgh2014-05-161-1/+1
* | fix __Pyx_Raise() in pypy3Stefan Behnel2014-10-051-0/+8
* | implement'language='c++' option for cythonize()Stefan Behnel2014-10-034-8/+26
* | undo last commitStefan Behnel2014-10-034-26/+8
* | fix a reference leak for non-simple conditions in boolean and/or expressionsStefan Behnel2014-10-034-8/+26
* | fix a reference leak for non-simple conditions in boolean and/or expressionsStefan Behnel2014-09-274-5/+70
* | make overly complicated code logic in boolean and/or handling code understand...Stefan Behnel2014-09-261-8/+7
* | avoid generating redundant labels and gotos in boolean and/or expressionsStefan Behnel2014-09-261-8/+12
* | remove redundant label testStefan Behnel2014-09-261-2/+1
* | always split type tuple literals in isinstance() calls to speed up each type ...Stefan Behnel2014-09-262-7/+30
* | add new posix declaration files to posix_pxds testStefan Behnel2014-09-261-0/+8
* | Merge pull request #324 from c-blake/masterscoder2014-09-262-0/+118
|\ \
| * | Add pxd for wait & friends from "sys/wait.h" covering POSIX/general Unix.Charles Blake2014-09-261-0/+38
| * | Add pxd for mmap & friends from "sys/mman.h" covering POSIX/Linux/BSD.Charles Blake2014-09-261-0/+80
|/ /
* | fix open file leakStefan Behnel2014-09-251-4/+5
* | Merge pull request #323 from larsmans/annotation-docsscoder2014-09-251-3/+10
|\ \
| * | expand section on cython -a outputLars Buitinck2014-09-251-3/+10
|/ /
* | make Py_hash_t a known typeStefan Behnel2014-09-243-0/+34
* | remove unused text from testStefan Behnel2014-09-241-1/+0
* | split posix time tests in the same way as posix/time.pxd file beforeStefan Behnel2014-09-243-30/+35
* | extract sys_time.pxd from time.pxd to fix naming collision of "struct timezon...Stefan Behnel2014-09-233-20/+30
* | changelogStefan Behnel2014-09-211-2/+11
* | remove unused importStefan Behnel2014-09-211-2/+0
* | add missing declarations for slice C-APIStefan Behnel2014-09-211-0/+49
* | Merge pull request #322 from Carreau/patch-1scoder2014-09-211-1/+1
|\ \
| * | Fix caching issues of cython magic.Matthias Bussonnier2014-09-201-1/+1
|/ /
* | rephrase unhelpful wording in compilation docsStefan Behnel2014-09-191-6/+6
* | improve safety of cname substring replacements for C++ string conversion func...Stefan Behnel2014-09-182-8/+8
* | undo C++ to-py helper functions rewrite as it lost the ability to extend the ...Stefan Behnel2014-09-183-34/+39
* | work around PyPy not supporting PySet_Size() in frozenset objectsStefan Behnel2014-09-182-1/+4
* | work around PyPy's lack of PyFrozenSet_*() C-APIStefan Behnel2014-09-181-3/+14
* | reduce C code overhead for C++ std::string -> PyObject conversion helpers by ...Stefan Behnel2014-09-173-39/+34
* | minor traceback beautification for string conversion helper functionsStefan Behnel2014-09-171-3/+3
* | fix explicit <bytes> etc. casts for C++ std::string when auto-decoding is ena...Stefan Behnel2014-09-174-3/+86
* | minor benchmark tweakStefan Behnel2014-09-171-1/+1
* | fix new hexiom2 benchmark in Py3Stefan Behnel2014-09-171-2/+2
* | Allow arrays of C++ classes.Robert Bradshaw2014-09-153-3/+8
* | docs: make logo integration work with older Sphinx versionsStefan Behnel2014-09-151-2/+2
* | copy hexiom2 benchmark over from Python's benchmark suite and apply an initia...Stefan Behnel2014-09-152-0/+629
* | fall back to 'default' Sphinx doc theme on old Sphinx versions that lack the ...Stefan Behnel2014-09-141-1/+7
* | Merge pull request #321 from kmike/patch-1scoder2014-09-141-1/+1
|\ \
| * | DOC initialize string with bytesMikhail Korobov2014-09-141-1/+1
|/ /
* | fix: not setting module reference to NULL in module init function fails to re...Stefan Behnel2014-09-121-1/+1
* | docs: mention that static typing with Py3 signature annotations requires the ...Stefan Behnel2014-09-121-1/+7
* | Fix crash when an exception occurs during module init and the stale module ge...Stefan Behnel2014-09-123-2/+88
* | whitespaceStefan Behnel2014-09-121-2/+4