summaryrefslogtreecommitdiff
path: root/cffi/ffiplatform.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3.Armin Rigo2012-11-301-1/+2
* We need to take all **kwds and stick them into the hash too.Armin Rigo2012-11-301-0/+32
* 90% of a fix for issue #40.Armin Rigo2012-11-191-0/+18
* Don't use os.chdir(). Instead, give the tmpdir as optionsArmin Rigo2012-09-171-14/+4
* Support for "sources=[..]" in verify(), as per Daniel Holth's suggestionArmin Rigo2012-08-181-2/+4
* An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-291-1/+1
* Bah, no os.path.samefile() on WindowsArmin Rigo2012-07-271-1/+7
* Fixes. It's a bit hacking-until-it-works, but well, it seems to work :-/Armin Rigo2012-07-161-0/+9
* Add and document some control over the temporary directory.Armin Rigo2012-07-161-13/+0
* Final fixes.Armin Rigo2012-07-151-5/+8
* Progress.Armin Rigo2012-07-151-11/+4
* tweakArmin Rigo2012-07-041-1/+1
* - Fixes to silence all -Wall warnings that now show up.Armin Rigo2012-06-151-1/+7
* Use distutils. Took me a while to figure out these lines.Armin Rigo2012-06-151-0/+33
* Fixed the docstring of ffi.verify() to document the new idea.Armin Rigo2012-06-121-10/+17
* Linux-only tweaks until the test passes.Armin Rigo2012-06-081-8/+13
* Random check-in changing things here and there.Armin Rigo2012-06-081-1/+0
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-0/+20