summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a NULL testda-woods2022-07-171-0/+18
* Change compile tests to use TreeFragmentda-woods2022-07-174-40/+44
* setup enum34 on pypy2.7da-woods2022-07-172-0/+3
* A bit of spacing for readabilityda-woods2022-07-171-2/+31
* Make disabling returns easier to findda-woods2022-07-171-266/+266
* Updated test_patma to match most recent CPythonda-woods2022-07-171-2/+46
* Tiny comment fixesda-woods2022-07-171-1/+1
* Apply one more suggestionda-woods2022-07-171-1/+1
* Apply suggestions from code reviewda-woods2022-07-172-9/+6
* Update to reflect named_expr refactorda-woods2022-07-161-1/+1
* Merge branch 'master' into parse-matchda-woods2022-07-16124-1393/+4209
|\
| * Make it easier to restore scanner state during parsing phase (GH-4813)da-woods2022-07-1618-76/+279
| * Make memoryviewslice and cython.array be collections.abc.Sequence (GH-4817)da-woods2022-07-164-6/+108
| * Refactor parsing of named expressions to bring it closer to CPython's LL pars...da-woods2022-07-162-41/+74
| * Extend test to make sure that cython.declare(int) interprets "int" as C int a...Stefan Behnel2022-07-161-3/+4
| * Give better errors on size changes of PyVarObjects and reduce false positives...da-woods2022-07-1610-47/+214
| * Merge branch '0.29.x'Stefan Behnel2022-07-160-0/+0
| |\
| | * Fixed over-zealous optimization of append attribute usage to "__Pyx_PyObject_...da-woods2022-07-163-2/+36
| * | Fixed over-zealous optimization of append attribute usage to "__Pyx_PyObject_...da-woods2022-07-163-2/+36
| * | Avoid conflict between propery names and function variables (GH-4845)da-woods2022-07-163-3/+34
| * | Merge branch '0.29.x'Stefan Behnel2022-07-130-0/+0
| |\ \ | | |/
| | * Error on memoryview argument capture on 0.29.x (GH-4849)da-woods2022-07-122-2/+33
| | * Add tests for NULL objects in memoryviews (GH-4871)da-woods2022-07-062-11/+49
| * | Add tests for NULL objects in memoryviews (GH-4871)da-woods2022-07-132-11/+49
| * | Update changelog.Stefan Behnel2022-07-131-18/+36
| * | Avoid raising StopIteration in "__next__" if possible (GH-4844)da-woods2022-07-138-2/+140
| * | Disable co_varnames identity check on Python 3.11 (GH-4850)da-woods2022-07-131-1/+6
| * | Add a note about cythonize in the quickstart documentation (GH-4879)da-woods2022-07-121-0/+4
| * | Allow setting "annotation_typing" directive more locally (GH-4886)da-woods2022-07-124-2/+49
| * | Fix annotation type analysis for Python "typing" types (GH-4606)scoder2022-07-1118-253/+477
| * | Docs: migrate extension_types.rst to pure python (GH-4516)Matus Valo2022-07-0727-230/+861
| * | Fix mistake in docs error return values (GH-4876)da-woods2022-07-061-1/+1
| * | Don't add multiple "CoerceToBooleanNode" layers (GH-4847)da-woods2022-07-041-0/+2
| * | Add note that embedding does not produce a portable application (GH-4863)da-woods2022-07-042-1/+10
| * | Avoid NULL dereference in __Pyx_KwValues_FASTCALL (GH-4872)da-woods2022-07-041-1/+1
| * | Reject invalid spellings of Ellipsis (GH-4868)0dminnimda2022-07-046-11/+104
| * | Port pyximport to the importlib machinery (GH-4625)Matus Valo2022-07-043-601/+1076
| * | includes/cpython: Fix newfunc to use PyObject* for args/kwargs instead of obj...Kirill Smelkov2022-07-041-1/+1
| * | Merge branch '0.29.x'Stefan Behnel2022-07-040-0/+0
| |\ \ | | |/
| | * Revert "includes/cpython: Fix newfunc to use PyObject* for args/kwargs instea...Stefan Behnel2022-07-041-1/+1
| | * includes/cpython: Fix newfunc to use PyObject* for args/kwargs instead of obj...Kirill Smelkov2022-07-031-1/+1
| * | Merge branch '0.29.x'da-woods2022-07-031-2/+2
| |\ \ | | |/
| | * Fix tuple*float test on PyPyda-woods2022-07-031-2/+2
| * | Update changelogda-woods2022-07-031-6/+30
| * | Merge branch '0.29.x'da-woods2022-07-031-0/+33
| |\ \ | | |/
| | * Updated changelogda-woods2022-07-031-0/+34
| * | Merge branch '0.29.x'da-woods2022-07-032-1/+19
| |\ \ | | |/
| | * BUG: Fortify object buffers against included NULLs (#4859)Sebastian Berg2022-07-032-7/+55
| | * Fix tuple multiplication in MergedSequenceNode (GH-4864)da-woods2022-06-282-1/+19
| * | BUG: Fortify object buffers against included NULLs (#4859)Sebastian Berg2022-07-032-7/+55