summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 3.0.0a93.0.0a9Stefan Behnel2021-07-202-2/+2
* docs: Change "Microsoft's Visual C" to "Microsoft Visual C/C++ (MSVC)" (GH-4142)Shreyan Avigyan2021-07-201-2/+2
* Introduce pure Python mode in the "language basics" documentation (GH-4242)Matus Valo2021-07-2013-141/+678
* Document `typeof` in pure.rst (GH-4301)0dminnimda2021-07-201-0/+7
* Update changelog.Stefan Behnel2021-07-201-0/+12
* Explicitly return None from a method that is expected to return something oth...Stefan Behnel2021-07-201-0/+1
* Rewrite the section on fused types in function signatures to make it clearer ...Stefan Behnel2021-07-201-11/+27
* Refactor function to make it less verbose and simpler to change: error cases ...Stefan Behnel2021-07-201-12/+7
* Make code more readable by changing the order of a condition and moving the s...Stefan Behnel2021-07-201-45/+45
* Update changelog.Stefan Behnel2021-07-201-0/+25
* Prevent C++ coercions from picking up user-set directives (GH-4206)da-woods2021-07-202-5/+24
* Merge pull request #4186 from amol-/cygdb-optional-interpreterRobert Bradshaw2021-07-191-22/+38
|\
| * Add --skip-interpreter optionAlessandro Molina2021-05-211-22/+38
* | Resolve some issues with "cpp_locals" (GH-4265)da-woods2021-07-1942-60/+137
* | Rename GeneratorExpressionScope to ComprehensionScope (GH-4275)da-woods2021-07-192-9/+9
* | Add missing multiset class to the standard library bindings (GH-4273)da-woods2021-07-193-10/+225
* | Add missing "max_element()" in libcpp.algorithms (GH-4271)da-woods2021-07-182-4/+8
* | Fix and enforce a couple of code formatting issues. (II)Stefan Behnel2021-07-181-13/+13
* | Fix and enforce a couple of code formatting issues.Stefan Behnel2021-07-183-13/+13
* | Rephrase "two syntax variants" note to give readers a hint why they exist.Stefan Behnel2021-07-181-10/+13
* | Add a script for backing up Github issues.Stefan Behnel2021-07-161-0/+142
* | Fix missing images in quickstart (#4285)Matus Valo2021-07-153-0/+0
* | docs: Add pure Python examples to "Getting started" guide (GH-4283)Matus Valo2021-07-159-20/+93
* | docs: Use explicitely the "cython" module in examples (GH-4284)Matus Valo2021-07-142-4/+2
* | docs: Pythonise the "Extension types (aka. cdef classes)" page (cdef_classes....0dminnimda2021-07-1412-34/+173
* | docs: Add Pure Python mode to "Calling C functions" tutorial (GH-4247)Matus Valo2021-07-149-4/+79
* | Merge branch '0.29.x'Stefan Behnel2021-07-131-1/+1
|\ \
| * | Prepare release of 0.29.24.0.29.24Stefan Behnel2021-07-132-2/+2
* | | Set the "is_target" attribute for names, attributes and temps (anything name-...Stefan Behnel2021-07-131-2/+3
* | | Avoid going through an attribute assignment for an intermediate node result s...Stefan Behnel2021-07-131-2/+2
* | | Fix: overwrite target node after analysis.Stefan Behnel2021-07-132-3/+3
* | | Merge branch '0.29.x'Stefan Behnel2021-07-133-5/+56
|\ \ \ | |/ /
| * | Update changelog.Stefan Behnel2021-07-131-0/+14
| * | Fix "std::string::npos" in 'libcpp.string' and add missing C++ string methods...Janek Bevendorff2021-07-132-78/+211
* | | Fix "std::string::npos" in 'libcpp.string' and add missing C++ string methods...Janek Bevendorff2021-07-132-85/+169
* | | Remove accidentally duplicated test code.Stefan Behnel2021-07-101-1/+0
* | | Use different build jobs for manylinux release builds.Stefan Behnel2021-07-071-12/+92
* | | Build and keep wheels in Github Actions. (GH-4267)scoder2021-07-063-0/+72
* | | Clean up test and add one for writing dedented text in tests.Stefan Behnel2021-07-031-3/+17
* | | Fix test in Py2.Stefan Behnel2021-07-031-1/+4
* | | Extend somment.Stefan Behnel2021-07-031-1/+1
* | | Add some test helper functions to create (source) files from tests.Stefan Behnel2021-07-032-0/+82
* | | Fix a refcounting bug in the new @total_ordering decorator.Stefan Behnel2021-07-032-2/+5
* | | Fix issue reference in changelog.Stefan Behnel2021-07-031-1/+1
* | | Prepare release of 3.0.0a8.3.0.0a8Stefan Behnel2021-07-021-1/+1
* | | Update changelog.Stefan Behnel2021-07-021-286/+326
* | | Declare a static method as @staticmethod.Stefan Behnel2021-07-021-1/+2
* | | Fix infinite recursion in binops code (GH-4204)da-woods2021-07-023-11/+99
* | | Error message on cpdef variables (GH-3963)da-woods2021-07-022-8/+7
* | | docs: limitations of np.ndarray (GH-4230)da-woods2021-07-021-0/+10