| Commit message (Expand) | Author | Age | Files | Lines |
* | merge py3.5 into releaserelease-pypy3.5-v5.9.0 | Matti Picus | 2017-10-03 | 49 | -376/+1023 |
|\ |
|
| * | Fix translation | Ronan Lamy | 2017-10-02 | 1 | -0/+2 |
| * | hg merge default | Ronan Lamy | 2017-10-02 | 2 | -24/+25 |
| |\ |
|
| | * | Fix translation | Ronan Lamy | 2017-10-02 | 1 | -1/+1 |
| | * | Split off the builtin case from update_all_slots() | Ronan Lamy | 2017-10-01 | 1 | -23/+24 |
| * | | hg merge default | Ronan Lamy | 2017-10-02 | 12 | -99/+191 |
| |\| |
|
| | * | Remove unnecessary from_ref() call from subtype_dealloc() | Ronan Lamy | 2017-10-02 | 1 | -7/+0 |
| | * | merge the cpyext-jit; this makes cpyext calls up to 7x faster in very simple ... | Antonio Cuni | 2017-10-01 | 8 | -8/+86 |
| | |\ |
|
| | | * | document and close the branch | Antonio Cuni | 2017-10-01 | 1 | -0/+9 |
| | | * | don't look inside this for now, else it raises InvalidCast; probably it is po... | Antonio Cuni | 2017-09-29 | 1 | -0/+1 |
| | | * | hg merge default | Antonio Cuni | 2017-09-29 | 349 | -4213/+6600 |
| | | |\ |
|
| | | * \ | merge part of the cpyext-callopt branch, up to commit 9cbc8bd76297: this shou... | Antonio Cuni | 2017-07-16 | 2 | -5/+60 |
| | | |\ \ |
|
| | | | * | | (antonio, plan_rich) more simplifiactions, W_CPyFunctionObjectSingleObject.ty... | Richard Plangger | 2017-03-02 | 2 | -19/+10 |
| | | | * | | specialization for METH_NOARGS & METH_O | Richard Plangger | 2017-03-02 | 2 | -6/+66 |
| | | | * | | add comments we found during the sprint session in the morning | Richard Plangger | 2017-03-02 | 2 | -1/+5 |
| | | * | | | add enough @jit.dont_look_inside so that pypy translates | Antonio Cuni | 2017-07-16 | 4 | -2/+16 |
| | | * | | | remove cpyext from the JIT policy blacklist | Antonio Cuni | 2017-07-16 | 1 | -1/+1 |
| | | * | | | experimental branch in which to make cpyext visible to the JIT | Antonio Cuni | 2017-07-16 | 0 | -0/+0 |
| | * | | | | Extract warn_missing_slot() | Ronan Lamy | 2017-10-01 | 1 | -6/+8 |
| | * | | | | Split update_all_slots() | Ronan Lamy | 2017-10-01 | 1 | -40/+43 |
| | * | | | | Move get_slot_tp_function from slotdefs to typeobject | Ronan Lamy | 2017-10-01 | 2 | -20/+17 |
| | * | | | | Clean up update_all_slots() a bit | Ronan Lamy | 2017-10-01 | 1 | -5/+2 |
| | * | | | | Update to cffi/a60ae346a78f | Armin Rigo | 2017-10-01 | 2 | -9/+28 |
| | * | | | | note that cython at least 0.27.1 is required | Matti Picus | 2017-10-01 | 1 | -3/+6 |
| * | | | | | On Windows, use GetConsoleCP for stdin. | Amaury Forgeot d'Arc | 2017-10-02 | 1 | -5/+8 |
| * | | | | | pypy-cw.exe -> pypy-c.exe, cw is the non-console exe (amaury) | Matti Picus | 2017-10-02 | 4 | -5/+5 |
| * | | | | | win32 can run without a console, return None in this case (amaury advising) | Matti Picus | 2017-10-02 | 1 | -2/+5 |
| * | | | | | Merge heads | Ronan Lamy | 2017-10-01 | 3 | -4/+22 |
| |\ \ \ \ \ |
|
| | * | | | | | more places where pypy3-c -> pypy3-c3.exe on win32, maybe refactor? | Matti Picus | 2017-10-01 | 3 | -4/+22 |
| * | | | | | | (arigo, ronan) 'Fix' subclass checking when the subclass doesn't have an MRO ... | Ronan Lamy | 2017-10-01 | 2 | -1/+27 |
| |/ / / / / |
|
| * | | | | | hg merge default | Ronan Lamy | 2017-09-30 | 4 | -5/+29 |
| |\| | | | |
|
| | * | | | | Expose the Descr_Types, like on CPython 3.* | Ronan Lamy | 2017-09-30 | 1 | -0/+4 |
| | * | | | | update per 1721ac9f04a9 | Philip Jenvey | 2017-09-29 | 1 | -2/+1 |
| | * | | | | bump the limit back | fijal | 2017-09-29 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
| | * | | | (antocuni, arigo) | Armin Rigo | 2017-09-29 | 2 | -3/+23 |
| | * | | | merge heads | Armin Rigo | 2017-09-29 | 2 | -6/+27 |
| | |\ \ \ |
|
| | * | | | | (antocuni, arigo) | Armin Rigo | 2017-09-29 | 1 | -0/+1 |
| * | | | | | Fix vmprof test. | Manuel Jacob | 2017-09-29 | 1 | -2/+2 |
| * | | | | | hg merge default | Ronan Lamy | 2017-09-29 | 5 | -6/+101 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | Add a PyMethodDescr_Check() (not in the CPython API) for Cython's benefit | Ronan Lamy | 2017-09-29 | 2 | -6/+27 |
| | |/ / / |
|
| | * | | | (antocuni, arigo) Issue #2666 | Armin Rigo | 2017-09-29 | 3 | -0/+74 |
| | * | | | fix Cython issue with classmethods in cdef classes | Ronan Lamy | 2017-09-29 | 4 | -15/+46 |
| * | | | | fix Cython issue with classmethods in cdef classes | Ronan Lamy | 2017-09-29 | 4 | -15/+46 |
| * | | | | fix test | Ronan Lamy | 2017-09-29 | 1 | -1/+1 |
| * | | | | help testrunner find pypy3 exe on win32 | Matti Picus | 2017-09-29 | 1 | -2/+5 |
| * | | | | Match CPython3.5's descrobject.h | Ronan Lamy | 2017-09-29 | 1 | -6/+6 |
| * | | | | fix merge | Ronan Lamy | 2017-09-29 | 2 | -6/+5 |
| * | | | | hg merge default | Ronan Lamy | 2017-09-28 | 4 | -81/+55 |
| |\| | | |
|
| | * | | | Use C parser to define the PyXXXDescrObjects | Ronan Lamy | 2017-09-28 | 3 | -71/+40 |
| | * | | | Fix GCC warning caused by PySlice_GetIndicesEx() | Ronan Lamy | 2017-09-28 | 1 | -11/+14 |