summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix this logicArmin Rigo2020-07-211-4/+1
| * Skip this test by default. It keeps finding corner cases that are bugs ofArmin Rigo2020-07-211-6/+9
| * pff, it seems that "running for more than 0.2 seconds" is also a failure cond...Armin Rigo2020-07-211-2/+2
| * A new set of segfaults on Windows using callbacksArmin Rigo2020-07-211-2/+37
| * Keep sys.path, otherwise it's testing another version of _cffi_backend.soArmin Rigo2020-07-191-0/+1
| * Test the callbacks, tooArmin Rigo2020-07-191-2/+41
| * force calls via libffi. shows the problem recently solved on windowsArmin Rigo2020-07-191-4/+7
| * Check with the real C compilerArmin Rigo2020-07-192-89/+124
| * Add a hypothesis test. Mostly checks libffi, or our own libffi_msvc on windowsArmin Rigo2020-07-191-0/+89
| * ctypes on windows doesn't correctly return 3-bytes structsArmin Rigo2020-07-191-0/+2
| * tentative windows fix for 3ea8b17d97f0Armin Rigo2020-07-192-5/+10
| * Extra tests for using a 3-bytes struct as a return typeArmin Rigo2020-07-182-0/+47
| * Comment moreArmin Rigo2020-07-171-1/+4
| * hack around until I make recent pytest versions happyArmin Rigo2020-07-171-4/+9
| * Windows fixArmin Rigo2020-07-171-1/+1
| * Revert 094d9124341e: not all libffi versions in use have aArmin Rigo2020-07-171-8/+12
| * hg merge macos11Armin Rigo2020-07-113-9/+52
| |\
| | * add commentmacos11Armin Rigo2020-07-111-1/+4
| | * merge headsArmin Rigo2020-07-110-0/+0
| | |\
| | | * Backed out changeset 9dd88cced01cLawrence D'Anna2020-07-102-2/+2
| | | * only trust ffi_closure_alloc on armLawrence D'Anna2020-07-092-2/+2
| | * | non-mac: cannot use 'true' in C sources without some more includes;Armin Rigo2020-07-101-7/+7
| | |/
| | * on darwin, arm64 bitfields act like x86_64Lawrence D'Anna2020-07-092-3/+15
| | * MacOS 11, arm64, ffi_prep_cif_varLawrence D'Anna2020-07-092-6/+24
| | * MacOS 11, arm64, use system libffiLawrence D'Anna2020-07-091-1/+11
| |/
| * Windows: complain explicitly in _cffi_backend.FFI().dlopen(None)Armin Rigo2020-07-061-0/+7
| * windows fixArmin Rigo2020-07-061-3/+6