Changing Python. to Cython.
authorWilliam Stein <wstein@gmail.com>
Sat, 28 Jul 2007 20:40:10 +0000 (13:40 -0700)
committerWilliam Stein <wstein@gmail.com>
Sat, 28 Jul 2007 20:40:10 +0000 (13:40 -0700)
commit004bb9e57fd63f3e53fe8e2ade261f25ade79fae
tree0864983e3938ec7da10595b43493d79fca49ef64
parentee1b399fa8bec20bbfb6c4ed1c30f106dabf918a
Changing Python. to Cython.
13 files changed:
Cython/Compiler/Code.py
Cython/Compiler/Errors.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Lexicon.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Scanning.py
Cython/Compiler/TypeSlots.py
Cython/Distutils/build_ext.py
Cython/Mac/DarwinSystem.py
Cython/Mac/MacSystem.py
Cython/Unix/LinuxSystem.py