summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | add sort, partial_sort and binary_sort to libcpp.algorithmLars Buitinck2015-01-262-1/+47
| * | | some "except +" and const-correctness in libcpp (containers)Lars Buitinck2015-01-263-28/+28
* | | | Merge pull request #358 from larsmans/buffer-docRobert Bradshaw2015-02-033-0/+194
|\ \ \ \ | | |/ / | |/| |
| * | | docs: how to implement PEP 3118, the buffer protocolLars Buitinck2015-01-203-0/+194
* | | | merge 0.22.x branch into masterStefan Behnel2015-02-011-0/+5
|\ \ \ \
| * | | | changelogStefan Behnel2015-02-011-0/+5
* | | | | merge 0.22.x branch into masterStefan Behnel2015-02-011-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | simplify some codeStefan Behnel2015-02-011-3/+2
* | | | | merge 0.22.x branch into masterStefan Behnel2015-02-012-21/+29
|\ \ \ \ \ | |/ / / /