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
Kirill Smelkov
cython
Commits
e47e5c7e
Commit
e47e5c7e
authored
Aug 30, 2015
by
Jakub Wilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGES: fix Docutils warnings: Inline emphasis start-string without end-string.
parent
30808416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CHANGES.rst
CHANGES.rst
+2
-2
No files found.
CHANGES.rst
View file @
e47e5c7e
...
@@ -59,7 +59,7 @@ Bugs fixed
...
@@ -59,7 +59,7 @@ Bugs fixed
* Test failures on 32bit systems. This fixes ticket 857.
* Test failures on 32bit systems. This fixes ticket 857.
* Code that uses "from xyz import *" and global C struct/union/array
* Code that uses "from xyz import
\
*" and global C struct/union/array
variables could fail to compile due to missing helper functions.
variables could fail to compile due to missing helper functions.
This fixes ticket 851.
This fixes ticket 851.
...
@@ -796,7 +796,7 @@ Bugs fixed
...
@@ -796,7 +796,7 @@ Bugs fixed
* ``isinstance(X, type)`` failed to get optimised into a call to
* ``isinstance(X, type)`` failed to get optimised into a call to
``PyType_Check()``, as done for other builtin types.
``PyType_Check()``, as done for other builtin types.
* A spurious "from datetime cimport *" was removed from the "cpython"
* A spurious "from datetime cimport
\
*" was removed from the "cpython"
declaration package. This means that the "datetime" declarations
declaration package. This means that the "datetime" declarations
(added in 0.19) are no longer available directly from the "cpython"
(added in 0.19) are no longer available directly from the "cpython"
namespace, but only from "cpython.datetime". This is the correct
namespace, but only from "cpython.datetime". This is the correct
...
...
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