aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (antocuni, arigo)Armin Rigo2017-10-101-3/+3
* create non-exporting build_type_checkers_flags with fastpath for pto, use eve...Matti Picus2017-09-031-1/+1
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* hg merge defaultArmin Rigo2017-02-131-2/+3
|\
| * Split off header=None case from @cpython_api into new decorator @slot_functionRonan Lamy2017-01-101-2/+3
* | merge defaultCarl Friedrich Bolz2016-12-191-1/+1
|\|
| * add w_userdata argument to attach() and percolate out to PyDict_NextMatti Picus2016-12-101-1/+1
* | cpyextCarl Friedrich Bolz2016-11-091-2/+2
|/
* factor out some invariant code from the unrolling_iterable loop. no sense inCarl Friedrich Bolz2016-09-161-1/+0
* use faster dealloc in all casesMatti Picus2016-06-231-2/+2
* merge default into branchmattip2016-02-201-1/+1
|\
| * Move structmember.h out of Python.h.Devin Jeanpierre2016-01-311-1/+1
* | More borrow_from() -> result_borrowedArmin Rigo2016-02-151-1/+1
|/
* Handle None explicitly, after failing to handle it twice!Devin Jeanpierre2015-10-121-1/+5
* Remove obsolete TODO.Devin Jeanpierre2015-10-051-1/+0
* Expose traceback fields in cpyext, and expose PyFrameObject as "struct _frame".Devin Jeanpierre2015-10-041-0/+47