| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hg merge default | Armin Rigo | 2015-11-30 | 2 | -9/+25 |
| |\ | |||||
| | * | Mention jamadden's experience on irc | Armin Rigo | 2015-11-24 | 1 | -1/+6 |
| | | | |||||
| | * | improve doc for the fix to ffi.new_handle() | Armin Rigo | 2015-11-23 | 2 | -6/+15 |
| | | | |||||
| | * | ffi.addressof(lib, "name") does not work with ffi.verify() | Armin Rigo | 2015-11-23 | 1 | -2/+3 |
| | | | |||||
| | * | Link to issue 233 | Armin Rigo | 2015-11-23 | 1 | -0/+1 |
| | | | |||||
| * | | typo | Armin Rigo | 2015-11-23 | 1 | -1/+1 |
| | | | |||||
| * | | hg merge default | Armin Rigo | 2015-11-23 | 2 | -5/+19 |
| |\ \ | |/ | |||||
| | * | Add whatsnew | Armin Rigo | 2015-11-23 | 1 | -0/+12 |
| | | | |||||
| | * | Copy the PyPy behavior on CPython too: two calls to new_handle(x), | Armin Rigo | 2015-11-23 | 1 | -5/+7 |
| | | | | | | | | | even with the same x, now return cdatas that compare as different. | ||||
| * | | meh, fix demo | Armin Rigo | 2015-11-20 | 1 | -1/+1 |
| | | | |||||
| * | | Change the @ffi.def_extern() decorator to not automatically replace the | Armin Rigo | 2015-11-20 | 1 | -10/+14 |
| | | | | | | | | | | | | | function with the cdata. You need to get the cdata from the lib explicitly. This should make it clearer that there is only one cdata, even if you apply the decorator again. | ||||
| * | | flow | Armin Rigo | 2015-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Change the docs to use extern "Python" as discussed yesterday on irc | Armin Rigo | 2015-11-18 | 1 | -66/+114 |
| | | | | | | | | | (thanks antocuni) | ||||
| * | | link to the reason for the callback new-style | Armin Rigo | 2015-11-17 | 1 | -1/+4 |
| | | | |||||
| * | | Write documentation about ffi.call_python(). | Armin Rigo | 2015-11-15 | 1 | -52/+210 |
| |/ | |||||
| * | Whatsnew in v1.3.1 | Armin Rigo | 2015-11-14 | 1 | -0/+16 |
| | | |||||
| * | update version to 1.3.1 | Armin Rigo | 2015-11-14 | 2 | -4/+4 |
| | | |||||
| * | Document the SELinux issue with callbacks | Armin Rigo | 2015-11-14 | 1 | -0/+10 |
| | | |||||
| * | typo | Armin Rigo | 2015-10-24 | 1 | -1/+1 |
| | | |||||
| * | Clarify documentation for ffi.from_buffer(): it also works on read-only | Armin Rigo | 2015-10-24 | 1 | -2/+5 |
| | | | | | buffer objects | ||||
| * | typo | Armin Rigo | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | md5/sha1 | Armin Rigo | 2015-10-21 | 1 | -2/+2 |
| | | |||||
| * | Document the trick of re.sub() to remove SAL annotations on Windows | Armin Rigo | 2015-10-21 | 1 | -9/+25 |
| | | |||||
| * | Backed out changeset fbe55ed7e5e2 | Armin Rigo | 2015-10-21 | 1 | -6/+0 |
| | | | | | It's probably better written in the docs instead. | ||||
| * | Issue #225: Ignore basic SAL annotations on Windows. | Armin Rigo | 2015-10-20 | 1 | -0/+6 |
| | | |||||
| * | Document ffi.memmove() | Armin Rigo | 2015-10-16 | 2 | -11/+36 |
| | | |||||
| * | document this windows change | Armin Rigo | 2015-10-14 | 1 | -1/+8 |
| | | |||||
| * | try to be more accurate | mattip | 2015-10-14 | 1 | -2/+3 |
| | | |||||
| * | document hack removal, leave hack in place for backward compatability with ↵ | mattip | 2015-10-13 | 1 | -1/+6 |
| | | | | | verify() | ||||
| * | write a "document me" | Armin Rigo | 2015-10-08 | 1 | -0/+2 |
| | | |||||
| * | Clarify some details | Armin Rigo | 2015-10-07 | 1 | -15/+22 |
| | | |||||
| * | Document __stdcall. | Armin Rigo | 2015-10-07 | 2 | -6/+47 |
| | | |||||
| * | reminder to document | Armin Rigo | 2015-10-06 | 1 | -0/+2 |
| | | |||||
| * | Documentation | Armin Rigo | 2015-09-30 | 2 | -0/+15 |
| | | |||||
| * | document usefulness of ffi.buffer() for reading a struct from a socket | mattip | 2015-09-29 | 1 | -5/+12 |
| | | |||||
| * | Try to be even clearer about when a C compiler is required and when | Armin Rigo | 2015-09-15 | 1 | -0/+14 |
| | | | | | it is not. | ||||
| * | fix textual reference | Armin Rigo | 2015-09-04 | 1 | -2/+2 |
| | | |||||
| * | unbalanced parens | Armin Rigo | 2015-09-04 | 1 | -1/+1 |
| | | |||||
| * | Prepare release 1.3.0 | Armin Rigo | 2015-08-28 | 3 | -7/+7 |
| | | |||||
| * | Document | Armin Rigo | 2015-08-28 | 2 | -2/+16 |
| | | |||||
| * | Document issue #217 | Armin Rigo | 2015-08-26 | 1 | -0/+7 |
| | | |||||
| * | Be more explicit | Armin Rigo | 2015-08-22 | 1 | -0/+6 |
| | | |||||
| * | hg merge release-1.2 | Armin Rigo | 2015-08-22 | 1 | -1/+1 |
| |\ | |||||
| * | | md5/sha1release-1.2 | Armin Rigo | 2015-08-20 | 1 | -2/+2 |
| |/ | |||||
| * | Release 1.2.1 | Armin Rigo | 2015-08-20 | 2 | -4/+4 |
| | | |||||
| * | Add md5/sha1 | Armin Rigo | 2015-08-19 | 1 | -2/+2 |
| | | |||||
| * | Modify the filename | Armin Rigo | 2015-08-19 | 1 | -1/+1 |
| | | |||||
| * | Use section titles that start with a letter: docutils used to turn links | Armin Rigo | 2015-07-31 | 1 | -16/+16 |
| | | | | | | to them to "id01", "id02", etc., and every new version, these would shift, giving the wrong "already-visited" colouring in web browsers | ||||
| * | Add "content" directives to the main pages | Armin Rigo | 2015-07-09 | 3 | -0/+6 |
| | | |||||
| * | Tweaks | Armin Rigo | 2015-07-09 | 3 | -7/+7 |
| | | |||||
