summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close branch, ready to mergeofekmeister/windows-support-py_limited_api-1534700268692Armin Rigo2018-08-240-0/+0
* Document it in whatsnewArmin Rigo2018-08-241-0/+4
* Redo 164e526a5515 and 14ce6985e1c3.Armin Rigo2018-08-241-3/+36
* setuptools_ext.py edited online with BitbucketOfek Lev2018-08-191-6/+1
* [windows] Support Py_LIMITED_APIOfek Lev2018-08-191-10/+0
* Add comment about "if __name__ == '__main__'"Armin Rigo2018-08-171-0/+11
* Update docsArmin Rigo2018-08-151-4/+3
* hg merge docArmin Rigo2018-08-140-0/+0
|\
* | ready to mergedocArmin Rigo2018-08-140-0/+0
* | Small tweaksArmin Rigo2018-08-141-15/+17
* | edit overviewMatti Picus2018-08-131-21/+32
|/
* Refactor again overview.rst, including all cases in the order that seemsArmin Rigo2018-08-121-88/+224
* Issue #375Armin Rigo2018-08-081-0/+27
* msvc supportArmin Rigo2018-08-081-1/+3
* Merged in kelledin/cffi/create-tmp-homedir (pull request #89)Armin Rigo2018-08-070-0/+0
|\
* | point $HOME to empty tempdir rather than a nonexistent pathcreate-tmp-homedirFrank Schaefer2018-08-071-2/+11
|/
* Add test from the recent ctypes fix bpo-29565 (may fail on win64)Armin Rigo2018-08-051-0/+27
* Issue #372Armin Rigo2018-08-011-2/+7
* Issue #373Armin Rigo2018-08-011-1/+3
* always specify entry points because they may be used even with PyPydaa2018-07-291-1/+1
* setup.py now supports building in a context and installing in a differentArmin Rigo2018-07-101-5/+12
* no real point in turning this warning into an errorArmin Rigo2018-07-101-2/+2
* Last version where we still give this warning, thinking about turning itArmin Rigo2018-07-071-1/+1
* Bump version to 1.12.0 (but not planning a release soon)Armin Rigo2018-07-077-12/+12
* Issue 366Armin Rigo2018-06-261-10/+22
* Merged in edbaunton/cffi/edbaunton/minor-fix-fucntion-typo-in-overviewrst-152...Armin Rigo2018-06-200-0/+0
|\
* | Minor: Fix 'fucntion' typo in overview.rstedbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587edbaunton2018-06-201-1/+1
|/
* Issue 364Armin Rigo2018-06-1611-44/+153
* Py3.7: fix const-correctnessArmin Rigo2018-06-013-4/+4
* Mention cppyyArmin Rigo2018-05-231-0/+7
* Merged in jdufresne/cffi (pull request #86)Armin Rigo2018-04-242-1/+13
|\
| * Issue #363Armin Rigo2018-04-162-1/+13
* | Include license file in the generated wheel packageJon Dufresne2018-04-101-0/+2
|/
* Show the recommended use case: API/out-of-line first, in its own section.Jean-Daniel Browne2018-03-201-99/+134
* Issue #362Armin Rigo2018-03-153-11/+72
* Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-275-24/+17
* Direct tests for close_lib()Armin Rigo2018-02-271-0/+9
* hg merge release-1.11Armin Rigo2018-02-277-11/+11
|\
| * Added tag v1.11.5 for changeset 48416163071erelease-1.11Armin Rigo2018-02-270-0/+0
| * md5/shav1.11.5Armin Rigo2018-02-271-3/+3
| * Bump to 1.11.5Armin Rigo2018-02-277-11/+11
| * hg merge defaultArmin Rigo2018-02-270-0/+0
| |\ |/ /
* | Update whatsnewArmin Rigo2018-02-271-8/+16
* | Document issue #355 and #350 hereArmin Rigo2018-02-231-1/+7
* | Import from setuptools instead of distutils from hereArmin Rigo2018-02-231-2/+2
* | Fix version numberArmin Rigo2018-02-221-1/+1
* | Document the fixes since 1.11.4Armin Rigo2018-02-221-1/+18
* | Issue #358Armin Rigo2018-02-221-60/+8
* | silence a gcc warning shown in some (recent?) versions of gccArmin Rigo2018-02-201-8/+10
* | More Windows support for ffi.dlopen(), this time the out-of-line versionArmin Rigo2018-02-163-60/+75