summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PyPy: Improve negative overflow error messages in integral type conversionneg-overflowLisandro Dalcin2015-03-293-45/+54
* Use PY_LONG_LONG instead of 'long long' in utility codeLisandro Dalcin2015-03-292-17/+17
* Replace "#if !defined" -> "#ifndef" in utility codeLisandro Dalcin2015-03-271-4/+4
* show an error when "language_level" directive is used anywhere below the modu...Stefan Behnel2015-03-201-0/+1
* adapt test to changes in CPython 3.4+Stefan Behnel2015-03-191-8/+2
* get rid of C compiler warningStefan Behnel2015-03-191-1/+1
* CPython: Restore usage of Py_SIZE to check sign of PyLongLisandro Dalcin2015-03-181-2/+4
* Add guards to usage of Py_SIZE to check sign of PyLongLisandro Dalcin2015-03-171-2/+2
* Merge pull request #372 from cython/fix-pypy3Robert Bradshaw2015-03-092-8/+13
|\
| * PyPy3: PyNumberMethods struct still has legacy Py2 CAPI slotsfix-pypy3Lisandro Dalcin2015-03-091-5/+7
| * PyPy3: Avoid redefining Py_TPFLAGS_XXX flagsLisandro Dalcin2015-03-091-3/+6
|/
* PyPy3: Fix bad call to PyErr_Fetch()Lisandro Dalcin2015-03-081-1/+1
* fix comparison of function signatures that use C++ exception mappingsStefan Behnel2015-02-233-6/+63
* changelogStefan Behnel2015-02-221-0/+5
* Fix ctuple comparison.Robert Bradshaw2015-02-132-5/+15
* fix "debug_trace_code_generation": use truncating instead of just seeking whi...Stefan Behnel2015-02-141-2/+3
* replace useless dict items iteration by predictably ordered key iterationStefan Behnel2015-02-131-1/+1
* Fix C++ example namespaceRobert Bradshaw2015-02-131-34/+29
* fix signature mismatch in doc exampleStefan Behnel2015-02-201-4/+5
* fix error reporting in xml test runnerStefan Behnel2015-02-211-1/+1
* changelogStefan Behnel2015-02-221-0/+2
* avoid using PyDict_GetItemWithError in pypy3 (missing in its cpyext emulation)Stefan Behnel2015-02-222-3/+3
* fix compilation in pypy3 when special methods are inherited that are no longe...Stefan Behnel2015-02-221-5/+9
* make filename table relative to project root to actually allow finding the filesStefan Behnel2015-02-222-3/+13
* add intro text and title to annotated HTML code file to make it more user fri...Stefan Behnel2015-02-151-6/+13
* make JSON dict order predictable for build metadataStefan Behnel2015-02-141-1/+1
* fix doctests in 32bit Py2.xStefan Behnel2015-02-132-16/+42
* Version 0.220.22Robert Bradshaw2015-02-111-1/+1
* Merge branch '0.22.x' into release-candidateRobert Bradshaw2015-02-1110-53/+194
|\
| * refactor profiling/tracing code, make proper use of "tstate->tracing", fix co...Stefan Behnel2015-02-071-34/+49
| * add disabled test that failsStefan Behnel2015-02-071-0/+11
| * fix C array assignments from lists of C arraysStefan Behnel2015-02-072-5/+32
| * Merge pull request #369 from larsmans/isinf-testscoder2015-02-071-1/+2
| |\
| | * test: assert that isinf returns -1 for negative infinityLars Buitinck2015-02-071-1/+2
| * | Merge pull request #370 from larsmans/buffer-docscoder2015-02-071-5/+5
| |\ \
| | * | comment some fields in buffer protocol docsLars Buitinck2015-02-071-4/+4
| | * | typo in buffer protocol docsLars Buitinck2015-02-071-1/+1
| * | | add coverage testStefan Behnel2015-02-073-0/+67
| * | | guard tracing calls against re-entry, handle errors in trace function callsStefan Behnel2015-02-071-4/+5
| * | | extend testStefan Behnel2015-02-071-0/+11
| * | | typoStefan Behnel2015-02-071-1/+1
| * | | extend testStefan Behnel2015-02-071-0/+9
| * | | make embedded Cython meta data more trivial to parseStefan Behnel2015-02-061-3/+2
* | | | 0.22 release candidateRobert Bradshaw2015-02-102-3/+3
|/ / /
* | | bump version to 0.22.beta1Robert Bradshaw2015-02-041-1/+1
* | | changelogRobert Bradshaw2015-02-041-2/+3
* | | Add a mechanism to store metadata in the generated output file.Robert Bradshaw2015-02-043-7/+25
* | | Merge branch 'larsmans-libcpp'Robert Bradshaw2015-02-049-32/+122
|\ \ \
| * | | Avoid incorrect copy when reference is stored to a temporary variable.Robert Bradshaw2015-02-044-5/+45
| * | | Fix refernce-returning, exception-throwing functions.Robert Bradshaw2015-02-031-0/+4