summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
* fixed test failures in Unraisable error collectorfix_filelike_flushMatt Davis2021-07-071-0/+2
* Fix for sys.version >= (3, 10)Armin Rigo2021-02-191-1/+2
* Bump version to 1.14.5 and add whatsnew entryArmin Rigo2021-02-112-3/+3
* bump version to 1.14.4Armin Rigo2020-11-242-3/+3
* Issue #478Armin Rigo2020-10-291-4/+14
* bump version to 1.14.3Armin Rigo2020-09-152-3/+3
* Don't call PyEval_InitThreads() on CPython >= 3.7, where it should always be aArmin Rigo2020-08-311-0/+5
* bump version number to 1.14.2Armin Rigo2020-08-152-3/+3
* minor detailArmin Rigo2020-08-151-0/+2
* another attempt at Py_LIMITED_API on Windows on CPython >= 3.5Armin Rigo2020-08-133-13/+49
* #355 #350Armin Rigo2020-08-121-3/+3
* bump version number to 1.14.1Armin Rigo2020-07-262-3/+3
* Allow ffi.embedding_init_code("unicode-with-non-ascii-chars")Armin Rigo2020-07-241-2/+16
* #454Armin Rigo2020-05-291-4/+4
* Issue #454Armin Rigo2020-05-261-3/+34
* #453Armin Rigo2020-05-204-9/+24
* Fix a warning (or an error, with -Werror) on pypy3Armin Rigo2020-04-121-2/+2
* Bump version number to 1.14.0Armin Rigo2020-02-072-3/+3
* Issue #440Armin Rigo2020-01-193-22/+139
* fix some gcc warningsArmin Rigo2020-01-051-1/+2
* Issue #437Armin Rigo2020-01-051-5/+9
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-2/+2
* update version to 1.13.2Armin Rigo2019-11-032-3/+3
* Tweak the warning messageArmin Rigo2019-11-031-3/+3
* bump version to 1.13.1Armin Rigo2019-10-212-3/+3
* Issue #427Armin Rigo2019-10-191-7/+9
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-141-0/+8
* Don't return a bool from __int__(), as it raises a (Pending?)DeprecationWarningArmin Rigo2019-09-201-1/+1
* (brendan on mailing list) Ignore preprocessor stuff when looking for '"'Armin Rigo2019-06-191-6/+10
* Issue #412Armin Rigo2019-06-121-2/+3
* bump version number to 1.13Armin Rigo2019-06-032-3/+3
* Fix C integer division. Add modulo.Armin Rigo2019-04-261-2/+9
* merge pull request #96. Thanks Cody!Armin Rigo2019-04-265-51/+76
|\
| * Windows fixArmin Rigo2019-04-191-1/+2
| * bump version to 1.12.3Armin Rigo2019-04-112-3/+3
| * remove extra comments.guillaumesottas2019-03-261-5/+3
| * remove useless try/catch, and remove unreachable elif statement.guillaumesottas2019-03-261-2/+0
| * add support for long/long long C integer constant suffixes, and supportguillaumesottas2019-03-261-6/+16
| * fix #407 add support for u/U suffix in integer constants (eg. 0xABu, or 0xCDU).guillaumesottas2019-03-251-0/+2
| * py3.8 fixesArmin Rigo2019-03-161-6/+39
| * bump version number to 1.12.2Armin Rigo2019-02-262-3/+3
| * bump version number to 1.12.1Armin Rigo2019-02-162-3/+3
| * On Windows, we still can't use Py_LIMITED_API for bad reasons.Armin Rigo2019-02-162-36/+19
* | Add support for more binary ops in enum definitions.Cody Piersall2019-02-021-9/+22
|/
* Backport 4d18a461a973 from pypyArmin Rigo2019-01-311-1/+1
* Change the API and document it.Armin Rigo2019-01-311-6/+10
* Tweaks to the pkgconfig supportArmin Rigo2019-01-314-64/+84
* Reduce number of exceptionsMichal Vyskocil2019-01-112-16/+6
* P: cffi must be compatible with 3.2Michal Vyskocil2019-01-101-5/+5
* Define and raise specific hierarchy of exceptionsMichal Vyskocil2019-01-102-4/+41