summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Python 2.6 compatArmin Rigo2016-12-301-1/+5
| * Explicitly flush the import machinery cache, in case the filesystem doesn't h...Stefano Rivera2016-12-301-0/+3
| * We're interested in --with-pydebug not -dStefano Rivera2016-12-302-5/+7
| * Fill in whatsnewArmin Rigo2016-12-271-3/+8
| * Improve the error in case of version mismatchArmin Rigo2016-12-251-2/+11
| * typoArmin Rigo2016-12-251-1/+1
| * update version number to 1.9.2Armin Rigo2016-12-227-11/+11
| * Detect packed structs. Improve error messages and test them.Armin Rigo2016-12-225-34/+139
| * A failing testArmin Rigo2016-12-221-0/+22
| * More carefulness in the error messagesArmin Rigo2016-12-221-3/+9
| * Fix/test/expand the error messages we get by using structs/unions asArmin Rigo2016-12-222-17/+103
| * Document explicit calls to lib.malloc()Armin Rigo2016-12-221-2/+20
| * typosArmin Rigo2016-12-121-2/+2
* | Fix testArmin Rigo2017-01-031-1/+5
* | update whatsnew entryRichard Plangger2017-01-031-0/+2
* | kill invalid_input_buffer_type, update docs to state that now only unicode ob...Richard Plangger2017-01-032-34/+8
* | readd two lines accidentaly removedRichard Plangger2017-01-031-0/+2
* | do not allow unicode to directly be passed to from_bufferRichard Plangger2016-12-091-2/+2
* | allow from_buffer for buffer and memoryview even when they point to bytes/uni...Richard Plangger2016-12-092-18/+5
* | pypy now can get a raw address from a StringBuffer, modify testRichard Plangger2016-12-091-7/+13
|/
* add warningArmin Rigo2016-12-091-1/+1
* Document 'FILE *'Armin Rigo2016-12-092-3/+34
* Document issue #295Armin Rigo2016-12-081-0/+13
* Windows fixes in the exampleArmin Rigo2016-12-071-1/+19
* fix testArmin Rigo2016-12-071-1/+2
* test and fix for b6adad5f4ea3, actually reverting some C changes thatArmin Rigo2016-12-062-13/+18
* Issue #295: use calloc() directly instead of PyObject_Malloc()+memset()Armin Rigo2016-12-051-7/+47
* merge headsArmin Rigo2016-11-281-1/+15
|\
| * Document should_clear_after_alloc a bit moreArmin Rigo2016-11-281-1/+15
* | Merged in umireon/cffi/build-with-xcode-only (pull request #73)Armin Rigo2016-11-271-0/+14
|\ \ | |/ |/|
| * Able to build on macOS only with Xcode but without CLTbuild-with-xcode-onlyKaito Udagawa2016-11-261-0/+14
|/
* hg merge release-1.9Armin Rigo2016-11-121-3/+3
|\
| * md5/sharelease-1.9Armin Rigo2016-11-121-3/+3
| * hg merge defaultArmin Rigo2016-11-127-12/+13
| |\ | |/ |/|
* | update to 1.9.1Armin Rigo2016-11-127-11/+11
* | hg merge release-1.9Armin Rigo2016-11-121-3/+3
|\ \ | |/
| * md5/shaArmin Rigo2016-11-121-3/+3
| * Release branchArmin Rigo2016-11-120-0/+0
* | Windows compilation fixArmin Rigo2016-11-121-1/+2
|/
* A different fix for 0ecb431b2b94Armin Rigo2016-11-111-1/+1
* Backed out changeset 0ecb431b2b94Armin Rigo2016-11-112-2/+2
* Update the docs to the style r"""...C source..."""Armin Rigo2016-11-114-15/+19
* Fix a warning for PyPy3Armin Rigo2016-11-092-2/+2
* Backed out changeset dc390236b9c6Armin Rigo2016-11-071-1/+4
* Reorganize (thanks matti)Armin Rigo2016-11-071-4/+1
* Don't pollute the namespace with 'CTypeDescrObject'Armin Rigo2016-11-051-9/+10
* Bump version number to 1.9.0Armin Rigo2016-11-027-9/+9
* Add a noteArmin Rigo2016-10-291-1/+3
* Fix: the condition "offsetof == sizeof" for being a var-sized arrayArmin Rigo2016-10-295-15/+47
* One more case, this time in CompiledFFI.sizeof().Armin Rigo2016-10-284-27/+35