summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update md5/sha sumsv1.11.1Armin Rigo2017-10-041-3/+3
* more tweaksArmin Rigo2017-10-042-2/+3
* Skip a test: the link location now points to the general pip page,Armin Rigo2017-10-041-0/+1
* tweaks in whatsnewArmin Rigo2017-10-041-3/+3
* hg merge defaultArmin Rigo2017-10-043-6/+21
|\
| * Can't really "import platform" here, for pypyArmin Rigo2017-10-011-5/+2
| * Turn off the UserWarning when implicitly trying to convert betweenArmin Rigo2017-09-302-2/+16
| * ImportErrorArmin Rigo2017-09-301-0/+1
| * Issue #337Armin Rigo2017-09-302-4/+7
* | hg merge defaultArmin Rigo2017-09-271-0/+2
|\ \ | |/
| * Mention the fix 989d98a58c95Armin Rigo2017-09-271-0/+2
* | hg merge defaultArmin Rigo2017-09-270-0/+0
|\ \ | |/ |/|
| * hg merge defaultArmin Rigo2017-09-270-0/+0
| |\
* | | More fun with _PyThreadState_Current becoming undefined in 3.7.Armin Rigo2017-09-271-9/+17
|/ /
* | "char *" => "const char *" until Python 3.7 is happyArmin Rigo2017-09-276-12/+14
* | Update version to 1.11.1Armin Rigo2017-09-277-11/+11
* | Document 4b0741f26fcdArmin Rigo2017-09-271-0/+5
* | Apply the same patch as everyone elseArmin Rigo2017-09-271-0/+8
* | Some more module-like behavior hacksArmin Rigo2017-09-211-0/+7
* | Fix the remaining places for PyPy3. (Originally in Pull Request #82)Armin Rigo2017-09-212-8/+8
* | Prepare for the next minor releaseArmin Rigo2017-09-211-0/+6
* | Only run the memory-intensive tests on Linux x86 or x64 machines.Armin Rigo2017-09-202-1/+21
* | Get rid of deprecated Python C API functionsArmin Rigo2017-09-202-6/+15
* | Add Python 3.6 in that listArmin Rigo2017-09-171-0/+1
* | Generalize the test to passArmin Rigo2017-09-161-1/+1
* | hg merge release-1.11Armin Rigo2017-09-161-4/+4
|\ \ | |/
| * md5/sha and link fix(?)Armin Rigo2017-09-161-4/+4
| * release branchArmin Rigo2017-09-160-0/+0
* | merge headsArmin Rigo2017-09-162-4/+4
|\ \ | |/ |/|
| * Python 3Armin Rigo2017-09-162-4/+4
* | TypoArmin Rigo2017-09-161-1/+1
* | Update the doc, as suggested on python-cffiArmin Rigo2017-09-151-2/+29
|/
* Update the tests for pycparser 2.18Armin Rigo2017-09-152-3/+8
* Update the comment.Armin Rigo2017-09-141-2/+3
* Add note here about __restrict__Armin Rigo2017-09-011-0/+4
* Write down an explicit example of what not to doArmin Rigo2017-08-311-0/+3
* Expand the docs about wchar_t/char16_t/char32_tArmin Rigo2017-08-312-14/+68
* Improve error messageArmin Rigo2017-08-251-5/+8
* Should call GC_UnTrack before Py_DECREF()Armin Rigo2017-08-201-0/+1
* Another note about performance, this time in whatsnew.rstArmin Rigo2017-08-121-0/+4
* Another note about performanceArmin Rigo2017-08-121-1/+3
* Mention that ffi.dlopen(None) does not work on Python 3 on Windows.Armin Rigo2017-08-121-0/+4
* Document ffi.gc(..., size)Armin Rigo2017-08-022-12/+41
* Add an optional 'size' argument to ffi.gc(). So far, it has no effectArmin Rigo2017-08-026-7/+135
* Minor fixArmin Rigo2017-07-311-2/+2
* Mention the embedding problem on Debian that was discussed in issue #264.Armin Rigo2017-07-211-0/+9
* Issue #300Armin Rigo2017-07-218-11/+37
* Issue #323Armin Rigo2017-07-201-1/+1
* Support some sub-combination involving C++ and Python 3.xArmin Rigo2017-07-202-0/+12
* Apply the patch of issue 321 if __NetBSD__ is defined.Armin Rigo2017-07-083-18/+79