| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for edc44ccff552: the previous fix in clibffi had no effectRevDB-pypy2.7-v5.6.2 | Armin Rigo | 2017-07-25 | 5 | -17/+21 |
* | Give id()s that are generally multiple of 8. Helps running rpython tests. | Armin Rigo | 2017-02-23 | 1 | -1/+8 |
* | Added tag RevDB-pypy2.7-v5.6.1 for changeset e90317857d27 | Armin Rigo | 2017-01-14 | 1 | -0/+1 |
* | Need to force disabled modules to be false, else they may still beRevDB-pypy2.7-v5.6.1 | Armin Rigo | 2017-01-14 | 1 | -1/+2 |
* | hg merge default | Armin Rigo | 2017-01-01 | 1 | -0/+2 |
|\ |
|
| * | add missing debugging helper | Armin Rigo | 2017-01-01 | 1 | -0/+2 |
* | | hg merge default | Armin Rigo | 2017-01-01 | 1107 | -23482/+42659 |
|\| |
|
| * | document branch | Armin Rigo | 2017-01-01 | 1 | -0/+5 |
| * | Allow --gc=boehm with the cpyext module. | Armin Rigo | 2017-01-01 | 1 | -2/+2 |
| * | hg merge boehm-rawrefcount | Armin Rigo | 2017-01-01 | 7 | -15/+636 |
| |\ |
|
| * | | Clean up; merge generate_macros() into generate_decls_and_callbacks() | Ronan Lamy | 2016-12-30 | 1 | -21/+7 |
| * | | Delete obsolete and undocumented file | Ronan Lamy | 2016-12-29 | 1 | -100/+0 |
| * | | Refactor globals registration | Ronan Lamy | 2016-12-29 | 1 | -12/+25 |
| * | | Simplify code | Ronan Lamy | 2016-12-29 | 1 | -7/+2 |
| * | | Remove unused parameter | Ronan Lamy | 2016-12-29 | 1 | -8/+5 |
| * | | Remove unused parameter | Ronan Lamy | 2016-12-29 | 1 | -3/+3 |
| * | | cleanup dead code (arigato) | Matti Picus | 2016-12-28 | 1 | -3/+0 |
| * | | Fix for a translation crash of 'rpython --sandbox -O2' | Armin Rigo | 2016-12-28 | 1 | -0/+2 |
| * | | Add so_prefixes to all posix platforms | Armin Rigo | 2016-12-28 | 4 | -3/+1 |
| * | | document merged branch | Matti Picus | 2016-12-27 | 1 | -0/+8 |
| * | | merge issue2444 into default | Matti Picus | 2016-12-27 | 13 | -85/+281 |
| |\ \ |
|
| | * | | Py_buffer: keep the same struct name as CPython | Ronan Lamy | 2016-12-27 | 1 | -1/+1 |
| | * | | Delay PyMemoryViewObject configuration so we can use the standard mechanism t... | Ronan Lamy | 2016-12-27 | 2 | -6/+6 |
| | * | | test, fix for issue 2453 | Matti Picus | 2016-12-26 | 2 | -4/+8 |
| | * | | use _attrs_ instead of __slots__ | Matti Picus | 2016-12-26 | 1 | -2/+3 |
| | * | | merge default into branch | Matti Picus | 2016-12-26 | 214 | -14869/+3629 |
| | |\ \ |
|
| | * | | | fix hack from f66ee40b4bc5 | Matti Picus | 2016-12-26 | 2 | -4/+2 |
| | * | | | remove cyclic reference, w_obj <-> pymemobj, view = pymemobj.c_view | Matti Picus | 2016-12-26 | 1 | -1/+1 |
| | * | | | merge heads | Matti Picus | 2016-12-26 | 7 | -23/+75 |
| | |\ \ \ |
|
| | | * | | | create PyMemoryViewObject with a Py_buffer view, change Py_buffer -> rffi.CSt... | Matti Picus | 2016-12-19 | 9 | -36/+85 |
| | | * | | | failing test for leak in PyMemoryView_GET_BUFFER | Matti Picus | 2016-12-19 | 2 | -0/+10 |
| | * | | | | move code | Matti Picus | 2016-12-25 | 1 | -26/+24 |
| | * | | | | add test that passes but in teardown calls CPyBuffer finalizer after space is... | Matti Picus | 2016-12-25 | 1 | -1/+14 |
| | * | | | | rewrite c-level tests, find a misisng decref, always run finalizer to decref | Matti Picus | 2016-12-25 | 3 | -37/+35 |
| | |/ / / |
|
| | * | | | merge default into branch | Matti Picus | 2016-12-18 | 121 | -7421/+4443 |
| | |\ \ \ |
|
| | * | | | | translation fixes, redo self.pyobj to avoid check_graph_of_del_does_not_call_... | Matti Picus | 2016-12-18 | 1 | -12/+34 |
| | * | | | | use FinalizerQueue (with minor hack for tests) | Matti Picus | 2016-12-17 | 4 | -10/+26 |
| | * | | | | try with _finalize_, but it is called too early | Matti Picus | 2016-12-12 | 5 | -6/+18 |
| | * | | | | massive hack of CPyBuffer.__del__ to call bf_releasebuffer, new idea needed | Matti Picus | 2016-12-12 | 2 | -8/+36 |
| | * | | | | test for calling bf_releasebuffer, pases with -A | Matti Picus | 2016-12-12 | 1 | -0/+54 |
| * | | | | | update version | Armin Rigo | 2016-12-27 | 1 | -1/+1 |
| * | | | | | Remove the old, top-level ctypes_configure directory, which is (as far | Armin Rigo | 2016-12-27 | 11 | -1597/+0 |
| | |_|/ /
| |/| | | |
|
| * | | | | update to cffi 1.9.2 | Armin Rigo | 2016-12-22 | 11 | -41/+410 |
| * | | | | Reduce the diff with the original | Armin Rigo | 2016-12-20 | 1 | -3/+8 |
| * | | | | Maybe temporary: change py.test, which displays unicode strings 'xx' | Armin Rigo | 2016-12-20 | 1 | -3/+3 |
| * | | | | Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18 | Armin Rigo | 2016-12-20 | 3 | -23/+18 |
| * | | | | Fix the calls to crc32/adler32 | Armin Rigo | 2016-12-20 | 2 | -3/+7 |
| * | | | | Rename the PyPy-specific 'ob_keys' member of PyDictObject to '_tmpkeys', | Armin Rigo | 2016-12-19 | 2 | -11/+11 |
| * | | | | zlib.crc32() and zlib.adler32(): support >2**32 strings | Armin Rigo | 2016-12-19 | 2 | -24/+53 |
| * | | | | Fix rzlib to support arbitrary large input strings (> 2**32 on 64-bit) | Armin Rigo | 2016-12-19 | 2 | -6/+53 |