summaryrefslogtreecommitdiff
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* Add simple code style checks for non-Python source files.Stefan Behnel2023-03-232-12/+11
* Fix and enforce a couple of code formatting issues.Stefan Behnel2021-07-181-11/+11
* Revert "Set PYTHONHOME in embedding test to fix compilation issues in Py3.8/m...Stefan Behnel2020-08-111-2/+0
* Set PYTHONHOME in embedding test to fix compilation issues in Py3.8/macOS.Stefan Behnel2020-08-111-0/+2
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-105-11/+8
* Remove "PYTHONHOME" setting from embed-test since it seems to break the I/O e...Stefan Behnel2020-05-071-1/+1
* Make embed test more debuggable by printing the path setup and the build outp...Stefan Behnel2020-04-061-0/+17
* Modernise the variable increment in the pyprimes demo script (GH-3486)sairam41232020-04-031-3/+3
* Update URLs to https:// in docs and commentsJon Dufresne2019-01-113-4/+4
* Added the pep8 test to travis. All the warnings are disabled and only a few e...gabrieldemarmiesse2018-08-111-1/+1
* Changed some filenames.gabrieldemarmiesse2018-03-174-19/+19
* Misc. typosluz.paz2018-03-171-1/+1
* Merge branch '0.27.x'Stefan Behnel2017-10-201-1/+2
|\
| * Fix embedded test to work with Anaconda PythonLisandro Dalcin2017-10-151-1/+2
* | Trivial typo fixesUnknown2017-10-171-1/+1
|/
* Delete trailing spacesmathbunnyru2017-01-128-40/+40
* add micro-benchmark for PEP 492 coroutinesStefan Behnel2016-07-281-0/+81
* adapt some line endings to standard Unix styleStefan Behnel2016-06-122-2/+14
* avoid Cython's for-loop speed advantage in fstrings benchmarkStefan Behnel2016-04-121-16/+204
* add a simple benchmark for f-stringsStefan Behnel2016-04-121-0/+57
* clean up MakefileStefan Behnel2016-03-291-1/+1
* formatting tweaksPhil Austin2016-03-282-2/+2
* note embed and freeze now work for v0.24 3.5Phil Austin2016-03-271-2/+4
* chaos benchmark working for cython v0.24Phil Austin2016-03-273-3/+4
* move bytes decoding to callbackPhil Austin2016-03-262-2/+5
* add cython_freeze to readmePhil Austin2016-03-261-2/+9
* add integrate demo and move commentsPhil Austin2016-03-261-12/+1
* add short ReadmePhil Austin2016-03-262-11/+26
* add short Readme for benchmarksPhil Austin2016-03-262-1/+12
* revert cython_freeze copyPhil Austin2016-03-262-259/+1
* add comments to makefilePhil Austin2016-03-251-0/+4
* shorten the integrate testPhil Austin2016-03-251-1/+1
* add cases to makefilePhil Austin2016-03-253-6/+14
* freeze compile for py3Phil Austin2016-03-252-4/+265
* speed up chaos benchmark some moreStefan Behnel2015-10-011-6/+6
* add optimised "chaos" benchmarkStefan Behnel2015-09-272-0/+313
* modernise demos and make them Py2/3 compatibleStefan Behnel2015-07-2615-39/+82
* speed up cythonized hexiom2 benchmark a little by using C int arrays instead ...Stefan Behnel2014-11-012-6/+7
* fix up demo codeStefan Behnel2014-10-091-11/+11
* minor benchmark tweakStefan Behnel2014-09-171-1/+1
* fix new hexiom2 benchmark in Py3Stefan Behnel2014-09-171-2/+2
* copy hexiom2 benchmark over from Python's benchmark suite and apply an initia...Stefan Behnel2014-09-152-0/+629
* Py3 fixes for benchmarkStefan Behnel2014-08-031-8/+8
* add "meteor_contest" benchmark as demo of a program that Cython cannot speed ...Stefan Behnel2014-08-032-0/+166
* Rename cmath to not conflict with built-in moduleAidan Hobson Sayers2014-05-234-17/+17
* Travis-CI: Attempt to fix embed demo in Py 3.3/3.4Lisandro Dalcin2014-05-071-1/+1
* Compute each Makefile variable immediatelyBrandon Rhodes2014-03-291-13/+13
* use -fPIC -shared when compiling "libraries" demoBryan Bishop2013-09-091-1/+1
* update setup.py script to use cythonize()Stefan Behnel2013-05-101-4/+3
* exclude setup.py from compiled modulesStefan Behnel2013-03-101-1/+2