| Commit message (Expand) | Author | Age | Files | Lines |
* | update contributorsrelease-pypy3.5-v5.8.0 | Matti Picus | 2017-06-05 | 3 | -21/+33 |
* | tp_descr_set on built-in types | Armin Rigo | 2017-06-05 | 2 | -4/+61 |
* | tp_descr_get on built-in types | Armin Rigo | 2017-06-05 | 2 | -0/+43 |
* | Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined | Armin Rigo | 2017-06-05 | 2 | -1/+8 |
* | move lto to build option, default is False since some gcc versions produce bo... | Matti Picus | 2017-06-05 | 2 | -1/+4 |
* | Expose SOABI in sysconfig in pypy3 too | Stefano Rivera | 2017-06-04 | 1 | -0/+1 |
* | pypy3 manpage | Stefano Rivera | 2017-06-04 | 2 | -2/+137 |
* | Let OrderedDict.__init__ behave like CPython wrt. subclasses overridding __se... | Ronan Lamy | 2017-06-03 | 2 | -0/+25 |
* | Give the version 1.10.1 to cffi | Armin Rigo | 2017-06-02 | 4 | -5/+5 |
* | I think this test needs to change too (from 'hg diff -r 486d919c0b87 -r | Armin Rigo | 2017-06-02 | 1 | -4/+25 |
* | merge cffi 1.10.1 (from relevant parts of "hg -R cffi diff --rev 2919 --rev 2... | Matti Picus | 2017-06-02 | 6 | -28/+54 |
* | backout merge of cffi-complex from release | Matti Picus | 2017-06-02 | 34 | -449/+87 |
* | merge py3.5 into release | Matti Picus | 2017-06-02 | 71 | -264/+2605 |
|\ |
|
| * | Fix test: Python3 rounds to even | Ronan Lamy | 2017-06-01 | 1 | -2/+2 |
| * | fix syntax error (oops!) | Ronan Lamy | 2017-06-01 | 1 | -1/+2 |
| * | Fix translation on OS X (and likely FreeBSD as well) | Dan Villiom Podlaski Christiansen | 2017-05-31 | 2 | -4/+6 |
| * | hg merge default | Ronan Lamy | 2017-05-31 | 65 | -225/+945 |
| |\ |
|
| | * | hg merge cffi-complex | Armin Rigo | 2017-05-31 | 34 | -87/+449 |
| | |\ |
|
| | | * | ready to merge | Armin Rigo | 2017-05-31 | 0 | -0/+0 |
| | | * | Document branch | Armin Rigo | 2017-05-31 | 1 | -0/+2 |
| | | * | import cffi/e4e863b06bc7 | Armin Rigo | 2017-05-31 | 19 | -51/+186 |
| | | * | update | Armin Rigo | 2017-05-31 | 1 | -1/+1 |
| | | * | Update the version number here | Armin Rigo | 2017-05-31 | 1 | -1/+1 |
| | | * | Call support for functions with complex args/return types | Armin Rigo | 2017-05-31 | 4 | -7/+77 |
| | | * | parse_c_type | Armin Rigo | 2017-05-31 | 4 | -3/+28 |
| | | * | Implement complexes, enough to make the test_c part pass | Armin Rigo | 2017-05-31 | 6 | -24/+154 |
| | | * | A branch to implement complex numbers from cffi 1.11 | Armin Rigo | 2017-05-30 | 0 | -0/+0 |
| | |/ |
|
| | * | start to summarize changes since 5.7.0, read up to changeset 198dc138680f | Matti Picus | 2017-05-30 | 1 | -15/+39 |
| | * | fix first commit after release | Matti Picus | 2017-05-30 | 1 | -1/+1 |
| | * | add this to default too | Matti Picus | 2017-05-30 | 1 | -0/+32 |
| | * | start very rough draft of release notice, restart whatsnew (part 2) | Matti Picus | 2017-05-30 | 2 | -0/+139 |
| | * | update development version to 5.9, restart whatsnew (part 1) | Matti Picus | 2017-05-30 | 5 | -3/+6 |
| | * | merge heads | Armin Rigo | 2017-05-30 | 3 | -8/+73 |
| | |\ |
|
| | | * | expand test, fix translation | Matti Picus | 2017-05-30 | 2 | -8/+17 |
| | | * | check tuple, not contents | Matti Picus | 2017-05-30 | 1 | -1/+1 |
| | | * | tweak documentation | Matti Picus | 2017-05-30 | 1 | -3/+4 |
| | | * | test, add a failure path, and document differences in PyTuple_SetItem | Matti Picus | 2017-05-29 | 3 | -4/+59 |
| | * | | merge back changes to RPython in py3.5 (3ee9941e823c) | Armin Rigo | 2017-05-30 | 2 | -0/+44 |
| | |/ |
|
| | * | Add checks on the length argument given to socket.getsockopt(), like CPython | Armin Rigo | 2017-05-29 | 2 | -0/+18 |
| | * | improve zipfile performance by not doing repeated string concatenation | Petre Vijiac | 2017-05-28 | 1 | -6/+10 |
| | * | Make sure sys.prefix is always defined, even if it contains the | Armin Rigo | 2017-05-28 | 3 | -11/+10 |
| | * | Fix for 0e27a73c87f6 | Armin Rigo | 2017-05-28 | 1 | -2/+2 |
| | * | Skip the test about byte-swapped structures, for now | Armin Rigo | 2017-05-28 | 1 | -1/+4 |
| | * | Fix test | Armin Rigo | 2017-05-28 | 1 | -0/+3 |
| | * | Fix test | Armin Rigo | 2017-05-28 | 1 | -5/+20 |
| | * | document merged branches | Matti Picus | 2017-05-28 | 1 | -0/+7 |
| | * | Performance tweaks to round(x, n) for the case n == 0 | Armin Rigo | 2017-05-28 | 4 | -22/+86 |
| | * | Argh, fix test that was not testing anything | Armin Rigo | 2017-05-28 | 1 | -29/+29 |
| | * | Reduce diff with py3.5 | Ronan Lamy | 2017-05-28 | 1 | -24/+12 |
| | * | Add a marker into the shadowstack from the JIT. Might improve performance in... | Armin Rigo | 2017-05-27 | 1 | -4/+6 |