aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mergenulano2020-10-141-13/+16
|\
| * differentiate in tests between sys.maxunicode and sizeof(w_char_t)Matti Picus2020-07-231-13/+16
* | merge default into branchMatti Picus2020-10-051-2/+2
|\|
| * get rid of mentions of bitbucketMatti Picus2020-09-241-2/+2
* | skip 32-bit specific test in _rawffinulano2020-08-101-2/+3
* | fix rffi.LONG vs rffi.SIGNED in _rawffi/altnulano2020-07-245-41/+63
* | fix test_clibffi.py::test_callback, test__rawffi.py::test_callback, _rawffi/c...nulano2020-07-182-5/+5
|/
* Add common base class for SimpleView and RawBufferViewRonan Lamy2020-05-141-1/+1
* Move ArrayView to pypy.interpreter.buffer.RawBufferViewRonan Lamy2020-05-141-59/+2
* Fix format and itemsize in buffer protocol implementation for _rawffi.ArrayIn...Ronan Lamy2020-05-144-18/+79
* fixRonan Lamy2020-05-141-1/+1
* Add 2 failing testsRonan Lamy2020-05-131-0/+9
* Reduce diff with py3.6Ronan Lamy2020-05-135-65/+51
* test, fix CDLL(None) on win32 should raise TypeErrorMatti Picus2019-09-172-7/+14
* hg merge defaultRonan Lamy2019-07-242-7/+49
|\
| * fix translation: %d in oefmt must be intMatti Picus2019-04-291-2/+2
| * detailArmin Rigo2019-04-291-1/+1
| * Test and fixArmin Rigo2019-04-292-2/+22
| * Unicode characters out of range(0x11000): fix a few docstrings, and try to moreArmin Rigo2019-03-272-5/+27
* | hg merge defaultRonan Lamy2019-03-126-26/+33
|\|
| * test, fix for '\x00' in wcharp2utf8nMatti Picus2019-01-011-3/+4
| * check for ascii field nameMatti Picus2018-12-241-1/+5
| * merge default into branchMatti Picus2018-12-091-5/+3
| |\
| * \ merge default into branchMatti Picus2018-04-291-4/+5
| |\ \
| * | | fix _rawffi and add a todo itemfijal2017-12-092-8/+9
| * | | translation fixesRonan Lamy2017-12-092-6/+6
| * | | remove the flagfijal2017-12-071-2/+1
| * | | fix the warnings module, add we_are_translated for nowfijal2017-12-031-2/+2
| * | | start fixing _rawffifijal2017-11-244-15/+17
* | | | hg merge defaultRonan Lamy2018-11-201-5/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Simplify testsRonan Lamy2018-11-171-5/+3
| | |/ | |/|
* | | Fix translationRonan Lamy2018-05-083-20/+20
* | | Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.pyRonan Lamy2018-11-072-58/+58
|/ /
* | fix for linux32 (how did it ever pass???)Matti Picus2018-04-111-4/+5
* | Backport test additions and cleanups from unicode-utf8Ronan Lamy2017-12-121-3/+3
|/
* patches from issue 2694, implement ctypes.CDLL(... handle=n)Matti Picus2017-11-011-11/+11
* WIP: hg merge default: lots of conflicts due to the merge of Pybuffer-backpor...Antonio Cuni2017-05-152-2/+3
|\
| * fix _rawffiRonan Lamy2017-05-111-0/+6
| * progressRonan Lamy2017-05-082-8/+4
* | use RawBuffer for all the various raw-memory backed buffers we haveAntonio Cuni2017-05-091-2/+2
|/
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-0527-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-0327-0/+0
* windows fixArmin Rigo2017-03-141-1/+4
* Replace space.realstr_w -> space.realtext_w and 'str_or_None' ->Armin Rigo2017-02-222-3/+3
* Remove space.str_w() and space.str0_w() in RPython code.Armin Rigo2017-02-221-1/+1
* more str unwrap_spec removedCarl Friedrich Bolz2016-12-064-14/+14
* progress: remove space.w_str completely (replaced by space.w_bytes andCarl Friedrich Bolz2016-12-022-2/+2
* replace more w_str and str_w instancesCarl Friedrich Bolz2016-12-016-14/+14
* fix the annoying wrap in _rawffiCarl Friedrich Bolz2016-11-291-2/+5
* a number of fixesCarl Friedrich Bolz2016-11-221-1/+1