562c7a Cython-0.28.1 base

Merged and Committed by Packit 3 years ago
1831 files changed. 239551 lines added. 0 lines removed.
.gitignore
file added
+35
.hgignore
file added
+28
.hgtags
file added
+55
.mailmap
file added
+15
.travis.yml
file added
+125
BUILD.bazel
file added
+34
CHANGES.rst
file added
+2251
COPYING.txt
file added
+19
Cython/Build/BuildExecutable.py
file added
+142
Cython/Build/Cythonize.py
file added
+200
Cython/Build/Dependencies.py
file added
+1198
Cython/Build/Distutils.py
file added
+1
Cython/Build/Inline.py
file added
+343
Cython/Build/IpythonMagic.py
file added
+545
Cython/Build/Tests/TestInline.py
file added
+70
Cython/Build/Tests/TestIpythonMagic.py
file added
+212
Cython/Build/Tests/TestStripLiterals.py
file added
+57
Cython/Build/Tests/__init__.py
file added
+1
Cython/Build/__init__.py
file added
+2
Cython/Build/ipython-COPYING.rst
file added
+74
Cython/CodeWriter.py
file added
+816
Cython/Compiler/AnalysedTreeTransforms.py
file added
+99
Cython/Compiler/Annotate.py
file added
+317
Cython/Compiler/AutoDocTransforms.py
file added
+214
Cython/Compiler/Buffer.py
file added
+738
Cython/Compiler/Builtin.py
file added
+448
Cython/Compiler/CmdLine.py
file added
+208
Cython/Compiler/Code.pxd
file added
+102
Cython/Compiler/Code.py
file added
+2523
Cython/Compiler/CodeGeneration.py
file added
+35
Cython/Compiler/CythonScope.py
file added
+164
Cython/Compiler/DebugFlags.py
file added
+21
Cython/Compiler/Errors.py
file added
+265
Cython/Compiler/ExprNodes.py
file added
+13495
Cython/Compiler/FlowControl.pxd
file added
+113
Cython/Compiler/FlowControl.py
file added
+1313
Cython/Compiler/FusedNode.py
file added
+893
Cython/Compiler/Future.py
file added
+15
Cython/Compiler/Interpreter.py
file added
+64
Cython/Compiler/Lexicon.py
file added
+138
Cython/Compiler/Main.py
file added
+776
Cython/Compiler/MemoryView.py
file added
+850
Cython/Compiler/ModuleNode.py
file added
+3114
Cython/Compiler/Naming.py
file added
+158
Cython/Compiler/Nodes.py
file added
+9323
Cython/Compiler/Optimize.py
file added
+4802
Cython/Compiler/Options.py
file added
+443
Cython/Compiler/ParseTreeTransforms.pxd
file added
+82
Cython/Compiler/ParseTreeTransforms.py
file added
+3441
Cython/Compiler/Parsing.pxd
file added
+197
Cython/Compiler/Parsing.py
file added
+3766
Cython/Compiler/Pipeline.py
file added
+368
Cython/Compiler/PyrexTypes.py
file added
+4725
Cython/Compiler/Pythran.py
file added
+185
Cython/Compiler/Scanning.pxd
file added
+65
Cython/Compiler/Scanning.py
file added
+544
Cython/Compiler/StringEncoding.py
file added
+335
Cython/Compiler/Symtab.py
file added
+2518
Cython/Compiler/Tests/TestBuffer.py
file added
+105
Cython/Compiler/Tests/TestCmdLine.py
file added
+118
Cython/Compiler/Tests/TestFlowControl.py
file added
+68
Cython/Compiler/Tests/TestGrammar.py
file added
+129
Cython/Compiler/Tests/TestMemView.py
file added
+71
Cython/Compiler/Tests/TestParseTreeTransforms.py
file added
+282
Cython/Compiler/Tests/TestSignatureMatching.py
file added
+73
Cython/Compiler/Tests/TestTreeFragment.py
file added
+64
Cython/Compiler/Tests/TestTreePath.py
file added
+94
Cython/Compiler/Tests/TestTypes.py
file added
+19
Cython/Compiler/Tests/TestUtilityLoad.py
file added
+101
Cython/Compiler/Tests/TestVisitor.py
file added
+61
Cython/Compiler/Tests/__init__.py
file added
+1
Cython/Compiler/TreeFragment.py
file added
+275
Cython/Compiler/TreePath.py
file added
+285
Cython/Compiler/TypeInference.py
file added
+591
Cython/Compiler/TypeSlots.py
file added
+921
Cython/Compiler/UtilNodes.py
file added
+359
Cython/Compiler/UtilityCode.py
file added
+237
Cython/Compiler/Version.py
file added
+9
Cython/Compiler/Visitor.pxd
file added
+52
Cython/Compiler/Visitor.py
file added
+823
Cython/Compiler/__init__.py
file added
+1
Cython/Coverage.py
file added
+322
Cython/Debugger/Cygdb.py
file added
+158
Cython/Debugger/DebugWriter.py
file added
+68
Cython/Debugger/Tests/TestLibCython.py
file added
+274
Cython/Debugger/Tests/__init__.py
file added
+1
Cython/Debugger/Tests/cfuncs.c
file added
+8
Cython/Debugger/Tests/cfuncs.h
file added
+1
Cython/Debugger/Tests/codefile
file added
+50
Cython/Debugger/Tests/test_libcython_in_gdb.py
file added
+496
Cython/Debugger/Tests/test_libpython_in_gdb.py
file added
+115
Cython/Debugger/__init__.py
file added
+1
Cython/Debugger/libcython.py
file added
+1434
Cython/Debugger/libpython.py
file added
+2760
Cython/Debugging.py
file added
+20
Cython/Distutils/__init__.py
file added
+2
Cython/Distutils/build_ext.py
file added
+25
Cython/Distutils/extension.py
file added
+128
Cython/Distutils/old_build_ext.py
file added
+354
Cython/Includes/Deprecated/python.pxd
file added
+2
Cython/Includes/Deprecated/python2.5.pxd
file added
+622
Cython/Includes/Deprecated/python_bool.pxd
file added
+2
Cython/Includes/Deprecated/python_buffer.pxd
file added
+2
Cython/Includes/Deprecated/python_bytes.pxd
file added
+2
Cython/Includes/Deprecated/python_cobject.pxd
file added
+2
Cython/Includes/Deprecated/python_complex.pxd
file added
+2
Cython/Includes/Deprecated/python_dict.pxd
file added
+2
Cython/Includes/Deprecated/python_exc.pxd
file added
+2
Cython/Includes/Deprecated/python_float.pxd
file added
+2
Cython/Includes/Deprecated/python_function.pxd
file added
+2
Cython/Includes/Deprecated/python_getargs.pxd
file added
+2
Cython/Includes/Deprecated/python_instance.pxd
file added
+2
Cython/Includes/Deprecated/python_int.pxd
file added
+2
Cython/Includes/Deprecated/python_iterator.pxd
file added
+2
Cython/Includes/Deprecated/python_list.pxd
file added
+2
Cython/Includes/Deprecated/python_long.pxd
file added
+2
Cython/Includes/Deprecated/python_mapping.pxd
file added
+2
Cython/Includes/Deprecated/python_mem.pxd
file added
+2
Cython/Includes/Deprecated/python_method.pxd
file added
+2
Cython/Includes/Deprecated/python_module.pxd
file added
+2
Cython/Includes/Deprecated/python_number.pxd
file added
+2
Cython/Includes/Deprecated/python_object.pxd
file added
+2
Cython/Includes/Deprecated/python_oldbuffer.pxd
file added
+2
Cython/Includes/Deprecated/python_pycapsule.pxd
file added
+2
Cython/Includes/Deprecated/python_ref.pxd
file added
+2
Cython/Includes/Deprecated/python_sequence.pxd
file added
+2
Cython/Includes/Deprecated/python_set.pxd
file added
+2
Cython/Includes/Deprecated/python_string.pxd
file added
+2
Cython/Includes/Deprecated/python_tuple.pxd
file added
+2
Cython/Includes/Deprecated/python_type.pxd
file added
+2
Cython/Includes/Deprecated/python_unicode.pxd
file added
+2
Cython/Includes/Deprecated/python_version.pxd
file added
+2
Cython/Includes/Deprecated/python_weakref.pxd
file added
+2
Cython/Includes/Deprecated/stdio.pxd
file added
+2
Cython/Includes/Deprecated/stdlib.pxd
file added
+2
Cython/Includes/Deprecated/stl.pxd
file added
+91
Cython/Includes/cpython/__init__.pxd
file added
+184
Cython/Includes/cpython/array.pxd
file added
+163
Cython/Includes/cpython/bool.pxd
file added
+38
Cython/Includes/cpython/buffer.pxd
file added
+109
Cython/Includes/cpython/bytes.pxd
file added
+198
Cython/Includes/cpython/cobject.pxd
file added
+36
Cython/Includes/cpython/complex.pxd
file added
+50
Cython/Includes/cpython/datetime.pxd
file added
+212
Cython/Includes/cpython/dict.pxd
file added
+165
Cython/Includes/cpython/exc.pxd
file added
+250
Cython/Includes/cpython/float.pxd
file added
+39
Cython/Includes/cpython/function.pxd
file added
+65
Cython/Includes/cpython/getargs.pxd
file added
+12
Cython/Includes/cpython/instance.pxd
file added
+25
Cython/Includes/cpython/int.pxd
file added
+89
Cython/Includes/cpython/iterator.pxd
file added
+36
Cython/Includes/cpython/list.pxd
file added
+92
Cython/Includes/cpython/long.pxd
file added
+149
Cython/Includes/cpython/longintrepr.pxd
file added
+16
Cython/Includes/cpython/mapping.pxd
file added
+64
Cython/Includes/cpython/mem.pxd
file added
+108
Cython/Includes/cpython/method.pxd
file added
+49
Cython/Includes/cpython/module.pxd
file added
+188
Cython/Includes/cpython/number.pxd
file added
+251
Cython/Includes/cpython/object.pxd
file added
+399
Cython/Includes/cpython/oldbuffer.pxd
file added
+63
Cython/Includes/cpython/pycapsule.pxd
file added
+145
Cython/Includes/cpython/pystate.pxd
file added
+88
Cython/Includes/cpython/pythread.pxd
file added
+53
Cython/Includes/cpython/ref.pxd
file added
+51
Cython/Includes/cpython/sequence.pxd
file added
+136
Cython/Includes/cpython/set.pxd
file added
+119
Cython/Includes/cpython/slice.pxd
file added
+47
Cython/Includes/cpython/string.pxd
file added
+198
Cython/Includes/cpython/tuple.pxd
file added
+71
Cython/Includes/cpython/type.pxd
file added
+48
Cython/Includes/cpython/unicode.pxd
file added
+545
Cython/Includes/cpython/version.pxd
file added
+32
Cython/Includes/cpython/weakref.pxd
file added
+42
Cython/Includes/libc/__init__.pxd
file added
+1
Cython/Includes/libc/errno.pxd
file added
+128
Cython/Includes/libc/float.pxd
file added
+43
Cython/Includes/libc/limits.pxd
file added
+28
Cython/Includes/libc/locale.pxd
file added
+46
Cython/Includes/libc/math.pxd
file added
+106
Cython/Includes/libc/setjmp.pxd
file added
+10
Cython/Includes/libc/signal.pxd
file added
+64
Cython/Includes/libc/stddef.pxd
file added
+9
Cython/Includes/libc/stdint.pxd
file added
+105
Cython/Includes/libc/stdio.pxd
file added
+80
Cython/Includes/libc/stdlib.pxd
file added
+72
Cython/Includes/libc/string.pxd
file added
+50
Cython/Includes/libc/time.pxd
file added
+46
Cython/Includes/libcpp/__init__.pxd
file added
+4
Cython/Includes/libcpp/algorithm.pxd
file added
+43
Cython/Includes/libcpp/cast.pxd
file added
+12
Cython/Includes/libcpp/complex.pxd
file added
+101
Cython/Includes/libcpp/deque.pxd
file added
+83
Cython/Includes/libcpp/functional.pxd
file added
+13
Cython/Includes/libcpp/iterator.pxd
file added
+32
Cython/Includes/libcpp/limits.pxd
file added
+61
Cython/Includes/libcpp/list.pxd
file added
+71
Cython/Includes/libcpp/map.pxd
file added
+71
Cython/Includes/libcpp/memory.pxd
file added
+109
Cython/Includes/libcpp/pair.pxd
file added
+1
Cython/Includes/libcpp/queue.pxd
file added
+20
Cython/Includes/libcpp/set.pxd
file added
+61
Cython/Includes/libcpp/stack.pxd
file added
+11
Cython/Includes/libcpp/string.pxd
file added
+156
Cython/Includes/libcpp/typeindex.pxd
file added
+15
Cython/Includes/libcpp/typeinfo.pxd
file added
+10
Cython/Includes/libcpp/unordered_map.pxd
file added
+67
Cython/Includes/libcpp/unordered_set.pxd
file added
+61
Cython/Includes/libcpp/utility.pxd
file added
+15
Cython/Includes/libcpp/vector.pxd
file added
+87
Cython/Includes/numpy/__init__.pxd
file added
+1012
Cython/Includes/numpy/math.pxd
file added
+133
Cython/Includes/openmp.pxd
file added
+51
Cython/Includes/posix/__init__.pxd
file added
+1
Cython/Includes/posix/dlfcn.pxd
file added
+14
Cython/Includes/posix/fcntl.pxd
file added
+67
Cython/Includes/posix/ioctl.pxd
file added
+4
Cython/Includes/posix/mman.pxd
file added
+80
Cython/Includes/posix/resource.pxd
file added
+55
Cython/Includes/posix/select.pxd
file added
+19
Cython/Includes/posix/signal.pxd
file added
+73
Cython/Includes/posix/stat.pxd
file added
+71
Cython/Includes/posix/stdio.pxd
file added
+37
Cython/Includes/posix/stdlib.pxd
file added
+29
Cython/Includes/posix/strings.pxd
file added
+9
Cython/Includes/posix/time.pxd
file added
+71
Cython/Includes/posix/types.pxd
file added
+30
Cython/Includes/posix/unistd.pxd
file added
+271
Cython/Includes/posix/wait.pxd
file added
+38
Cython/Parser/ConcreteSyntaxTree.pyx
file added
+88
Cython/Parser/Grammar
file added
+214
Cython/Parser/__init__.py
file added
+0
Cython/Plex/Actions.pxd
file added
+25
Cython/Plex/Actions.py
file added
+109
Cython/Plex/DFA.py
file added
+164
Cython/Plex/Errors.py
file added
+54
Cython/Plex/Lexicons.py
file added
+200
Cython/Plex/Machines.py
file added
+255
Cython/Plex/Regexps.py
file added
+576
Cython/Plex/Scanners.pxd
file added
+45
Cython/Plex/Scanners.py
file added
+337
Cython/Plex/Timing.py
file added
+23
Cython/Plex/Traditional.py
file added
+158
Cython/Plex/Transitions.py
file added
+251
Cython/Plex/__init__.py
file added
+39
Cython/Runtime/__init__.py
file added
+1
Cython/Runtime/refnanny.pyx
file added
+194
Cython/Shadow.py
file added
+463
Cython/StringIOTree.pxd
file added
+17
Cython/StringIOTree.py
file added
+106
Cython/Tempita/__init__.py
file added
+4
Cython/Tempita/_looper.py
file added
+163
Cython/Tempita/_tempita.py
file added
+1182
Cython/Tempita/compat3.py
file added
+47
Cython/TestUtils.py
file added
+217
Cython/Tests/TestCodeWriter.py
file added
+82
Cython/Tests/TestJediTyper.py
file added
+225
Cython/Tests/TestStringIOTree.py
file added
+67
Cython/Tests/__init__.py
file added
+1
Cython/Tests/xmlrunner.py
file added
+397
Cython/Utility/AsyncGen.c
file added
+1066
Cython/Utility/Buffer.c
file added
+918
Cython/Utility/Builtins.c
file added
+501
Cython/Utility/CConvert.pyx
file added
+132
Cython/Utility/CMath.c
file added
+95
Cython/Utility/Capsule.c
file added
+20
Cython/Utility/CommonStructures.c
file added
+86
Cython/Utility/Complex.c
file added
+292
Cython/Utility/Coroutine.c
file added
+2227
Cython/Utility/CpdefEnums.pyx
file added
+66
Cython/Utility/CppConvert.pyx
file added
+237
Cython/Utility/CppSupport.cpp
file added
+58
Cython/Utility/CythonFunction.c
file added
+1266
Cython/Utility/Embed.c
file added
+210
Cython/Utility/Exceptions.c
file added
+748
Cython/Utility/ExtensionTypes.c
file added
+222
Cython/Utility/FunctionArguments.c
file added
+352
Cython/Utility/ImportExport.c
file added
+757
Cython/Utility/MemoryView.pyx
file added
+1489
Cython/Utility/MemoryView_C.c
file added
+939
Cython/Utility/ModuleSetupCode.c
file added
+1394
Cython/Utility/ObjectHandling.c
file added
+2232
Cython/Utility/Optimize.c
file added
+1052
Cython/Utility/Overflow.c
file added
+303
Cython/Utility/Printing.c
file added
+176
Cython/Utility/Profile.c
file added
+333
Cython/Utility/StringTools.c
file added
+1162
Cython/Utility/TestCyUtilityLoader.pyx
file added
+8
Cython/Utility/TestCythonScope.pyx
file added
+64
Cython/Utility/TestUtilityLoader.c
file added
+12
Cython/Utility/TypeConversion.c
file added
+945
Cython/Utility/__init__.py
file added
+29
Cython/Utility/arrayarray.h
file added
+149
Cython/Utils.py
file added
+483
Cython/__init__.py
file added
+12
Demos/Makefile
file added
+17
Demos/Makefile.nodistutils
file added
+21
Demos/README.rst
file added
+35
Demos/benchmarks/bpnn3.pxd
file added
+21
Demos/benchmarks/bpnn3.py
file added
+191
Demos/benchmarks/chaos.pxd
file added
+39
Demos/benchmarks/chaos.py
file added
+274
Demos/benchmarks/coroutines.py
file added
+81
Demos/benchmarks/fstrings.py
file added
+245
Demos/benchmarks/generators.py
file added
+82
Demos/benchmarks/hexiom2.pxd
file added
+67
Demos/benchmarks/hexiom2.py
file added
+563
Demos/benchmarks/meteor_contest.pxd
file added
+11
Demos/benchmarks/meteor_contest.py
file added
+155
Demos/benchmarks/nbody.pxd
file added
+18
Demos/benchmarks/nbody.py
file added
+151
Demos/benchmarks/nqueens.py
file added
+89
Demos/benchmarks/richards.pxd
file added
+96
Demos/benchmarks/richards.py
file added
+440
Demos/benchmarks/setup.py
file added
+13
Demos/benchmarks/spectralnorm.pxd
file added
+18
Demos/benchmarks/spectralnorm.py
file added
+66
Demos/benchmarks/util.py
file added
+55
Demos/callback/Makefile
file added
+10
Demos/callback/Makefile.nodistutils
file added
+19
Demos/callback/README.rst
file added
+12
Demos/callback/Setup.py
file added
+10
Demos/callback/cheese.pyx
file added
+14
Demos/callback/cheesefinder.c
file added
+21
Demos/callback/cheesefinder.h
file added
+2
Demos/callback/run_cheese.py
file added
+8
Demos/embed/Makefile
file added
+36
Demos/embed/Makefile.msc
file added
+35
Demos/embed/Makefile.msc.static
file added
+1
Demos/embed/Makefile.unix
file added
+19
Demos/embed/README.rst
file added
+5
Demos/embed/assert_equal.py
file added
+15
Demos/embed/embedded.output
file added
+2
Demos/embed/embedded.pyx
file added
+8
Demos/freeze/Makefile
file added
+50
Demos/freeze/README.rst
file added
+111
Demos/freeze/combinatorics.pyx
file added
+20
Demos/freeze/lcmath.pyx
file added
+29
Demos/integrate0.py
file added
+9
Demos/integrate1.pyx
file added
+12
Demos/integrate2.pyx
file added
+13
Demos/integrate_timing.py
file added
+15
Demos/libraries/call_mymath.pyx
file added
+5
Demos/libraries/mymath.c
file added
+5
Demos/libraries/mymath.h
file added
+1
Demos/libraries/setup.py
file added
+33
Demos/numpy_demo.pyx
file added
+9
Demos/overflow_perf.pyx
file added
+191
Demos/overflow_perf_run.py
file added
+57
Demos/primes.pyx
file added
+22
Demos/pyprimes.py
file added
+13
Demos/run_numeric_demo.py
file added
+5
Demos/run_primes.py
file added
+11
Demos/run_spam.py
file added
+10
Demos/setup.py
file added
+26
Demos/spam.pyx
file added
+23
Doc/s5/Makefile
file added
+17
Doc/s5/cython-ep2008.txt
file added
+401
Doc/s5/ep2008/stupidlowercase.py
file added
+9
Doc/s5/ep2008/worker.py
file added
+9
Doc/s5/ui/default/blank.gif
file added
+0
Doc/s5/ui/default/bodybg.gif
file added
+0
Doc/s5/ui/default/cython-logo64.png
file added
+0
Doc/s5/ui/default/framing.css
file added
+23
Doc/s5/ui/default/iepngfix.htc
file added
+42
Doc/s5/ui/default/opera.css
file added
+7
Doc/s5/ui/default/outline.css
file added
+15
Doc/s5/ui/default/pretty.css
file added
+163
Doc/s5/ui/default/print.css
file added
+24
Doc/s5/ui/default/s5-core.css
file added
+9
Doc/s5/ui/default/slides.css
file added
+3
Doc/s5/ui/default/slides.js
file added
+552
INSTALL.txt
file added
+22
LICENSE.txt
file added
+176
MANIFEST.in
file added
+33
Makefile
file added
+69
README.rst
file added
+78
ToDo.txt
file added
+289
Tools/BUILD.bazel
file added
+0
Tools/cevaltrace.py
file added
+149
Tools/cystdlib.py
file added
+189
Tools/cython-epydoc.py
file added
+45
Tools/cython-mode.el
file added
+303
Tools/cython-numpy-mode-kate.xml
file added
+1133
Tools/cython.st
file added
+1
Tools/jedityper.py
file added
+118
Tools/kate.diff
file added
+1144
Tools/rules.bzl
file added
+70
Tools/site_scons/site_tools/cython.py
file added
+66
Tools/site_scons/site_tools/pyext.py
file added
+236
USAGE.txt
file added
+75
appveyor.yml
file added
+78
appveyor/install.ps1
file added
+108
appveyor/run_with_env.cmd
file added
+32
bin/cygdb
file added
+8
bin/cython
file added
+8
bin/cython.bat
file added
+6
bin/cython_freeze
file added
+258
bin/cythonize
file added
+8
bin/cythonrun
file added
+16
bin/move-declarators.sed
file added
+21
bin/pcython
file added
+106
cygdb.py
file added
+8
cython.py
file added
+24
cythonize.py
file added
+9
docs/.hgignore
file added
+9
docs/Makefile
file added
+158
docs/README
file added
+15
docs/TODO
file added
+26
docs/_static/cython-logo-light.png
file added
+0
docs/_static/cythonlogo.png
file added
+0
docs/_static/favicon.ico
file added
+0
docs/_templates/layout.html
file added
+14
docs/conf.py
file added
+456
docs/examples/Cython Magics.ipynb
file added
+366
docs/examples/tutorial/fib1/fib.pyx
file added
+10
docs/examples/tutorial/fib1/setup.py
file added
+6
docs/examples/tutorial/great_circle/c1.pyx
file added
+12
docs/examples/tutorial/great_circle/c2.pyx
file added
+13
docs/examples/tutorial/great_circle/p1.py
file added
+12
docs/examples/tutorial/primes/primes.py
file added
+19
docs/examples/tutorial/primes/primes.pyx
file added
+23
docs/examples/tutorial/primes/setup.py
file added
+6
docs/index.rst
file added
+14
docs/sphinxext/cython_highlighting.py
file added
+183
docs/sphinxext/ipython_console_highlighting.py
file added
+77
docs/src/changes.rst
file added
+1
docs/src/quickstart/build.rst
file added
+106
docs/src/quickstart/cython_in_jupyter.ipynb
file added
+568
docs/src/quickstart/cythonize.rst
file added
+155
docs/src/quickstart/demo.pyx
file added
+81
docs/src/quickstart/htmlreport.png
file added
+0
docs/src/quickstart/index.rst
file added
+10
docs/src/quickstart/install.rst
file added
+62
docs/src/quickstart/jupyter.png
file added
+0
docs/src/quickstart/overview.rst
file added
+56
docs/src/quickstart/sage.png
file added
+0
docs/src/reference/Makefile
file added
+68
docs/src/reference/compilation.rst
file added
+702
docs/src/reference/directives.rst
file added
+4
docs/src/reference/extension_types.rst
file added
+570
docs/src/reference/index.rst
file added
+31
docs/src/reference/interfacing_with_other_code.rst
file added
+26
docs/src/reference/language_basics.rst
file added
+852
docs/src/reference/limitations.rst
file added
+8
docs/src/reference/special_mention.rst
file added
+8
docs/src/reference/special_methods_table.rst
file added
+237
docs/src/tutorial/appendix.rst
file added
+31
docs/src/tutorial/array.rst
file added
+191
docs/src/tutorial/caveats.rst
file added
+19
docs/src/tutorial/cdef_classes.rst
file added
+147
docs/src/tutorial/clibraries.rst
file added
+587
docs/src/tutorial/cython_tutorial.rst
file added
+340
docs/src/tutorial/data.py
file added
+40
docs/src/tutorial/external.rst
file added
+145
docs/src/tutorial/htmlreport.png
file added
+0
docs/src/tutorial/index.rst
file added
+22
docs/src/tutorial/memory_allocation.rst
file added
+106
docs/src/tutorial/numpy.rst
file added
+296
docs/src/tutorial/profiling_tutorial.rst
file added
+358
docs/src/tutorial/pure.rst
file added
+437
docs/src/tutorial/pxd_files.rst
file added
+41
docs/src/tutorial/python_division.png
file added
+0
docs/src/tutorial/queue_example/cqueue.pxd
file added
+17
docs/src/tutorial/queue_example/queue.pyx
file added
+96
docs/src/tutorial/readings.rst
file added
+26
docs/src/tutorial/related_work.rst
file added
+50
docs/src/tutorial/strings.rst
file added
+844
docs/src/userguide/buffer.rst
file added
+191
docs/src/userguide/debugging.rst
file added
+291
docs/src/userguide/early_binding_for_speed.rst
file added
+131
docs/src/userguide/extension_types.rst
file added
+727
docs/src/userguide/external_C_code.rst
file added
+629
docs/src/userguide/fusedtypes.rst
file added
+302
docs/src/userguide/index.rst
file added
+36
docs/src/userguide/language_basics.rst
file added
+641
docs/src/userguide/limitations.rst
file added
+66
docs/src/userguide/memoryviews.rst
file added
+698
docs/src/userguide/numpy_pythran.rst
file added
+55
docs/src/userguide/numpy_tutorial.rst
file added
+497
docs/src/userguide/parallelism.rst
file added
+237
docs/src/userguide/pypy.rst
file added
+170
docs/src/userguide/pyrex_differences.rst
file added
+342
docs/src/userguide/sharing_declarations.rst
file added
+265
docs/src/userguide/source_files_and_compilation.rst
file added
+149
docs/src/userguide/special_methods.rst
file added
+428
docs/src/userguide/wrapping_CPlusPlus.rst
file added
+695
pylintrc
file added
+263
pyximport/PKG-INFO
file added
+11
pyximport/README.rst
file added
+71
pyximport/__init__.py
file added
+4
pyximport/pyxbuild.py
file added
+160
pyximport/pyximport.py
file added
+593
pyximport/test/test_pyximport.py
file added
+116
pyximport/test/test_reload.py
file added
+35
runtests.py
file added
+2235
setup.py
file added
+286
setupegg.py
file added
+5
test-requirements-cpython.txt
file added
+1
test-requirements.txt
file added
+3
tests/broken/b_extimpinherit.pyx
file added
+7
tests/broken/big_t.pyx
file added
+5
tests/broken/builtinconst.pyx
file added
+66
tests/broken/builtindict.pyx
file added
+15
tests/broken/cascadedass.pyx
file added
+8
tests/broken/cdefemptysue.pyx
file added
+14
tests/broken/cdefexternblock.pyx
file added
+19
tests/broken/cexportfunc.pyx
file added
+5
tests/broken/cimport.pyx
file added
+10
tests/broken/cimportfrom.pyx
file added
+7
tests/broken/cimportfrompkgdir.pyx
file added
+3
tests/broken/cimportfunc.pyx
file added
+1
tests/broken/ctypedefextern.pyx
file added
+9
tests/broken/externfunc.pyx
file added
+3
tests/broken/externsue.pyx
file added
+21
tests/broken/fwddeclcclass.pyx
file added
+9
tests/broken/getattr.pyx
file added
+5
tests/broken/getattr3ref.pyx
file added
+2
tests/broken/i_public.pyx
file added
+8
tests/broken/includepublic.pyx
file added
+2
tests/broken/intindex.pyx
file added
+10
tests/broken/invalid-module-name.pyx
file added
+0
tests/broken/l_capi.pyx
file added
+2
tests/broken/l_cfuncexport.pyx
file added
+5
tests/broken/naanou_1.pyx
file added
+2
tests/broken/pkg.cimport.pyx
file added
+6
tests/broken/pkg.cimportfrom.pyx
file added
+7
tests/broken/plex2.pyx
file added
+9
tests/broken/r_capi.pyx
file added
+8
tests/broken/r_cfuncimport.pyx
file added
+5
tests/broken/r_classdoc.pyx
file added
+3
tests/broken/r_classmodname.pyx
file added
+2
tests/broken/r_excval.pyx
file added
+19
tests/broken/r_extimpinherit.pyx
file added
+24
tests/broken/r_extinherit.pyx
file added
+16
tests/broken/r_extmember.pyx
file added
+12
tests/broken/r_extnumeric2.pyx
file added
+22
tests/broken/r_extproperty.pyx
file added
+18
tests/broken/r_extweakref.pyx
file added
+3
tests/broken/r_getattr3.pyx
file added
+2
tests/broken/r_import.pyx
file added
+8
tests/broken/r_inhcmethcall.pyx
file added
+18
tests/broken/r_kwonlyargs.pyx
file added
+25
tests/broken/r_newstyleclass.pyx
file added
+5
tests/broken/r_simpcall.pyx
file added
+4
tests/broken/r_tbfilename.pyx
file added
+2
tests/broken/r_traceback.pyx
file added
+9
tests/broken/r_unpack.pyx
file added
+13
tests/broken/raise.pyx
file added
+8
tests/broken/retconvert.pyx
file added
+6
tests/broken/test_include_options.pyx
file added
+5
tests/broken/tryexceptelse.pyx
file added
+23
tests/broken/tslots.pyx
file added
+5
tests/buffers/bufaccess.h
file added
+5
tests/buffers/bufaccess.pyx
file added
+1254
tests/buffers/buffer.pyx
file added
+60
tests/buffers/buffmt.pyx
file added
+398
tests/buffers/mockbuffers.pxi
file added
+352
tests/buffers/userbuffer.pyx
file added
+85
tests/bugs.txt
file added
+57
tests/build/basic_cythonize.srctree
file added
+16
tests/build/basic_distutils.srctree
file added
+16
tests/build/build_dir.srctree
file added
+93
tests/build/build_dir_src.srctree
file added
+90
tests/build/common_include_dir.srctree
file added
+82
tests/build/compile_env_distutils.srctree
file added
+23
tests/build/cpp_cythonize.srctree
file added
+29
tests/build/cythonize_additional_sources.srctree
file added
+33
tests/build/cythonize_additional_sources_ext.srctree
file added
+38
tests/build/cythonize_glob.srctree
file added
+38
tests/build/cythonize_options.srctree
file added
+29
tests/build/cythonize_rename_ext.srctree
file added
+38
tests/build/cythonize_script.srctree
file added
+27
tests/build/cythonize_script_excludes.srctree
file added
+49
tests/build/cythonize_script_package.srctree
file added
+35
tests/build/inline_distutils.srctree
file added
+41
tests/build/module_api.srctree
file added
+161
tests/build/package_compilation.srctree
file added
+55
tests/build/setuptools_reimport.srctree
file added
+23
tests/compile/a/__init__.py
file added
+1
tests/compile/a/b.pxd
file added
+1
tests/compile/a_capi.pyx
file added
+32
tests/compile/altet1.h
file added
+2
tests/compile/altet1.pyx.BROKEN
file added
+19
tests/compile/argdefault.pyx
file added
+7
tests/compile/arrayargs.pyx
file added
+26
tests/compile/arrayptrcompat.pyx
file added
+21
tests/compile/arraytoptrarg.pyx
file added
+9
tests/compile/ass2longlong.pyx
file added
+12
tests/compile/assert2.pyx
file added
+4
tests/compile/behnel4.pyx
file added
+9
tests/compile/belchenko1.pyx
file added
+9
tests/compile/belchenko2.h
file added
+1
tests/compile/belchenko2.pyx.BROKEN
file added
+12
tests/compile/builtin.pyx
file added
+4
tests/compile/builtinfuncs.pyx
file added
+37
tests/compile/builtinlist.pyx
file added
+19
tests/compile/burton1.pyx.BROKEN
file added
+4
tests/compile/c_directives.pyx
file added
+41
tests/compile/callingconvention.srctree
file added
+95
tests/compile/cargdef.pyx
file added
+12
tests/compile/carrdecl.pyx
file added
+4
tests/compile/cascmp.pyx
file added
+17
tests/compile/cassign.pyx
file added
+16
tests/compile/cast_ctypedef_array_T518.pyx
file added
+18
tests/compile/cast_ctypedef_array_T518_helper.h
file added
+5
tests/compile/casttoexttype.pyx
file added
+13
tests/compile/cdef_syntax.pyx
file added
+14
tests/compile/cdefexternempty.pyx
file added
+5
tests/compile/cdefexternfromstar.pyx
file added
+5
tests/compile/cenum.pyx
file added
+16
tests/compile/cforfromloop.pyx
file added
+34
tests/compile/cheese.h
file added
+0
tests/compile/cimport_package_module_T4.pyx
file added
+6
tests/compile/cimported_class_base.srctree
file added
+43
tests/compile/cimportfrom_T248.pyx
file added
+19
tests/compile/classmethargdefault.pyx
file added
+22
tests/compile/cnamespec.pyx
file added
+30
tests/compile/cnumop.pyx
file added
+15
tests/compile/coercetovoidptr.pyx
file added
+8
tests/compile/complexbasetype.pyx
file added
+8
tests/compile/conditional_dependencies.srctree
file added
+41
tests/compile/const_T42.srctree
file added
+30
tests/compile/const_decl.pyx
file added
+12
tests/compile/constcast.pyx
file added
+8
tests/compile/constexpr.pyx
file added
+10
tests/compile/coventry1.pyx
file added
+4
tests/compile/cpdef.pyx
file added
+8
tests/compile/cpp_class_redefinition.pyx
file added
+12
tests/compile/cpp_enums.h
file added
+11
tests/compile/cpp_enums.pyx
file added
+27
tests/compile/cpp_nogil.h
file added
+9
tests/compile/cpp_nogil.pyx
file added
+23
tests/compile/cpp_structs.pyx
file added
+16
tests/compile/cpp_templated_ctypedef.pyx
file added
+7
tests/compile/cpp_templates.pyx
file added
+51
tests/compile/create_extension.srctree
file added
+24
tests/compile/crunchytype.h
file added
+5
tests/compile/crunchytype.pxd
file added
+4
tests/compile/cstructreturn.pyx
file added
+12
tests/compile/ctypedef.pyx
file added
+6
tests/compile/ctypedef_public_class_T355.pxd
file added
+5
tests/compile/ctypedef_public_class_T355.pyx
file added
+10
tests/compile/ctypedefclass.pyx
file added
+8
tests/compile/ctypedefenum.pyx
file added
+10
tests/compile/ctypedefpubapi.pyx
file added
+12
tests/compile/ctypedefstruct.pyx
file added
+14
tests/compile/ctypedefunion.pyx
file added
+11
tests/compile/cunsignedlong.pyx
file added
+9
tests/compile/cvardef.pyx
file added
+48
tests/compile/cverylongtypes.pyx
file added
+6
tests/compile/declandimpl.pxd
file added
+6
tests/compile/declandimpl.pyx
file added
+11
tests/compile/declarations.srctree
file added
+114
tests/compile/del.pyx
file added
+9
tests/compile/distutils_libraries_T845.srctree
file added
+33
tests/compile/docstrings.pyx
file added
+16
tests/compile/doda1.pyx
file added
+15
tests/compile/dotted_cimport.pyx
file added
+4
tests/compile/dotted_cimport_submodule/__init__.pyx
file added
+1
tests/compile/dotted_cimport_submodule/a.pxd
file added
+0
tests/compile/drake1.pyx
file added
+4
tests/compile/ellipsis_T488.pyx
file added
+8
tests/compile/emptytry.pyx
file added
+9
tests/compile/enumintcompat.pyx
file added
+31
tests/compile/eqcmp.pyx
file added
+16
tests/compile/ewing1.pyx
file added
+12
tests/compile/ewing3.pyx
file added
+5
tests/compile/ewing4.pyx
file added
+6
tests/compile/ewing5.pyx
file added
+6
tests/compile/ewing6.pyx
file added
+24
tests/compile/ewing7.pyx
file added
+14
tests/compile/ewing8.pxd
file added
+12
tests/compile/ewing8.pyx
file added
+4
tests/compile/ewing9.pxd
file added
+1
tests/compile/ewing9.pyx
file added
+4
tests/compile/excvalcheck.h
file added
+13
tests/compile/excvalcheck.pyx
file added
+17
tests/compile/excvaldecl.pyx
file added
+26
tests/compile/excvalreturn.pyx
file added
+6
tests/compile/extargdefault.pyx
file added
+9
tests/compile/extcmethcall.pyx
file added
+22
tests/compile/extcoerce.pyx
file added
+21
tests/compile/extdelattr.pyx
file added
+6
tests/compile/extdelitem.pyx
file added
+6
tests/compile/extdelslice.pyx
file added
+6
tests/compile/extdescrdel.pyx
file added
+6
tests/compile/extdescrget.pyx
file added
+6
tests/compile/extdescrset.pyx
file added
+6
tests/compile/extern.pyx
file added
+13
tests/compile/extern_packed_struct.pyx
file added
+5
tests/compile/extexttype.pyx
file added
+15
tests/compile/extforward.pyx
file added
+10
tests/compile/extgetattr.pyx
file added
+6
tests/compile/extgetitem.pyx
file added
+7
tests/compile/exthash.pyx
file added
+7
tests/compile/extimported.pyx
file added
+8
tests/compile/extimportedsubtype.pyx
file added
+9
tests/compile/extindex.pyx
file added
+6
tests/compile/extinheritdel.pyx
file added
+15
tests/compile/extinheritset.pyx
file added
+15
tests/compile/extpropertyall.pyx
file added
+17
tests/compile/extpropertydel.pyx
file added
+8
tests/compile/extpropertydoc.pyx
file added
+7
tests/compile/extpropertyget.pyx
file added
+9
tests/compile/extpropertyset.pyx
file added
+8
tests/compile/extpymemberdef.pyx
file added
+16
tests/compile/extsetattr.pyx
file added
+6
tests/compile/extsetitem.pyx
file added
+6
tests/compile/extsetslice.pyx
file added
+6
tests/compile/finally_GH1744.pyx
file added
+113
tests/compile/find_pxd.srctree
file added
+39
tests/compile/first_assignment.pyx
file added
+32
tests/compile/food.h
file added
+8
tests/compile/for.pyx
file added
+28
tests/compile/forfromelse.pyx
file added
+16
tests/compile/formfeed.pyx
file added
+9
tests/compile/forward.pyx
file added
+43
tests/compile/fromimport.pyx
file added
+15
tests/compile/fromimport_star.pyx
file added
+6
tests/compile/funcptr.pyx
file added
+12
tests/compile/future_imports.pyx
file added
+9
tests/compile/gencall.pyx
file added
+13
tests/compile/getattr3ref.pyx.BROKEN
file added
+7
tests/compile/globalonly.pyx
file added
+5
tests/compile/globalstmt.pyx
file added
+6
tests/compile/globvardef.pyx
file added
+9
tests/compile/gustafsson2.pyx
file added
+12
tests/compile/hinsen1.h
file added
+3
tests/compile/hinsen1.pyx.BROKEN
file added
+20
tests/compile/hinsen2.pyx
file added
+6
tests/compile/huss2.pyx
file added
+19
tests/compile/ia_cdefblock.pyx
file added
+37
tests/compile/import.pyx
file added
+8
tests/compile/index.pyx
file added
+20
tests/compile/indices.pyx
file added
+19
tests/compile/inplace_lhs.pyx
file added
+30
tests/compile/inplace_ops.pyx
file added
+19
tests/compile/ishimoto1.pyx
file added
+6
tests/compile/ishimoto4.pyx
file added
+6
tests/compile/jiba3.pyx
file added
+24
tests/compile/jiba4.pyx
file added
+4
tests/compile/jiba5.pyx
file added
+7
tests/compile/jiba6.pyx
file added
+12
tests/compile/johnson1.pyx
file added
+11
tests/compile/johnson2.pyx
file added
+6
tests/compile/khavkine1.pyx
file added
+12
tests/compile/kleckner1.pyx
file added
+9
tests/compile/lepage_2.pyx
file added
+4
tests/compile/libc_all.pyx
file added
+38
tests/compile/libc_errno.pyx
file added
+9
tests/compile/libc_signal.pyx
file added
+19
tests/compile/libc_stdio.pyx
file added
+17
tests/compile/longunsigned.pyx
file added
+4
tests/compile/magcmp.pyx
file added
+10
tests/compile/min_async.pyx
file added
+12
tests/compile/msvc_strings.pyx
file added
+1074
tests/compile/nogil.h
file added
+25
tests/compile/nogil.pyx
file added
+23
tests/compile/nonctypedefclass.pyx
file added
+8
tests/compile/none.pyx
file added
+6
tests/compile/notnonearg.pyx
file added
+7
tests/compile/nullptr.pyx
file added
+10
tests/compile/omittedargnames.pyx
file added
+4
tests/compile/operators.h
file added
+26
tests/compile/parallel_compile_float_rank.pyx
file added
+8
tests/compile/pinard4.pyx
file added
+9
tests/compile/point.h
file added
+14
tests/compile/posix_pxds.pyx
file added
+52
tests/compile/publicapi_api.pyx
file added
+66
tests/compile/publicapi_cimport.pyx
file added
+18
tests/compile/publicapi_mix.pyx
file added
+78
tests/compile/publicapi_pub.pyx
file added
+66
tests/compile/publicapi_pxd_mix.pxd
file added
+74
tests/compile/publicapi_pxd_mix.pyx
file added
+24
tests/compile/pxd_override_T230.pxd
file added
+5
tests/compile/pxd_override_T230.py
file added
+9
tests/compile/pyclass.pyx
file added
+6
tests/compile/pylong.pyx
file added
+22
tests/compile/r_pernici1.pyx
file added
+23
tests/compile/signedtypes.pyx
file added
+18
tests/compile/slicex.pyx
file added
+4
tests/compile/specialfloatvals.pyx
file added
+13
tests/compile/specmethargdefault.pyx
file added
+10
tests/compile/specmethdocstring.pyx
file added
+32
tests/compile/specmethextarg.pyx
file added
+8
tests/compile/stop_async_iteration_exception_pep492.pyx
file added
+27
tests/compile/templates.h
file added
+30
tests/compile/traceback.pyx
file added
+11
tests/compile/tryexcept.pyx
file added
+88
tests/compile/tryfinally.pyx
file added
+21
tests/compile/typecast.pyx
file added
+11
tests/compile/types_and_names.pxd
file added
+9
tests/compile/types_and_names.pyx
file added
+25
tests/compile/utf8bom.pyx
file added
+8
tests/compile/verbatiminclude_cimport.srctree
file added
+36
tests/compile/watts2.pyx
file added
+4
tests/compile/weakref_T276.pyx
file added
+15
tests/compile/while.pyx
file added
+28
tests/compile/withgil.pyx
file added
+10
tests/cygwin_bugs.txt
file added
+3
tests/errors/break_outside_loop.pyx
file added
+59
tests/errors/bufaccess_noassignT444.pyx
file added
+10
tests/errors/buffertypedef_T117.pyx
file added
+9
tests/errors/builtin_type_inheritance.pyx
file added
+18
tests/errors/callargs.pyx
file added
+27
tests/errors/callingnonexisting_T307.pyx
file added
+8
tests/errors/cdef_class_properties_decorated.pyx
file added
+47
tests/errors/cdef_in_pyclass.pyx
file added
+9
tests/errors/cdef_members_T517.pyx
file added
+27
tests/errors/cdef_syntax.pyx
file added
+11
tests/errors/cdefkwargs.pyx
file added
+27
tests/errors/cdefoptargs.pyx
file added
+11
tests/errors/cdefspecial.pyx
file added
+13
tests/errors/cfunc_directive_in_pyclass.pyx
file added
+11
tests/errors/charptr_from_temp.pyx
file added
+66
tests/errors/cimport_attributes.pyx
file added
+31
tests/errors/cmethbasematch.pxd
file added
+11
tests/errors/cmethbasematch.pyx
file added
+45
tests/errors/compile_time_unraisable_T370.pyx
file added
+12
tests/errors/const_decl_errors.pyx
file added
+32
tests/errors/continue_outside_loop.pyx
file added
+39
tests/errors/cpdef_syntax.pyx
file added
+10
tests/errors/cpp_class_gil_GH1986.pyx
file added
+20
tests/errors/cpp_comparison.pyx
file added
+14
tests/errors/cpp_no_auto_conversion.pyx
file added
+23
tests/errors/cpp_no_constructor.pyx
file added
+13
tests/errors/cpp_object_template.pyx
file added
+17
tests/errors/cython3_bytes.pyx
file added
+10
tests/errors/declareafteruse_T158.pyx
file added
+77
tests/errors/def_nogil.pyx
file added
+8
tests/errors/e2_packedstruct_T290.pyx
file added
+9
tests/errors/e_addop.pyx
file added
+10
tests/errors/e_addressof.pyx
file added
+29
tests/errors/e_argdefault.pyx
file added
+19
tests/errors/e_arrayassign.pyx
file added
+36
tests/errors/e_ass.pyx
file added
+17
tests/errors/e_assnone.pyx
file added
+7
tests/errors/e_autotestdict.pyx
file added
+11
tests/errors/e_badexcvaltype.pyx
file added
+9
tests/errors/e_badfuncargtype.pyx
file added
+14
tests/errors/e_badpyparam.pyx
file added
+9
tests/errors/e_badtypeuse.pyx
file added
+44
tests/errors/e_bitop.pyx
file added
+9
tests/errors/e_boolcoerce.pyx
file added
+44
tests/errors/e_bufaccess.pyx
file added
+31
tests/errors/e_bufaccess2.pyx
file added
+36
tests/errors/e_bufaccess_pxd.pxd
file added
+3
tests/errors/e_callnonfunction.pyx
file added
+22
tests/errors/e_callspec.pyx
file added
+95
tests/errors/e_cdef_closure.pyx
file added
+9
tests/errors/e_cdef_in_py.py
file added
+9
tests/errors/e_cdef_keywords_T241.pyx
file added
+103
tests/errors/e_cdef_missing_declarator.pyx
file added
+9
tests/errors/e_cdef_yield.pyx
file added
+12
tests/errors/e_cdefassign.pyx
file added
+13
tests/errors/e_cdefemptysue.pyx
file added
+15
tests/errors/e_cenum.pyx
file added
+12
tests/errors/e_cmp.pyx
file added
+20
tests/errors/e_cstruct.pyx
file added
+33
tests/errors/e_ctypedefornot.pyx
file added
+19
tests/errors/e_cunion.pyx
file added
+29
tests/errors/e_cython_parallel.pyx
file added
+187
tests/errors/e_declarations.pyx
file added
+20
tests/errors/e_decorators.pyx
file added
+13
tests/errors/e_del.pyx
file added
+33
tests/errors/e_directives.pyx
file added
+15
tests/errors/e_exceptclause.pyx
file added
+17
tests/errors/e_excvalfunctype.pyx
file added
+16
tests/errors/e_exttype_freelist.pyx
file added
+24
tests/errors/e_extweakref.pyx
file added
+26
tests/errors/e_func_in_pxd.pyx
file added
+9
tests/errors/e_func_in_pxd_support.pxd
file added
+8
tests/errors/e_fused_closure.pyx
file added
+24
tests/errors/e_generators.pyx
file added
+21
tests/errors/e_index.pyx
file added
+18
tests/errors/e_int_literals_py2.py
file added
+16
tests/errors/e_int_literals_py3.py
file added
+18
tests/errors/e_invalid_num_threads.pyx
file added
+42
tests/errors/e_multass.pyx
file added
+11
tests/errors/e_nargs.pyx
file added
+18
tests/errors/e_nogilcmeth.pxd
file added
+2
tests/errors/e_nogilcmeth.pyx
file added
+10
tests/errors/e_nogilfunctype.pyx
file added
+12
tests/errors/e_nonlocal_T490.pyx
file added
+38
tests/errors/e_nosignword.pyx
file added
+18
tests/errors/e_notnone.pyx
file added
+9
tests/errors/e_notnone2.pyx
file added
+8
tests/errors/e_numop.pyx
file added
+9
tests/errors/e_powop.pyx
file added
+12
tests/errors/e_public_cdef_private_types.pyx
file added
+43
tests/errors/e_pxdimpl.pyx
file added
+9
tests/errors/e_pxdimpl_imported.pxd
file added
+25
tests/errors/e_pyobinstruct.pyx
file added
+13
tests/errors/e_relative_cimport.pyx
file added
+15
tests/errors/e_return.pyx
file added
+18
tests/errors/e_sizeofincomplete.pyx
file added
+8
tests/errors/e_slice.pyx
file added
+26
tests/errors/e_strcoerce.pyx
file added
+19
tests/errors/e_subop.pyx
file added
+11
tests/errors/e_switch.pyx
file added
+14
tests/errors/e_switch_transform.pyx
file added
+13
tests/errors/e_tempcast.pyx
file added
+13
tests/errors/e_tuple_args_T692.py
file added
+12
tests/errors/e_undefexttype.pyx
file added
+8
tests/errors/e_unop.pyx
file added
+11
tests/errors/e_while.pyx
file added
+11
tests/errors/empty.pyx
file added
+2
tests/errors/encoding.pyx
file added
+10
tests/errors/exec_errors.pyx
file added
+33
tests/errors/extclassattrsetting.pyx
file added
+19
tests/errors/extended_unpacking.pyx
file added
+49
tests/errors/extended_unpacking_notuple.pyx
file added
+10
tests/errors/extended_unpacking_parser.pyx
file added
+33
tests/errors/extended_unpacking_parser2.pyx
file added
+12
tests/errors/final_methods.pyx
file added
+22
tests/errors/fused_syntax.pyx
file added
+7
tests/errors/fused_syntax_ctypedef.pyx
file added
+9
tests/errors/fused_types.pyx
file added
+80
tests/errors/futurebraces.pyx
file added
+7
tests/errors/incorrectly_nested_gil_blocks.pyx
file added
+30
tests/errors/invalid_cast.pyx
file added
+8
tests/errors/invalid_hex_escape0.pyx
file added
+7
tests/errors/invalid_hex_escape1.pyx
file added
+7
tests/errors/invalid_uescape.pyx
file added
+7
tests/errors/invalid_uescape0.pyx
file added
+7
tests/errors/invalid_uescape2.pyx
file added
+7
tests/errors/invalid_uescapeN.pyx
file added
+7
tests/errors/literal_lists.pyx
file added
+13
tests/errors/missing_baseclass_in_predecl_T262.pyx
file added
+15
tests/errors/missing_self_in_cpdef_method_T156.pyx
file added
+10
tests/errors/missing_self_in_cpdef_method_T165.pyx
file added
+10
tests/errors/mod_errors.pyx
file added
+9
tests/errors/nogil.pyx
file added
+166
tests/errors/nogil_buffer_acquisition.pyx
file added
+10
tests/errors/nogilcmeth.pxd
file added
+2
tests/errors/nogilcmeth.pyx
file added
+10
tests/errors/nogilfunctype.pyx
file added
+16
tests/errors/nonconst_def.pyx
file added
+9
tests/errors/nonconst_def_tuple.pyx
file added
+12
tests/errors/notcimportedT418.pyx
file added
+10
tests/errors/parsed_directive.pyx
file added
+17
tests/errors/pep448_syntax_1.pyx
file added
+10
tests/errors/pep448_syntax_2.pyx
file added
+10
tests/errors/pep448_syntax_3.pyx
file added
+10
tests/errors/pep492_badsyntax_async1.pyx
file added
+10
tests/errors/pep492_badsyntax_async2.pyx
file added
+11
tests/errors/pep492_badsyntax_async4.pyx
file added
+9
tests/errors/pep492_badsyntax_async5.pyx
file added
+9
tests/errors/pep492_badsyntax_async7.pyx
file added
+9
tests/errors/pep492_badsyntax_async8.pyx
file added
+9
tests/errors/pep492_badsyntax_async9.pyx
file added
+9
tests/errors/pure_cclass_without_body.pxd
file added
+3
tests/errors/pure_cclass_without_body.py
file added
+8
tests/errors/pxd_cdef_class_declaration_T286.pxd
file added
+1
tests/errors/pxd_cdef_class_declaration_T286.pyx
file added
+9
tests/errors/pxd_signature_mismatch.pxd
file added
+35
tests/errors/pxd_signature_mismatch.pyx
file added
+68
tests/errors/py_ucs4_type_errors.pyx
file added
+25
tests/errors/py_unicode_type_errors.pyx
file added
+25
tests/errors/pyobjcastdisallow_T313.pyx
file added
+11
tests/errors/return_outside_function_T135.pyx
file added
+44
tests/errors/reversed_literal_pyobjs.pyx
file added
+31
tests/errors/se_badindent.pyx
file added
+8
tests/errors/se_badindent2.pyx
file added
+9
tests/errors/se_mixtabspace.pyx
file added
+8
tests/errors/se_multass.pyx
file added
+8
tests/errors/string_assignments.pyx
file added
+114
tests/errors/subtyping_final_class.pyx
file added
+14
tests/errors/syntax_warnings.pyx
file added
+15
tests/errors/tree_assert.pyx
file added
+18
tests/errors/typoT304.pyx
file added
+9
tests/errors/undefinedname.pyx
file added
+11
tests/errors/uninitialized_lhs.pyx
file added
+17
tests/errors/void_as_arg.pyx
file added
+8
tests/errors/w_cdef_override.pyx
file added
+13
tests/errors/w_numpy_arr_as_cppvec_ref.pyx
file added
+31
tests/errors/w_python_list_as_cppset_ref.pyx
file added
+19
tests/errors/w_uninitialized.pyx
file added
+133
tests/errors/w_uninitialized_del.pyx
file added
+14
tests/errors/w_uninitialized_exc.pyx
file added
+125
tests/errors/w_uninitialized_for.pyx
file added
+93
tests/errors/w_uninitialized_generators.pyx
file added
+12
tests/errors/w_uninitialized_py2.pyx
file added
+26
tests/errors/w_uninitialized_py3.pyx
file added
+24
tests/errors/w_uninitialized_while.pyx
file added
+62
tests/errors/w_uninitialized_with.pyx
file added
+30
tests/errors/w_unreachable.pyx
file added
+41
tests/errors/w_unreachable_cf.pyx
file added
+45
tests/errors/w_unused.pyx
file added
+66
tests/errors/wraparound_warnings.pyx
file added
+60
tests/memoryview/bufaccess.h
file added
+5
tests/memoryview/compile_declarations.pyx
file added
+71
tests/memoryview/contig_check.pyx
file added
+68
tests/memoryview/cythonarray.pyx
file added
+211
tests/memoryview/error_declarations.pyx
file added
+96
tests/memoryview/extension_type_memoryview.pyx
file added
+36
tests/memoryview/memoryview.pxd
file added
+4
tests/memoryview/memoryview.pyx
file added
+1085
tests/memoryview/memoryview_acq_count.srctree
file added
+42
tests/memoryview/memoryview_compare_type_pointers.srctree
file added
+79
tests/memoryview/memoryview_in_subclasses.pyx
file added
+58
tests/memoryview/memoryview_inplace_division.pyx
file added
+28
tests/memoryview/memoryviewattrs.pyx
file added
+358
tests/memoryview/memslice.pyx
file added
+2463
tests/memoryview/memview_assignments.pyx
file added
+6
tests/memoryview/numpy_memoryview.pyx
file added
+701
tests/memoryview/numpy_memoryview_readonly.pyx
file added
+112
tests/memoryview/relaxed_strides.pyx
file added
+64
tests/memoryview/transpose_refcount.pyx
file added
+29
tests/memoryview/view_return_errors.pyx
file added
+34
tests/pypy_bugs.txt
file added
+39
tests/pyximport/pyximport_basic.srctree
file added
+18
tests/pyximport/pyximport_errors.srctree
file added
+47
tests/pyximport/pyximport_pyimport.srctree
file added
+23
tests/run/__debug__.srctree
file added
+77
tests/run/__getattribute__.pyx
file added
+108
tests/run/__getattribute_subclasses__.pyx
file added
+295
tests/run/absolute_import.srctree
file added
+59
tests/run/addloop.pyx
file added
+39
tests/run/addop.pyx
file added
+168
tests/run/addressof.pyx
file added
+11
tests/run/all.pyx
file added
+290
tests/run/altet2.pyx
file added
+10
tests/run/always_allow_keywords_T295.pyx
file added
+66
tests/run/and.pyx
file added
+77
tests/run/annotate_html.pyx
file added
+66
tests/run/annotation_typing.pyx
file added
+248
tests/run/anonymousenum.pyx
file added
+13
tests/run/any.pyx
file added
+296
tests/run/append.pyx
file added
+96
tests/run/arg_incref.pyx
file added
+12
tests/run/argdefault.pyx
file added
+109
tests/run/argerrors.py
file added
+77
tests/run/args_unpacking_in_closure_T658.pyx
file added
+17
tests/run/argument_unpacking_closure_T736.py
file added
+24
tests/run/arithmetic_analyse_types.pyx
file added
+62
tests/run/arithmetic_analyse_types_helper.h
file added
+30
tests/run/array_address.pyx
file added
+14
tests/run/array_cimport.srctree
file added
+37
tests/run/arrayassign.pyx
file added
+427
tests/run/ass2cglobal.pyx
file added
+24
tests/run/ass2global.py
file added
+33
tests/run/ass2local.pyx
file added
+7
tests/run/assert.pyx
file added
+80
tests/run/assigned_builtin_methods.pyx
file added
+85
tests/run/async_iter_pep492.pyx
file added
+316
tests/run/asyncio_generators.srctree
file added
+241
tests/run/attr.pyx
file added
+67
tests/run/attribute_and_lambda.pyx
file added
+13
tests/run/auto_cpdef.py
file added
+76
tests/run/auto_cpdef_closures.py
file added
+22
tests/run/autotestdict.pxd
file added
+1
tests/run/autotestdict.pyx
file added
+145
tests/run/autotestdict_all.pyx
file added
+144
tests/run/autotestdict_cdef.pyx
file added
+143
tests/run/autotestdict_skip.pyx
file added
+26
tests/run/baas3.pyx
file added
+13
tests/run/backquote.pyx
file added
+17
tests/run/bad_c_struct_T252.pyx
file added
+57
tests/run/behnel1.pyx
file added
+13
tests/run/behnel2.pyx
file added
+11
tests/run/behnel3.pyx
file added
+10
tests/run/big_indices.pyx
file added
+24
tests/run/bint.pyx
file added
+41
tests/run/bint_binop_T145.pyx
file added
+135
tests/run/bint_property_T354.pyx
file added
+16
tests/run/bishop1.pyx
file added
+21
tests/run/bishop2.pyx
file added
+12
tests/run/boolean_context.pyx
file added
+17
tests/run/boolop.pyx
file added
+51
tests/run/boolop_py.py
file added
+25
tests/run/bound_builtin_methods_T589.pyx
file added
+118
tests/run/broken_exception.pyx
file added
+21
tests/run/builtin_abs.pyx
file added
+149
tests/run/builtin_basestring.pyx
file added
+108
tests/run/builtin_callable.pyx
file added
+26
tests/run/builtin_float.py
file added
+34
tests/run/builtin_globals.py
file added
+16
tests/run/builtin_len.pyx
file added
+134
tests/run/builtin_methods_return_values.pyx
file added
+103
tests/run/builtin_min_max.pyx
file added
+333
tests/run/builtin_next.pyx
file added
+92
tests/run/builtin_ord.pyx
file added
+92
tests/run/builtin_pow.pyx
file added
+41
tests/run/builtin_py3.pyx
file added
+46
tests/run/builtin_slice.pyx
file added
+74
tests/run/builtin_sorted.pyx
file added
+94
tests/run/builtin_subtype_methods_T653.pyx
file added
+157
tests/run/builtin_subtype_methods_cy3.pyx
file added
+52
tests/run/builtin_type.pyx
file added
+53
tests/run/builtin_type_inheritance_T608.pyx
file added
+150
tests/run/builtin_types_none_T166.pyx
file added
+18
tests/run/builtincomplex.pyx
file added
+65
tests/run/builtinnames.pyx
file added
+59
tests/run/builtins_truth_test.pyx
file added
+294
tests/run/builtinslice.pyx
file added
+47
tests/run/bytearray_ascii_auto_encoding.pyx
file added
+14
tests/run/bytearray_coercion.pyx
file added
+182
tests/run/bytearray_default_auto_encoding.pyx
file added
+17
tests/run/bytearraymethods.pyx
file added
+289
tests/run/bytes_char_coercion.pyx
file added
+180
tests/run/bytes_formatting.pyx
file added
+34
tests/run/bytes_indexing.pyx
file added
+180
tests/run/bytesmethods.pyx
file added
+263
tests/run/c_int_types_T255.pyx
file added
+799
tests/run/c_type_methods_T236.pyx
file added
+59
tests/run/call_crash.pyx
file added
+23
tests/run/call_py_cy.pyx
file added
+232
tests/run/callargs.pyx
file added
+182
tests/run/capiimpl.pyx
file added
+44
tests/run/carray_coercion.pyx
file added
+452
tests/run/carray_slicing.pyx
file added
+277
tests/run/carrays.pyx
file added
+65
tests/run/cascaded_list_unpacking_T467.pyx
file added
+72
tests/run/cascaded_typed_assignments_T466.pyx
file added
+118
tests/run/cascadedassignment.pyx
file added
+58
tests/run/cdef_bool_T227.pyx
file added
+30
tests/run/cdef_class_field.pyx
file added
+21
tests/run/cdef_class_order.pyx
file added
+15
tests/run/cdef_class_property_decorator_T264.pyx
file added
+67
tests/run/cdef_classmethod.pyx
file added
+76
tests/run/cdef_cpdef_override_GH543.srctree
file added
+55
tests/run/cdef_decorator_directives_T183.pyx
file added
+19
tests/run/cdef_function_kwargs.pyx
file added
+358
tests/run/cdef_locals_decorator_T477.pyx
file added
+31
tests/run/cdef_members_T517.pyx
file added
+137
tests/run/cdef_members_binding_properties.pyx
file added
+139
tests/run/cdef_methods_T462.pyx
file added
+39
tests/run/cdef_multiple_inheritance.pyx
file added
+45
tests/run/cdef_multiple_inheritance_errors.srctree
file added
+94
tests/run/cdef_multiple_inheritance_nodict.pyx
file added
+48
tests/run/cdef_opt.pxd
file added
+2
tests/run/cdef_opt.pyx
file added
+38
tests/run/cdef_setitem_T284.pyx
file added
+44
tests/run/cdefassign.pyx
file added
+17
tests/run/cdefoptargs.pyx
file added
+69
tests/run/cdivision_CEP_516.pyx
file added
+204
tests/run/cf_none.pyx
file added
+122
tests/run/cfunc_call_tuple_args_T408.pyx
file added
+19
tests/run/cfunc_convert.pyx
file added
+231
tests/run/cfuncdef.pyx
file added
+20
tests/run/char_constants_T99.pyx
file added
+26
tests/run/charcomparisonT412.pyx
file added
+13
tests/run/charencoding.pyx
file added
+70
tests/run/charescape.pyx
file added
+71
tests/run/charptr_comparison_T582.pyx
file added
+155
tests/run/charptr_decode.pyx
file added
+125
tests/run/charptr_from_temp.pyx
file added
+96
tests/run/charptr_len.pyx
file added
+116
tests/run/check_fused_types.pyx
file added
+203
tests/run/check_fused_types_pxd.pxd
file added
+3
tests/run/cimport.srctree
file added
+45
tests/run/cimport_alias_subclass.pyx
file added
+16
tests/run/cimport_alias_subclass_helper.pxd
file added
+2
tests/run/cimport_cython_T505.pyx
file added
+13
tests/run/cimport_from_pyx.srctree
file added
+55
tests/run/cimport_from_sys_path.srctree
file added
+38
tests/run/cintop.pyx
file added
+37
tests/run/class_attribute_init_values_T18.pyx
file added
+57
tests/run/class_func_in_control_structures_T87.pyx
file added
+59
tests/run/class_redefine.py
file added
+19
tests/run/class_scope.py
file added
+14
tests/run/class_scope_del_T684.py
file added
+15
tests/run/classbody_exec.pyx
file added
+17
tests/run/classdecorators_T336.pyx
file added
+46
tests/run/classkwonlyargs.pyx
file added
+110
tests/run/classmethod.pyx
file added
+80
tests/run/classpass.pyx
file added
+13
tests/run/clear_to_null.pyx
file added
+68
tests/run/clone_type.pyx
file added
+14
tests/run/closure_arg_type_error.pyx
file added
+32
tests/run/closure_class_T596.pyx
file added
+62
tests/run/closure_decorators_T478.pyx
file added
+51
tests/run/closure_inlining.pyx
file added
+176
tests/run/closure_inside_cdef_T554.pyx
file added
+47
tests/run/closure_leak_1.pyx
file added
+11
tests/run/closure_name_mangling_T537.pyx
file added
+26
tests/run/closure_names.pyx
file added
+116
tests/run/closure_self.pyx
file added
+56
tests/run/closure_tests_1.pyx
file added
+405
tests/run/closure_tests_2.pyx
file added
+502
tests/run/closure_tests_3.pyx
file added
+702
tests/run/closure_tests_4.pyx
file added
+833
tests/run/closures_T82.pyx
file added
+235
tests/run/cmethod_inline_T474.pxd
file added
+3
tests/run/cmethod_inline_T474.pyx
file added
+31
tests/run/cmp.pyx
file added
+101
tests/run/code_object_cache.pyx
file added
+129
tests/run/coercearraytoptr.pyx
file added
+23
tests/run/common_utility_types.srctree
file added
+38
tests/run/compiledef.pyx
file added
+25
tests/run/complex_cast_T445.pyx
file added
+49
tests/run/complex_coercion_sideeffects_T693.pyx
file added
+18
tests/run/complex_extern_GH1433.pyx
file added
+17
tests/run/complex_int_T446.pyx
file added
+65
tests/run/complex_int_T446_fix.h
file added
+3
tests/run/complex_numbers_T305.pyx
file added
+266
tests/run/complex_numbers_T305_long_double.pyx
file added
+13
tests/run/complex_numbers_c89_T398.h
file added
+1
tests/run/complex_numbers_c89_T398.pyx
file added
+4
tests/run/complex_numbers_c89_T398_long_double.pyx
file added
+4
tests/run/complex_numbers_c99_T398.h
file added
+14
tests/run/complex_numbers_c99_T398.pyx
file added
+4
tests/run/complex_numbers_cpp.pyx
file added
+21
tests/run/complex_numbers_cxx_T398.h
file added
+5
tests/run/complex_numbers_cxx_T398.pyx
file added
+4
tests/run/concatcstrings.pyx
file added
+10
tests/run/constant_folding.py
file added
+480
tests/run/constant_folding_cy.pyx
file added
+121
tests/run/consts.pyx
file added
+278
tests/run/contains_T455.pyx
file added
+95
tests/run/control_flow_except_T725.pyx
file added
+13
tests/run/control_flow_loop.pyx
file added
+55
tests/run/control_flow_stack_allocation.pyx
file added
+36
tests/run/coverage_api.srctree
file added
+200
tests/run/coverage_cmd.srctree
file added
+204
tests/run/coverage_nogil.srctree
file added
+93
tests/run/cpdef_enums.pxd
file added
+15
tests/run/cpdef_enums.pyx
file added
+97
tests/run/cpdef_enums_import.srctree
file added
+53
tests/run/cpdef_extern_func.pxd
file added
+5
tests/run/cpdef_extern_func.pyx
file added
+28
tests/run/cpdef_extern_func_in_py.pxd
file added
+3
tests/run/cpdef_extern_func_in_py.py
file added
+19
tests/run/cpdef_optargs.pyx
file added
+92
tests/run/cpdef_optargs_pure.pxd
file added
+1
tests/run/cpdef_optargs_pure.py
file added
+52
tests/run/cpdef_pickle.srctree
file added
+69
tests/run/cpdef_temps_T411.pyx
file added
+23
tests/run/cpdef_void_return.pyx
file added
+41
tests/run/cpp_assignment_overload.srctree
file added
+67
tests/run/cpp_bool.pyx
file added
+41
tests/run/cpp_call_stack_allocated.srctree
file added
+50
tests/run/cpp_class_redef.pxd
file added
+6
tests/run/cpp_class_redef.pyx
file added
+28
tests/run/cpp_classes.pyx
file added
+222
tests/run/cpp_classes_def.pyx
file added
+252
tests/run/cpp_const_method.pyx
file added
+87
tests/run/cpp_custom_string.srctree
file added
+71
tests/run/cpp_exception_declaration_compatibility.srctree
file added
+38
tests/run/cpp_exceptions.pyx
file added
+201
tests/run/cpp_exceptions_helper.h
file added
+63
tests/run/cpp_exceptions_nogil.pyx
file added
+321
tests/run/cpp_exceptions_nogil_helper.h
file added
+6
tests/run/cpp_function_lib.cpp
file added
+50
tests/run/cpp_function_lib.h
file added
+35
tests/run/cpp_function_lib.pxd
file added
+19
tests/run/cpp_iterators.pyx
file added
+142
tests/run/cpp_iterators_simple.h
file added
+10
tests/run/cpp_namespaces.pyx
file added
+49
tests/run/cpp_namespaces_helper.h
file added
+30
tests/run/cpp_nested_classes.pyx
file added
+125
tests/run/cpp_nested_classes_support.h
file added
+37
tests/run/cpp_nested_templates.pyx
file added
+48
tests/run/cpp_nonstdint.h
file added
+134
tests/run/cpp_nonstdint.pyx
file added
+151
tests/run/cpp_operator_exc_handling.pyx
file added
+270
tests/run/cpp_operator_exc_handling_helper.hpp
file added
+203
tests/run/cpp_operators.pyx
file added
+223
tests/run/cpp_operators_helper.h
file added
+56
tests/run/cpp_smart_ptr.pyx
file added
+82
tests/run/cpp_smart_ptr_helper.h
file added
+24
tests/run/cpp_stl.pyx
file added
+76
tests/run/cpp_stl_conversion.pyx
file added
+242
tests/run/cpp_stl_cpp11.pyx
file added
+30
tests/run/cpp_stl_function.pyx
file added
+87
tests/run/cpp_stl_string.pyx
file added
+351
tests/run/cpp_stl_string_ascii_auto_encoding.pyx
file added
+163
tests/run/cpp_stl_string_ascii_auto_encoding_str.pyx
file added
+150
tests/run/cpp_stl_vector.pyx
file added
+220
tests/run/cpp_template_functions.pyx
file added
+121
tests/run/cpp_template_functions_helper.h
file added
+66
tests/run/cpp_template_ref_args.h
file added
+17
tests/run/cpp_template_ref_args.pyx
file added
+55
tests/run/cpp_template_subclasses.pyx
file added
+167
tests/run/cpp_template_subclasses_helper.h
file added
+37
tests/run/cpp_templates.pyx
file added
+177
tests/run/cpp_templates_helper.h
file added
+46
tests/run/cpp_type_inference.pyx
file added
+50
tests/run/cpp_vector_in_generator.pyx
file added
+12
tests/run/crashT245.h
file added
+4
tests/run/crashT245.pyx
file added
+12
tests/run/crashT245_pxd.pxd
file added
+4
tests/run/cross_closure_type_inference.pyx
file added
+106
tests/run/cstringmeth.pyx
file added
+11
tests/run/cstringmul.pyx
file added
+33
tests/run/cstruct.pyx
file added
+83
tests/run/ct_DEF.pyx
file added
+234
tests/run/ct_IF.pyx
file added
+74
tests/run/ctruthtests.pyx
file added
+101
tests/run/ctuple.pyx
file added
+222
tests/run/ctypedef_char_types.pyx
file added
+58
tests/run/ctypedef_delegation.pyx
file added
+9
tests/run/ctypedef_int_types_T333.pyx
file added
+645
tests/run/ctypedef_int_types_chdr_T333.h
file added
+10
tests/run/ctypedef_int_types_defs_T333.pxd
file added
+15
tests/run/cunion.pyx
file added
+125
tests/run/curiously_recurring_template_pattern_GH1458.pyx
file added
+27
tests/run/curiously_recurring_template_pattern_GH1458_suport.h
file added
+34
tests/run/cyclic_gc.pyx
file added
+160
tests/run/cyfunction.pyx
file added
+369
tests/run/cyfunction_METH_O_GH1728.pyx
file added
+16
tests/run/cyfunction_defaults.pyx
file added
+253
tests/run/cython2_bytes.pyx
file added
+13
tests/run/cython3.pyx
file added
+551
tests/run/cython_includes.pyx
file added
+32
tests/run/cythonscope.pyx
file added
+165
tests/run/datetime_cimport.pyx
file added
+42
tests/run/datetime_members.pyx
file added
+58
tests/run/datetime_pxd.pyx
file added
+173
tests/run/decorator_lambda.pyx
file added
+24
tests/run/decorators.pyx
file added
+63
tests/run/decorators_T593.pyx
file added
+118
tests/run/decorators_py_T593.py
file added
+84
tests/run/default_args_T674.py
file added
+22
tests/run/define_macro.pyx
file added
+11
tests/run/define_macro_helper.h
file added
+6
tests/run/defnode_err_val.pyx
file added
+15
tests/run/delete.pyx
file added
+111
tests/run/delslice.py
file added
+123
tests/run/dict.pyx
file added
+119
tests/run/dict_get.pyx
file added
+90
tests/run/dict_getitem.pyx
file added
+148
tests/run/dict_iter_unpack.pyx
file added
+18
tests/run/dict_pop.pyx
file added
+58
tests/run/dict_setdefault.py
file added
+123
tests/run/dict_values_in_expression.pyx
file added
+18
tests/run/dictcomp.pyx
file added
+91
tests/run/dictintindex.pyx
file added
+245
tests/run/dietachmayer1.pyx
file added
+8
tests/run/directive_locals_in_pxd.pxd
file added
+10
tests/run/directive_locals_in_pxd.py
file added
+31
tests/run/division_T384.pyx
file added
+22
tests/run/double_dealloc_T796.pyx
file added
+58
tests/run/duplicate_keyword_in_call.py
file added
+25
tests/run/dynamic_args.pyx
file added
+24
tests/run/dynamic_attributes.pxd
file added
+2
tests/run/dynamic_attributes.pyx
file added
+72
tests/run/ellipsis_T488.pyx
file added
+22
tests/run/embedsignatures.pyx
file added
+525
tests/run/empty_builtin_constructors.pyx
file added
+100
tests/run/empty_declarators.pyx
file added
+6
tests/run/empty_for_loop_T208.pyx
file added
+21
tests/run/enumboolctx.pyx
file added
+40
tests/run/enumerate_T316.pyx
file added
+225
tests/run/eval.pyx
file added
+29
tests/run/exarkun.pyx
file added
+24
tests/run/exceptionpropagation.pyx
file added
+59
tests/run/exceptionrefcount.pyx
file added
+59
tests/run/exceptions_nogil.pyx
file added
+310
tests/run/exec_noargs.pyx
file added
+31
tests/run/exectest.pyx
file added
+147
tests/run/ext_attr_assign.pyx
file added
+106
tests/run/ext_attribute_cache.pyx
file added
+47
tests/run/ext_auto_richcmp.py
file added
+581
tests/run/ext_instance_type_T232.pyx
file added
+16
tests/run/ext_type_none_arg.pyx
file added
+261
tests/run/extclassbody.pyx
file added
+20
tests/run/extclasspass.pyx
file added
+7
tests/run/extcmethod.pyx
file added
+82
tests/run/extended_unpacking_T235.pyx
file added
+362
tests/run/extended_unpacking_T409.pyx
file added
+25
tests/run/extern_builtins_T258.pyx
file added
+40
tests/run/extern_impl.srctree
file added
+29
tests/run/extern_impl_excvalue.srctree
file added
+32
tests/run/extern_include_order.srctree
file added
+56
tests/run/external_defs.h
file added
+24
tests/run/external_inline_declaration.srctree
file added
+24
tests/run/external_ref_reassignment.pyx
file added
+26
tests/run/extinherit.pyx
file added
+33
tests/run/extinstantiate.pyx
file added
+11
tests/run/extkwonlyargs.pyx
file added
+119
tests/run/extlen.pyx
file added
+9
tests/run/extmember.pxd
file added
+2
tests/run/extmember.pyx
file added
+27
tests/run/extpropertyref.pyx
file added
+47
tests/run/extstarargs.pyx
file added
+124
tests/run/exttype.pyx
file added
+46
tests/run/exttype_dealloc.pyx
file added
+173
tests/run/exttype_freelist.pyx
file added
+453
tests/run/fastcall.pyx
file added
+65
tests/run/file_encoding_T740.py
file added
+9
tests/run/filenames.pxi
file added
+1
tests/run/filenames.pyx
file added
+10
tests/run/final_cdef_class.pyx
file added
+43
tests/run/final_in_pxd.srctree
file added
+68
tests/run/final_method_T586.pyx
file added
+69
tests/run/flatin.pyx
file added
+47
tests/run/float_division.pyx
file added
+200
tests/run/float_floor_division_T260.pyx
file added
+14
tests/run/float_len_T480.pyx
file added
+25
tests/run/fmod.pyx
file added
+6
tests/run/for_decrement.pyx
file added
+39
tests/run/for_from_float_T254.pyx
file added
+69
tests/run/for_from_pyvar_loop_T601.pyx
file added
+76
tests/run/for_in_break_continue_T533.pyx
file added
+41
tests/run/for_in_iter.py
file added
+133
tests/run/for_in_range_T372.pyx
file added
+146
tests/run/for_in_string.pyx
file added
+226
tests/run/forfrom.pyx
file added
+19
tests/run/fstring.pyx
file added
+482
tests/run/funcexc_iter_T228.pyx
file added
+67
tests/run/funcexcept.pyx
file added
+39
tests/run/funcexceptchained.pyx
file added
+109
tests/run/funcexceptcypy.pyx
file added
+65
tests/run/funcexceptraise.pyx
file added
+21
tests/run/funcexceptraisefrom.pyx
file added
+51
tests/run/funcexceptreplace.pyx
file added
+18
tests/run/funcexceptreraise.pyx
file added
+55
tests/run/funcexceptreturn.pyx
file added
+25
tests/run/function_as_method_T494.pyx
file added
+14
tests/run/function_as_method_py_T494.py
file added
+13
tests/run/function_binding_T494.pyx
file added
+38
tests/run/fused_cmethods.srctree
file added
+208
tests/run/fused_cpdef.pyx
file added
+106
tests/run/fused_cpp.pyx
file added
+16
tests/run/fused_def.pyx
file added
+376
tests/run/fused_types.pyx
file added
+367
tests/run/future_division.pyx
file added
+159
tests/run/future_unicode_literals.pyx
file added
+32
tests/run/generator_expressions.pyx
file added
+59
tests/run/generator_expressions_and_locals.pyx
file added
+11
tests/run/generator_expressions_in_class.py
file added
+31
tests/run/generator_expressions_nested.pyx
file added
+75
tests/run/generator_frame_cycle.py
file added
+60
tests/run/generator_type_inference.pyx
file added
+52
tests/run/generators.pyx
file added
+504
tests/run/generators_GH1731.pyx
file added
+70
tests/run/generators_in_refcycles.pyx
file added
+36
tests/run/generators_pep479.pyx
file added
+156
tests/run/generators_py.py
file added
+400
tests/run/genexpr_T491.pyx
file added
+44
tests/run/genexpr_T715.pyx
file added
+13
tests/run/genexpr_iterable_lookup_T600.pyx
file added
+86
tests/run/getattr3call.pyx
file added
+49
tests/run/hasattr.pyx
file added
+41
tests/run/hash_T326.pyx
file added
+34
tests/run/if.pyx
file added
+70
tests/run/if_const.pyx
file added
+196
tests/run/if_else_expr.pyx
file added
+57
tests/run/if_else_expr_cpp.pyx
file added
+41
tests/run/if_else_expr_cpp_helper.h
file added
+17
tests/run/ifelseexpr_T267.pyx
file added
+56
tests/run/import_error_T734.py
file added
+10
tests/run/import_star.pyx
file added
+41
tests/run/importas.pyx
file added
+46
tests/run/importfrom.pyx
file added
+76
tests/run/in_list_with_side_effects_T544.pyx
file added
+26
tests/run/include.pyx
file added
+11
tests/run/includes/a.h
file added
+1
tests/run/includes/all.pyx
file added
+22
tests/run/includes/b.h
file added
+1
tests/run/includes/b.pxd
file added
+2
tests/run/includes/c.h
file added
+1
tests/run/includes/d.h
file added
+1
tests/run/includes/d.pxd
file added
+2
tests/run/includes/e.h
file added
+1
tests/run/includes/includefile.pxi
file added
+3
tests/run/includes/indirect_d.pxd
file added
+1
tests/run/index.pyx
file added
+337
tests/run/inhcmethcall.pyx
file added
+20
tests/run/inherited_final_method.pyx
file added
+34
tests/run/initial_file_path.srctree
file added
+92
tests/run/inline.pyx
file added
+10
tests/run/inlined_context_manager.pyx
file added
+19
tests/run/inlined_generator_expressions.pyx
file added
+221
tests/run/inlinepxd.pxd
file added
+3
tests/run/inlinepxd.pyx
file added
+30
tests/run/inlinepxd_support.pxd
file added
+3
tests/run/inop.pyx
file added
+448
tests/run/inplace.pyx
file added
+256
tests/run/int128.pyx
file added
+119
tests/run/int_float_builtins_as_casts_T400.pyx
file added
+297
tests/run/int_float_builtins_as_casts_T400_long_double.pyx
file added
+21
tests/run/int_literals.pyx
file added
+195
tests/run/intern_T431.pyx
file added
+27
tests/run/internal_cdef_class.pyx
file added
+29
tests/run/ipow_crash_T562.pyx
file added
+23
tests/run/ishimoto2.pyx
file added
+14
tests/run/ishimoto3.pyx
file added
+18
tests/run/isinstance.pyx
file added
+176
tests/run/isnonebool.pyx
file added
+36
tests/run/isnot.pyx
file added
+72
tests/run/iter.pyx
file added
+27
tests/run/iteratorexception.pyx
file added
+18
tests/run/iterdict.pyx
file added
+557
tests/run/jarausch1.pyx
file added
+18
tests/run/king1.pyx
file added
+23
tests/run/knuth_man_or_boy_test.pyx
file added
+58
tests/run/kostyrka.pyx
file added
+9
tests/run/kostyrka2.pyx
file added
+8
tests/run/kwargproblems.pyx
file added
+22
tests/run/kwargs_passthrough.pyx
file added
+238
tests/run/kwonlyargs.pyx
file added
+137
tests/run/kwonlyargscall.pyx
file added
+258
tests/run/lambda_T195.pyx
file added
+114
tests/run/lambda_T723.pyx
file added
+12
tests/run/lambda_class_T605.pyx
file added
+40
tests/run/lambda_module_T603.pyx
file added
+30
tests/run/lambda_tests.pyx
file added
+577
tests/run/language_level.srctree
file added
+37
tests/run/large_consts_T237.pyx
file added
+23
tests/run/lepage_1.pyx
file added
+23
tests/run/letnode_T766.pyx
file added
+28
tests/run/libc_math.pyx
file added
+36
tests/run/libc_time.pyx
file added
+47
tests/run/libcpp_algo.pyx
file added
+59
tests/run/libcpp_all.pyx
file added
+127
tests/run/line_profile_test.srctree
file added
+165
tests/run/line_trace.pyx
file added
+372
tests/run/list.pyx
file added
+309
tests/run/list_comp_in_closure_T598.pyx
file added
+102
tests/run/list_pop.pyx
file added
+235
tests/run/listcomp.pyx
file added
+212
tests/run/literal_lists.pyx
file added
+80
tests/run/literals.pyx
file added
+93
tests/run/literalslice.pyx
file added
+54
tests/run/locals.pyx
file added
+115
tests/run/locals_T732.pyx
file added
+64
tests/run/locals_expressions_T430.pyx
file added
+34
tests/run/locals_rebind_T429.pyx
file added
+29
tests/run/longintrepr.pyx
file added
+64
tests/run/longlongindex.pyx
file added
+18
tests/run/lvalue_refs.pyx
file added
+30
tests/run/mangle_c_keywords.pyx
file added
+12
tests/run/matrix_multiplier.pyx
file added
+120
tests/run/memoryview_namespace_T775.pyx
file added
+13
tests/run/memview_vector.pyx
file added
+14
tests/run/menten1.pyx
file added
+10
tests/run/metaclass.pyx
file added
+180
tests/run/method_module_name_T422.pyx
file added
+28
tests/run/methodmangling_T5.py
file added
+95
tests/run/mod__name__.pyx
file added
+16
tests/run/mod__spec__.pyx
file added
+51
tests/run/modbody.pyx
file added
+20
tests/run/modop.pyx
file added
+214
tests/run/module_init_error.srctree
file added
+71
tests/run/moduletryexcept.pyx
file added
+117
tests/run/multass.pyx
file added
+46
tests/run/new_as_nonkeyword.pyx
file added
+35
tests/run/new_style_exceptions.pyx
file added
+19
tests/run/no_gc.pyx
file added
+42
tests/run/no_gc_clear.pyx
file added
+86
tests/run/nogil.pyx
file added
+66
tests/run/non_const_as_const_arg.pyx
file added
+10
tests/run/non_dict_kwargs_T470.pyx
file added
+55
tests/run/non_future_division.pyx
file added
+145
tests/run/nonecheck.pyx
file added
+192
tests/run/nonlocal_T490.pyx
file added
+157
tests/run/nononetypecheck.pyx
file added
+11
tests/run/notinop.pyx
file added
+311
tests/run/numpy_ValueError_T172.pyx
file added
+9
tests/run/numpy_bufacc_T155.pyx
file added
+20
tests/run/numpy_cimport.pyx
file added
+9
tests/run/numpy_common.pxi
file added
+10
tests/run/numpy_math.pyx
file added
+58
tests/run/numpy_parallel.pyx
file added
+42
tests/run/numpy_pythran.pyx
file added
+57
tests/run/numpy_subarray.pyx
file added
+37
tests/run/numpy_test.pyx
file added
+901
tests/run/onelinesuite.py
file added
+30
tests/run/ooo_base_classes.pyx
file added
+23
tests/run/or.pyx
file added
+75
tests/run/overflow_check.pxi
file added
+242
tests/run/overflow_check_int.pyx
file added
+6
tests/run/overflow_check_longlong.pyx
file added
+6
tests/run/overflow_check_uint.pyx
file added
+6
tests/run/overflow_check_ulonglong.pyx
file added
+6
tests/run/owned_arg_refs.pyx
file added
+46
tests/run/packedstruct_T290.pyx
file added
+17
tests/run/parallel.pyx
file added
+96
tests/run/parallel_swap_assign_T425.pyx
file added
+216
tests/run/pass.pyx
file added
+5
tests/run/pep448_extended_unpacking.pyx
file added
+520
tests/run/pep448_test_extcall.pyx
file added
+580
tests/run/pep526_variable_annotations.py
file added
+163
tests/run/pinard5.pyx
file added
+21
tests/run/pinard6.pyx
file added
+7
tests/run/pinard7.pyx
file added
+22
tests/run/pinard8.pyx
file added
+26
tests/run/pointers.pyx
file added
+89
tests/run/posix_resource.pyx
file added
+38
tests/run/posix_test.pyx
file added
+99
tests/run/posix_time.pyx
file added
+33
tests/run/powop.pyx
file added
+162
tests/run/print.pyx
file added
+42
tests/run/print_function.pyx
file added
+64
tests/run/print_refcount.pyx
file added
+40
tests/run/property_decorator_T593.py
file added
+56
tests/run/pstats_profile_test.pyx
file added
+227
tests/run/ptr_warning_T714.pyx
file added
+15
tests/run/ptrdiff_t.pyx
file added
+55
tests/run/public_enum.pyx
file added
+24
tests/run/public_fused_types.srctree
file added
+236
tests/run/pure.pyx
file added
+182
tests/run/pure_cdef_class_property_decorator_T264.pxd
file added
+6
tests/run/pure_cdef_class_property_decorator_T264.py
file added
+51
tests/run/pure_mode_cmethod_inheritance_T583.pxd
file added
+19
tests/run/pure_mode_cmethod_inheritance_T583.py
file added
+74
tests/run/pure_pxd.srctree
file added
+97
tests/run/pure_py.py
file added
+374
tests/run/pure_py3.py
file added
+87
tests/run/purecdef.py
file added
+125
tests/run/pxd_argument_names.srctree
file added
+52
tests/run/pxd_signature_excvalue.srctree
file added
+59
tests/run/pxd_syntax.srctree
file added
+51
tests/run/py2_super.pyx
file added
+97
tests/run/py34_signature.pyx
file added
+119
tests/run/py35_asyncio_async_def.srctree
file added
+58
tests/run/py35_pep492_interop.pyx
file added
+156
tests/run/py3k_super.pyx
file added
+91
tests/run/py_classbody.py
file added
+77
tests/run/py_hash_t.pyx
file added
+31
tests/run/py_ucs4_type.pyx
file added
+370
tests/run/py_unicode_strings.pyx
file added
+100
tests/run/py_unicode_type.pyx
file added
+256
tests/run/pyarray.pyx
file added
+194
tests/run/pyclass_dynamic_bases.pyx
file added
+26
tests/run/pyclass_scope_T671.py
file added
+102
tests/run/pyclass_special_methods.pyx
file added
+45
tests/run/pycmp.pyx
file added
+32
tests/run/pyextattrref.pyx
file added
+22
tests/run/pyfunction_redefine_T489.pyx
file added
+64
tests/run/pyintop.pyx
file added
+211
tests/run/pylistsubtype.pyx
file added
+32
tests/run/pynumber_subtype_conversion.pyx
file added
+36
tests/run/pynumop.pyx
file added
+21
tests/run/pyobjcast_T313.pyx
file added
+21
tests/run/pyparam_nogil.pyx
file added
+18
tests/run/python_bool_type.pyx
file added
+200
tests/run/pytype.pyx
file added
+18
tests/run/qualname.pyx
file added
+81
tests/run/r_addint.pyx
file added
+18
tests/run/r_argdefault.pyx
file added
+15
tests/run/r_barbieri1.pyx
file added
+19
tests/run/r_bishop3.pyx
file added
+27
tests/run/r_bowden1.pyx
file added
+18
tests/run/r_delgado_1.pyx
file added
+17
tests/run/r_docstrings.pyx
file added
+104
tests/run/r_extcomplex2.pyx
file added
+24
tests/run/r_extstarargs.pyx
file added
+39
tests/run/r_forloop.pyx
file added
+195
tests/run/r_hordijk1.pyx
file added
+21
tests/run/r_huss3.pyx
file added
+28
tests/run/r_jeff_epler_1.pyx
file added
+9
tests/run/r_jiba1.pxd
file added
+5
tests/run/r_jiba1.pyx
file added
+26
tests/run/r_lepage_3.pyx
file added
+10
tests/run/r_mang1.pyx
file added
+16
tests/run/r_mcintyre1.pyx
file added
+12
tests/run/r_mitch_chapman_2.pyx
file added
+10
tests/run/r_primes.pyx
file added
+22
tests/run/r_print.pyx
file added
+6
tests/run/r_pyclass.pyx
file added
+15
tests/run/r_pyclassdefault.pyx
file added
+19
tests/run/r_pythonapi.pyx
file added
+19
tests/run/r_spamtype.pyx
file added
+31
tests/run/r_starargcall.pyx
file added
+11
tests/run/r_starargs.pyx
file added
+32
tests/run/r_starargsonly.pyx
file added
+10
tests/run/r_toofewargs.pyx
file added
+10
tests/run/r_typecast.pyx
file added
+13
tests/run/r_uintindex.pyx
file added
+16
tests/run/r_vree_1.pyx
file added
+41
tests/run/raise_memory_error_T650.pyx
file added
+47
tests/run/range_optimisation_T203.pyx
file added
+155
tests/run/reduce_pickle.pyx
file added
+289
tests/run/ref2global.py
file added
+19
tests/run/ref2local.pyx
file added
+8
tests/run/refcount_in_meth.pyx
file added
+71
tests/run/reimport.pyx
file added
+13
tests/run/reimport_from_package.srctree
file added
+34
tests/run/relative_cimport.srctree
file added
+76
tests/run/relativeimport_T542.srctree
file added
+76
tests/run/relativeimport_star_T542.pyx
file added
+11
tests/run/reraise.py
file added
+36
tests/run/reraise_3args.pyx
file added
+23
tests/run/return.pyx
file added
+28
tests/run/reversed_iteration.pyx
file added
+808
tests/run/richcmp_str_equals.py
file added
+26
tests/run/rodriguez_1.pyx
file added
+16
tests/run/scanner_trace.srctree
file added
+23
tests/run/self_in_ext_type_closure.pyx
file added
+96
tests/run/sequential_parallel.pyx
file added
+756
tests/run/set.pyx
file added
+459
tests/run/set_discard_remove.py
file added
+66
tests/run/set_iter.pyx
file added
+99
tests/run/set_literals.py
file added
+115
tests/run/setcomp.pyx
file added
+64
tests/run/setjmp.pyx
file added
+54
tests/run/shapes.h
file added
+64
tests/run/short_circuit_T404.pyx
file added
+43
tests/run/simpcall.pyx
file added
+49
tests/run/size_t.pyx
file added
+53
tests/run/sizeof.pyx
file added
+18
tests/run/slice2.pyx
file added
+87
tests/run/slice2_T636.py
file added
+49
tests/run/slice2b.pyx
file added
+14
tests/run/slice3.pyx
file added
+52
tests/run/slice_charptr.pyx
file added
+16
tests/run/slice_ptr.pyx
file added
+73
tests/run/special_method_docstrings.pyx
file added
+47
tests/run/special_methods_T561.pyx
file added
+925
tests/run/special_methods_T561_py2.pyx
file added
+132
tests/run/special_methods_T561_py3.pyx
file added
+84
tests/run/specialfloat.pyx
file added
+169
tests/run/ssize_t_T399.pyx
file added
+72
tests/run/starargs.pyx
file added
+116
tests/run/starimport_cimport.srctree
file added
+39
tests/run/starred_target_T664.pyx
file added
+25
tests/run/static_methods.pxd
file added
+3
tests/run/static_methods.pyx
file added
+96
tests/run/staticmethod.pyx
file added
+158
tests/run/str_ascii_auto_encoding.pyx
file added
+14
tests/run/str_char_coercion_T412.pyx
file added
+80
tests/run/str_default_auto_encoding.pyx
file added
+13
tests/run/str_encoding_latin1.pyx
file added
+54
tests/run/strconstinclass.pyx
file added
+8
tests/run/strescapes.pyx
file added
+58
tests/run/strfunction.pyx
file added
+41
tests/run/string_comparison.pyx
file added
+619
tests/run/strliterals.pyx
file added
+219
tests/run/strmethods.pyx
file added
+154
tests/run/struct_conversion.pyx
file added
+171
tests/run/struct_conversion_extern.pyx
file added
+22
tests/run/struct_conversion_extern_header.h
file added
+5
tests/run/subclasses.pyx
file added
+50
tests/run/subop.pyx
file added
+193
tests/run/switch.pyx
file added
+397
tests/run/switch_transform.pyx
file added
+15
tests/run/tandemstats.pyx
file added
+11
tests/run/temp_alloc_T409.pyx
file added
+11
tests/run/temp_sideeffects_T654.pyx
file added
+47
tests/run/temps_corner1.pyx
file added
+17
tests/run/test_asyncgen.py
file added
+1208
tests/run/test_call.py
file added
+127
tests/run/test_coroutines_pep492.pyx
file added
+2617
tests/run/test_dictviews.pyx
file added
+157
tests/run/test_fstring.pyx
file added
+859
tests/run/test_grammar.py
file added
+1277
tests/run/test_raisefrom.pyx
file added
+66
tests/run/testinclude.pxi
file added
+3
tests/run/ticket_123.pyx
file added
+24
tests/run/ticket_124.pyx
file added
+8
tests/run/tp_new.pyx
file added
+229
tests/run/tp_new_T454.pyx
file added
+17
tests/run/tp_new_cimport.srctree
file added
+86
tests/run/tracebacks.pyx
file added
+35
tests/run/trybreak.pyx
file added
+38
tests/run/tryexcept.pyx
file added
+469
tests/run/tryfinally.pyx
file added
+551
tests/run/tryfinallychaining.pyx
file added
+43
tests/run/tss.pyx
file added
+75
tests/run/tuple.pyx
file added
+167
tests/run/tuple_constants.pyx
file added
+108
tests/run/tuple_unpack_string.pyx
file added
+106
tests/run/tupleassign.pyx
file added
+156
tests/run/tuplereassign.pyx
file added
+32
tests/run/tupleunpack_T298.pyx
file added
+27
tests/run/tupleunpack_T712.pyx
file added
+18
tests/run/type_inference.pyx
file added
+758
tests/run/type_inference_T768.pyx
file added
+21
tests/run/type_inference_T768_cpp.pyx
file added
+21
tests/run/type_inference_new.pyx
file added
+144
tests/run/type_slots_int_long_T287.pyx
file added
+60
tests/run/type_slots_nonzero_bool.pyx
file added
+43
tests/run/typed_slice.pyx
file added
+205
tests/run/typeddefaultargT373.pyx
file added
+19
tests/run/typedfieldbug_T303.pyx
file added
+59
tests/run/typeof.pyx
file added
+62
tests/run/typeofexttype.pyx
file added
+14
tests/run/types.h
file added
+6
tests/run/typetest_T417.pyx
file added
+114
tests/run/unbound_builtin_methods.pyx
file added
+50
tests/run/unbound_special_methods.pyx
file added
+69
tests/run/unicode_ascii_auto_encoding.pyx
file added
+59
tests/run/unicode_default_auto_encoding.pyx
file added
+13
tests/run/unicode_indexing.pyx
file added
+270
tests/run/unicode_kwargs.pyx
file added
+58
tests/run/unicode_slicing.pyx
file added
+180
tests/run/unicodeencode.pyx
file added
+109
tests/run/unicodefunction.pyx
file added
+83
tests/run/unicodeliterals.pyx
file added
+120
tests/run/unicodeliteralsdefault.pyx
file added
+86
tests/run/unicodeliteralslatin1.pyx
file added
+83
tests/run/unicodemethods.pyx
file added
+688
tests/run/uninitialized.py
file added
+179
tests/run/unop.pyx
file added
+23
tests/run/unop_extras.pyx
file added
+24
tests/run/unpack.pyx
file added
+405
tests/run/unpack_fused.pyx
file added
+112
tests/run/unpacklistcomp.pyx
file added
+32
tests/run/unreachable.pyx
file added
+11
tests/run/unsigned.pyx
file added
+51
tests/run/unsigned_char_ptr_bytes_conversion_T359.pyx
file added
+24
tests/run/unsignedbehaviour_T184.pyx
file added
+37
tests/run/unused.pyx
file added
+43
tests/run/unused_args.pyx
file added
+53
tests/run/varargcall.pyx
file added
+12
tests/run/varargdecl.pyx
file added
+9
tests/run/verbatiminclude.h
file added
+6
tests/run/verbatiminclude.pyx
file added
+62
tests/run/voidstarcast.pyx
file added
+28
tests/run/watts1.pyx
file added
+9
tests/run/weakfail.pyx
file added
+23
tests/run/with_gil.pyx
file added
+476
tests/run/with_statement_module_level_T536.pyx
file added
+34
tests/run/withnogil.pyx
file added
+23
tests/run/withstat.pyx
file added
+227
tests/run/withstat_py.py
file added
+207
tests/run/withstat_py27.py
file added
+170
tests/run/wundram1.pyx
file added
+9
tests/run/yield_from_pep380.pyx
file added
+1088
tests/run/yield_from_py33.pyx
file added
+22
tests/run/yield_inside_lambda.py
file added
+15
tests/testsupport/cythonarrayutil.pxi
file added
+28
tests/travis_macos_cpp_bugs.txt
file added
+9
tests/windows_bugs.txt
file added
+20
tests/wrappers/cpp_overload_wrapper.pyx
file added
+67
tests/wrappers/cpp_overload_wrapper_lib.cpp
file added
+55
tests/wrappers/cpp_overload_wrapper_lib.h
file added
+24
tests/wrappers/cpp_overload_wrapper_lib.pxd
file added
+15
tests/wrappers/cpp_references.pyx
file added
+73
tests/wrappers/cpp_references_helper.h
file added
+5
tests/wrappers/cppwrap.pyx
file added
+55
tests/wrappers/cppwrap_lib.cpp
file added
+44
tests/wrappers/cppwrap_lib.h
file added
+22
tests/wrappers/cppwrap_lib.pxd
file added
+13
tox.ini
file added
+12
    Cython-0.28.1 base
    
        
file added
+35
file added
+28
file added
+55
file added
+15
file added
+125
file added
+34
file added
+2251
file added
+19
file added
+343
file added
+816
file added
+2523
file added
+322
file added
+20
file added
+214
empty file added
file added
+109
file added
+164
file added
+576
file added
+463
file added
+106
file added
+217
file added
+210
file added
+483
file added
+12
file added
+17
file added
+35
file added
+36
file added
+9
file added
+12
file added
+13
file added
+22
file added
+13
file added
+11
file added
+10
file added
+26
file added
+23
file added
+17
empty file added
empty file added
empty file added
file added
+22
file added
+176
file added
+33
file added
+69
file added
+78
file added
+289
file added
+0
empty file added
file added
+149
file added
+189
file added
+303
file added
+1
file added
+118
file added
+1144
file added
+70
file added
+75
file added
+78
file added
+108
file added
+8
file added
+8
file added
+6
file added
+258
file added
+8
file added
+16
file added
+106
file added
+8
file added
+24
file added
+9
file added
+9
file added
+158
file added
+15
file added
+26
empty file added
empty file added
empty file added
file added
+456
file added
+14
empty file added
empty file added
empty file added
empty file added
empty file added
file added
+263
file added
+11
file added
+71
file added
+160
file added
+593
file added
+2235
file added
+286
file added
+5
empty file added
file added
+57
empty file added
empty file added
file added
+166
file added
+39
file added
+168
file added
+290
file added
+10
file added
+77
file added
+296
file added
+96
file added
+80
file added
+67
file added
+13
file added
+41
file added
+51
file added
+182
file added
+122
file added
+37
file added
+101
file added
+278
file added
+234
file added
+74
file added
+222
file added
+125
file added
+551
file added
+111
file added
+123
file added
+119
file added
+29
file added
+147
file added
+47
file added
+6
file added
+482
file added
+70
file added
+196
file added
+337
file added
+10
file added
+448
file added
+256
file added
+119
file added
+72
file added
+27
file added
+557
file added
+23
file added
+309
file added
+235
file added
+212
file added
+115
file added
+214
file added
+42
file added
+66
file added
+311
file added
+75
file added
+5
file added
+162
file added
+42
file added
+182
file added
+374
file added
+125
file added
+194
file added
+32
file added
+211
file added
+18
file added
+36
file added
+28
file added
+459
file added
+54
file added
+64
file added
+53
file added
+18
file added
+87
file added
+52
file added
+116
file added
+193
file added
+397
file added
+127
file added
+229
file added
+75
file added
+167
file added
+62
file added
+6
file added
+23
file added
+405
file added
+43
file added
+476
file added
+227
file added
+12