aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | fix tclobj.AsObj for win64 int typenulano2020-08-291-1/+10
|/
* update to cffi 1.14.2Armin Rigo2020-08-156-19/+57
* move lib_pypy/tools -> lib_pypy/pypy_tools: otherwise"tools" appears on the s...Matti Picus2020-07-272-0/+0
* update to cffi/222126b71a49 (v1.14.1)Armin Rigo2020-07-275-10/+24
* the version of ssl for win32 uses dlls, we must copy them to lib_pypy to be f...Matti Picus2020-07-011-1/+21
* update win32 to openssl1.1Matti Picus2020-06-301-1/+1
* add tk librariesMatt Billenstein2020-06-181-3/+4
* fix path to tcl,tk on windows, issue 3247Matti Picus2020-06-161-4/+11
* It's pointless to compare the length of something with sys.maxsize.Armin Rigo2020-05-311-3/+5
* update to cffi/54810acbf34dArmin Rigo2020-05-284-12/+58
* move default __buffer__ implementation to _ctypes.basics and add function poi...Ronan Lamy2020-05-264-18/+13
* Fix format of swapped-endian simple typesRonan Lamy2020-05-262-10/+6
* Make memoryviews on structs 0-dimensional (py3 behavior)Ronan Lamy2020-05-261-1/+1
* unions and packed structs just use 'B' as their formatRonan Lamy2020-05-261-0/+2
* Implement _getformat() for arraysRonan Lamy2020-05-221-0/+9
* Replace get_format_str() with tp._getformat() and fix pointer formatsRonan Lamy2020-05-225-42/+43
* memoryviews on pointers contain the pointer itself, not what it points to. Ad...Ronan Lamy2020-05-221-2/+5
* Give correct format and itemsize to memoryviews on all _CData instances; unsk...Ronan Lamy2020-05-212-11/+11
* __buffer__() should return a memoryview, not a buffer (obviously)Ronan Lamy2020-05-131-1/+1
* update to cffi/4a4a9e8abe97Armin Rigo2020-04-161-2/+2
* back 18d48fe34950, the problem is distutils.sysconfig not sysconfigMatti Picus2020-04-081-1/+0
* attempt at more compatibility with sysconfig.get_config_vars('VERSION')Matti Picus2020-04-071-0/+1
* use env for testing c-extension import to get PATHMatti Picus2020-04-061-7/+10
* update openssl to 1.1.1f, build on aarch64 as wellMatti Picus2020-04-051-2/+2
* set MACOSX_DEPLOYMENT_TARGET before building opensslMatti Picus2020-04-041-1/+11
* download of ssl movedMatti Picus2020-04-021-2/+2
* backport e7ded1fa63e7Matti Picus2020-04-021-3/+2
* fix for 4449624affea and friends (cfbolz)Matti Picus2020-04-011-2/+1
* fix import namesMatti Picus2020-04-011-2/+2
* typoMatti Picus2020-03-311-1/+1
* improve cffi build script, _curses_build.pyMatti Picus2020-03-302-10/+28
* missing import, fix force-builds scriptMatti Picus2020-03-281-0/+1
* try to fix build of curses on macosMatti Picus2020-03-281-0/+2
* fix bad editMatti Picus2020-03-271-1/+1
* fix for FreeBSD (nimaje)Matti Picus2020-03-261-0/+4
* Make build_cffi_imports.py work in environments that don’t have _multiproce...Manuel Jacob2020-03-081-0/+11
* Upgrade to pycparser 2.20 and regenerate lextab/yacctabArmin Rigo2020-03-075-16/+22
* delete build dependencies when finished with themMatti Picus2020-02-221-0/+2
* update to cffi/f2ec51ca7510Armin Rigo2020-02-076-26/+143
* fix curses tests and make sure ffi.string returns str for python3Matti Picus2020-01-261-3/+12
* update to cffi/d6ad2ea5a57eArmin Rigo2020-01-101-1/+2
* remove debug infoMatti Picus2020-01-101-1/+0
* issue 3144: version was not being updated, and was the wrong thing to check a...Matti Picus2020-01-101-4/+2
* update to cffi/ba124ec241c1Armin Rigo2020-01-051-5/+9
* fix package.py for 5bf1495559a4Matti Picus2019-12-251-0/+0
* move build_cffi_importsMatti Picus2019-12-241-0/+264
* package on portable builds, and contitionally use tk, tcl librariesMatti Picus2019-12-221-0/+10
* invalid escape sequences fixed on upstream github.com/pypy/pyrepl#21Matti Picus2019-12-182-3/+3
* fix for win32Matti Picus2019-12-151-4/+6
* add the constant differently, otherwise cffi.compile chokes on a missing valueMatti Picus2019-12-152-2/+3