Change annotation typing directive to cover all type annotations and modify...
Stefan Behnel authored
Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible.
Only "cython.*" types are interpreted as C types from now on, everything else is considered Python types for maximum compatibility with Python type hints.
15040197
Name Last commit Last update
Cython Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible.
Demos Delete trailing spaces
Doc/s5 Remove obsolete documentation
Tools Add a script that concatenates the code sections in CPython's ceval.c in the execution sequence given by the byte code of a Python function.
appveyor AppVeyor: Update config file and install script
bin let pcython script parse the main script arguments and pass them on instead of incorrectly rejecting them as unknown
docs Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible.
pyximport pyximport: remove obsolete version check
tests Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible.
.gitignore Apply auditwheel and avoid conflicting wheel changes in 32/64 bits.
.hgignore Rename BUILD to TEST_TMP for bazel support.
.hgtags Added tag 0.21.2 for changeset ab1a3afb8775
.mailmap Add initial .mailmap file.
.travis.yml Repair travis config.
BUILD.bazel Rename BUILD file to avoid conflict with build directory.
CHANGES.rst Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible.
COPYING.txt Clarify license position with respect to compilation output.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in include *.hpp test files in sdist
Makefile Apply auditwheel and avoid conflicting wheel changes in 32/64 bits.
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
appveyor.yml Include release branch in appveyor builds.
cygdb.py
cython.py
cythonize.py
pylintrc
runtests.py
setup.py
setupegg.py
test-requirements.txt
tox.ini