aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for edc44ccff552: the previous fix in clibffi had no effectRevDB-pypy2.7-v5.6.2Armin Rigo2017-07-255-17/+21
* Give id()s that are generally multiple of 8. Helps running rpython tests.Armin Rigo2017-02-231-1/+8
* Added tag RevDB-pypy2.7-v5.6.1 for changeset e90317857d27Armin Rigo2017-01-141-0/+1
* Need to force disabled modules to be false, else they may still beRevDB-pypy2.7-v5.6.1Armin Rigo2017-01-141-1/+2
* hg merge defaultArmin Rigo2017-01-011-0/+2
|\
| * add missing debugging helperArmin Rigo2017-01-011-0/+2
* | hg merge defaultArmin Rigo2017-01-011107-23482/+42659
|\|
| * document branchArmin Rigo2017-01-011-0/+5
| * Allow --gc=boehm with the cpyext module.Armin Rigo2017-01-011-2/+2
| * hg merge boehm-rawrefcountArmin Rigo2017-01-017-15/+636
| |\
| * | Clean up; merge generate_macros() into generate_decls_and_callbacks()Ronan Lamy2016-12-301-21/+7
| * | Delete obsolete and undocumented fileRonan Lamy2016-12-291-100/+0
| * | Refactor globals registrationRonan Lamy2016-12-291-12/+25
| * | Simplify codeRonan Lamy2016-12-291-7/+2
| * | Remove unused parameterRonan Lamy2016-12-291-8/+5
| * | Remove unused parameterRonan Lamy2016-12-291-3/+3
| * | cleanup dead code (arigato)Matti Picus2016-12-281-3/+0
| * | Fix for a translation crash of 'rpython --sandbox -O2'Armin Rigo2016-12-281-0/+2
| * | Add so_prefixes to all posix platformsArmin Rigo2016-12-284-3/+1
| * | document merged branchMatti Picus2016-12-271-0/+8
| * | merge issue2444 into defaultMatti Picus2016-12-2713-85/+281
| |\ \
| | * | Py_buffer: keep the same struct name as CPythonRonan Lamy2016-12-271-1/+1
| | * | Delay PyMemoryViewObject configuration so we can use the standard mechanism t...Ronan Lamy2016-12-272-6/+6
| | * | test, fix for issue 2453Matti Picus2016-12-262-4/+8
| | * | use _attrs_ instead of __slots__Matti Picus2016-12-261-2/+3
| | * | merge default into branchMatti Picus2016-12-26214-14869/+3629
| | |\ \
| | * | | fix hack from f66ee40b4bc5Matti Picus2016-12-262-4/+2
| | * | | remove cyclic reference, w_obj <-> pymemobj, view = pymemobj.c_viewMatti Picus2016-12-261-1/+1
| | * | | merge headsMatti Picus2016-12-267-23/+75
| | |\ \ \
| | | * | | create PyMemoryViewObject with a Py_buffer view, change Py_buffer -> rffi.CSt...Matti Picus2016-12-199-36/+85
| | | * | | failing test for leak in PyMemoryView_GET_BUFFERMatti Picus2016-12-192-0/+10
| | * | | | move codeMatti Picus2016-12-251-26/+24
| | * | | | add test that passes but in teardown calls CPyBuffer finalizer after space is...Matti Picus2016-12-251-1/+14
| | * | | | rewrite c-level tests, find a misisng decref, always run finalizer to decrefMatti Picus2016-12-253-37/+35
| | |/ / /
| | * | | merge default into branchMatti Picus2016-12-18121-7421/+4443
| | |\ \ \
| | * | | | translation fixes, redo self.pyobj to avoid check_graph_of_del_does_not_call_...Matti Picus2016-12-181-12/+34
| | * | | | use FinalizerQueue (with minor hack for tests)Matti Picus2016-12-174-10/+26
| | * | | | try with _finalize_, but it is called too earlyMatti Picus2016-12-125-6/+18
| | * | | | massive hack of CPyBuffer.__del__ to call bf_releasebuffer, new idea neededMatti Picus2016-12-122-8/+36
| | * | | | test for calling bf_releasebuffer, pases with -AMatti Picus2016-12-121-0/+54
| * | | | | update versionArmin Rigo2016-12-271-1/+1
| * | | | | Remove the old, top-level ctypes_configure directory, which is (as farArmin Rigo2016-12-2711-1597/+0
| | |_|/ / | |/| | |
| * | | | update to cffi 1.9.2Armin Rigo2016-12-2211-41/+410
| * | | | Reduce the diff with the originalArmin Rigo2016-12-201-3/+8
| * | | | Maybe temporary: change py.test, which displays unicode strings 'xx'Armin Rigo2016-12-201-3/+3
| * | | | Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18Armin Rigo2016-12-203-23/+18
| * | | | Fix the calls to crc32/adler32Armin Rigo2016-12-202-3/+7
| * | | | Rename the PyPy-specific 'ob_keys' member of PyDictObject to '_tmpkeys',Armin Rigo2016-12-192-11/+11
| * | | | zlib.crc32() and zlib.adler32(): support >2**32 stringsArmin Rigo2016-12-192-24/+53
| * | | | Fix rzlib to support arbitrary large input strings (> 2**32 on 64-bit)Armin Rigo2016-12-192-6/+53