summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Only #define PY_SSIZE_T_CLEAN if it is not already #definedAndrew V. Jones2021-04-141-0/+3
| | * | Test runner statistics: show the most time intensive test steps (compilatio/r...Stefan Behnel2021-04-141-1/+1
| | * | Work around a test failure in Py3.10.Stefan Behnel2021-04-141-9/+9
| | * | Fix string constant folding with language_level=2 (GH-4083)da-woods2021-04-143-1/+30
| | * | Make a test Py3.10 compatible.Stefan Behnel2021-04-141-3/+3
| | * | Remove incorrect dict unpacking optimisation that leaked external dict change...peng weikang2021-04-143-20/+42
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-143-2/+8
| |\ \ \ | | |/ /
| | * | Use CFLAGS for compiler defines in test runner (GH-4099)vorfol2021-04-142-1/+6
| | * | Try to fix macos Py3 build, which does not set "$TRAVIS_PYTHON_VERSION" (lang...Stefan Behnel2021-04-141-2/+2
| * | | Remove incorrect dict unpacking optimisation that leaked external dict change...peng weikang2021-04-133-20/+42
| * | | Modernise code: use set literals/comprehensions where possible, frozenset whe...Stefan Behnel2021-04-1311-55/+66
| * | | Clarify in the changelog what "preliminary support for Py_LIMITED_API" means.Stefan Behnel2021-04-131-0/+2
| * | | Replace usage of the seemingly CPython-internal Py_ISSPACE() macro by a dedic...Stefan Behnel2021-04-132-6/+8
| * | | Make a test Py3.10 compatible.Stefan Behnel2021-04-121-3/+3
| * | | Fix string constant folding with language_level=2 (GH-4083)da-woods2021-04-124-3/+32
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-120-0/+0
| |\ \ \ | | |/ /
| | * | Fix optimised_pow2_inplace() on Python 3.10 (GH-4103)Victor Stinner2021-04-121-2/+2
| * | | Make test agnostic to dict ordering.Stefan Behnel2021-04-121-5/+5
| * | | Test runner statistics: show the most time intensive test steps (compilatio/r...Stefan Behnel2021-04-121-1/+1
| * | | Always run garbage collection explicitly in PyPy for the GC-related NumPy tests.Stefan Behnel2021-04-121-4/+6
| * | | Extend a test.Stefan Behnel2021-04-121-0/+12
| * | | Prefix old trac ticket numbers with "t" to separate them from (plain) github ...Stefan Behnel2021-04-11171-172/+172
| * | | Code style: Modernise some set() usages (GH-4109)Zhenbo Li2021-04-111-3/+3
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-111-1/+2
| |\ \ \ | | |/ /
| | * | Remove broken dependency version from frozen requirements file.Stefan Behnel2021-04-111-1/+0
| | * | Prepare release of 0.29.23.Stefan Behnel2021-04-112-2/+2
| | * | Re-disable third-party integration testing in Py2.6 entirely since most packa...Stefan Behnel2021-04-111-1/+1
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-110-0/+0
| |\ \ \ | | |/ /
| | * | Freeze the test dependency packages for Python 2.x to prevent further depreca...Stefan Behnel2021-04-113-1/+66
| * | | Merge pull request #4104 from andrewvaughanj/conditional_ssize_t_cleanRobert Bradshaw2021-04-081-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Only #define PY_SSIZE_T_CLEAN if it is not already #definedAndrew V. Jones2021-04-081-0/+2
| |/ /
| * | Document some additional C++ auto-conversions (GH-4090)da-woods2021-04-051-13/+21
| * | Optimise float parsing from Unicode strings with non-ASCII spaces (GH-4084)scoder2021-04-052-13/+257
| * | Move variable initialisation to a better place, next to a similar one.Stefan Behnel2021-04-041-1/+1
| * | Summarize test failures when running in shards.Stefan Behnel2021-04-041-9/+30
| * | Make a helper function in a C++ test correctly propagate exceptions so that i...Stefan Behnel2021-04-031-1/+1
| * | Instruct setuptools and wheel to include the license files (GH-3982)johnthagen2021-04-031-0/+4
| * | Special case float parsing in PyPy since byte string access is likely slower ...Stefan Behnel2021-04-032-6/+10
| * | Try to fix macos Py3 build, which does not set "$TRAVIS_PYTHON_VERSION" (lang...Stefan Behnel2021-04-031-1/+1
| * | Update changelog.Stefan Behnel2021-04-031-1/+36
| * | DOC: make some github issues into links, doc fixes (GH-4060)Matti Picus2021-04-0214-121/+161
| * | Remove broken dependency version from frozen requirements file.Stefan Behnel2021-04-021-1/+0
| * | Implement PEP-560 inheritance (__mro_entries__) (GH-4005)da-woods2021-04-023-1/+271
| * | Freeze the test dependency packages for Python 2.7 to prevent further depreca...Stefan Behnel2021-04-023-1/+66
| * | Fix include file: "pytime.h" is actually included by "Python.h" and should no...Stefan Behnel2021-04-021-1/+1
| * | Disable currently failing PyPy tests.Stefan Behnel2021-04-021-0/+4
| * | Fix some doctest output that changed in Py3.10.Stefan Behnel2021-04-011-6/+6
| * | Include official Py3.9 releases in travis build, as well as the upcoming 3.10.Stefan Behnel2021-03-311-1/+2
| * | Fix MSVC: Add an explicit warning to modules that use the "array.array" inter...Stefan Behnel2021-03-311-0/+4
| * | Fix type conversions in vectorcallfunc (GH-4054)Max Bachmann2021-03-303-17/+18