Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed)

Created:
6 years, 5 months ago by qsr
Modified:
6 years, 5 months ago
Reviewers:
pkl, jschuh, pkl (ping after 24h if needed), open-source-third-party-reviews, Paweł Hajdan Jr.
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Adding cython v0.20.2 in third-party. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284471

Patch Set 1 #

Patch Set 2 : Fix file permission + license name. #

Patch Set 3 : Add exception for missingh eaders #

Patch Set 4 : Reference cython dev list thread. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94837 lines, --3 lines) Patch
A + third_party/cython/LICENSE View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/cython/OWNERS View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cython/README.chromium View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/cython/src/CHANGES.rst View 1 2 3 1 chunk +916 lines, -0 lines 0 comments Download
A third_party/cython/src/COPYING.txt View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/BuildExecutable.py View 1 2 3 1 chunk +139 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/Cythonize.py View 1 2 3 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/Dependencies.py View 1 2 3 1 chunk +959 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/Inline.py View 1 2 3 1 chunk +304 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/Tests/TestInline.py View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/Tests/TestStripLiterals.py View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/Tests/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Build/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/CodeWriter.py View 1 2 3 1 chunk +512 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/AnalysedTreeTransforms.py View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Annotate.py View 1 2 3 1 chunk +207 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/AutoDocTransforms.py View 1 2 3 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Buffer.py View 1 2 3 1 chunk +744 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Builtin.py View 1 2 3 1 chunk +404 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/CmdLine.py View 1 2 3 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Code.pxd View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Code.py View 1 2 3 1 chunk +2238 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/CodeGeneration.py View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/CythonScope.py View 1 2 3 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/DebugFlags.py View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Errors.py View 1 2 3 1 chunk +235 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/ExprNodes.py View 1 2 3 1 chunk +11289 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/FlowControl.pxd View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/FlowControl.py View 1 2 3 1 chunk +1303 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/FusedNode.py View 1 2 3 1 chunk +790 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Future.py View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Interpreter.py View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Lexicon.py View 1 2 3 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Main.py View 1 2 3 1 chunk +672 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/MemoryView.py View 1 2 3 1 chunk +955 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/ModuleNode.py View 1 2 3 1 chunk +2874 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Naming.py View 1 2 3 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Nodes.py View 1 2 3 1 chunk +8278 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Optimize.py View 1 2 3 1 chunk +3735 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Options.py View 1 2 3 1 chunk +343 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/ParseTreeTransforms.pxd View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/ParseTreeTransforms.py View 1 2 3 1 chunk +3005 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Parsing.pxd View 1 2 3 1 chunk +187 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Parsing.py View 1 2 3 1 chunk +3294 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Pipeline.py View 1 2 3 1 chunk +342 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/PyrexTypes.py View 1 2 3 1 chunk +3875 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Scanning.pxd View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Scanning.py View 1 2 3 1 chunk +483 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/StringEncoding.py View 1 2 3 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Symtab.py View 1 2 3 1 chunk +2248 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestBuffer.py View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestMemView.py View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestParseTreeTransforms.py View 1 2 3 1 chunk +285 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestSignatureMatching.py View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestTreeFragment.py View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestTreePath.py View 1 2 3 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestUtilityLoad.py View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/TestVisitor.py View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Tests/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/TreeFragment.py View 1 2 3 1 chunk +242 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/TreePath.py View 1 2 3 1 chunk +288 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/TypeInference.py View 1 2 3 1 chunk +550 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/TypeSlots.py View 1 2 3 1 chunk +837 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/UtilNodes.py View 1 2 3 1 chunk +349 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/UtilityCode.py View 1 2 3 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Version.py View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Visitor.pxd View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/Visitor.py View 1 2 3 1 chunk +763 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Compiler/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Cygdb.py View 1 2 3 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/DebugWriter.py View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Tests/TestLibCython.py View 1 2 3 1 chunk +285 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Tests/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Tests/cfuncs.c View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Tests/codefile View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Tests/test_libcython_in_gdb.py View 1 2 3 1 chunk +494 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/Tests/test_libpython_in_gdb.py View 1 2 3 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/libcython.py View 1 2 3 1 chunk +1405 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugger/libpython.py View 1 2 3 1 chunk +2541 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Debugging.py View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Distutils/__init__.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Distutils/build_ext.py View 1 2 3 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Distutils/extension.py View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python2.5.pxd View 1 2 3 1 chunk +622 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_bool.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_buffer.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_bytes.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_cobject.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_complex.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_dict.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_exc.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_float.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_function.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_getargs.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_instance.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_int.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_iterator.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_list.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_long.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_mapping.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_mem.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_method.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_module.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_number.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_object.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_oldbuffer.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_pycapsule.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_ref.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_sequence.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_set.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_string.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_tuple.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_type.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_unicode.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_version.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/python_weakref.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/stdio.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/stdlib.pxd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/Deprecated/stl.pxd View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/__init__.pxd View 1 2 3 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/array.pxd View 1 2 3 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/bool.pxd View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/buffer.pxd View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/bytes.pxd View 1 2 3 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/cobject.pxd View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/complex.pxd View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/datetime.pxd View 1 2 3 1 chunk +212 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/dict.pxd View 1 2 3 1 chunk +165 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/exc.pxd View 1 2 3 1 chunk +250 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/float.pxd View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/function.pxd View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/getargs.pxd View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/instance.pxd View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/int.pxd View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/iterator.pxd View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/list.pxd View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/long.pxd View 1 2 3 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/mapping.pxd View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/mem.pxd View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/method.pxd View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/module.pxd View 1 2 3 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/number.pxd View 1 2 3 1 chunk +251 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/object.pxd View 1 2 3 1 chunk +292 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/oldbuffer.pxd View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/pycapsule.pxd View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/pystate.pxd View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/pythread.pxd View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/ref.pxd View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/sequence.pxd View 1 2 3 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/set.pxd View 1 2 3 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/string.pxd View 1 2 3 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/tuple.pxd View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/type.pxd View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/unicode.pxd View 1 2 3 1 chunk +391 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/version.pxd View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/cpython/weakref.pxd View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/__init__.pxd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/errno.pxd View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/float.pxd View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/limits.pxd View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/locale.pxd View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/math.pxd View 1 2 3 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/setjmp.pxd View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/signal.pxd View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/stddef.pxd View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/stdint.pxd View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/stdio.pxd View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/stdlib.pxd View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libc/string.pxd View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/__init__.pxd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/deque.pxd View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/list.pxd View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/map.pxd View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/pair.pxd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/queue.pxd View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/set.pxd View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/stack.pxd View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/string.pxd View 1 2 3 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/unordered_map.pxd View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/unordered_set.pxd View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/utility.pxd View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/libcpp/vector.pxd View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/numpy/__init__.pxd View 1 2 3 1 chunk +980 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/numpy/math.pxd View 1 2 3 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/openmp.pxd View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/posix/__init__.pxd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/posix/fcntl.pxd View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/posix/ioctl.pxd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Includes/posix/unistd.pxd View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Actions.pxd View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Actions.py View 1 2 3 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/DFA.py View 1 2 3 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Errors.py View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Lexicons.py View 1 2 3 1 chunk +195 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Machines.py View 1 2 3 1 chunk +256 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Regexps.py View 1 2 3 1 chunk +555 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Scanners.pxd View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Scanners.py View 1 2 3 1 chunk +332 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Timing.py View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Traditional.py View 1 2 3 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/Transitions.py View 1 2 3 1 chunk +247 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Plex/__init__.py View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Runtime/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Runtime/refnanny.pyx View 1 2 3 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Shadow.py View 1 2 3 1 chunk +419 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/StringIOTree.py View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tempita/__init__.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tempita/_looper.py View 1 2 3 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tempita/_tempita.py View 1 2 3 1 chunk +1193 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tempita/compat3.py View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/TestUtils.py View 1 2 3 1 chunk +204 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tests/TestCodeWriter.py View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tests/TestStringIOTree.py View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tests/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Cython/Tests/xmlrunner.py View 1 2 3 1 chunk +376 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Buffer.c View 1 2 3 1 chunk +947 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Builtins.c View 1 2 3 1 chunk +446 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Capsule.c View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/CommonTypes.c View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/CppConvert.pyx View 1 2 3 1 chunk +232 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/CppSupport.cpp View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/CythonFunction.c View 1 2 3 1 chunk +1177 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Embed.c View 1 2 3 1 chunk +192 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Exceptions.c View 1 2 3 1 chunk +547 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/ExtensionTypes.c View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/FunctionArguments.c View 1 2 3 1 chunk +292 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Generator.c View 1 2 3 1 chunk +664 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/ImportExport.c View 1 2 3 1 chunk +558 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/MemoryView.pyx View 1 2 3 1 chunk +1447 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/MemoryView_C.c View 1 2 3 1 chunk +938 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/ModuleSetupCode.c View 1 2 3 1 chunk +693 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/ObjectHandling.c View 1 2 3 1 chunk +1162 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Optimize.c View 1 2 3 1 chunk +423 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Overflow.c View 1 2 3 1 chunk +284 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Printing.c View 1 2 3 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/Profile.c View 1 2 3 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/StringTools.c View 1 2 3 1 chunk +786 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/TestCyUtilityLoader.pyx View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/TestCythonScope.pyx View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/TestUtilityLoader.c View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utility/TypeConversion.c View 1 2 3 1 chunk +629 lines, -0 lines 0 comments Download
A + third_party/cython/src/Cython/Utility/__init__.py View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/cython/src/Cython/Utility/arrayarray.h View 1 2 3 1 chunk +144 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/Utils.py View 1 2 3 1 chunk +415 lines, -0 lines 0 comments Download
A third_party/cython/src/Cython/__init__.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cython/src/INSTALL.txt View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A + third_party/cython/src/LICENSE.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/cython/src/MANIFEST.in View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/cython/src/Makefile View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/cython/src/PKG-INFO View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/cython/src/README.txt View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/cython/src/ToDo.txt View 1 2 3 1 chunk +289 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/cystdlib.py View 1 2 3 1 chunk +187 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/cython.st View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cython/src/Tools/cython-epydoc.py View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/cython-mode.el View 1 2 3 1 chunk +268 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/cython-numpy-mode-kate.xml View 1 2 3 1 chunk +1133 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/kate.diff View 1 2 3 1 chunk +1144 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/site_scons/site_tools/cython.py View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/cython/src/Tools/site_scons/site_tools/pyext.py View 1 2 3 1 chunk +236 lines, -0 lines 0 comments Download
A third_party/cython/src/USAGE.txt View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/cython/src/bin/cygdb View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/bin/cython View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/bin/cython.bat View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/cython/src/bin/cython_freeze View 1 2 3 1 chunk +257 lines, -0 lines 0 comments Download
A third_party/cython/src/bin/cythonize View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/bin/cythonrun View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/cython/src/cygdb.py View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/cython/src/cython.py View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/cython/src/pylintrc View 1 2 3 1 chunk +259 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/PKG-INFO View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/README View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/__init__.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/pyxbuild.py View 1 2 3 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/pyximport.py View 1 2 3 1 chunk +559 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/test/test_pyximport.py View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/cython/src/pyximport/test/test_reload.py View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/cython/src/runtests.py View 1 2 3 1 chunk +1930 lines, -0 lines 0 comments Download
A third_party/cython/src/setup.py View 1 2 3 1 chunk +337 lines, -0 lines 0 comments Download
A third_party/cython/src/setupegg.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
qsr
This CL adds cython into third-party for chromium. Cython is a tool that allows to ...
6 years, 5 months ago (2014-07-11 12:26:22 UTC) #1
jschuh
Tooling-only code, so lgtm for security.
6 years, 5 months ago (2014-07-11 13:41:07 UTC) #2
pkl (ping after 24h if needed)
LGTM for adding 3rd party code.
6 years, 5 months ago (2014-07-11 14:54:21 UTC) #3
chromium-reviews
I need to review this one for open source still, im a bit confused about ...
6 years, 5 months ago (2014-07-11 15:17:26 UTC) #4
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 5 months ago (2014-07-11 15:42:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/385073004/1
6 years, 5 months ago (2014-07-11 15:43:38 UTC) #6
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 5 months ago (2014-07-11 16:41:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/385073004/10001
6 years, 5 months ago (2014-07-11 16:43:06 UTC) #8
qsr
The CQ bit was unchecked by qsr@chromium.org
6 years, 5 months ago (2014-07-11 16:43:25 UTC) #9
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 5 months ago (2014-07-11 16:43:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/385073004/10001
6 years, 5 months ago (2014-07-11 16:44:04 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-11 21:03:07 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 22:12:27 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/50844)
6 years, 5 months ago (2014-07-11 22:12:29 UTC) #14
qsr
+phajdan.jr@chromium.org for tools/checklicenses/checklicenses.py
6 years, 5 months ago (2014-07-15 09:13:17 UTC) #15
Paweł Hajdan Jr.
checklicenses LGTM
6 years, 5 months ago (2014-07-21 13:06:05 UTC) #16
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 5 months ago (2014-07-21 13:06:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/385073004/30001
6 years, 5 months ago (2014-07-21 13:08:00 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 16:36:45 UTC) #19
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 19:22:09 UTC) #20
Message was sent while issue was closed.
Change committed as 284471

Powered by Google App Engine
This is Rietveld 408576698