rewrite literal DEF integer coercion to constants:
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned
- append L/LL-suffix when value looks too large for a smaller constant value type
3d6033c0
Name Last commit Last update
Cython rewrite literal DEF integer coercion to constants:
Demos modernise demos and make them Py2/3 compatible
Doc Add __getattribute__ to documentation.
Tools rename "jedi-typer.py" script to "jedityper.py" to make it importable (which might become interesting at some point)
appveyor AppVeyor: Various fixes and enhancements
bin Add sed script to move declarators to types.
docs Fix typo.
pyximport modernise pyximport tests
tests rewrite literal DEF integer coercion to constants:
.gitignore .gitignore: Ignore *.egg and *.egg-info
.hgignore extend .hgignore
.hgtags Added tag 0.21.2 for changeset ab1a3afb8775
.travis.yml minor travis cleanup
2to3-fixers.txt restrict 2to3 usage to Python 3.2 (which does not support the u'' string literal prefix)
CHANGES.rst changelog
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 grammar in manifest.
Makefile extend "make clean"
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
appveyor.yml AppVeyor: Various fixes and enhancements
cygdb.py scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
cython.py
cythonize.py
pylintrc
runtests.py
setup.py
setupegg.py
tox.ini