summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC -Wsign-conversion warningdalcinl/fix-c-warningLisandro Dalcin2021-11-021-1/+1
* Repair coverage tests to make them work with coverage 6.1, which changed the ...Stefan Behnel2021-10-312-14/+23
* Merge branch '0.29.x'Stefan Behnel2021-10-310-0/+0
|\
| * Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)Thomas A Caswell2021-10-313-4/+15
* | Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)Thomas A Caswell2021-10-313-4/+15
* | Fix pure Python example in clibraries.rst (GH-4432)Matus Valo2021-10-291-1/+1
* | Add `clear_method_caches` to Utils.py (#4338)0dminnimda2021-10-283-4/+115
* | Apply #3782 to all releases older than Visual Studio 2017 (GH-4357)Max Bachmann2021-10-281-3/+3
* | Clean up the NumPy integration test by moving the doctests into the functions...Stefan Behnel2021-10-251-180/+225
* | Remove dead test code.Stefan Behnel2021-10-251-27/+0
* | Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the pr...Stefan Behnel2021-10-252-6/+1
* | Initial support for Python 3.11 (GH-4414)da-woods2021-10-254-10/+80
* | Make sure that version dependent special methods are correctly and completely...Stefan Behnel2021-10-242-2/+90
* | Add Py3.10 as CI test target.Stefan Behnel2021-10-241-1/+9
* | Update incorrect version support comment for pycapsule.pxd (GH-4426)Max Bachmann2021-10-231-1/+1
* | Fix libcpp map/set/multiset/unordered type issues (GH-4410)Dobatymo2021-10-228-169/+485
* | Add C++ multimap/unordered_multimap (GH-4419)Dobatymo2021-10-223-0/+275
* | Introduce new shell syntax for ci-run.sh to improve Windows support (GH-4400)0dminnimda2021-10-221-28/+31
* | Merge branch '0.29.x'Stefan Behnel2021-10-210-0/+0
|\ \ | |/
| * docs: Use the Cython + IPython lexers that come with Pygments to avoid having...Stefan Behnel2021-10-213-267/+0
* | Add some missing functions to libcpp maps and string (GH-4395)account-login2021-10-206-0/+25
* | Merge branch '0.29.x'Stefan Behnel2021-10-180-0/+0
|\ \ | |/
| * Fix tracing after adapting it to Py3.11 (GH-4420)da-woods2021-10-181-2/+2
* | Fix tracing after adapting it to Py3.11 (GH-4420)da-woods2021-10-181-2/+2
* | Fix fused.__self__ tests on PyPy (GH-4417)da-woods2021-10-181-9/+12
* | Merge branch '0.29.x'Stefan Behnel2021-10-181-21/+38
|\ \ | |/
| * Make Profile.c use PyThreadState_EnterTracing() (GH-4411)Victor Stinner2021-10-181-21/+38
* | Fix fused cpdef default arguments (GH-4413)da-woods2021-10-174-6/+38
* | Import TextTestResult in test runner instead of _TextTestResult (GH-4415)da-woods2021-10-172-10/+7
* | Fix wrong type in unordered_multiset::swap() (GH-4408)Dobatymo2021-10-151-1/+1
* | Improve ci-run.sh (GH-4398)0dminnimda2021-10-071-23/+66
* | Improve "import_array" guard (GH-4397)da-woods2021-10-062-2/+2
* | Make a compile test runnable.Stefan Behnel2021-10-022-12/+41
* | Handle function "outer_attrs" more consistently (GH-4375)da-woods2021-10-014-3/+25
* | Change gcc version check in test runner to a numeric comparison (GH-4359)da-woods2021-10-011-2/+4
* | Fix typo discovered by codespell (#4387)Christian Clauss2021-09-291-1/+1
* | Fix the name of attributes in the common ABI module (GH-4376)da-woods2021-09-282-6/+27
* | Avoid AddTraceback() if stringtab isn't set up (GH-4378)da-woods2021-09-273-25/+77
* | Make __Pyx_CoroutineAwaitType non-pickleable (GH-4381)da-woods2021-09-271-0/+21
* | Avoid unnecessary binding of fused functions on class lookup (GH-4370)da-woods2021-09-242-3/+63
* | Remove usused "FetchCommonPointer" utility code (GH-4380)da-woods2021-09-202-35/+0
* | Merge branch '0.29.x'Stefan Behnel2021-09-071-3/+3
|\ \ | |/
| * Update changelog.Stefan Behnel2021-09-071-0/+17
| * Fix signature of "PyUnicode_CompareWithASCIIString" (GH-4344)Max Bachmann2021-09-071-1/+1
| * Fix C++ bool coercion where no "operator bool" exists (GH-4349)da-woods2021-09-032-2/+15
* | Update changelog.Stefan Behnel2021-09-071-0/+19
* | Fix maybe uninitialized `value` in get_value and get_value_no_default. (GH-4361)Nicolas Pauss2021-09-061-2/+2
* | Fix a couple of trivial typos (GH-4363)da-woods2021-09-052-2/+2
* | Fix C++ bool coercion where no "operator bool" exists (GH-4349)da-woods2021-09-032-2/+15
* | Merge branch '0.29.x'Stefan Behnel2021-09-011-0/+1
|\ \ | |/