summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 0.17 beta10.17.beta1Stefan Behnel2012-07-231-1/+1
* PyPy doc section on low-level access to builtin types in cpyextStefan Behnel2012-07-231-15/+39
* fix 'type' adaptation code to work with PyPyStefan Behnel2012-07-231-18/+33
* added test to make sure 'type' works as argument typeStefan Behnel2012-07-231-0/+13
* removed unused codeStefan Behnel2012-07-231-4/+0
* Merge pull request #126 from bfroehle/_cpython_type_PyTypeObjectscoder2012-07-235-3/+32
|\
| * Add run test for type ctypedef and PyType_IsSubtype.Bradley M. Froehle2012-05-301-0/+18
| * Add ctypedef for __builtin__.type.Bradley M. Froehle2012-05-304-3/+14
* | fix modifiers of functions with overrides in external .pxd filesStefan Behnel2012-07-234-23/+45
* | minor cleanup in test runnerStefan Behnel2012-07-231-2/+1
* | Fix missing error when overriding final methods of cimported classes.Robert Bradshaw2012-07-214-5/+8
* | Exclude numpy memoryview tests pre-2.6Mark Florisson2012-07-211-6/+5
* | string docs: moved comments on C++ string into their own sectionStefan Behnel2012-07-191-17/+43
* | doc fixStefan Behnel2012-07-191-1/+1
* | minor cleanupStefan Behnel2012-07-191-2/+5
* | doc fixStefan Behnel2012-07-191-1/+1
* | doc update on string decodingStefan Behnel2012-07-191-2/+30
* | moved C string decoding utility code from Optimize.c to StringTools.cStefan Behnel2012-07-193-76/+76
* | support slicing with negative indices for C strings and C++ strings during de...Stefan Behnel2012-07-193-12/+80
* | fix buildStefan Behnel2012-07-181-2/+0
* | prevent calling PyEval_InitThreads() when CPython is built without threadsStefan Behnel2012-07-181-0/+2
* | moved method dispatcher implementation from OptimizeBuiltinCalls class into n...Stefan Behnel2012-07-183-96/+115
* | rewrite of sliced char* decoding as utility functions, implemented efficient ...Stefan Behnel2012-07-186-69/+189
* | Fix function prototype generation for unused but public/api entriesLisandro Dalcin2012-07-181-1/+1
* | added bug test case by Gabriel JacoboStefan Behnel2012-07-171-0/+39
* | fix circular importStefan Behnel2012-07-171-5/+3
* | Merge pull request #127 from bfroehle/_missing_cimport_cythonscoder2012-07-171-1/+1
|\ \
| * | Fix "missing cimport: ... cython" warning.Bradley M. Froehle2012-05-301-1/+1
| |/
* | minor code cleanupStefan Behnel2012-07-171-1/+1
* | fix crash due to moved utility code (apparently in untested code)Stefan Behnel2012-07-171-1/+1
* | Included files dependency fix in cythonize.Robert Bradshaw2012-07-141-5/+7
* | doc section on known problems with PyPyStefan Behnel2012-07-101-0/+9
* | another PyPy fix for double conversion: PyNumber_Float() to properly convert ...Stefan Behnel2012-07-101-8/+10
* | fix with_gil test in PyPyStefan Behnel2012-07-101-9/+7
* | fix (and simplify) object->double conversion in PyPyStefan Behnel2012-07-101-0/+9
* | fix test exclusionsStefan Behnel2012-07-101-2/+2
* | compile fix for test under PyPyStefan Behnel2012-07-091-0/+7
* | fix exception handling for optimised len(builtin)Stefan Behnel2012-07-091-1/+2
* | adapt test to PyPyStefan Behnel2012-07-091-3/+5
* | adjusted doctest output to PyPyStefan Behnel2012-07-091-2/+2
* | disabled memslice test in Py2.4 - currently brokenStefan Behnel2012-07-091-1/+2
* | disabled numpy_memoryview test in Py2.4 - currently brokenStefan Behnel2012-07-091-0/+1
* | suppress 'unused argument' warning in test codeStefan Behnel2012-07-091-0/+3
* | suppress 'unused argument' warning in test codeStefan Behnel2012-07-091-2/+2
* | fix inclusion of .cpp utility files in setup.pyStefan Behnel2012-07-091-21/+7
* | use <ios> instead of <iostream>Stefan Behnel2012-07-081-1/+1
* | fix typo in MANIFEST.inStefan Behnel2012-07-081-1/+1
* | code simplificationStefan Behnel2012-07-082-8/+1
* | minor code simplificationStefan Behnel2012-07-081-14/+6
* | minor code simplificationStefan Behnel2012-07-082-3/+3