summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for release.0.20.1Robert Bradshaw2014-02-112-4/+4
* 0.20.1rc10.20.1rc1Robert Bradshaw2014-02-072-5/+5
* Merge branch 'master' into 0.20.xRobert Bradshaw2014-02-0747-441/+1196
|\
| * add context manager test with threading.Lock which previously failed in Py2.6...Stefan Behnel2014-02-031-0/+18
| * split withstat_py test to make the compatible part run in Py26Stefan Behnel2014-02-033-120/+186
| * disable usage of _PyType_Lookup() in Py<=2.6/3.1Stefan Behnel2014-02-023-3/+16
| * add signature tests for new function duck-typing in Py3.4Stefan Behnel2014-02-011-0/+50
| * add test for cyfunction signature introspection in Py3.4Stefan Behnel2014-02-012-0/+93
| * improve alignment in __pyx_CyFunctionObject structStefan Behnel2014-02-021-1/+1
| * add test for hashing cyfunctionsStefan Behnel2014-02-021-0/+13
| * Backed out changeset 6bf1959d8f95Stefan Behnel2014-02-021-4/+0
| * make CyFunction's inheritance from PyCFunction visible at the Python level to...Stefan Behnel2014-02-011-0/+4
| * fix introspection of *args/**kwargs variablesStefan Behnel2014-02-011-11/+14
| * changelogStefan Behnel2014-02-011-1/+1
| * code objects: add number of kwonly args to number of regular arguments in Py2...Stefan Behnel2014-02-011-1/+1
| * fix signature introspection for functions with kwonly argumentsStefan Behnel2014-02-012-1/+4
| * whitespaceStefan Behnel2014-01-311-1/+1
| * mergeStefan Behnel2014-01-311-3/+86
| |\
| | * Merge pull request #272 from larsmans/npymathRobert Bradshaw2014-01-301-3/+86
| | |\
| | | * extend numpy.math coverageLars Buitinck2014-01-261-2/+85
| | | * nogil declaration on numpy.math functionsLars Buitinck2014-01-261-1/+1
| * | | avoid using isspace() due to problem on MacOS-X (Mavericks) and because it is...Stefan Behnel2014-01-312-6/+15
| * | | show how to declare more than one directiveStefan Behnel2014-01-311-2/+3
| |/ /
| * | fix signature embedding test in recent Py3.4Stefan Behnel2014-01-301-0/+2
| * | fix repeated list multiplicationStefan Behnel2014-01-293-7/+43
| * | work around PyPy not defining PyByteArray_*()Stefan Behnel2014-01-281-0/+2
| * | mergeStefan Behnel2014-01-283-8/+64
| |\ \
| | * | CF: reference doesn't mean it's not nullVitja Makarov2014-01-262-6/+22
| | * | CF: Fix try/except, try/finally bugVitja Makarov2014-01-263-2/+42
| * | | work around PyPy not defining PyUnicode_Concat()Stefan Behnel2014-01-282-4/+11
| * | | Py3 fix in test runnerStefan Behnel2014-01-261-1/+2
| * | | instead of parsing test tags twice, pass them into test classStefan Behnel2014-01-261-11/+6
| |/ /
| * | remove copied HTML test data files after running testStefan Behnel2014-01-261-2/+2
| * | use symlinks instead of copying test files if possibleStefan Behnel2014-01-261-3/+10
| * | fix in-place assignments of arbitrary objects to variables with inferred Pyth...Stefan Behnel2014-01-263-3/+38
| * | copy some more test files in pyregr testsStefan Behnel2014-01-261-4/+4
| * | clarify memory view section in string processing docsStefan Behnel2014-01-261-11/+13
| * | sphinx formatting fixStefan Behnel2014-01-251-0/+2
| * | fix sphinx referenceStefan Behnel2014-01-251-1/+2
| * | first start at a string tutorial section on accepting strings from Python codeStefan Behnel2014-01-251-0/+98
| * | improve some Sphinx markupStefan Behnel2014-01-251-38/+40
| |/
| * fix some pyregr tests by copying required (data) filesStefan Behnel2014-01-241-4/+17
| * fix transitive loading of parametrised utility codeStefan Behnel2014-01-241-4/+9
| * always use UtilityCode.load_cached() for reading dependencies of helpers as i...Stefan Behnel2014-01-231-4/+5
| * make C code order in 'from-import *' table deterministicStefan Behnel2014-01-231-1/+1
| * changelogStefan Behnel2014-01-231-2/+2
| * try to use deterministic order for locals() code generationStefan Behnel2014-01-231-2/+2
| * try to use deterministic order for utility code generationStefan Behnel2014-01-231-1/+1
| * fix test failureStefan Behnel2014-01-231-3/+10
| * fix test by using 'signed char' instead of platform dependend 'char'Stefan Behnel2014-01-231-1/+1