summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/cextension/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
|
* Use PyMODINIT_FUNCpr/55cgohlke2014-01-081-1/+1
|
* - happy new yearMike Bayer2014-01-051-1/+1
|
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-261-9/+37
| | | | any supported CPython 2 or 3 environment. [ticket:2161]
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
|
* fix some warningsMike Bayer2012-08-281-3/+11
|
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-071-0/+189
- repair test_processors which wasn't hitting the python functions - add another suite to test_processors that does distill_params