summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* More documentationenum-as-intArmin Rigo2013-02-121-3/+4
* DocumentArmin Rigo2013-02-121-5/+6
* DocumentArmin Rigo2013-02-101-10/+14
* Passing None as an ``item *`` argument to a function.Armin Rigo2013-02-081-0/+3
* Move the development to 0.6Armin Rigo2013-02-081-2/+2
* Update the docs.Armin Rigo2013-02-071-6/+3
* Document the changesArmin Rigo2013-01-101-0/+6
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-071-4/+18
* Mention uintptr_t tooArmin Rigo2013-01-061-5/+8
* Document intptr_tArmin Rigo2013-01-061-0/+6
* updateArmin Rigo2012-12-291-2/+3
* Document how to indirectly define callbacks using unsupportedArmin Rigo2012-12-141-2/+27
* Bump the version to 0.5.Armin Rigo2012-12-041-2/+2
* Mention ffi.buffer() in the ffi.string() doc.Armin Rigo2012-11-301-2/+3
* Document bool() on pointers.Armin Rigo2012-11-301-5/+5
* emphasisArmin Rigo2012-11-301-2/+2
* ffi.include().Armin Rigo2012-11-301-0/+10
* md5/shaArmin Rigo2012-11-281-2/+2
* Update the docs.Armin Rigo2012-11-281-5/+5
* Upgrade the version number.Armin Rigo2012-11-281-2/+2
* Hashes.Armin Rigo2012-11-251-2/+2
* Update the version number to 0.4.1, but keep 0.4 everywhere else, as itArmin Rigo2012-11-251-5/+8
* Update the links and the MD5/SHA.Armin Rigo2012-11-211-5/+4
* Expand the doc on complex numbers.Armin Rigo2012-11-171-3/+10
* Update the doc.Armin Rigo2012-11-131-5/+18
* Give another example.Armin Rigo2012-11-121-1/+2
* Fix issue #32: turn types like "size_t" into primitive types from theArmin Rigo2012-11-121-6/+6
* Kill again ffi.inspecttype(), and replace it with read-only attributesArmin Rigo2012-11-111-9/+5
* Issue #22: Add ffi.inspecttype(). See the doc.Armin Rigo2012-11-101-0/+8
* Write explicitly that the "..." in "typedef ... foo_t" is not to declareArmin Rigo2012-11-101-1/+3
* Fix the documentation.Armin Rigo2012-10-291-8/+21
* Update the documentation about FILE.Armin Rigo2012-10-261-3/+4
* Uh, this method is misnamed in the docs.Armin Rigo2012-10-251-2/+2
* Missing quote.Armin Rigo2012-10-201-1/+1
* Fix hyperlinkArmin Rigo2012-10-191-1/+1
* FILE limited supportArmin Rigo2012-10-191-0/+5
* Enum types are always 'int' so far. Detect overflows.Armin Rigo2012-10-101-0/+5
* Rename sectionArmin Rigo2012-10-091-2/+2
* Add a section about debugging with env vars (thanks sarvi)Armin Rigo2012-10-081-0/+38
* Point again to 0.3 here, to make pip happy :-/Armin Rigo2012-10-071-3/+6
* Prepare for the version 0.4 (not released yet!).Armin Rigo2012-09-242-5/+5
* Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW.Armin Rigo2012-09-241-1/+4
* 'zip_safe=False' only exists in setuptools, not in distutils.Armin Rigo2012-09-201-6/+8
* You have to say "zip_safe=False" in your module. Sorry...Armin Rigo2012-09-201-0/+6
* Make this point clearer here too.Armin Rigo2012-09-191-1/+3
* Try to make it clearer.Armin Rigo2012-09-191-1/+4
* ffi.addressof(struct, field).Armin Rigo2012-09-181-6/+8
* Document ffi.addressof().Armin Rigo2012-09-181-2/+14
* Document the simpler form of giving a C function type.Armin Rigo2012-09-181-3/+7
* Make ffi.callback work both in normal mode and in "decorator mode".Armin Rigo2012-09-181-0/+7