| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | correctly tie one PyCodeObject instance to one function to allow for proper ↵fixed_code_objects | Stefan Behnel | 2016-07-31 | 5 | -99/+81 |
| | | | | | tracing and profiling | ||||
| * | reformat some code | Stefan Behnel | 2016-07-31 | 2 | -10/+8 |
| | | |||||
| * | add "e" and "pi" aliases to libc.math declarations to bring it closer to a ↵ | Stefan Behnel | 2016-07-31 | 3 | -0/+20 |
| | | | | | drop-in replacement for Python's math module | ||||
| * | fold CYTHON_USE_PYLONG_INTERNALS feature macro into the same initialisation ↵ | Stefan Behnel | 2016-07-31 | 1 | -3/+8 |
| | | | | | section as the others | ||||
| * | use new macro in two more places | Stefan Behnel | 2016-07-31 | 1 | -2/+2 |
| | | |||||
| * | add macro indirections that apparently help making pyston happier | Stefan Behnel | 2016-07-31 | 3 | -2/+5 |
| | | |||||
| * | silence a C compiler warning for trivial generators that do not use their ↵ | Stefan Behnel | 2016-07-31 | 1 | -0/+3 |
| | | | | | closure class cast (seems to be difficult to avoid such cases) | ||||
| * | guard the usage of the new PEP 492 async type slots by an explicit feature macro | Stefan Behnel | 2016-07-31 | 2 | -18/+28 |
| | | |||||
| * | temporarily undo last commit, in case travis doesn't have it | Stefan Behnel | 2016-07-31 | 1 | -1/+0 |
| | | |||||
| * | let's see if travis has a Py2.7-dev available that we can test against | Stefan Behnel | 2016-07-30 | 1 | -0/+1 |
| | | |||||
| * | make new feature-specific guards overridable by user #defines in CPython to ↵ | Stefan Behnel | 2016-07-30 | 1 | -7/+28 |
| | | | | | allow switching them on and off for testing/debugging/benchmarking | ||||
| * | replace generic "COMPILING_IN_*" C macros with feature specific guards that ↵ | Stefan Behnel | 2016-07-30 | 12 | -88/+100 |
| | | | | | allow a more fine-grained adaptation to C-API implementations | ||||
| * | add micro-benchmark for PEP 492 coroutines | Stefan Behnel | 2016-07-28 | 1 | -0/+81 |
| | | |||||
| * | streamline FetchStopIterationValue() | Stefan Behnel | 2016-07-28 | 1 | -25/+23 |
| | | |||||
| * | move slow code out of the way | Stefan Behnel | 2016-07-28 | 1 | -1/+1 |
| | | |||||
| * | speed up FetchStopIterationValue() by moving slow code out of the way | Stefan Behnel | 2016-07-28 | 1 | -1/+1 |
| | | |||||
| * | use correct (and originally intended) optimisation in CPython instead of ↵ | Stefan Behnel | 2016-07-28 | 1 | -1/+1 |
| | | | | | *disabling* it in CPython | ||||
| * | extend test | Stefan Behnel | 2016-07-28 | 1 | -0/+8 |
| | | |||||
| * | speed up delegation of generators and coroutines a little by avoiding an ↵ | Stefan Behnel | 2016-07-28 | 1 | -1/+6 |
| | | | | | indirect C call in favour of a directly visible recursive call | ||||
| * | Fix more directive default references. | Robert Bradshaw | 2016-07-28 | 1 | -3/+3 |
| | | |||||
| * | Test fixes. | Robert Bradshaw | 2016-07-28 | 4 | -6/+6 |
| | | |||||
| * | Allow old_style_globals to be set via a directive. | Robert Bradshaw | 2016-07-27 | 4 | -6/+16 |
| | | |||||
| * | Add infrastructure for migrating options to compiler directives. | Robert Bradshaw | 2016-07-27 | 4 | -9/+49 |
| | | |||||
| * | pass relevant scopes into _save_annotation_body() in AnnotationCCodeWriter | Stefan Behnel | 2016-07-24 | 1 | -2/+3 |
| | | |||||
| * | fix annotate test in C++ mode | Stefan Behnel | 2016-07-24 | 1 | -1/+1 |
| | | |||||
| * | make annotation items available per file and source line in ↵ | Stefan Behnel | 2016-07-24 | 1 | -6/+10 |
| | | | | | AnnotationCCodeWriter | ||||
| * | make current scope available to FunctionState and CCodeWriter to give access ↵ | Stefan Behnel | 2016-07-24 | 5 | -8/+16 |
| | | | | | to variable types from AnnotationCCodeWriter | ||||
| * | add test for AnnotationCCodeWriter | Stefan Behnel | 2016-07-24 | 1 | -0/+65 |
| | | |||||
| * | Merge pull request #529 from wulmer/bugfix/memoryview-typo | scoder | 2016-07-20 | 1 | -2/+2 |
| |\ | | | | | Fix syntax error in memoryview userguide documentation. | ||||
| | * | Fix syntax error in documentation. | unknown | 2016-07-20 | 1 | -2/+2 |
| |/ | |||||
| * | Merge branch '0.24.x' | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| |\ | |||||
| | * | changelog0.24.x | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '0.24.x' | Stefan Behnel | 2016-07-15 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | changelog | Stefan Behnel | 2016-07-15 | 1 | -3/+3 |
| | | | |||||
| * | | make git ignore MANIFEST file | Stefan Behnel | 2016-07-15 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch '0.24.x' | Stefan Behnel | 2016-07-15 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | changelog0.24.1 | Stefan Behnel | 2016-07-15 | 1 | -0/+3 |
| | | | |||||
| | * | Allow conversion of std::complex to/from Python objects. | Robert Bradshaw | 2016-07-15 | 3 | -0/+54 |
| | | | |||||
| * | | changelog | Stefan Behnel | 2016-07-15 | 1 | -2/+5 |
| | | | |||||
| * | | changelog | Stefan Behnel | 2016-07-15 | 1 | -0/+3 |
| | | | |||||
| * | | update master version | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '0.24.x' | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | set version to 0.24.1 | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '0.24.x' | Stefan Behnel | 2016-07-15 | 2 | -10/+31 |
| |\ \ | |/ | | | | | | | | | Conflicts: CHANGES.rst docs/src/reference/compilation.rst | ||||
| | * | changelog | Stefan Behnel | 2016-07-15 | 1 | -0/+30 |
| | | | |||||
| | * | Improve documentation for cpdef methods | Jeroen Demeyer | 2016-07-15 | 1 | -9/+31 |
| | | | |||||
| | * | support "%%cython -3" cell magic in IPython | Stefan Behnel | 2016-07-15 | 2 | -4/+27 |
| | | | |||||
| | * | Example of using package_data for pxd files. | Robert Bradshaw | 2016-07-15 | 1 | -0/+14 |
| | | | |||||
| | * | Update docs on sharing pxd files. | Robert Bradshaw | 2016-07-15 | 1 | -0/+3 |
| | | | |||||
| | * | Use automatic PEP links in doc | Jeroen Demeyer | 2016-07-15 | 5 | -20/+13 |
| | | | |||||
