passagemath-repl 10.4.1__tar.gz → 10.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/MANIFEST.in +12 -0
- {passagemath_repl-10.4.1/passagemath_repl.egg-info → passagemath_repl-10.4.2}/PKG-INFO +3 -3
- passagemath_repl-10.4.2/VERSION.txt +1 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-version.sh +3 -3
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/known-test-failures.json +14 -17
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2/passagemath_repl.egg-info}/PKG-INFO +3 -3
- passagemath_repl-10.4.2/passagemath_repl.egg-info/SOURCES.txt +247 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/passagemath_repl.egg-info/requires.txt +2 -2
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/pyproject.toml +11 -3
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/pyproject.toml.m4 +9 -1
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/util.py +1 -0
- passagemath_repl-10.4.2/sage/misc/all__sagemath_repl.py +46 -0
- passagemath_repl-10.4.2/sage/misc/cython.py +693 -0
- passagemath_repl-10.4.2/sage/misc/dev_tools.py +741 -0
- passagemath_repl-10.4.2/sage/misc/edit_module.py +303 -0
- passagemath_repl-10.4.2/sage/misc/explain_pickle.py +3078 -0
- passagemath_repl-10.4.2/sage/misc/inline_fortran.py +211 -0
- passagemath_repl-10.4.2/sage/misc/pager.py +20 -0
- passagemath_repl-10.4.2/sage/misc/profiler.py +178 -0
- passagemath_repl-10.4.2/sage/misc/trace.py +89 -0
- passagemath_repl-10.4.2/sage/tests/__init__.py +0 -0
- passagemath_repl-10.4.2/sage/tests/all.py +2 -0
- passagemath_repl-10.4.2/sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py +629 -0
- passagemath_repl-10.4.2/sage/tests/arxiv_0812_2725.py +350 -0
- passagemath_repl-10.4.2/sage/tests/benchmark.py +1922 -0
- passagemath_repl-10.4.2/sage/tests/book_schilling_zabrocki_kschur_primer.py +794 -0
- passagemath_repl-10.4.2/sage/tests/book_stein_ent.py +650 -0
- passagemath_repl-10.4.2/sage/tests/book_stein_modform.py +558 -0
- passagemath_repl-10.4.2/sage/tests/books/__init__.py +0 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/README +6 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/__init__.py +0 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py +552 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py +1052 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py +442 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py +476 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py +253 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py +417 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py +289 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py +460 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py +420 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py +233 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py +559 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py +489 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py +154 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py +404 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py +179 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py +661 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py +391 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/__init__.py +0 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py +263 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py +216 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py +58 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py +140 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py +104 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py +52 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py +55 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py +55 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py +24 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py +46 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py +114 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py +110 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py +166 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py +106 -0
- passagemath_repl-10.4.2/sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py +57 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/__init__.py +0 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py +50 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/actions-sage.py +172 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/algcodes-sage.py +129 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/boolean-sage.py +268 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py +86 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/cosets-sage.py +169 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/crypt-sage.py +150 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/cyclic-sage.py +449 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/domains-sage.py +162 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/fields-sage.py +298 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/finite-sage.py +107 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/galois-sage.py +487 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/groups-sage.py +279 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py +64 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/homomorph-sage.py +199 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/integers-sage.py +196 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/isomorph-sage.py +171 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/normal-sage.py +132 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/permute-sage.py +318 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/poly-sage.py +299 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/rings-sage.py +412 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/sets-sage.py +162 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/struct-sage.py +62 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/sylow-sage.py +249 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py +47 -0
- passagemath_repl-10.4.2/sage/tests/books/judson-abstract-algebra/vect-sage.py +213 -0
- passagemath_repl-10.4.2/sage/tests/cmdline.py +780 -0
- passagemath_repl-10.4.2/sage/tests/combinatorial_hopf_algebras.py +51 -0
- passagemath_repl-10.4.2/sage/tests/cython.pyx +36 -0
- passagemath_repl-10.4.2/sage/tests/finite_poset.py +622 -0
- passagemath_repl-10.4.2/sage/tests/functools_partial_src.py +26 -0
- passagemath_repl-10.4.2/sage/tests/gosper-sum.py +217 -0
- passagemath_repl-10.4.2/sage/tests/lazy_imports.py +27 -0
- passagemath_repl-10.4.2/sage/tests/memcheck/__init__.py +0 -0
- passagemath_repl-10.4.2/sage/tests/memcheck/run_tests.py +24 -0
- passagemath_repl-10.4.2/sage/tests/memcheck/run_tests_in_valgrind.py +35 -0
- passagemath_repl-10.4.2/sage/tests/memcheck/symbolic_expression.py +11 -0
- passagemath_repl-10.4.2/sage/tests/memcheck/verify_no_leak.py +27 -0
- passagemath_repl-10.4.2/sage/tests/modular_group_cohomology.py +79 -0
- passagemath_repl-10.4.2/sage/tests/numpy.py +20 -0
- passagemath_repl-10.4.2/sage/tests/parigp.py +75 -0
- passagemath_repl-10.4.2/sage/tests/startup.py +26 -0
- passagemath_repl-10.4.2/sage/tests/stl_vector.pyx +170 -0
- passagemath_repl-10.4.2/sage/tests/symbolic-series.py +75 -0
- passagemath_repl-10.4.2/sage/tests/sympy.py +15 -0
- passagemath_repl-10.4.2/sage/tests/test_deprecation.py +30 -0
- passagemath_repl-10.4.1/VERSION.txt +0 -1
- passagemath_repl-10.4.1/passagemath_repl.egg-info/SOURCES.txt +0 -148
- passagemath_repl-10.4.1/sage/misc/all__sagemath_repl.py +0 -4
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/README.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/math-readline +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-cachegrind +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-callgrind +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-cleaner +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-coverage +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-cython +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-env +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-env-config.in +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-eval +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-fixdoctests +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-grep +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-grepdoc +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-inline-fortran +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-ipynb2rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-ipython +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-list-packages +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-massif +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-notebook +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-num-threads.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-omega +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-preparse +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-python +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-run +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-run-cython +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-runtests +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-src-env-config.in +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-startuptime.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-update-version +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-valgrind +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/bin/sage-venv-config +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/passagemath_repl.egg-info/dependency_links.txt +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/passagemath_repl.egg-info/top_level.txt +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/requirements-editable.txt.m4 +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/requirements.txt.m4 +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/__init__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/__main__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/all.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/check_tolerance.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/control.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/external.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/fixtures.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/forker.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/marked_output.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/parsing.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/parsing_test.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/reporting.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/rif_tol.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/sources.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/test.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/1second.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/99seconds.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/abort.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/atexit.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/fail_and_die.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/initial.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/interrupt.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/interrupt_diehard.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/keyboardinterrupt.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/longtime.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/nodoctest +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/random_seed.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/show_skipped.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/sig_on.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/simple_failure.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/sleep_and_raise.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/doctest/tests/tolerance.rst +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/misc/banner.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/misc/sage_eval.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/misc/sage_input.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/misc/sagedoc.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/__init__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/all.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/attach.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/configuration.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/display/__init__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/display/fancy_repr.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/display/formatter.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/display/jsmol_iframe.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/display/pretty_print.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/display/util.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/image.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/inputhook.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/interface_magic.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/interpreter.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_extension.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/__init__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/__main__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/all_jupyter.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/install.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/interact.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/kernel.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/widgets.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_kernel/widgets_sagenb.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/ipython_tests.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/load.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/preparse.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/prompts.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/__init__.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/backend_base.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/backend_doctest.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/backend_emacs.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/backend_ipython.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/buffer.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/display_manager.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.avi +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.canvas3d +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.dvi +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.flv +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.gif +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.jpg +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.mkv +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.mov +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.mp4 +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.ogv +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.pdf +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.png +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.svg +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.webm +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example.wmv +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example_jmol.spt.zip +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example_wavefront_scene.mtl +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/example_wavefront_scene.obj +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/output_basic.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/output_browser.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/output_catalog.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/output_graphics.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/output_graphics3d.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/output_video.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/preferences.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/pretty_print.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/rich_output/test_backend.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/sage/repl/user_globals.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/setup.cfg +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/setup.py +0 -0
- {passagemath_repl-10.4.1 → passagemath_repl-10.4.2}/tox.ini +0 -0
@@ -2,11 +2,23 @@ prune sage
|
|
2
2
|
|
3
3
|
graft sage/doctest
|
4
4
|
graft sage/repl
|
5
|
+
graft sage/tests
|
6
|
+
|
5
7
|
include sage/misc/banner.py
|
6
8
|
include sage/misc/sagedoc.py
|
7
9
|
include sage/misc/sage_input.py
|
8
10
|
include sage/misc/sage_eval.py
|
9
11
|
|
12
|
+
include sage/misc/explain_pickle.py
|
13
|
+
include sage/misc/trace.py
|
14
|
+
include sage/misc/profiler.py
|
15
|
+
include sage/misc/dev_tools.py
|
16
|
+
include sage/misc/edit_module.py
|
17
|
+
include sage/misc/pager.py
|
18
|
+
|
19
|
+
include sage/misc/cython.py
|
20
|
+
include sage/misc/inline_fortran.py
|
21
|
+
|
10
22
|
include VERSION.txt
|
11
23
|
|
12
24
|
global-exclude all__*.py
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-repl
|
3
|
-
Version: 10.4.
|
3
|
+
Version: 10.4.2
|
4
4
|
Summary: passagemath: IPython kernel, Sage preparser, doctester
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v2 or later
|
@@ -25,8 +25,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
25
25
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
26
26
|
Requires-Python: <3.13,>=3.9
|
27
27
|
Description-Content-Type: text/x-rst
|
28
|
-
Requires-Dist: passagemath-objects~=10.4.
|
29
|
-
Requires-Dist: passagemath-environment~=10.4.
|
28
|
+
Requires-Dist: passagemath-objects~=10.4.2
|
29
|
+
Requires-Dist: passagemath-environment~=10.4.2
|
30
30
|
Requires-Dist: ipykernel>=5.2.1
|
31
31
|
Requires-Dist: ipython>=7.13.0
|
32
32
|
Requires-Dist: ipywidgets>=7.5.1
|
@@ -0,0 +1 @@
|
|
1
|
+
10.4.2
|
@@ -4,6 +4,6 @@
|
|
4
4
|
# which stops "setup.py develop" from rewriting it as a Python file.
|
5
5
|
:
|
6
6
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
7
|
-
SAGE_VERSION='10.4.
|
8
|
-
SAGE_RELEASE_DATE='2024-10-
|
9
|
-
SAGE_VERSION_BANNER='passagemath version 10.4.
|
7
|
+
SAGE_VERSION='10.4.2'
|
8
|
+
SAGE_RELEASE_DATE='2024-10-16'
|
9
|
+
SAGE_VERSION_BANNER='passagemath version 10.4.2, Release Date: 2024-10-16'
|
@@ -1,30 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"sage.doctest.control": {
|
3
3
|
"failed": true,
|
4
|
-
"ntests":
|
4
|
+
"ntests": 229
|
5
5
|
},
|
6
6
|
"sage.doctest.external": {
|
7
|
-
"ntests":
|
7
|
+
"ntests": 40
|
8
8
|
},
|
9
9
|
"sage.doctest.fixtures": {
|
10
|
-
"
|
11
|
-
"ntests": 59
|
10
|
+
"ntests": 58
|
12
11
|
},
|
13
12
|
"sage.doctest.forker": {
|
14
13
|
"failed": true,
|
15
|
-
"ntests":
|
14
|
+
"ntests": 412
|
16
15
|
},
|
17
16
|
"sage.doctest.parsing": {
|
18
17
|
"failed": true,
|
19
|
-
"ntests":
|
18
|
+
"ntests": 308
|
20
19
|
},
|
21
20
|
"sage.doctest.reporting": {
|
22
|
-
"
|
23
|
-
"ntests": 124
|
21
|
+
"ntests": 126
|
24
22
|
},
|
25
23
|
"sage.doctest.sources": {
|
26
24
|
"failed": true,
|
27
|
-
"ntests":
|
25
|
+
"ntests": 341
|
28
26
|
},
|
29
27
|
"sage.doctest.test": {
|
30
28
|
"ntests": 23
|
@@ -42,7 +40,7 @@
|
|
42
40
|
"ntests": 721
|
43
41
|
},
|
44
42
|
"sage.repl.attach": {
|
45
|
-
"ntests":
|
43
|
+
"ntests": 135
|
46
44
|
},
|
47
45
|
"sage.repl.configuration": {
|
48
46
|
"ntests": 22
|
@@ -78,7 +76,7 @@
|
|
78
76
|
},
|
79
77
|
"sage.repl.interpreter": {
|
80
78
|
"failed": true,
|
81
|
-
"ntests":
|
79
|
+
"ntests": 105
|
82
80
|
},
|
83
81
|
"sage.repl.ipython_extension": {
|
84
82
|
"failed": true,
|
@@ -86,7 +84,7 @@
|
|
86
84
|
},
|
87
85
|
"sage.repl.ipython_kernel.install": {
|
88
86
|
"failed": true,
|
89
|
-
"ntests":
|
87
|
+
"ntests": 35
|
90
88
|
},
|
91
89
|
"sage.repl.ipython_kernel.interact": {
|
92
90
|
"failed": true,
|
@@ -109,11 +107,11 @@
|
|
109
107
|
},
|
110
108
|
"sage.repl.load": {
|
111
109
|
"failed": true,
|
112
|
-
"ntests":
|
110
|
+
"ntests": 39
|
113
111
|
},
|
114
112
|
"sage.repl.preparse": {
|
115
113
|
"failed": true,
|
116
|
-
"ntests":
|
114
|
+
"ntests": 347
|
117
115
|
},
|
118
116
|
"sage.repl.rich_output.backend_base": {
|
119
117
|
"failed": true,
|
@@ -126,15 +124,14 @@
|
|
126
124
|
"ntests": 15
|
127
125
|
},
|
128
126
|
"sage.repl.rich_output.backend_ipython": {
|
129
|
-
"
|
130
|
-
"ntests": 75
|
127
|
+
"ntests": 73
|
131
128
|
},
|
132
129
|
"sage.repl.rich_output.buffer": {
|
133
130
|
"ntests": 49
|
134
131
|
},
|
135
132
|
"sage.repl.rich_output.display_manager": {
|
136
133
|
"failed": true,
|
137
|
-
"ntests":
|
134
|
+
"ntests": 84
|
138
135
|
},
|
139
136
|
"sage.repl.rich_output.output_basic": {
|
140
137
|
"ntests": 46
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-repl
|
3
|
-
Version: 10.4.
|
3
|
+
Version: 10.4.2
|
4
4
|
Summary: passagemath: IPython kernel, Sage preparser, doctester
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v2 or later
|
@@ -25,8 +25,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
25
25
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
26
26
|
Requires-Python: <3.13,>=3.9
|
27
27
|
Description-Content-Type: text/x-rst
|
28
|
-
Requires-Dist: passagemath-objects~=10.4.
|
29
|
-
Requires-Dist: passagemath-environment~=10.4.
|
28
|
+
Requires-Dist: passagemath-objects~=10.4.2
|
29
|
+
Requires-Dist: passagemath-environment~=10.4.2
|
30
30
|
Requires-Dist: ipykernel>=5.2.1
|
31
31
|
Requires-Dist: ipython>=7.13.0
|
32
32
|
Requires-Dist: ipywidgets>=7.5.1
|
@@ -0,0 +1,247 @@
|
|
1
|
+
MANIFEST.in
|
2
|
+
README.rst
|
3
|
+
VERSION.txt
|
4
|
+
known-test-failures.json
|
5
|
+
pyproject.toml
|
6
|
+
pyproject.toml.m4
|
7
|
+
requirements-editable.txt.m4
|
8
|
+
requirements.txt.m4
|
9
|
+
setup.py
|
10
|
+
tox.ini
|
11
|
+
bin/math-readline
|
12
|
+
bin/sage
|
13
|
+
bin/sage-cachegrind
|
14
|
+
bin/sage-callgrind
|
15
|
+
bin/sage-cleaner
|
16
|
+
bin/sage-coverage
|
17
|
+
bin/sage-cython
|
18
|
+
bin/sage-env
|
19
|
+
bin/sage-env-config.in
|
20
|
+
bin/sage-eval
|
21
|
+
bin/sage-fixdoctests
|
22
|
+
bin/sage-grep
|
23
|
+
bin/sage-grepdoc
|
24
|
+
bin/sage-inline-fortran
|
25
|
+
bin/sage-ipynb2rst
|
26
|
+
bin/sage-ipython
|
27
|
+
bin/sage-list-packages
|
28
|
+
bin/sage-massif
|
29
|
+
bin/sage-notebook
|
30
|
+
bin/sage-num-threads.py
|
31
|
+
bin/sage-omega
|
32
|
+
bin/sage-preparse
|
33
|
+
bin/sage-python
|
34
|
+
bin/sage-run
|
35
|
+
bin/sage-run-cython
|
36
|
+
bin/sage-runtests
|
37
|
+
bin/sage-src-env-config.in
|
38
|
+
bin/sage-startuptime.py
|
39
|
+
bin/sage-update-version
|
40
|
+
bin/sage-valgrind
|
41
|
+
bin/sage-venv-config
|
42
|
+
bin/sage-version.sh
|
43
|
+
passagemath_repl.egg-info/PKG-INFO
|
44
|
+
passagemath_repl.egg-info/SOURCES.txt
|
45
|
+
passagemath_repl.egg-info/dependency_links.txt
|
46
|
+
passagemath_repl.egg-info/requires.txt
|
47
|
+
passagemath_repl.egg-info/top_level.txt
|
48
|
+
sage/all__sagemath_repl.py
|
49
|
+
sage/doctest/__init__.py
|
50
|
+
sage/doctest/__main__.py
|
51
|
+
sage/doctest/all.py
|
52
|
+
sage/doctest/check_tolerance.py
|
53
|
+
sage/doctest/control.py
|
54
|
+
sage/doctest/external.py
|
55
|
+
sage/doctest/fixtures.py
|
56
|
+
sage/doctest/forker.py
|
57
|
+
sage/doctest/marked_output.py
|
58
|
+
sage/doctest/parsing.py
|
59
|
+
sage/doctest/parsing_test.py
|
60
|
+
sage/doctest/reporting.py
|
61
|
+
sage/doctest/rif_tol.py
|
62
|
+
sage/doctest/sources.py
|
63
|
+
sage/doctest/test.py
|
64
|
+
sage/doctest/util.py
|
65
|
+
sage/doctest/tests/1second.rst
|
66
|
+
sage/doctest/tests/99seconds.rst
|
67
|
+
sage/doctest/tests/abort.rst
|
68
|
+
sage/doctest/tests/atexit.rst
|
69
|
+
sage/doctest/tests/fail_and_die.rst
|
70
|
+
sage/doctest/tests/initial.rst
|
71
|
+
sage/doctest/tests/interrupt.rst
|
72
|
+
sage/doctest/tests/interrupt_diehard.rst
|
73
|
+
sage/doctest/tests/keyboardinterrupt.rst
|
74
|
+
sage/doctest/tests/longtime.rst
|
75
|
+
sage/doctest/tests/nodoctest
|
76
|
+
sage/doctest/tests/random_seed.rst
|
77
|
+
sage/doctest/tests/show_skipped.rst
|
78
|
+
sage/doctest/tests/sig_on.rst
|
79
|
+
sage/doctest/tests/simple_failure.rst
|
80
|
+
sage/doctest/tests/sleep_and_raise.rst
|
81
|
+
sage/doctest/tests/tolerance.rst
|
82
|
+
sage/misc/all__sagemath_repl.py
|
83
|
+
sage/misc/banner.py
|
84
|
+
sage/misc/cython.py
|
85
|
+
sage/misc/dev_tools.py
|
86
|
+
sage/misc/edit_module.py
|
87
|
+
sage/misc/explain_pickle.py
|
88
|
+
sage/misc/inline_fortran.py
|
89
|
+
sage/misc/pager.py
|
90
|
+
sage/misc/profiler.py
|
91
|
+
sage/misc/sage_eval.py
|
92
|
+
sage/misc/sage_input.py
|
93
|
+
sage/misc/sagedoc.py
|
94
|
+
sage/misc/trace.py
|
95
|
+
sage/repl/__init__.py
|
96
|
+
sage/repl/all.py
|
97
|
+
sage/repl/attach.py
|
98
|
+
sage/repl/configuration.py
|
99
|
+
sage/repl/image.py
|
100
|
+
sage/repl/inputhook.py
|
101
|
+
sage/repl/interface_magic.py
|
102
|
+
sage/repl/interpreter.py
|
103
|
+
sage/repl/ipython_extension.py
|
104
|
+
sage/repl/ipython_tests.py
|
105
|
+
sage/repl/load.py
|
106
|
+
sage/repl/preparse.py
|
107
|
+
sage/repl/prompts.py
|
108
|
+
sage/repl/user_globals.py
|
109
|
+
sage/repl/display/__init__.py
|
110
|
+
sage/repl/display/fancy_repr.py
|
111
|
+
sage/repl/display/formatter.py
|
112
|
+
sage/repl/display/jsmol_iframe.py
|
113
|
+
sage/repl/display/pretty_print.py
|
114
|
+
sage/repl/display/util.py
|
115
|
+
sage/repl/ipython_kernel/__init__.py
|
116
|
+
sage/repl/ipython_kernel/__main__.py
|
117
|
+
sage/repl/ipython_kernel/all_jupyter.py
|
118
|
+
sage/repl/ipython_kernel/install.py
|
119
|
+
sage/repl/ipython_kernel/interact.py
|
120
|
+
sage/repl/ipython_kernel/kernel.py
|
121
|
+
sage/repl/ipython_kernel/widgets.py
|
122
|
+
sage/repl/ipython_kernel/widgets_sagenb.py
|
123
|
+
sage/repl/rich_output/__init__.py
|
124
|
+
sage/repl/rich_output/backend_base.py
|
125
|
+
sage/repl/rich_output/backend_doctest.py
|
126
|
+
sage/repl/rich_output/backend_emacs.py
|
127
|
+
sage/repl/rich_output/backend_ipython.py
|
128
|
+
sage/repl/rich_output/buffer.py
|
129
|
+
sage/repl/rich_output/display_manager.py
|
130
|
+
sage/repl/rich_output/example.avi
|
131
|
+
sage/repl/rich_output/example.canvas3d
|
132
|
+
sage/repl/rich_output/example.dvi
|
133
|
+
sage/repl/rich_output/example.flv
|
134
|
+
sage/repl/rich_output/example.gif
|
135
|
+
sage/repl/rich_output/example.jpg
|
136
|
+
sage/repl/rich_output/example.mkv
|
137
|
+
sage/repl/rich_output/example.mov
|
138
|
+
sage/repl/rich_output/example.mp4
|
139
|
+
sage/repl/rich_output/example.ogv
|
140
|
+
sage/repl/rich_output/example.pdf
|
141
|
+
sage/repl/rich_output/example.png
|
142
|
+
sage/repl/rich_output/example.svg
|
143
|
+
sage/repl/rich_output/example.webm
|
144
|
+
sage/repl/rich_output/example.wmv
|
145
|
+
sage/repl/rich_output/example_jmol.spt.zip
|
146
|
+
sage/repl/rich_output/example_wavefront_scene.mtl
|
147
|
+
sage/repl/rich_output/example_wavefront_scene.obj
|
148
|
+
sage/repl/rich_output/output_basic.py
|
149
|
+
sage/repl/rich_output/output_browser.py
|
150
|
+
sage/repl/rich_output/output_catalog.py
|
151
|
+
sage/repl/rich_output/output_graphics.py
|
152
|
+
sage/repl/rich_output/output_graphics3d.py
|
153
|
+
sage/repl/rich_output/output_video.py
|
154
|
+
sage/repl/rich_output/preferences.py
|
155
|
+
sage/repl/rich_output/pretty_print.py
|
156
|
+
sage/repl/rich_output/test_backend.py
|
157
|
+
sage/tests/__init__.py
|
158
|
+
sage/tests/all.py
|
159
|
+
sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py
|
160
|
+
sage/tests/arxiv_0812_2725.py
|
161
|
+
sage/tests/benchmark.py
|
162
|
+
sage/tests/book_schilling_zabrocki_kschur_primer.py
|
163
|
+
sage/tests/book_stein_ent.py
|
164
|
+
sage/tests/book_stein_modform.py
|
165
|
+
sage/tests/cmdline.py
|
166
|
+
sage/tests/combinatorial_hopf_algebras.py
|
167
|
+
sage/tests/cython.pyx
|
168
|
+
sage/tests/finite_poset.py
|
169
|
+
sage/tests/functools_partial_src.py
|
170
|
+
sage/tests/gosper-sum.py
|
171
|
+
sage/tests/lazy_imports.py
|
172
|
+
sage/tests/modular_group_cohomology.py
|
173
|
+
sage/tests/numpy.py
|
174
|
+
sage/tests/parigp.py
|
175
|
+
sage/tests/startup.py
|
176
|
+
sage/tests/stl_vector.pyx
|
177
|
+
sage/tests/symbolic-series.py
|
178
|
+
sage/tests/sympy.py
|
179
|
+
sage/tests/test_deprecation.py
|
180
|
+
sage/tests/books/__init__.py
|
181
|
+
sage/tests/books/computational-mathematics-with-sagemath/README
|
182
|
+
sage/tests/books/computational-mathematics-with-sagemath/__init__.py
|
183
|
+
sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py
|
184
|
+
sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py
|
185
|
+
sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py
|
186
|
+
sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py
|
187
|
+
sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py
|
188
|
+
sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py
|
189
|
+
sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py
|
190
|
+
sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py
|
191
|
+
sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py
|
192
|
+
sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py
|
193
|
+
sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py
|
194
|
+
sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py
|
195
|
+
sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py
|
196
|
+
sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py
|
197
|
+
sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py
|
198
|
+
sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py
|
199
|
+
sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py
|
200
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/__init__.py
|
201
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py
|
202
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py
|
203
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py
|
204
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py
|
205
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py
|
206
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py
|
207
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py
|
208
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py
|
209
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py
|
210
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py
|
211
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py
|
212
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py
|
213
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py
|
214
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py
|
215
|
+
sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py
|
216
|
+
sage/tests/books/judson-abstract-algebra/__init__.py
|
217
|
+
sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py
|
218
|
+
sage/tests/books/judson-abstract-algebra/actions-sage.py
|
219
|
+
sage/tests/books/judson-abstract-algebra/algcodes-sage.py
|
220
|
+
sage/tests/books/judson-abstract-algebra/boolean-sage.py
|
221
|
+
sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py
|
222
|
+
sage/tests/books/judson-abstract-algebra/cosets-sage.py
|
223
|
+
sage/tests/books/judson-abstract-algebra/crypt-sage.py
|
224
|
+
sage/tests/books/judson-abstract-algebra/cyclic-sage.py
|
225
|
+
sage/tests/books/judson-abstract-algebra/domains-sage.py
|
226
|
+
sage/tests/books/judson-abstract-algebra/fields-sage.py
|
227
|
+
sage/tests/books/judson-abstract-algebra/finite-sage.py
|
228
|
+
sage/tests/books/judson-abstract-algebra/galois-sage.py
|
229
|
+
sage/tests/books/judson-abstract-algebra/groups-sage.py
|
230
|
+
sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py
|
231
|
+
sage/tests/books/judson-abstract-algebra/homomorph-sage.py
|
232
|
+
sage/tests/books/judson-abstract-algebra/integers-sage.py
|
233
|
+
sage/tests/books/judson-abstract-algebra/isomorph-sage.py
|
234
|
+
sage/tests/books/judson-abstract-algebra/normal-sage.py
|
235
|
+
sage/tests/books/judson-abstract-algebra/permute-sage.py
|
236
|
+
sage/tests/books/judson-abstract-algebra/poly-sage.py
|
237
|
+
sage/tests/books/judson-abstract-algebra/rings-sage.py
|
238
|
+
sage/tests/books/judson-abstract-algebra/sets-sage.py
|
239
|
+
sage/tests/books/judson-abstract-algebra/struct-sage.py
|
240
|
+
sage/tests/books/judson-abstract-algebra/sylow-sage.py
|
241
|
+
sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py
|
242
|
+
sage/tests/books/judson-abstract-algebra/vect-sage.py
|
243
|
+
sage/tests/memcheck/__init__.py
|
244
|
+
sage/tests/memcheck/run_tests.py
|
245
|
+
sage/tests/memcheck/run_tests_in_valgrind.py
|
246
|
+
sage/tests/memcheck/symbolic_expression.py
|
247
|
+
sage/tests/memcheck/verify_no_leak.py
|
@@ -3,7 +3,6 @@
|
|
3
3
|
# Minimum requirements for the build system to execute.
|
4
4
|
requires = [
|
5
5
|
'setuptools >= 68.1.1',
|
6
|
-
'wheel >=0.36.2',
|
7
6
|
]
|
8
7
|
build-backend = "setuptools.build_meta"
|
9
8
|
|
@@ -11,8 +10,8 @@ build-backend = "setuptools.build_meta"
|
|
11
10
|
name = "passagemath-repl"
|
12
11
|
description = "passagemath: IPython kernel, Sage preparser, doctester"
|
13
12
|
dependencies = [
|
14
|
-
'passagemath-objects ~= 10.4.
|
15
|
-
'passagemath-environment ~= 10.4.
|
13
|
+
'passagemath-objects ~= 10.4.2',
|
14
|
+
'passagemath-environment ~= 10.4.2',
|
16
15
|
'ipykernel >=5.2.1',
|
17
16
|
'ipython >=7.13.0',
|
18
17
|
'ipywidgets >=7.5.1',
|
@@ -64,6 +63,14 @@ py-modules = [
|
|
64
63
|
"sage.misc.sagedoc",
|
65
64
|
"sage.misc.sage_input",
|
66
65
|
"sage.misc.sage_eval",
|
66
|
+
"sage.misc.explain_pickle",
|
67
|
+
"sage.misc.trace",
|
68
|
+
"sage.misc.profiler",
|
69
|
+
"sage.misc.dev_tools",
|
70
|
+
"sage.misc.edit_module",
|
71
|
+
"sage.misc.pager",
|
72
|
+
"sage.misc.cython",
|
73
|
+
"sage.misc.inline_fortran",
|
67
74
|
]
|
68
75
|
packages = [
|
69
76
|
"sage.doctest",
|
@@ -71,6 +78,7 @@ packages = [
|
|
71
78
|
"sage.repl.display",
|
72
79
|
"sage.repl.ipython_kernel",
|
73
80
|
"sage.repl.rich_output",
|
81
|
+
"sage.tests",
|
74
82
|
]
|
75
83
|
script-files = [
|
76
84
|
# Other scripts that should be in the path also for OS packaging of sage:
|
@@ -3,7 +3,6 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
|
|
3
3
|
# Minimum requirements for the build system to execute.
|
4
4
|
requires = [
|
5
5
|
SPKG_INSTALL_REQUIRES_setuptools
|
6
|
-
SPKG_INSTALL_REQUIRES_wheel
|
7
6
|
]
|
8
7
|
build-backend = "setuptools.build_meta"
|
9
8
|
|
@@ -39,6 +38,14 @@ py-modules = [
|
|
39
38
|
"sage.misc.sagedoc",
|
40
39
|
"sage.misc.sage_input",
|
41
40
|
"sage.misc.sage_eval",
|
41
|
+
"sage.misc.explain_pickle",
|
42
|
+
"sage.misc.trace",
|
43
|
+
"sage.misc.profiler",
|
44
|
+
"sage.misc.dev_tools",
|
45
|
+
"sage.misc.edit_module",
|
46
|
+
"sage.misc.pager",
|
47
|
+
"sage.misc.cython",
|
48
|
+
"sage.misc.inline_fortran",
|
42
49
|
]
|
43
50
|
packages = [
|
44
51
|
"sage.doctest",
|
@@ -46,6 +53,7 @@ packages = [
|
|
46
53
|
"sage.repl.display",
|
47
54
|
"sage.repl.ipython_kernel",
|
48
55
|
"sage.repl.rich_output",
|
56
|
+
"sage.tests",
|
49
57
|
]
|
50
58
|
script-files = [
|
51
59
|
# Other scripts that should be in the path also for OS packaging of sage:
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# sage_setup: distribution = sagemath-repl
|
2
|
+
|
3
|
+
from sage.misc.all__sagemath_objects import *
|
4
|
+
|
5
|
+
from sage.misc.sage_eval import sage_eval, sageobj
|
6
|
+
|
7
|
+
from sage.misc.sage_input import sage_input
|
8
|
+
|
9
|
+
from sage.misc.banner import version
|
10
|
+
|
11
|
+
lazy_import('sage.misc.banner', 'banner', deprecation=34259)
|
12
|
+
|
13
|
+
lazy_import('sage.misc.sagedoc', ['browse_sage_doc',
|
14
|
+
'search_src', 'search_def', 'search_doc',
|
15
|
+
'tutorial', 'reference', 'manual', 'developer',
|
16
|
+
'constructions', 'help'])
|
17
|
+
|
18
|
+
lazy_import('pydoc', 'help', 'python_help')
|
19
|
+
|
20
|
+
from sage.misc.explain_pickle import (explain_pickle, unpickle_newobj, unpickle_build,
|
21
|
+
unpickle_instantiate, unpickle_persistent,
|
22
|
+
unpickle_extension, unpickle_appends)
|
23
|
+
|
24
|
+
lazy_import('sage.misc.trace', 'trace', deprecation=34259)
|
25
|
+
|
26
|
+
lazy_import('sage.misc.profiler', 'Profiler', deprecation=34259)
|
27
|
+
|
28
|
+
from sage.misc.dev_tools import import_statements
|
29
|
+
|
30
|
+
lazy_import('sage.misc.dev_tools', 'runsnake', deprecation=34259)
|
31
|
+
|
32
|
+
from sage.misc.edit_module import edit
|
33
|
+
|
34
|
+
lazy_import('sage.misc.edit_module', 'set_edit_template', deprecation=34259)
|
35
|
+
|
36
|
+
lazy_import('sage.misc.pager', 'pager')
|
37
|
+
|
38
|
+
|
39
|
+
lazy_import("sage.misc.cython", "cython_lambda")
|
40
|
+
lazy_import("sage.misc.cython", "cython_compile", "cython")
|
41
|
+
lazy_import('sage.misc.inline_fortran', 'fortran')
|
42
|
+
|
43
|
+
lazy_import('sage.misc.package', ('installed_packages', 'is_package_installed',
|
44
|
+
'package_versions'),
|
45
|
+
deprecation=34259)
|
46
|
+
lazy_import('sage.misc.benchmark', 'benchmark', deprecation=34259)
|