summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the pr...Stefan Behnel2021-10-251-1/+1
* Introduce new shell syntax for ci-run.sh to improve Windows support (GH-4400)0dminnimda2021-10-221-28/+31
* Improve ci-run.sh (GH-4398)0dminnimda2021-10-071-23/+66
* Add CI jobs that compile more Cython modules with "--cython-compile-all", to ...Stefan Behnel2021-07-261-1/+2
* Add a script for backing up Github issues.Stefan Behnel2021-07-161-0/+142
* Build and keep wheels in Github Actions. (GH-4267)scoder2021-07-061-0/+5
* Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-251-1/+1
* CI: Fix typo in script.Stefan Behnel2021-05-251-1/+1
* CI: Always install latest pip version on recent Python 3 versions.Stefan Behnel2021-05-251-4/+8
* Add CI jobs that test with GCC 11.Stefan Behnel2021-05-251-4/+6
* Avoid compiling Cython and installing gcc etc. in code style CI job since if'...Stefan Behnel2021-05-251-1/+1
* Include docs build in CI code style check.Stefan Behnel2021-05-251-1/+4
* Add a coverage test job with a compiled Cython package to compare plain Pytho...Stefan Behnel2021-05-141-2/+5
* Add test job for code coverage analysis (GH-4157)Zhenbo Li2021-05-141-1/+1
* Use a dedicated test requirements file for Py3.4/5.Stefan Behnel2021-05-141-2/+3
* Test: use newer NumPy version in recent Python versions.Stefan Behnel2021-05-141-1/+1
* Fix bash script syntax.Stefan Behnel2021-05-031-1/+1
* Always show ccache statistics at the end, also in case of test failures.Stefan Behnel2021-05-031-3/+6
* Augmenting the PATH does not work like this in ci.yml, so do it in the test r...Stefan Behnel2021-05-021-0/+1
* Make test script exit code non-0 on test failures.Stefan Behnel2021-05-021-1/+2
* Run the debugger tests after the build, right before the other tests.Stefan Behnel2021-05-021-6/+8
* Print ccache statistics before and after the CI test runs.Stefan Behnel2021-05-021-0/+4
* Set number of test shards back to 7.Stefan Behnel2021-05-021-1/+1
* Try if changing the number of test jobs speeds up or slows down the builds on...Stefan Behnel2021-05-021-1/+1
* Try if changing the number of test jobs speeds up or slows down the builds on...Stefan Behnel2021-05-011-1/+1
* Try if changing the number of test jobs speeds up or slows down the builds on...Stefan Behnel2021-05-011-1/+1
* Try if increasing the number of test jobs speeds up or slows down the builds ...Stefan Behnel2021-05-011-1/+1
* Switch to github actions (GH-3943)davfsa2021-04-301-0/+100
* Add compatability with Bazel 0.26Pasha Podolsky2019-06-091-0/+1
* fix bazel rule pyx_library exampleMolly Lloyd2019-03-151-2/+2
* Update URLs to https:// in docs and commentsJon Dufresne2019-01-111-1/+1
* Specify license in cython-mode.el's headerJonas Bernoulli2017-11-111-0/+2
* Trivial typo fixesUnknown2017-10-172-2/+2
* Pass pyx_library kwargs to py_librarytreuherz2017-09-201-2/+4
* Fix regexp in cython-mode.elRobert Bradshaw2017-09-071-1/+1
* Add a script that concatenates the code sections in CPython's ceval.c in the ...Stefan Behnel2017-08-241-0/+149
* emacs: use empty string as buffer-name in indirect buffersMartin R. Albrecht2017-07-231-1/+1
* Issue #1784, Fix string method in Skylark pyx_libraryGuro Bokum2017-07-201-1/+1
* Delete trailing spacesmathbunnyru2017-01-124-223/+223
* Rename BUILD file to avoid conflict with build directory.Robert Bradshaw2016-10-101-0/+0
* Fix typo.Robert Bradshaw2016-09-221-1/+1
* Expand bazel example.Robert Bradshaw2016-09-161-3/+8
* Add todo, release note.Robert Bradshaw2016-09-161-0/+3
* Add bazel build support.Robert Bradshaw2016-09-162-0/+60
* rename "jedi-typer.py" script to "jedityper.py" to make it importable (which ...Stefan Behnel2015-07-301-0/+0
* can handle conflicting types nowTzer-jen Wei2015-07-281-2/+4
* add tests for list, set, dictTzer-jen Wei2015-07-281-2/+2
* code clean up, add dict, list, tuple annotationsTzer-jen Wei2015-07-281-49/+29
* Experimental support for jedi 0.9.0Tzer-jen Wei2015-07-281-28/+59
* 2to3: Run the 'has_key' fixerPetr Viktorin2015-07-251-2/+2