summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.26 release.0.26Robert Bradshaw2017-07-192-2/+2
* Version 0.26rc20.26rc2Robert Bradshaw2017-07-181-1/+1
* Merge pull request #1588 from tadeu/add-std-functionRobert Bradshaw2017-07-185-0/+204
|\
| * Add basic support for std::functionTadeu Manoel2017-01-265-0/+204
* | PyPy fix.Robert Bradshaw2017-07-181-6/+22
* | Merge pull request #1778 from scoder/compile_time_complexRobert Bradshaw2017-07-183-10/+24
|\ \
| * | repair compile time evaluation of complex numbersStefan Behnel2017-07-173-10/+24
* | | Merge pull request #1777 from scoder/fix_complex_comparisonRobert Bradshaw2017-07-182-17/+54
|\ \ \ | |/ /
| * | keep type information when coercing C complex to Python complexStefan Behnel2017-07-171-1/+1
| * | repair comparison between C complex types and extension types: previously gen...Stefan Behnel2017-07-172-11/+48
| * | minor indentation/code cleanupStefan Behnel2017-07-171-5/+5
* | | Merge pull request #1779 from jdemeyer/PyObject_GenericGetAttrRobert Bradshaw2017-07-181-0/+4
|\ \ \
| * | | Add declarations for PyObject_GenericGetAttr and PyObject_GenericSetAttrJeroen Demeyer2017-07-171-0/+4
| |/ /
* | | Further cline traceback optimizations.Robert Bradshaw2017-07-181-5/+17
* | | Merge pull request #1773 from scoder/faster_traceback_handlingRobert Bradshaw2017-07-183-25/+36
|\ \ \ | |/ / |/| |
| * | allow enabling/disabling C line display in tracebacks with a new C compile ti...Stefan Behnel2017-07-171-0/+4
| * | extract C-line handling from AddTraceback() into separate function to keep Ad...Stefan Behnel2017-07-161-14/+28
| * | use faster __Pyx_PyObject_GetAttrStr() implementation and avoid static Python...Stefan Behnel2017-07-163-14/+7
* | | fix some C compiler warnings about comparison between signed and unsigned in ...Stefan Behnel2017-07-161-3/+3
|/ /
* | Py3 fix.Robert Bradshaw2017-07-151-1/+5
* | Fix performance regression in exception tracebacks.Robert Bradshaw2017-07-151-2/+11
* | Release candidate 0.26rc10.26rc1Robert Bradshaw2017-07-141-1/+1
* | Merge branch 'release'Robert Bradshaw2017-07-145-9/+33
|\ \
| * | Version 0.26rc00.26rc0Robert Bradshaw2017-07-141-1/+1
| * | Merge commit '863b50c33b955bb29e90bbcb1c8e61bd820845f3' into releaseRobert Bradshaw2017-07-144-6/+6
| |\ \
| * | | Update release notes.Robert Bradshaw2017-07-141-0/+15
| * | | Fix (still unused by default) fast GIL sharing.Robert Bradshaw2017-07-141-3/+13
| * | | Merge branch 'jdemeyer-cdef_public_dll_linkage'Robert Bradshaw2017-07-143-5/+4
| |\ \ \
| | * | | Note dll linkage changes in CHANGES.txtRobert Bradshaw2017-07-141-0/+5
| | * | | Do not use special dll linkage for "cdef public" functionsJeroen Demeyer2017-04-282-5/+2
* | | | | extend fastcall testStefan Behnel2017-07-131-1/+11
* | | | | make fastcall test work in Py2.6+Stefan Behnel2017-07-132-2/+7
* | | | | extend fastcall tests with more Python calls that use METH_FASTCALL in Py3.6+Stefan Behnel2017-07-131-0/+15
* | | | | repair __Pyx_CallUnboundCMethod1() macro which also needs to adapt to the new...Stefan Behnel2017-07-131-2/+6
* | | | | add link to CPython issue in comment for future referenceStefan Behnel2017-07-131-1/+1
* | | | | Merge branch '_METH_FASTCALL_py37'Stefan Behnel2017-07-135-10/+74
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | extend tests to cover some more internal signature cases of CPython builtins ...Stefan Behnel2017-07-133-0/+49
| * | | | adapt METH_FASTCALL handling to signature change of _PyCFunctionFast() in Py3.7Stefan Behnel2017-07-092-10/+25
* | | | | remove useless semicolons from Python codeStefan Behnel2017-07-131-2/+2
* | | | | try to silence C compiler warning about unused function argumentStefan Behnel2017-07-131-1/+1
* | | | | silence some clang warnings about dead codeStefan Behnel2017-07-132-3/+3
| |/ / / |/| | |
* | | | Fix #1767Robert Bradshaw2017-07-101-3/+5
* | | | Add semicolon for fallthrough statements.0.26b2Robert Bradshaw2017-07-101-3/+3
* | | | Another version bump.Robert Bradshaw2017-07-101-1/+1
* | | | Isolate C++ fallthrough detection.Robert Bradshaw2017-07-101-8/+14
* | | | Another beta.0.26b1Robert Bradshaw2017-07-101-1/+1
* | | | Avoid pickling objects with struct attributes.Robert Bradshaw2017-07-102-15/+52
* | | | Rename unknown_directives.Robert Bradshaw2017-07-101-4/+4
* | | | Merge pull request #1759 from jdemeyer/invalid_directivesRobert Bradshaw2017-07-101-4/+9
|\ \ \ \
| * | | | Give an error for invalid options or directivesJeroen Demeyer2017-07-041-4/+9