make the parser correctly understand obj[1,] as passing a tuple as key
Stefan Behnel authored
--HG--
extra : transplant_source : %5D%AE%1EG%B0%F9%A2%C2%1A%FB5%A6%A65%A5%EE%C4%AC%C4%AD
24cdbff2
Name Last commit Last update
Cython make the parser correctly understand obj[1,] as passing a tuple as key
Demos fix setup.py script in Demos dir
Doc Add __getattribute__ to documentation.
Tools cython-mode now works with python-mode and the builtin python package
bin moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
docs Fix fused types delimiter, add pure-mode memoryview syntax like cython.double[:, :]
pyximport pyximport: make sure we encode extension file paths to 'str' in Py2 to work around distutils quirk
tests fix compiler crash for generator expressions with a constant False condition
.gitignore Add support for tox (http://tox.testrun.org/)
.hgignore added *.o to ignored files
.hgtags Added tag 0.17.beta1 for changeset 5320ddd8c3a6
.travis.yml Add .travis.yml for Travis CI (http://travis-ci.org/)
CHANGES.rst make the parser correctly understand obj[1,] as passing a tuple as key
COPYING.txt Fix COPYING.txt.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in fix typo in MANIFEST.in
Makefile Fix make repo.
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
cygdb.py Made tests less verbose by not using distutils.core.setup + skip debugger tests when gdb < 7.2 or not available
cython.py Make cython.py executable and add Unix shebang
runtests.py fix PYTHONPATH handling for end-to-end tests
setup.py fix inclusion of .cpp utility files in setup.py
setupegg.py
tox.ini