summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | test for pushing to heptapodArmin Rigo2020-11-281-0/+1
* | hg merge release-1.14Armin Rigo2020-11-247-11/+11
|\ \ | |/
| * Added tag v1.14.4 for changeset ede015a0e620Armin Rigo2020-11-240-0/+0
| * release 1.14.4v1.14.4Armin Rigo2020-11-241-3/+3
| * bump version to 1.14.4Armin Rigo2020-11-247-11/+11
| * hg merge defaultArmin Rigo2020-11-246-76/+147
| |\ | |/ |/|
* | fix for yet another way in which old libffi's are not compatible with new lib...Armin Rigo2020-11-241-5/+13
* | Fix what I think will be a compile-time error in some casesArmin Rigo2020-11-201-10/+20
* | Merge branch 'branch/memset' into 'branch/default'Armin Rigo2020-11-021-0/+1
|\ \
| * | add missing includememsetMatti Picus2020-11-011-0/+1
|/ /
* | Issue #478Armin Rigo2020-10-292-4/+19
* | Issue #475Armin Rigo2020-10-142-2/+3
* | py3Armin Rigo2020-10-141-2/+2
* | Fix building `cffi` for macOS with Apple Silicon support + backwards compatib...Max BĂ©langer2020-10-022-73/+88
* | explicit test of unaligned pointer reads/writesArmin Rigo2020-09-231-0/+21
* | Added tag v1.14.3 for changeset 56a682f7336dArmin Rigo2020-09-150-0/+0
* | hg merge release-1.14Armin Rigo2020-09-157-11/+11
|\ \ | |/
| * md5/shav1.14.3Armin Rigo2020-09-151-3/+3
| * bump version to 1.14.3Armin Rigo2020-09-157-11/+11
| * update branch release-1.14 for 1.14.3Armin Rigo2020-09-154-43/+22
| |\ | |/ |/|
* | this test is fragile on a non-translated pypy, skip itArmin Rigo2020-09-031-2/+2
* | merge headsArmin Rigo2020-08-311-11/+11
|\ \
| * | let the test run directly on pypy tooArmin Rigo2020-08-301-11/+11
* | | Don't call PyEval_InitThreads() on CPython >= 3.7, where it should always be aArmin Rigo2020-08-312-2/+9
|/ /
* | Remove extremely old and outdated .gitignoreArmin Rigo2020-08-211-28/+0
* | Added tag v1.14.2 for changeset e927dba37deeArmin Rigo2020-08-150-0/+0
* | hg merge release-1.14Armin Rigo2020-08-157-11/+11
|\ \ | |/
| * md5/shav1.14.2Armin Rigo2020-08-151-3/+3
| * bump version number to 1.14.2Armin Rigo2020-08-157-11/+11
| * update branch release-1.14 for 1.14.2Armin Rigo2020-08-1511-57/+97
| |\ | |/ |/|
* | minor detailArmin Rigo2020-08-151-0/+2
* | add whatsnew for 1.14.2Armin Rigo2020-08-141-0/+18
* | another attempt at Py_LIMITED_API on Windows on CPython >= 3.5Armin Rigo2020-08-133-13/+49
* | #355 #350Armin Rigo2020-08-121-3/+3
* | 'bitbucket => heptapod' for most linksArmin Rigo2020-08-086-40/+24
* | Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after theArmin Rigo2020-07-283-14/+0
* | more CPython 3.9b5 fixesArmin Rigo2020-07-272-2/+7
* | CPython 3.9b5 fixArmin Rigo2020-07-272-0/+9
* | Added tag v1.14.1 for changeset 4610fa3bd439Armin Rigo2020-07-270-0/+0
* | hg merge release-1.14Armin Rigo2020-07-267-11/+11
|\ \ | |/
| * md5/shav1.14.1Armin Rigo2020-07-261-3/+3
| * bump version number to 1.14.1Armin Rigo2020-07-267-11/+11
| * update branch release-1.14 for 1.14.1Armin Rigo2020-07-2629-123/+871
| |\ | |/ |/|
* | whatsnew: v1.14.1Armin Rigo2020-07-241-0/+19
* | forgot this fileArmin Rigo2020-07-241-0/+26
* | pff I love Python 3Armin Rigo2020-07-241-1/+2
* | Allow ffi.embedding_init_code("unicode-with-non-ascii-chars")Armin Rigo2020-07-242-2/+22
* | more of the same, for win64Armin Rigo2020-07-212-4/+14
* | next fix, for win64Armin Rigo2020-07-211-0/+2
* | #465 Callback returning non-small struct failed on WindowsArmin Rigo2020-07-211-10/+10