summaryrefslogtreecommitdiff
path: root/Cython/Utils.py
Commit message (Expand)AuthorAgeFilesLines
* [0.29] implement the --depfile command-line option for the "cython" tool (GH-...releaseEli Schwartz2022-08-051-0/+21
* Simplify the output stream capturing for the C compiler runs by using a temp ...Stefan Behnel2020-11-071-33/+18
* Fix PY_HEX_VERSION -> PY_VERSION_HEX (GH-3071)Jeroen Demeyer2019-08-211-1/+1
* prefer sys.path before Cython/Include when searching for pxd files (GH-2993)Stefan Behnel2019-06-281-48/+0
* Fix 'coding' cookie detection in the second source line.Stefan Behnel2018-09-291-1/+1
* Ignore the "c_string_encoding" directive when looking for a "coding" cookie i...Stefan Behnel2018-09-291-3/+3
* Simplify encoding detection and source file opening by starting off reading b...Stefan Behnel2018-08-301-46/+37
* Add a "CYTHON_HEX_VERSION" macro in the style of PY_HEX_VERSION that user cod...Stefan Behnel2018-08-261-0/+24
* Try to reduce test log clutter in MSVC output.Stefan Behnel2018-08-251-1/+3
* fail early if module is called cython (and not submodule)Egor Dranischnikow2018-07-151-1/+1
* 1) unifies handling of "cython cython.pyx" and "cythonize cython.pyx" - both ...Egor Dranischnikow2018-06-291-0/+6
* CYTHON_CACHE_DIR also sets the compiler cacheJulian RĂ¼th2018-05-041-1/+2
* Add tests for CyCache.Robert Bradshaw2018-05-031-0/+5
* More determinism in fused types.Robert Bradshaw2017-03-281-0/+16
* Minor clarifications.Robert Bradshaw2016-02-201-1/+1
* Optimize dependency checkingJeroen Demeyer2015-10-281-0/+29
* handle "-" sign in str_to_number() helperStefan Behnel2015-09-211-5/+10
* revert integer literal suffixing again and instead generate C hex literals if...Stefan Behnel2015-09-061-10/+0
* rewrite literal DEF integer coercion to constants:Stefan Behnel2015-09-051-0/+10
* adapt metaclass usage to Py2/Py3Stefan Behnel2015-07-261-0/+17
* adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-261-9/+8
* make 'basestring' usages compatible with Py2/Py3Stefan Behnel2015-07-251-0/+7
* remove usage of deprecated "U" file open mode flag which is enabled anywayStefan Behnel2015-05-301-9/+4
* teach Cython.Coverage about "pkg.mod.pyx" file name patternsStefan Behnel2015-02-211-0/+1
* Handle @cname laziness.Robert Bradshaw2014-07-131-0/+13
* improve presentation of C compiler stderr/stdout output in test runnerStefan Behnel2014-05-031-6/+8
* another Py3 fixStefan Behnel2014-05-031-1/+1
* make print_bytes() helper terminate output with line endingStefan Behnel2014-05-021-0/+2
* add helper for passing collected bytes output through to sys.stdoutStefan Behnel2014-05-021-0/+9
* fix stderr test output printing in Py3Stefan Behnel2014-05-021-2/+8
* move file descriptor redirecting to Cython.Utils package and use it as contex...Stefan Behnel2014-05-021-0/+36
* Directory with __init__.pyc file is a package dirAlok Singhal2014-04-281-0/+1
* revert to using codecs.open() for output files instead of io.open() as the la...Stefan Behnel2014-03-231-1/+4
* make encoding detection code a bit faster if the first two source file lines ...Stefan Behnel2014-03-221-17/+22
* remove some legacy Py2.[45] codeStefan Behnel2014-03-221-87/+13
* remove some legacy Py2.[345] codeStefan Behnel2014-03-221-9/+5
* ignore UTF-8 BOMs at the beginning of source filesStefan Behnel2013-09-301-4/+21
* reformat codeStefan Behnel2013-07-271-32/+35
* More efficient find_root_package_dir.Robert Bradshaw2013-05-101-6/+6
* tiny doc fixRobert Bradshaw2012-05-311-1/+1
* store inline cython in cache/inlineMinRK2012-05-311-2/+2
* add CYTHON_CACHE_DIR envMinRK2012-05-301-0/+29
* cythonize performance improvements for large codebasesRobert Bradshaw2012-05-231-13/+143
* fix Py3k compiler crash due to new importlibStefan Behnel2012-04-161-9/+11
* slight code simplificationStefan Behnel2012-03-141-4/+2
* removed unused importsStefan Behnel2011-11-131-1/+0
* Fix some style issuesMark Florisson2011-10-051-1/+1
* merge -- working fused types, broken cython testscopeMark Florisson2011-10-021-8/+4
|\
| * MemoryViewSlice indexing and object coercion + MemoryView indexingMark Florisson2011-09-301-7/+1
| * Change memview access and packing modifier constantsMark Florisson2011-09-301-2/+1