summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* md5/sha1release-1.6Armin Rigo2016-04-211-2/+2
* hg merge defaultArmin Rigo2016-04-216-18/+48
|\
| * Re-add this hack, removed in 51f1337c9b4c; but this time only in testsArmin Rigo2016-04-213-2/+33
| * Windows fix: 'struct a' is a great name for being predefined and not reusableArmin Rigo2016-04-212-15/+15
| * kill unused varArmin Rigo2016-04-211-1/+0
* | make release branchArmin Rigo2016-04-210-0/+0
|/
* ffi.unpack(), extern "Python+C"Armin Rigo2016-04-213-12/+101
* Move the FFI Interface and Conversion reference sections to their own page.Armin Rigo2016-04-215-533/+609
* updateArmin Rigo2016-04-201-4/+5
* Support help(lib.foo)Armin Rigo2016-04-195-58/+145
* Still delay this a bit longerArmin Rigo2016-04-181-2/+2
* Issue #254: extern "Python+C"Armin Rigo2016-04-183-21/+65
* Mention ffi.unpack(), full doc laterArmin Rigo2016-04-171-0/+2
* update the version number to 1.6Armin Rigo2016-04-177-11/+11
* Oops. In this case, unpack(p) returns a list of <cdata struct> thatArmin Rigo2016-04-171-1/+2
* There is no reason to restrict ffi.unpack() to primitives.Armin Rigo2016-04-174-19/+66
* Remove again ffi.rawstring(), and implement instead ffi.unpack().Armin Rigo2016-04-166-68/+175
* Python3 compatArmin Rigo2016-04-153-10/+10
* Also accept arrays of int8_t or uint8_t, like ffi.string()Armin Rigo2016-04-152-15/+22
* Add a test hereArmin Rigo2016-04-151-0/+15
* ffi.rawstring(), with a minimal interfaceArmin Rigo2016-04-155-0/+78
* Test and fix for converting empty ffi's in embedding modeArmin Rigo2016-04-153-1/+14
* Change get_current_ts to always use _Py_atomic_load_relaxed when available.Michael McGee2016-04-051-1/+1
* Change the API of ffi.list_types()Armin Rigo2016-03-305-63/+66
* Document ffi.list_types()Armin Rigo2016-03-292-0/+11
* With ffi.compile(verbose=True), also print the name of the C (or Python)Armin Rigo2016-03-292-9/+16
* ffi.list_types()Armin Rigo2016-03-276-13/+248
* Update the one-sentence catch phrase describing cffiArmin Rigo2016-03-231-3/+3
* Update commentArmin Rigo2016-03-201-3/+2
* Python 3 compatArmin Rigo2016-03-162-2/+2
* Document issue #247Armin Rigo2016-03-151-0/+8
* Another attempt at improving the shutdown issues w.r.t. @def_externArmin Rigo2016-03-151-16/+44
* Oops, tests fail if we run them one by oneArmin Rigo2016-03-021-2/+7
* For now, don't add --never-download. It causes failures on random machines.Armin Rigo2016-03-021-1/+3
* updateArmin Rigo2016-02-191-2/+2
* A dump of my experiences with rpaths and $ORIGIN messesArmin Rigo2016-02-191-1/+77
* merge headsArmin Rigo2016-02-192-25/+38
|\
| * more pypy tweaksArmin Rigo2016-02-192-25/+38
* | Recent releases of virtualenv default to downloading new pip, etc. We don't n...Stefano Rivera2016-02-171-1/+1
* | distribute folded back into setuptools a while ago. This option has no effect...Stefano Rivera2016-02-171-1/+1
|/
* pypy on windows now stores "python27.lib" in a directory "libs"Armin Rigo2016-02-151-6/+4
* hg merge release-1.5Armin Rigo2016-02-130-0/+0
|\
* | md5/sha1release-1.5Armin Rigo2016-02-131-2/+2
* | hg merge defaultArmin Rigo2016-02-130-0/+0
|\ \ | |/ |/|
* | Update versionArmin Rigo2016-02-138-10/+16
* | Fix for Python 2.6Armin Rigo2016-02-132-1/+8
* | hg merge release-1.5Armin Rigo2016-02-131-2/+2
|\ \ | |/
| * md5/sha1Armin Rigo2016-02-131-2/+2
| * hg merge defaultArmin Rigo2016-02-130-0/+0
| |\ |/ /
| * hg merge defaultArmin Rigo2016-02-1323-51/+153
| |\