summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* proof-of-concept issue a warning if assigning a dead object to a struct fieldwarn-no-ref-keptMatti Picus2017-01-232-0/+30
* tweakMatti Picus2017-01-231-1/+2
* issue300: return _Bool as Python booleans; related fixesArmin Rigo2017-01-234-16/+125
* Version fixArmin Rigo2017-01-231-1/+1
* bump version number to 1.10.0Armin Rigo2017-01-238-12/+12
* Change the Windows-friendly version to be both Windows- andArmin Rigo2017-01-231-5/+17
* Follow-up on b87441f6f36cArmin Rigo2017-01-204-26/+30
* Move back "import cparser" to FFI.__init__, because that module onlyArmin Rigo2017-01-202-2/+3
* Avoid cyclic imports by moving exceptions to a separate moduleRonan Lamy2017-01-208-80/+73
* Add '#pragma GCC visibility push(default)' in case the userArmin Rigo2017-01-172-0/+21
* Add more tipsArmin Rigo2017-01-151-0/+8
* update READMEArmin Rigo2017-01-151-2/+3
* Use __sync_synchronize() only if setup.py detects we have it. Fix forArmin Rigo2017-01-132-2/+18
* Tweaks the docsArmin Rigo2017-01-042-17/+22
* merge strbuf-as-bufferRichard Plangger2017-01-0417-64/+340
|\
| * py3 test fixArmin Rigo2017-01-021-1/+1
| * documentArmin Rigo2017-01-021-0/+3
| * support more obscure compilers. source is https://github.com/matricks/bam/pu...Armin Rigo2017-01-021-1/+14
| * 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
|\