summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use newer test dependencies in Py3.6+.update_test_dependenciesStefan Behnel2021-10-242-6/+1
* 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
|\ \ | |/
| * Avoid copying unaligned 16-bit values since some platforms require them to be...Stefan Behnel2021-09-011-14/+3
* | Avoid copying unaligned 16-bit values since some platforms require them to be...Stefan Behnel2021-09-011-3/+3
* | Update docs to recommend using MSVC on Windows (GH-4345)da-woods2021-08-311-4/+7
* | Deduplicate tuples containing IdentifierStringNode (GH-4353)da-woods2021-08-312-0/+34
* | Fix signature of "PyUnicode_CompareWithASCIIString" (GH-4344)Max Bachmann2021-08-311-1/+1
* | Fix some bugs on Windows (GH-4331)0dminnimda2021-08-312-11/+40
* | docs: fix internal link (GH-4333)da-woods2021-08-091-1/+1
* | docs: Pythonise documentation on Memory Allocation (memory_allocation.rst) (G...0dminnimda2021-08-085-10/+92
* | Restore error when using arbitrary decorators on cdef functions (GH-4323)da-woods2021-08-072-1/+48
* | Suppress warnings about constant expressions on MSVC (GH-4317)da-woods2021-08-072-0/+31
* | Py3.4 does not support '%' formatting for byte strings.Stefan Behnel2021-08-071-1/+1