summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
...
* Make ffi.callback work both in normal mode and in "decorator mode".Armin Rigo2012-09-181-0/+7
* Improve sentenceArmin Rigo2012-09-131-2/+2
* _Bool.Armin Rigo2012-09-131-4/+10
* "_Bool" is missing.Armin Rigo2012-09-131-2/+5
* Support for "typedef ... *foo_p".Armin Rigo2012-09-111-1/+3
* Add the keyword argument verify(tag='foo') and document it.Armin Rigo2012-09-081-3/+8
* Mention versionadded 0.4.Armin Rigo2012-09-071-2/+5
* Allow the _cffi_crcchecksum module to be installed in a subpackage,Armin Rigo2012-09-071-7/+31
* Add ffi.CData and ffi.CType.Armin Rigo2012-09-041-0/+7
* Document the change of the default directory.Armin Rigo2012-09-041-7/+20
* Add 'sources', which can now be passed explicitly too.Armin Rigo2012-09-041-2/+4
* Also mention libfoo.so.X.Y.Armin Rigo2012-08-301-4/+4
* Add some minimal documentationArmin Rigo2012-08-301-1/+6
* Bah, all unions crash verify(). Fixed.Armin Rigo2012-08-261-0/+3
* Another attempt at saying "a pointer to anything is fine", with boldArmin Rigo2012-08-261-5/+6
* Document the alternative enum syntax.Armin Rigo2012-08-251-2/+4
* Reformulate.Armin Rigo2012-08-241-3/+4
* Document this as a new feature.Armin Rigo2012-08-231-2/+4
* #include <Python.h> is bogus.Armin Rigo2012-08-191-0/+6
* DetailArmin Rigo2012-08-131-3/+2
* Update with the checksums of the distribution.Armin Rigo2012-08-131-6/+10
* Update status.Armin Rigo2012-08-131-2/+5
* Update the doc to mention that it also mostly works on PyPy.Armin Rigo2012-08-131-11/+10
* "Seems to work" non-statement.Armin Rigo2012-08-121-1/+2
* Python 3 documentation.Armin Rigo2012-08-121-8/+27
* Fix the documentation: the module file names are no longer basedArmin Rigo2012-08-121-3/+4
* Finally found out the "right" way to implement ffi.gc(), in just aArmin Rigo2012-08-091-0/+8
* Add an example of using a WeakKeyDictionary to keep aliveArmin Rigo2012-08-081-1/+14
* Workaround: allow out-of-bound array indexes if the array is 'type[0]'.Armin Rigo2012-08-051-0/+5
* Unimplemented featuresArmin Rigo2012-08-051-0/+18
* Side-effect: the ctypes backend now supports verify().Armin Rigo2012-08-041-2/+1
* ffi.string() is "New in version 0.3."Armin Rigo2012-08-041-1/+3
* detailArmin Rigo2012-08-031-1/+1
* update docArmin Rigo2012-08-031-1/+1
* ReST fixArmin Rigo2012-08-031-7/+7
* Update documentation for ffi.string().Armin Rigo2012-08-031-26/+40
* Documentation.Armin Rigo2012-08-021-1/+2
* More doc for 'long double'.Armin Rigo2012-08-011-2/+3
* PrecisionArmin Rigo2012-08-011-1/+2
* Implement and document "long double".Armin Rigo2012-08-011-1/+13
* typo (thanks Alex Gaynor)Armin Rigo2012-08-011-1/+1
* Document the GIL release.Armin Rigo2012-07-311-1/+4
* More explanationArmin Rigo2012-07-301-4/+5
* Add a (*) in the base pointer case too.Armin Rigo2012-07-301-1/+1
* Blank lines kill us.Armin Rigo2012-07-301-3/+1
* Document with a versionchanged the changes.Armin Rigo2012-07-301-7/+16
* Found out how to properly generalize the "pass a Python string asArmin Rigo2012-07-301-20/+45
* Bump the version number to 0.3Armin Rigo2012-07-302-5/+5
* Mention py.test in the 'requirements' section.Armin Rigo2012-07-271-0/+4
* Write the MD5/SHA sumsArmin Rigo2012-07-271-1/+2