summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove incorrect CyFunction __self__ attribute (GH-4051)da-woods2021-03-302-17/+114
| * | Add an explicit warning to modules that use the "array.array" internals and t...Stefan Behnel2021-03-301-0/+8
| * | Remove GNU specific "tm" struct fields "tm_zone" and "tm_gmtoff" from libc/ti...Stefan Behnel2021-03-301-2/+3
| * | Merge branch '0.29.x'Stefan Behnel2021-03-302-41/+51
| |\ \ | | |/
| | * Update changelog.Stefan Behnel2021-03-301-0/+10
| | * Avoid empty frozenset singleton on Python 3.10 (GH-4049)da-woods2021-03-302-5/+7
| | * Port test_asyncgen to Python 3.10 (GH-4044)Victor Stinner2021-03-301-46/+46
| | * Make load_dynamic() compatible with Python 3.10 (GH-4045)Victor Stinner2021-03-301-3/+7
| * | Avoid empty frozenset singleton on Python 3.10 (GH-4049)da-woods2021-03-302-5/+7
| * | Add some safety fixes and clean up Py2 test-helper in test_fstring.pyx.Stefan Behnel2021-03-301-2/+2
| * | Avoid calling "PyErr_Clear()" in "__Pyx_CyFunction_get_is_coroutine()" if no ...Stefan Behnel2021-03-291-5/+7
| * | docs: use https links (GH-4067)谭九鼎2021-03-299-11/+11
| * | Fix some issues with duplicated utilitycode (GH-3743)da-woods2021-03-274-3/+91
| * | Temporarily pin Pythran version at 0.9.7 to resolve test failures. (GH-4031)da-woods2021-03-211-1/+1
| * | Allow using nested C++ types of typedefs (GH-4039)Vadim Pushtaev2021-03-212-1/+22
| * | Always return 'int' from __Pyx_PyUnicode_KIND() (GH-4059)Max Bachmann2021-03-211-2/+2
| * | Merge branch '0.29.x'Stefan Behnel2021-03-211-1/+1
| |\ \ | | |/
| | * Make annotation tests work with non-evaluated annotations (GH-4050)da-woods2021-03-211-2/+2
| * | Fix compiler warning about constant conditions in clang (GH-4053)Max Bachmann2021-03-213-15/+16
| * | Do not use PyImport_GetModule() in older PyPy versions that do not have it (G...Max Bachmann2021-03-211-1/+1
| * | Fix variable shadowing to assure correct cleanup (GH-4056)Max Bachmann2021-03-211-2/+1
| * | Merge branch '0.29.x'Stefan Behnel2021-03-211-1/+1
| |\ \ | | |/
| | * Re-add missing imports.Stefan Behnel2021-03-211-1/+1
| * | Merge branch '0.29.x'Stefan Behnel2021-03-183-5/+10
| |\ \ | | |/
| | * Add 0.29.x branch to list of CI tested branches.Stefan Behnel2021-03-182-0/+2
| | * Port test_exceptions to Python 3.10 (GH-4042)Victor Stinner2021-03-181-4/+9
| * | Merge branch '0.29.x'Stefan Behnel2021-02-192-1/+2
| |\ \ | | |/
| | * Add 3.9 to the list of supported Python versions.0.29.22Stefan Behnel2021-02-191-0/+1
| | * Prepare release of 0.29.22.Stefan Behnel2021-02-192-2/+2
| * | Merge branch '0.29.x'Stefan Behnel2021-02-181-1/+15
| |\ \ | | |/
| | * Update changelog.Stefan Behnel2021-02-181-1/+15
| | * MAINT: Add const qualifiers to char* types in pycapsule.pxd.Warren Weckesser2021-02-181-7/+6
| * | Merge branch '0.29.x'Stefan Behnel2021-02-181-2/+8
| |\ \ | | |/
| | * Make a working test actually test something.Stefan Behnel2021-02-181-2/+8
| * | Merge pull request #4008 from da-woods/disable_time_pxd_test_3.4Robert Bradshaw2021-02-171-0/+1
| |\ \
| | * | Disable time_pxd test in Python 3.4da-woods2021-02-161-0/+1
| |/ /
| * | Merge branch '0.29.x'Stefan Behnel2021-02-093-4/+21
| |\ \ | | |/
| | * Clean up test file.Stefan Behnel2021-02-091-5/+1
| | * Don't crash when probing type of cimported module (GH-4001)da-woods2021-02-092-4/+20
| | * Merge pull request #3972 from da-woods/cpdef_error_message_0.29Robert Bradshaw2021-01-232-0/+21
| | |\
| | | * Error message on cpdef variablesda-woods2021-01-082-0/+21
| | * | Merge pull request #3933 from vstinner/py_set_typeRobert Bradshaw2020-12-082-6/+6
| | |\ \
| | | * | Use __Pyx_SET_SIZE() and __Pyx_SET_REFCNT()Victor Stinner2020-12-042-6/+6
| | |/ /
| * | | Add legal section to donations page to make it clear that donations do not re...Stefan Behnel2021-02-091-5/+24
| * | | Don't crash when probing type of cimported module (GH-4001)da-woods2021-02-092-3/+19
| * | | Fixed fused_types error test (GH-3979)da-woods2021-01-261-0/+1
| * | | Merge pull request #3975 from da-woods/e_decRobert Bradshaw2021-01-231-5/+4
| |\ \ \
| | * | | Fixed e_decorators testda-woods2021-01-121-5/+4
| * | | | Merge pull request #3981 from dvarrazzo/gh3980_long_and_overflowRobert Bradshaw2021-01-231-2/+2
| |\ \ \ \
| | * | | | Expose "long and overflow" cpython functionsDaniele Varrazzo2021-01-211-2/+2
| |/ / / /