summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew.rst
Commit message (Expand)AuthorAgeFilesLines
* Document the missing add_memory_pressure in PyPy <= 5.6Armin Rigo2017-03-101-0/+4
* issue #255: comparing primitive cdatasArmin Rigo2017-02-191-0/+7
* ffi.addressof(lib, "name") now also works in in-line modeArmin Rigo2017-02-071-0/+4
* Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-0/+3
* issue300: return _Bool as Python booleans; related fixesArmin Rigo2017-01-231-0/+13
* Tweaks the docsArmin Rigo2017-01-041-4/+9
* merge strbuf-as-bufferRichard Plangger2017-01-041-3/+11
|\
| * documentArmin Rigo2017-01-021-0/+3
| * Fill in whatsnewArmin Rigo2016-12-271-3/+8
* | update whatsnew entryRichard Plangger2017-01-031-0/+2
|/
* Document issue #295Armin Rigo2016-12-081-0/+13
* Decided to fix ffi.sizeof() too. Update the documentation.Armin Rigo2016-10-271-2/+22
* Revert b84710ae130a again. Ensure we get a warning for every opaqueArmin Rigo2016-10-201-15/+7
* Of course when I finally turned the warning in an error (18cdf37d6b26) IArmin Rigo2016-10-201-0/+15
* update to 1.8.4 and add whatsnewArmin Rigo2016-09-201-0/+8
* Document the new warningArmin Rigo2016-09-151-0/+13
* Update and document v1.8.2Armin Rigo2016-09-061-0/+9
* Un-document the removal of the ctypes backendArmin Rigo2016-09-031-4/+0
* - add ffi.compile(debug=flag)Armin Rigo2016-09-031-6/+14
* Kill the ctypes backend.Armin Rigo2016-09-031-0/+4
* update whatsnewArmin Rigo2016-08-241-0/+7
* Update docsArmin Rigo2016-08-061-1/+8
* The null_byte_after_str branch of PyPy makes ffi.from_buffer(str)Armin Rigo2016-08-021-0/+7
* Support dir(p), where p is a struct or pointer-to-struct, to obtainArmin Rigo2016-06-061-1/+2
* Another new itemArmin Rigo2016-06-061-0/+2
* UpdateArmin Rigo2016-06-061-7/+7
* tweaksArmin Rigo2016-06-051-3/+1
* Test and fix: the "bool" type in C++Armin Rigo2016-06-051-0/+4
* Document 61e03368485c and 4d6671385e08. Remove the "new in version 0.9"Armin Rigo2016-06-031-0/+10
* document e7ca388b0197 in whatsnewArmin Rigo2016-05-071-0/+5
* Fix the next version number (not for immediate release!)Armin Rigo2016-05-071-2/+4
* Add ffi.gc(ptr, None) which *removes* the destructor in-place on a ffi.gc() o...Amaury Forgeot d'Arc2016-04-231-0/+7
* ffi.unpack(), extern "Python+C"Armin Rigo2016-04-211-8/+12
* Move the FFI Interface and Conversion reference sections to their own page.Armin Rigo2016-04-211-3/+6
* updateArmin Rigo2016-04-201-4/+5
* Support help(lib.foo)Armin Rigo2016-04-191-0/+7
* Mention ffi.unpack(), full doc laterArmin Rigo2016-04-171-0/+2
* Document ffi.list_types()Armin Rigo2016-03-291-0/+6
* Update versionArmin Rigo2016-02-131-0/+6
* Document whatsnewArmin Rigo2016-02-091-0/+12
* What's NewArmin Rigo2016-01-151-0/+8
* bump to 1.4.2 (reason in issue #239)Armin Rigo2015-12-211-0/+6
* Document 1.4.1Armin Rigo2015-12-171-0/+10
* Expand the whatsnew for ffi.new_handle()Armin Rigo2015-12-111-9/+14
* Some more minor whatsnewArmin Rigo2015-12-081-0/+6
* refactor the lazy-loading in dlopen() lib objects; add __dir__().Armin Rigo2015-12-081-0/+2
* Polish the doc for `extern "Python"'Armin Rigo2015-12-071-0/+10
* Document init_once()Armin Rigo2015-12-071-5/+6
* ffi.compile(verbose=True)Armin Rigo2015-12-061-0/+3
* improve doc for the fix to ffi.new_handle()Armin Rigo2015-11-231-3/+4