summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* ffi.addressof(lib, "name") does not work with ffi.verify()Armin Rigo2015-11-231-2/+3
* Link to issue 233Armin Rigo2015-11-231-0/+1
* Add whatsnewArmin Rigo2015-11-231-0/+12
* Copy the PyPy behavior on CPython too: two calls to new_handle(x),Armin Rigo2015-11-231-5/+7
* Whatsnew in v1.3.1Armin Rigo2015-11-141-0/+16
* update version to 1.3.1Armin Rigo2015-11-142-4/+4
* Document the SELinux issue with callbacksArmin Rigo2015-11-141-0/+10
* typoArmin Rigo2015-10-241-1/+1
* Clarify documentation for ffi.from_buffer(): it also works on read-onlyArmin Rigo2015-10-241-2/+5
* typoArmin Rigo2015-10-211-1/+1
* md5/sha1Armin Rigo2015-10-211-2/+2
* Document the trick of re.sub() to remove SAL annotations on WindowsArmin Rigo2015-10-211-9/+25
* Backed out changeset fbe55ed7e5e2Armin Rigo2015-10-211-6/+0
* Issue #225: Ignore basic SAL annotations on Windows.Armin Rigo2015-10-201-0/+6
* Document ffi.memmove()Armin Rigo2015-10-162-11/+36
* document this windows changeArmin Rigo2015-10-141-1/+8
* try to be more accuratemattip2015-10-141-2/+3
* document hack removal, leave hack in place for backward compatability with ve...mattip2015-10-131-1/+6
* write a "document me"Armin Rigo2015-10-081-0/+2
* Clarify some detailsArmin Rigo2015-10-071-15/+22
* Document __stdcall.Armin Rigo2015-10-072-6/+47
* reminder to documentArmin Rigo2015-10-061-0/+2
* DocumentationArmin Rigo2015-09-302-0/+15
* document usefulness of ffi.buffer() for reading a struct from a socketmattip2015-09-291-5/+12
* Try to be even clearer about when a C compiler is required and whenArmin Rigo2015-09-151-0/+14
* fix textual referenceArmin Rigo2015-09-041-2/+2
* unbalanced parensArmin Rigo2015-09-041-1/+1
* Prepare release 1.3.0Armin Rigo2015-08-283-7/+7
* DocumentArmin Rigo2015-08-282-2/+16
* Document issue #217Armin Rigo2015-08-261-0/+7
* Be more explicitArmin Rigo2015-08-221-0/+6
* hg merge release-1.2Armin Rigo2015-08-221-1/+1
|\
* | md5/sha1release-1.2Armin Rigo2015-08-201-2/+2
|/
* Release 1.2.1Armin Rigo2015-08-202-4/+4
* Add md5/sha1Armin Rigo2015-08-191-2/+2
* Modify the filenameArmin Rigo2015-08-191-1/+1
* Use section titles that start with a letter: docutils used to turn linksArmin Rigo2015-07-311-16/+16
* Add "content" directives to the main pagesArmin Rigo2015-07-093-0/+6
* TweaksArmin Rigo2015-07-093-7/+7
* Doc fixesArmin Rigo2015-07-092-2/+3
* Drop the ".. versionchanged" and ".. versionadded", which was not veryArmin Rigo2015-07-092-70/+56
* Document ffi.new_allocator()Armin Rigo2015-07-062-1/+29
* Expand the explanation of the hackArmin Rigo2015-07-051-3/+8
* Document 'onerror'.Armin Rigo2015-07-052-1/+33
* Issue #115: document the assignments where we store a list or a dict.Armin Rigo2015-07-041-2/+27
* Bump the version number to 1.2.0Armin Rigo2015-07-032-5/+5
* Refactor the way global variables are accessed. Now, every access toArmin Rigo2015-07-032-2/+11
* Mention there are more argsArmin Rigo2015-07-021-0/+2
* Issue #209: check for dereferencing NULL pointersArmin Rigo2015-06-301-0/+5
* Clarify the weakdict exampleArmin Rigo2015-06-241-10/+12