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
Boxiang Sun
cython
Commits
39df7ffd
Commit
39df7ffd
authored
Feb 10, 2017
by
scoder
Committed by
GitHub
Feb 10, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1578 from mathbunnyru/delete_trailing_spaces
Delete trailing spaces
parents
4374001f
2748f9ef
Changes
57
Show whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
879 additions
and
879 deletions
+879
-879
Cython/Build/BuildExecutable.py
Cython/Build/BuildExecutable.py
+1
-1
Cython/Build/ipython-COPYING.rst
Cython/Build/ipython-COPYING.rst
+1
-1
Cython/CodeWriter.py
Cython/CodeWriter.py
+2
-2
Cython/Compiler/Tests/TestMemView.py
Cython/Compiler/Tests/TestMemView.py
+1
-1
Cython/Debugger/Tests/codefile
Cython/Debugger/Tests/codefile
+5
-5
Cython/Debugger/libpython.py
Cython/Debugger/libpython.py
+2
-2
Cython/Includes/cpython/array.pxd
Cython/Includes/cpython/array.pxd
+19
-19
Cython/Includes/cpython/datetime.pxd
Cython/Includes/cpython/datetime.pxd
+13
-13
Cython/Includes/libcpp/iterator.pxd
Cython/Includes/libcpp/iterator.pxd
+2
-2
Cython/Includes/libcpp/limits.pxd
Cython/Includes/libcpp/limits.pxd
+2
-2
Cython/Includes/libcpp/memory.pxd
Cython/Includes/libcpp/memory.pxd
+2
-2
Cython/Tempita/_tempita.py
Cython/Tempita/_tempita.py
+1
-1
Cython/Tests/TestJediTyper.py
Cython/Tests/TestJediTyper.py
+4
-4
Cython/Utility/arrayarray.h
Cython/Utility/arrayarray.h
+2
-2
Demos/Readme_demos.rst
Demos/Readme_demos.rst
+2
-2
Demos/benchmarks/bpnn3.py
Demos/benchmarks/bpnn3.py
+4
-4
Demos/benchmarks/hexiom2.py
Demos/benchmarks/hexiom2.py
+23
-23
Demos/benchmarks/meteor_contest.py
Demos/benchmarks/meteor_contest.py
+1
-1
Demos/benchmarks/richards.py
Demos/benchmarks/richards.py
+6
-6
Demos/benchmarks/spectralnorm.py
Demos/benchmarks/spectralnorm.py
+1
-1
Demos/callback/cheese.pyx
Demos/callback/cheese.pyx
+2
-2
Demos/libraries/setup.py
Demos/libraries/setup.py
+1
-1
Doc/FAQ.html
Doc/FAQ.html
+10
-10
Doc/extension_types.html
Doc/extension_types.html
+68
-68
Doc/overview.html
Doc/overview.html
+245
-245
Doc/s5/ui/default/framing.css
Doc/s5/ui/default/framing.css
+1
-1
Doc/s5/ui/default/pretty.css
Doc/s5/ui/default/pretty.css
+1
-1
Doc/s5/ui/default/s5-core.css
Doc/s5/ui/default/s5-core.css
+1
-1
Doc/s5/ui/default/slides.js
Doc/s5/ui/default/slides.js
+5
-5
Doc/sharing.html
Doc/sharing.html
+22
-22
Doc/special_methods.html
Doc/special_methods.html
+32
-32
Makefile
Makefile
+3
-3
Tools/cython-numpy-mode-kate.xml
Tools/cython-numpy-mode-kate.xml
+105
-105
Tools/jedityper.py
Tools/jedityper.py
+4
-4
Tools/kate.diff
Tools/kate.diff
+105
-105
Tools/site_scons/site_tools/pyext.py
Tools/site_scons/site_tools/pyext.py
+9
-9
docs/TODO
docs/TODO
+10
-10
docs/src/quickstart/demo.pyx
docs/src/quickstart/demo.pyx
+1
-1
docs/src/quickstart/overview.rst
docs/src/quickstart/overview.rst
+2
-2
docs/src/tutorial/appendix.rst
docs/src/tutorial/appendix.rst
+2
-2
docs/src/tutorial/caveats.rst
docs/src/tutorial/caveats.rst
+1
-1
docs/src/tutorial/data.py
docs/src/tutorial/data.py
+5
-5
docs/src/tutorial/profiling_tutorial.rst
docs/src/tutorial/profiling_tutorial.rst
+10
-10
docs/src/tutorial/related_work.rst
docs/src/tutorial/related_work.rst
+2
-2
docs/src/userguide/early_binding_for_speed.rst
docs/src/userguide/early_binding_for_speed.rst
+3
-3
docs/src/userguide/extension_types.rst
docs/src/userguide/extension_types.rst
+21
-21
docs/src/userguide/external_C_code.rst
docs/src/userguide/external_C_code.rst
+8
-8
docs/src/userguide/language_basics.rst
docs/src/userguide/language_basics.rst
+1
-1
docs/src/userguide/memoryviews.rst
docs/src/userguide/memoryviews.rst
+2
-2
docs/src/userguide/numpy_tutorial.rst
docs/src/userguide/numpy_tutorial.rst
+10
-10
docs/src/userguide/pyrex_differences.rst
docs/src/userguide/pyrex_differences.rst
+24
-24
docs/src/userguide/sharing_declarations.rst
docs/src/userguide/sharing_declarations.rst
+23
-23
docs/src/userguide/source_files_and_compilation.rst
docs/src/userguide/source_files_and_compilation.rst
+1
-1
docs/src/userguide/special_methods.rst
docs/src/userguide/special_methods.rst
+26
-26
pyximport/README
pyximport/README
+4
-4
pyximport/pyximport.py
pyximport/pyximport.py
+14
-14
pyximport/test/test_pyximport.py
pyximport/test/test_pyximport.py
+1
-1
No files found.
Cython/Build/BuildExecutable.py
View file @
39df7ffd
Cython/Build/ipython-COPYING.rst
View file @
39df7ffd
Cython/CodeWriter.py
View file @
39df7ffd
Cython/Compiler/Tests/TestMemView.py
View file @
39df7ffd
Cython/Debugger/Tests/codefile
View file @
39df7ffd
Cython/Debugger/libpython.py
View file @
39df7ffd
Cython/Includes/cpython/array.pxd
View file @
39df7ffd
Cython/Includes/cpython/datetime.pxd
View file @
39df7ffd
Cython/Includes/libcpp/iterator.pxd
View file @
39df7ffd
Cython/Includes/libcpp/limits.pxd
View file @
39df7ffd
Cython/Includes/libcpp/memory.pxd
View file @
39df7ffd
Cython/Tempita/_tempita.py
View file @
39df7ffd
Cython/Tests/TestJediTyper.py
View file @
39df7ffd
Cython/Utility/arrayarray.h
View file @
39df7ffd
Demos/Readme_demos.rst
View file @
39df7ffd
Demos/benchmarks/bpnn3.py
View file @
39df7ffd
Demos/benchmarks/hexiom2.py
View file @
39df7ffd
Demos/benchmarks/meteor_contest.py
View file @
39df7ffd
Demos/benchmarks/richards.py
View file @
39df7ffd
Demos/benchmarks/spectralnorm.py
View file @
39df7ffd
Demos/callback/cheese.pyx
View file @
39df7ffd
Demos/libraries/setup.py
View file @
39df7ffd
Doc/FAQ.html
View file @
39df7ffd
Doc/extension_types.html
View file @
39df7ffd
Doc/overview.html
View file @
39df7ffd
Doc/s5/ui/default/framing.css
View file @
39df7ffd
Doc/s5/ui/default/pretty.css
View file @
39df7ffd
Doc/s5/ui/default/s5-core.css
View file @
39df7ffd
Doc/s5/ui/default/slides.js
View file @
39df7ffd
Doc/sharing.html
View file @
39df7ffd
Doc/special_methods.html
View file @
39df7ffd
Makefile
View file @
39df7ffd
Tools/cython-numpy-mode-kate.xml
View file @
39df7ffd
Tools/jedityper.py
View file @
39df7ffd
Tools/kate.diff
View file @
39df7ffd
Tools/site_scons/site_tools/pyext.py
View file @
39df7ffd
docs/TODO
View file @
39df7ffd
docs/src/quickstart/demo.pyx
View file @
39df7ffd
docs/src/quickstart/overview.rst
View file @
39df7ffd
docs/src/tutorial/appendix.rst
View file @
39df7ffd
docs/src/tutorial/caveats.rst
View file @
39df7ffd
docs/src/tutorial/data.py
View file @
39df7ffd
docs/src/tutorial/profiling_tutorial.rst
View file @
39df7ffd
docs/src/tutorial/related_work.rst
View file @
39df7ffd
docs/src/userguide/early_binding_for_speed.rst
View file @
39df7ffd
docs/src/userguide/extension_types.rst
View file @
39df7ffd
docs/src/userguide/external_C_code.rst
View file @
39df7ffd
docs/src/userguide/language_basics.rst
View file @
39df7ffd
docs/src/userguide/memoryviews.rst
View file @
39df7ffd
docs/src/userguide/numpy_tutorial.rst
View file @
39df7ffd
docs/src/userguide/pyrex_differences.rst
View file @
39df7ffd
docs/src/userguide/sharing_declarations.rst
View file @
39df7ffd
docs/src/userguide/source_files_and_compilation.rst
View file @
39df7ffd
docs/src/userguide/special_methods.rst
View file @
39df7ffd
pyximport/README
View file @
39df7ffd
pyximport/pyximport.py
View file @
39df7ffd
pyximport/test/test_pyximport.py
View file @
39df7ffd
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