aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix mergerelease-5.1mattip2016-04-191-1/+1
* merge default into branchmattip2016-04-1992-1244/+2292
|\
| * update for 5.1 releasemattip2016-04-192-7/+5
| * PyEval_ThreadsInitialized(): don't return always 1Armin Rigo2016-04-194-1/+18
| * Uh, the test was not doing anythingArmin Rigo2016-04-191-0/+2
| * Mention the issue in the crash messageArmin Rigo2016-04-191-1/+3
| * c_forkpty() must have the same "raw" declaration as c_fork().Armin Rigo2016-04-191-3/+9
| * import this tooArmin Rigo2016-04-191-3/+15
| * Update to cffi/eeef3869b994Armin Rigo2016-04-194-10/+33
| * print the progress uppon test failure (test_gil), increased the time it sleep...Richard Plangger2016-04-191-1/+6
| * don't store line and column on Nonterminal, introduce a special one-childCarl Friedrich Bolz2016-04-193-30/+74
| * try to reduce the size of concrete syntax tree nodesCarl Friedrich Bolz2016-04-194-439/+504
| * addmattip2016-04-191-0/+1
| * fix isinstance(deque(), Hashable) on the pure python dequePhilip Jenvey2016-04-182-2/+7
| * fix annotation error reporting for stat_result.__getitem__Ronan Lamy2016-04-191-1/+2
| * untabbifymattip2016-04-181-14/+14
| * use TempInt instead of TempVar, the latter has not type propertyRichard Plangger2016-04-181-2/+2
| * List _resource_cffi hereArmin Rigo2016-04-181-2/+3
| * Kill ctypes_config_cacheArmin Rigo2016-04-188-260/+1
| * port _pypy_waitArmin Rigo2016-04-185-109/+76
| * Rewrite resource.py to use cffi instead of ctypes_config_cacheArmin Rigo2016-04-184-166/+213
| * (s390x) overwrote already defined variable, lead to wrong assignmentRichard Plangger2016-04-181-21/+20
| * rewritten test, sleeping up to ~25 second to wait for the initial thread to s...Richard Plangger2016-04-181-5/+6
| * import cffi/5d45c8d8df09 and add missing fileArmin Rigo2016-04-185-23/+78
| * (s390x) marked two tests to be brittle, they some times fail only on one mach...Richard Plangger2016-04-181-0/+4
| * (s390x) prevent setting the key none in reg_bindingsRichard Plangger2016-04-181-0/+11
| * was missing: ffi.list_types()Armin Rigo2016-04-172-0/+180
| * update the version number of cffi to 1.6.0 and import the currentArmin Rigo2016-04-1712-28/+253
| * Sandbox didn't work in 5.0Stefano Rivera2016-04-171-0/+2
| * That was a bug-fix to the NEON bug-fixStefano Rivera2016-04-171-2/+0
| * update contributorsmattip2016-04-172-13/+25
| * document merged branchesmattip2016-04-171-0/+9
| * merge branch which provides numpy.broadcastmattip2016-04-174-0/+210
| |\
| | * close branch to be mergedmattip2016-04-170-0/+0
| | * merge default into branchmattip2016-04-17113-3274/+2339
| | |\ | | |/ | |/|
| * | merge headsArmin Rigo2016-04-171-3/+2
| |\ \
| | * | Try to fix OS X translationRonan Lamy2016-04-171-3/+2
| * | | Fast paths for unpack()Armin Rigo2016-04-176-24/+46
| * | | Implement ffi.unpack(); the fast-paths are coming nextArmin Rigo2016-04-179-57/+127
| |/ /
| * | fix the detection code (probably) for ARMArmin Rigo2016-04-161-1/+4
| * | fix for test_fileArmin Rigo2016-04-161-4/+4
| * | clarify UINT handlingPhilip Jenvey2016-04-151-9/+9
| * | Add ffi.rawstring()Armin Rigo2016-04-157-1/+78
| * | Merged in rposix-for-3 (pull request #427)Ronan Lamy2016-04-152-13/+33
| |\ \
| | * | Close branch rposix-for-3Ronan Lamy2016-04-150-0/+0
| | * | Add wrapper for fstatat()Ronan Lamy2016-04-062-0/+28
| | * | Reuse rposix definition of TIMESPEC in rposix_statRonan Lamy2016-04-061-13/+5
| | * | hg merge defaultRonan Lamy2016-04-06137-2054/+3606
| | |\ \
| * | | | Two tests and two related fixes in typeobject (segfaults the translatedArmin Rigo2016-04-152-3/+27
| * | | | translation issue resolvedRichard Plangger2016-04-151-4/+7