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
ff4c68c8
Commit
ff4c68c8
authored
Oct 18, 2015
by
Jakub Wilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
parent
207fd6a8
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
38 additions
and
38 deletions
+38
-38
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/ParseTreeTransforms.py
+1
-1
Cython/Includes/Deprecated/python.pxd
Cython/Includes/Deprecated/python.pxd
+1
-1
Cython/Includes/Deprecated/python_bool.pxd
Cython/Includes/Deprecated/python_bool.pxd
+1
-1
Cython/Includes/Deprecated/python_buffer.pxd
Cython/Includes/Deprecated/python_buffer.pxd
+1
-1
Cython/Includes/Deprecated/python_bytes.pxd
Cython/Includes/Deprecated/python_bytes.pxd
+1
-1
Cython/Includes/Deprecated/python_cobject.pxd
Cython/Includes/Deprecated/python_cobject.pxd
+1
-1
Cython/Includes/Deprecated/python_complex.pxd
Cython/Includes/Deprecated/python_complex.pxd
+1
-1
Cython/Includes/Deprecated/python_dict.pxd
Cython/Includes/Deprecated/python_dict.pxd
+1
-1
Cython/Includes/Deprecated/python_exc.pxd
Cython/Includes/Deprecated/python_exc.pxd
+1
-1
Cython/Includes/Deprecated/python_float.pxd
Cython/Includes/Deprecated/python_float.pxd
+1
-1
Cython/Includes/Deprecated/python_function.pxd
Cython/Includes/Deprecated/python_function.pxd
+1
-1
Cython/Includes/Deprecated/python_getargs.pxd
Cython/Includes/Deprecated/python_getargs.pxd
+1
-1
Cython/Includes/Deprecated/python_instance.pxd
Cython/Includes/Deprecated/python_instance.pxd
+1
-1
Cython/Includes/Deprecated/python_int.pxd
Cython/Includes/Deprecated/python_int.pxd
+1
-1
Cython/Includes/Deprecated/python_iterator.pxd
Cython/Includes/Deprecated/python_iterator.pxd
+1
-1
Cython/Includes/Deprecated/python_list.pxd
Cython/Includes/Deprecated/python_list.pxd
+1
-1
Cython/Includes/Deprecated/python_long.pxd
Cython/Includes/Deprecated/python_long.pxd
+1
-1
Cython/Includes/Deprecated/python_mapping.pxd
Cython/Includes/Deprecated/python_mapping.pxd
+1
-1
Cython/Includes/Deprecated/python_mem.pxd
Cython/Includes/Deprecated/python_mem.pxd
+1
-1
Cython/Includes/Deprecated/python_method.pxd
Cython/Includes/Deprecated/python_method.pxd
+1
-1
Cython/Includes/Deprecated/python_module.pxd
Cython/Includes/Deprecated/python_module.pxd
+1
-1
Cython/Includes/Deprecated/python_number.pxd
Cython/Includes/Deprecated/python_number.pxd
+1
-1
Cython/Includes/Deprecated/python_object.pxd
Cython/Includes/Deprecated/python_object.pxd
+1
-1
Cython/Includes/Deprecated/python_oldbuffer.pxd
Cython/Includes/Deprecated/python_oldbuffer.pxd
+1
-1
Cython/Includes/Deprecated/python_pycapsule.pxd
Cython/Includes/Deprecated/python_pycapsule.pxd
+1
-1
Cython/Includes/Deprecated/python_ref.pxd
Cython/Includes/Deprecated/python_ref.pxd
+1
-1
Cython/Includes/Deprecated/python_sequence.pxd
Cython/Includes/Deprecated/python_sequence.pxd
+1
-1
Cython/Includes/Deprecated/python_set.pxd
Cython/Includes/Deprecated/python_set.pxd
+1
-1
Cython/Includes/Deprecated/python_string.pxd
Cython/Includes/Deprecated/python_string.pxd
+1
-1
Cython/Includes/Deprecated/python_tuple.pxd
Cython/Includes/Deprecated/python_tuple.pxd
+1
-1
Cython/Includes/Deprecated/python_type.pxd
Cython/Includes/Deprecated/python_type.pxd
+1
-1
Cython/Includes/Deprecated/python_unicode.pxd
Cython/Includes/Deprecated/python_unicode.pxd
+1
-1
Cython/Includes/Deprecated/python_version.pxd
Cython/Includes/Deprecated/python_version.pxd
+1
-1
Cython/Includes/Deprecated/python_weakref.pxd
Cython/Includes/Deprecated/python_weakref.pxd
+1
-1
Cython/Includes/Deprecated/stdio.pxd
Cython/Includes/Deprecated/stdio.pxd
+1
-1
Cython/Includes/Deprecated/stdlib.pxd
Cython/Includes/Deprecated/stdlib.pxd
+1
-1
Cython/Includes/cpython/buffer.pxd
Cython/Includes/cpython/buffer.pxd
+1
-1
Cython/Includes/numpy/__init__.pxd
Cython/Includes/numpy/__init__.pxd
+1
-1
No files found.
Cython/Compiler/ParseTreeTransforms.py
View file @
ff4c68c8
...
...
@@ -636,7 +636,7 @@ class InterpretCompilerDirectives(CythonTransform, SkipDeclarations):
'operator.postincrement'
:
ExprNodes
.
inc_dec_constructor
(
False
,
'++'
),
'operator.postdecrement'
:
ExprNodes
.
inc_dec_constructor
(
False
,
'--'
),
# For backwards compat
a
bility.
# For backwards compat
i
bility.
'address'
:
ExprNodes
.
AmpersandNode
,
}
...
...
Cython/Includes/Deprecated/python.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython
cimport
*
Cython/Includes/Deprecated/python_bool.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.bool
cimport
*
Cython/Includes/Deprecated/python_buffer.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.buffer
cimport
*
Cython/Includes/Deprecated/python_bytes.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.bytes
cimport
*
Cython/Includes/Deprecated/python_cobject.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.cobject
cimport
*
Cython/Includes/Deprecated/python_complex.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.complex
cimport
*
Cython/Includes/Deprecated/python_dict.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.dict
cimport
*
Cython/Includes/Deprecated/python_exc.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.exc
cimport
*
Cython/Includes/Deprecated/python_float.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.float
cimport
*
Cython/Includes/Deprecated/python_function.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.function
cimport
*
Cython/Includes/Deprecated/python_getargs.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.getargs
cimport
*
Cython/Includes/Deprecated/python_instance.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.instance
cimport
*
Cython/Includes/Deprecated/python_int.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.int
cimport
*
Cython/Includes/Deprecated/python_iterator.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.iterator
cimport
*
Cython/Includes/Deprecated/python_list.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.list
cimport
*
Cython/Includes/Deprecated/python_long.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.long
cimport
*
Cython/Includes/Deprecated/python_mapping.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.mapping
cimport
*
Cython/Includes/Deprecated/python_mem.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.mem
cimport
*
Cython/Includes/Deprecated/python_method.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.method
cimport
*
Cython/Includes/Deprecated/python_module.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.module
cimport
*
Cython/Includes/Deprecated/python_number.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.number
cimport
*
Cython/Includes/Deprecated/python_object.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.object
cimport
*
Cython/Includes/Deprecated/python_oldbuffer.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.oldbuffer
cimport
*
Cython/Includes/Deprecated/python_pycapsule.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.pycapsule
cimport
*
Cython/Includes/Deprecated/python_ref.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.ref
cimport
*
Cython/Includes/Deprecated/python_sequence.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.sequence
cimport
*
Cython/Includes/Deprecated/python_set.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.set
cimport
*
Cython/Includes/Deprecated/python_string.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.string
cimport
*
Cython/Includes/Deprecated/python_tuple.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.tuple
cimport
*
Cython/Includes/Deprecated/python_type.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.type
cimport
*
Cython/Includes/Deprecated/python_unicode.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.unicode
cimport
*
Cython/Includes/Deprecated/python_version.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.version
cimport
*
Cython/Includes/Deprecated/python_weakref.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
cpython.weakref
cimport
*
Cython/Includes/Deprecated/stdio.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
libc.stdio
cimport
*
Cython/Includes/Deprecated/stdlib.pxd
View file @
ff4c68c8
# Present for backwards compat
a
bility
# Present for backwards compat
i
bility
from
libc.stdlib
cimport
*
Cython/Includes/cpython/buffer.pxd
View file @
ff4c68c8
...
...
@@ -5,7 +5,7 @@ cdef extern from "Python.h":
cdef
enum
:
PyBUF_SIMPLE
,
PyBUF_WRITABLE
,
PyBUF_WRITEABLE
,
# backwards compat
a
bility
PyBUF_WRITEABLE
,
# backwards compat
i
bility
PyBUF_FORMAT
,
PyBUF_ND
,
PyBUF_STRIDES
,
...
...
Cython/Includes/numpy/__init__.pxd
View file @
ff4c68c8
...
...
@@ -3,7 +3,7 @@
# If any of the PyArray_* functions are called, import_array must be
# called first.
#
# This also defines backwards-compat
a
bility buffer acquisition
# This also defines backwards-compat
i
bility buffer acquisition
# code for use in Python 2.x (or Python <= 2.5 when NumPy starts
# implementing PEP-3118 directly).
#
...
...
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