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
fef07ad1
Commit
fef07ad1
authored
Oct 18, 2014
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Plain Diff
merge 0.21.x branch into master
parents
b1b001e5
9fe404cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
.hgtags
.hgtags
+3
-0
CHANGES.rst
CHANGES.rst
+4
-2
Cython/Shadow.py
Cython/Shadow.py
+1
-1
Makefile
Makefile
+1
-0
No files found.
.hgtags
View file @
fef07ad1
...
...
@@ -49,3 +49,6 @@ c1a18ab6b0808e87f68d2f9d914c01934510aef5 0.18b1
52beb5b16df5b8a92bb6c8c47faf42370d73cb0f 0.19b2
4818f5b68eb4b4ea6ad7e415f6672b491e2461bc 0.19rc1
48407fa3f3c9da84ab3dc103a6a2b1ca4c1beb2a 0.19
58fc9a3feb83f571623a492256885d21945decb4 0.21.1
58fc9a3feb83f571623a492256885d21945decb4 0.21.1
d05a4acd45fca9bdc12cef82890ca569fbaae1a5 0.21.1
CHANGES.rst
View file @
fef07ad1
...
...
@@ -2,8 +2,8 @@
Cython Changelog
================
Latest
======
0.21.1 (2014-10-18)
======
=============
Features added
--------------
...
...
@@ -53,6 +53,8 @@ Bugs fixed
if the already created module was used later on (e.g. through a
stale reference in sys.modules or elsewhere).
* ``cythonize.py`` script was not installed on MS-Windows.
Other changes
-------------
...
...
Cython/Shadow.py
View file @
fef07ad1
# cython.* namespace for pure mode.
__version__
=
"0.21.1
pre
"
__version__
=
"0.21.1"
# BEGIN shameless copy from Cython/minivect/minitypes.py
...
...
Makefile
View file @
fef07ad1
...
...
@@ -28,6 +28,7 @@ clean:
@
rm
-f
core
*
/core
@
rm
-f
Cython/Compiler/
*
.c
@
rm
-f
Cython/Plex/
*
.c
@
rm
-f
Cython/Tempita/
*
.c
@
rm
-f
Cython/Runtime/refnanny.c
@
(
cd
Demos
;
$(MAKE)
clean
)
...
...
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