summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix release date0.19.1Stefan Behnel2013-05-111-1/+1
* Merge branch 'master' into 0.19.xStefan Behnel2013-05-119-21/+141
|\
| * use new Py3.x signature for PyUnicode_DecodeMBCSStateful() declarationStefan Behnel2013-05-111-1/+2
| * More efficient find_root_package_dir.Robert Bradshaw2013-05-101-6/+6
| * Fix build_dir extended test case.Robert Bradshaw2013-05-101-7/+4
| * Merge pull request #224 from gandalf013/pyssize_tRobert Bradshaw2013-05-104-8/+8
| |\
| | * a bit too overzealous in converting int to Py_ssize_tAlok Singhal2013-05-101-1/+1
| | * int -> Py_ssize_t in cpython pxd filesAlok Singhal2013-05-105-9/+9
| |/
| * extend build_dir test in a way that I think should work but doesn'tStefan Behnel2013-05-101-8/+51
| * more code cleanupsStefan Behnel2013-05-101-7/+8
| * fix build_dir copying in Py2.[45]Stefan Behnel2013-05-101-2/+17
| * minor code cleanupStefan Behnel2013-05-101-5/+6
| * Update release notes.Robert Bradshaw2013-05-101-0/+3
| * Fix build_dir test.Robert Bradshaw2013-05-101-12/+9
| * Add relative extern files to dependencies.Robert Bradshaw2013-05-101-2/+5
| * remove 'from datetime cimport *' line from cpython/__init__.pxd as it refers ...Stefan Behnel2013-05-102-2/+7
| * Merge branch 'build_dir'Robert Bradshaw2013-05-092-4/+63
| |\
| | * Add build_dir test.Robert Bradshaw2013-05-091-0/+36
| | * copy sources and depends instead of headersR. Andrew Ohana2013-04-091-14/+18
| | * A few fixes to using an external build_dirR. Andrew Ohana2013-04-021-8/+19
| | * Add the option to specify the directory for output filesR. Andrew Ohana2013-04-021-4/+12
| * | update setup.py script to use cythonize()Stefan Behnel2013-05-091-4/+3
* | | changelogStefan Behnel2013-05-101-0/+3
* | | fix optimisation of isinstance(X, type)Stefan Behnel2013-05-102-5/+21
* | | prepare release of 0.19.1Stefan Behnel2013-05-102-2/+2
* | | update setup.py script to use cythonize()Stefan Behnel2013-05-101-4/+3
* | | remove 'from datetime cimport *' line from cpython/__init__.pxd as it refers ...Stefan Behnel2013-05-102-2/+7
|/ /
* | Merge branch 'master' into 0.19.xStefan Behnel2013-05-081-1/+1
|\ \
| * | Fix typo in dependency checking.Robert Bradshaw2013-05-071-1/+1
* | | changelogStefan Behnel2013-05-081-0/+4
* | | update version to 0.19.1rc1Stefan Behnel2013-05-071-1/+1
|/ /
* | Revert "Undo sorting types by inheritance until we figure out what's up with ...Robert Bradshaw2013-05-071-2/+0
* | Undo sorting types by inheritance until we figure out what's up with Sage.Robert Bradshaw2013-05-071-0/+2
* | add assertion, just in caseStefan Behnel2013-05-061-1/+3
* | use unique 'objstruct_cname' instead of 'name' when sorting extension typesStefan Behnel2013-05-061-5/+6
* | Merge pull request #223 from nnemkin/cdef_class_orderRobert Bradshaw2013-05-062-0/+24
|\ \
| * | Order cdef classes by inheritance before generating the code.Nikita Nemkin2013-05-052-0/+24
* | | changelogStefan Behnel2013-05-051-0/+3
|/ /
* | Merge pull request #222 from nnemkin/cy_utility_decoratorsscoder2013-05-053-4/+22
|\ \
| * | Cython utility cdef classes are internal by default. Fixes #775.Nikita Nemkin2013-05-042-0/+14
| * | Allow cdef class decorators in Cython utility code.Nikita Nemkin2013-05-041-4/+8
* | | remove credits, as requestedStefan Behnel2013-05-051-4/+3
* | | changelogStefan Behnel2013-05-041-0/+4
* | | Merge pull request #220 from nnemkin/elide_empty_slotsscoder2013-05-041-9/+18
|\ \ \
| * | | Do not generate tables for completely empty slot suites.Nikita Nemkin2013-05-041-9/+18
| |/ /
* | | Merge pull request #221 from nnemkin/windows_test_fixesscoder2013-05-042-2/+2
|\ \ \ | |/ / |/| |
| * | Fixes for absolute_import and inop test failures on Windows.Nikita Nemkin2013-05-042-2/+2
|/ /
* | use pre-built Python objects in __Pyx_ExportVoidPtr() utility functionStefan Behnel2013-05-012-10/+11
* | fix buildStefan Behnel2013-05-011-0/+1
* | move [GS]etVTable utility code to more appropriate ImportExport.c fileStefan Behnel2013-05-013-51/+52