aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update contributorsrelease-pypy3.5-v5.8.0Matti Picus2017-06-053-21/+33
* tp_descr_set on built-in typesArmin Rigo2017-06-052-4/+61
* tp_descr_get on built-in typesArmin Rigo2017-06-052-0/+43
* Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefinedArmin Rigo2017-06-052-1/+8
* move lto to build option, default is False since some gcc versions produce bo...Matti Picus2017-06-052-1/+4
* Expose SOABI in sysconfig in pypy3 tooStefano Rivera2017-06-041-0/+1
* pypy3 manpageStefano Rivera2017-06-042-2/+137
* Let OrderedDict.__init__ behave like CPython wrt. subclasses overridding __se...Ronan Lamy2017-06-032-0/+25
* Give the version 1.10.1 to cffiArmin Rigo2017-06-024-5/+5
* I think this test needs to change too (from 'hg diff -r 486d919c0b87 -rArmin Rigo2017-06-021-4/+25
* merge cffi 1.10.1 (from relevant parts of "hg -R cffi diff --rev 2919 --rev 2...Matti Picus2017-06-026-28/+54
* backout merge of cffi-complex from releaseMatti Picus2017-06-0234-449/+87
* merge py3.5 into releaseMatti Picus2017-06-0271-264/+2605
|\
| * Fix test: Python3 rounds to evenRonan Lamy2017-06-011-2/+2
| * fix syntax error (oops!)Ronan Lamy2017-06-011-1/+2
| * Fix translation on OS X (and likely FreeBSD as well)Dan Villiom Podlaski Christiansen2017-05-312-4/+6
| * hg merge defaultRonan Lamy2017-05-3165-225/+945
| |\
| | * hg merge cffi-complexArmin Rigo2017-05-3134-87/+449
| | |\
| | | * ready to mergeArmin Rigo2017-05-310-0/+0
| | | * Document branchArmin Rigo2017-05-311-0/+2
| | | * import cffi/e4e863b06bc7Armin Rigo2017-05-3119-51/+186
| | | * updateArmin Rigo2017-05-311-1/+1
| | | * Update the version number hereArmin Rigo2017-05-311-1/+1
| | | * Call support for functions with complex args/return typesArmin Rigo2017-05-314-7/+77
| | | * parse_c_typeArmin Rigo2017-05-314-3/+28
| | | * Implement complexes, enough to make the test_c part passArmin Rigo2017-05-316-24/+154
| | | * A branch to implement complex numbers from cffi 1.11Armin Rigo2017-05-300-0/+0
| | |/
| | * start to summarize changes since 5.7.0, read up to changeset 198dc138680fMatti Picus2017-05-301-15/+39
| | * fix first commit after releaseMatti Picus2017-05-301-1/+1
| | * add this to default tooMatti Picus2017-05-301-0/+32
| | * start very rough draft of release notice, restart whatsnew (part 2)Matti Picus2017-05-302-0/+139
| | * update development version to 5.9, restart whatsnew (part 1)Matti Picus2017-05-305-3/+6
| | * merge headsArmin Rigo2017-05-303-8/+73
| | |\
| | | * expand test, fix translationMatti Picus2017-05-302-8/+17
| | | * check tuple, not contentsMatti Picus2017-05-301-1/+1
| | | * tweak documentationMatti Picus2017-05-301-3/+4
| | | * test, add a failure path, and document differences in PyTuple_SetItemMatti Picus2017-05-293-4/+59
| | * | merge back changes to RPython in py3.5 (3ee9941e823c)Armin Rigo2017-05-302-0/+44
| | |/
| | * Add checks on the length argument given to socket.getsockopt(), like CPythonArmin Rigo2017-05-292-0/+18
| | * improve zipfile performance by not doing repeated string concatenationPetre Vijiac2017-05-281-6/+10
| | * Make sure sys.prefix is always defined, even if it contains theArmin Rigo2017-05-283-11/+10
| | * Fix for 0e27a73c87f6Armin Rigo2017-05-281-2/+2
| | * Skip the test about byte-swapped structures, for nowArmin Rigo2017-05-281-1/+4
| | * Fix testArmin Rigo2017-05-281-0/+3
| | * Fix testArmin Rigo2017-05-281-5/+20
| | * document merged branchesMatti Picus2017-05-281-0/+7
| | * Performance tweaks to round(x, n) for the case n == 0Armin Rigo2017-05-284-22/+86
| | * Argh, fix test that was not testing anythingArmin Rigo2017-05-281-29/+29
| | * Reduce diff with py3.5Ronan Lamy2017-05-281-24/+12
| | * Add a marker into the shadowstack from the JIT. Might improve performance in...Armin Rigo2017-05-271-4/+6