aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.5 into releaserelease-pypy3.5-v5.9.0Matti Picus2017-10-0349-376/+1023
|\
| * Fix translationRonan Lamy2017-10-021-0/+2
| * hg merge defaultRonan Lamy2017-10-022-24/+25
| |\
| | * Fix translationRonan Lamy2017-10-021-1/+1
| | * Split off the builtin case from update_all_slots()Ronan Lamy2017-10-011-23/+24
| * | hg merge defaultRonan Lamy2017-10-0212-99/+191
| |\|
| | * Remove unnecessary from_ref() call from subtype_dealloc()Ronan Lamy2017-10-021-7/+0
| | * merge the cpyext-jit; this makes cpyext calls up to 7x faster in very simple ...Antonio Cuni2017-10-018-8/+86
| | |\
| | | * document and close the branchAntonio Cuni2017-10-011-0/+9
| | | * don't look inside this for now, else it raises InvalidCast; probably it is po...Antonio Cuni2017-09-291-0/+1
| | | * hg merge defaultAntonio Cuni2017-09-29349-4213/+6600
| | | |\
| | | * \ merge part of the cpyext-callopt branch, up to commit 9cbc8bd76297: this shou...Antonio Cuni2017-07-162-5/+60
| | | |\ \
| | | | * | (antonio, plan_rich) more simplifiactions, W_CPyFunctionObjectSingleObject.ty...Richard Plangger2017-03-022-19/+10
| | | | * | specialization for METH_NOARGS & METH_ORichard Plangger2017-03-022-6/+66
| | | | * | add comments we found during the sprint session in the morningRichard Plangger2017-03-022-1/+5
| | | * | | add enough @jit.dont_look_inside so that pypy translatesAntonio Cuni2017-07-164-2/+16
| | | * | | remove cpyext from the JIT policy blacklistAntonio Cuni2017-07-161-1/+1
| | | * | | experimental branch in which to make cpyext visible to the JITAntonio Cuni2017-07-160-0/+0
| | * | | | Extract warn_missing_slot()Ronan Lamy2017-10-011-6/+8
| | * | | | Split update_all_slots()Ronan Lamy2017-10-011-40/+43
| | * | | | Move get_slot_tp_function from slotdefs to typeobjectRonan Lamy2017-10-012-20/+17
| | * | | | Clean up update_all_slots() a bitRonan Lamy2017-10-011-5/+2
| | * | | | Update to cffi/a60ae346a78fArmin Rigo2017-10-012-9/+28
| | * | | | note that cython at least 0.27.1 is requiredMatti Picus2017-10-011-3/+6
| * | | | | On Windows, use GetConsoleCP for stdin.Amaury Forgeot d'Arc2017-10-021-5/+8
| * | | | | pypy-cw.exe -> pypy-c.exe, cw is the non-console exe (amaury)Matti Picus2017-10-024-5/+5
| * | | | | win32 can run without a console, return None in this case (amaury advising)Matti Picus2017-10-021-2/+5
| * | | | | Merge headsRonan Lamy2017-10-013-4/+22
| |\ \ \ \ \
| | * | | | | more places where pypy3-c -> pypy3-c3.exe on win32, maybe refactor?Matti Picus2017-10-013-4/+22
| * | | | | | (arigo, ronan) 'Fix' subclass checking when the subclass doesn't have an MRO ...Ronan Lamy2017-10-012-1/+27
| |/ / / / /
| * | | | | hg merge defaultRonan Lamy2017-09-304-5/+29
| |\| | | |
| | * | | | Expose the Descr_Types, like on CPython 3.*Ronan Lamy2017-09-301-0/+4
| | * | | | update per 1721ac9f04a9Philip Jenvey2017-09-291-2/+1
| | * | | | bump the limit backfijal2017-09-291-1/+1
| | | |_|/ | | |/| |
| | * | | (antocuni, arigo)Armin Rigo2017-09-292-3/+23
| | * | | merge headsArmin Rigo2017-09-292-6/+27
| | |\ \ \
| | * | | | (antocuni, arigo)Armin Rigo2017-09-291-0/+1
| * | | | | Fix vmprof test.Manuel Jacob2017-09-291-2/+2
| * | | | | hg merge defaultRonan Lamy2017-09-295-6/+101
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Add a PyMethodDescr_Check() (not in the CPython API) for Cython's benefitRonan Lamy2017-09-292-6/+27
| | |/ / /
| | * | | (antocuni, arigo) Issue #2666Armin Rigo2017-09-293-0/+74
| | * | | fix Cython issue with classmethods in cdef classesRonan Lamy2017-09-294-15/+46
| * | | | fix Cython issue with classmethods in cdef classesRonan Lamy2017-09-294-15/+46
| * | | | fix testRonan Lamy2017-09-291-1/+1
| * | | | help testrunner find pypy3 exe on win32Matti Picus2017-09-291-2/+5
| * | | | Match CPython3.5's descrobject.hRonan Lamy2017-09-291-6/+6
| * | | | fix mergeRonan Lamy2017-09-292-6/+5
| * | | | hg merge defaultRonan Lamy2017-09-284-81/+55
| |\| | |
| | * | | Use C parser to define the PyXXXDescrObjectsRonan Lamy2017-09-283-71/+40
| | * | | Fix GCC warning caused by PySlice_GetIndicesEx()Ronan Lamy2017-09-281-11/+14