Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
03607398
Commit
03607398
authored
8 years ago
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.24.x'
parents
4f4205f6
8b592122
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
CHANGES.rst
CHANGES.rst
+1
-1
Cython/Shadow.py
Cython/Shadow.py
+1
-1
docs/src/quickstart/install.rst
docs/src/quickstart/install.rst
+3
-2
No files found.
CHANGES.rst
View file @
03607398
...
...
@@ -2,7 +2,7 @@
Cython Changelog
================
0.24 (2016-0
3-xx
)
0.24 (2016-0
4-04
)
=================
Features added
...
...
This diff is collapsed.
Click to expand it.
Cython/Shadow.py
View file @
03607398
# cython.* namespace for pure mode.
from
__future__
import
absolute_import
__version__
=
"0.24
b0
"
__version__
=
"0.24"
try
:
from
__builtin__
import
basestring
...
...
This diff is collapsed.
Click to expand it.
docs/src/quickstart/install.rst
View file @
03607398
...
...
@@ -39,8 +39,9 @@ directory, and then run::
python setup.py install
If you have Python setuptools set up on your system, you should be
able to fetch Cython from PyPI and install it using
If you have ``pip`` set up on your system (e.g. in a virtualenv or a
recent Python version), you should be able to fetch Cython from PyPI
and install it using
::
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment