passagemath-repl 10.5.37__tar.gz → 10.5.39__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.5.37/passagemath_repl.egg-info → passagemath_repl-10.5.39}/PKG-INFO +5 -6
- passagemath_repl-10.5.39/VERSION.txt +1 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-fixdoctests +15 -1
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39/passagemath_repl.egg-info}/PKG-INFO +5 -6
- passagemath_repl-10.5.39/passagemath_repl.egg-info/requires.txt +12 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/pyproject.toml +7 -8
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/interact.py +1 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/widgets.py +1 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/widgets_sagenb.py +1 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py +1 -1
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py +1 -1
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py +1 -1
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/cyclic-sage.py +1 -1
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/domains-sage.py +1 -1
- passagemath_repl-10.5.37/VERSION.txt +0 -1
- passagemath_repl-10.5.37/passagemath_repl.egg-info/requires.txt +0 -12
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/MANIFEST.in +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/README.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-cachegrind +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-callgrind +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-cleaner +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-coverage +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-eval +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-inline-fortran +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-ipynb2rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-ipython +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-massif +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-notebook +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-omega +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-preparse +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-run +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-run-cython +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-runtests +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-startuptime.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/bin/sage-valgrind +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/passagemath_repl.egg-info/SOURCES.txt +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/passagemath_repl.egg-info/dependency_links.txt +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/passagemath_repl.egg-info/top_level.txt +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/__main__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/all.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/check_tolerance.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/control.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/external.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/fixtures.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/forker.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/marked_output.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/parsing.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/parsing_test.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/reporting.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/rif_tol.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/sources.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/test.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/1second.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/99seconds.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/abort.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/atexit.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/fail_and_die.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/initial.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/interrupt.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/interrupt_diehard.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/keyboardinterrupt.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/longtime.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/nodoctest +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/random_seed.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/show_skipped.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/sig_on.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/simple_failure.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/sleep_and_raise.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/tolerance.rst +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/util.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/ext_data/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/ext_data/notebook-ipython/logo-64x64.png +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/ext_data/notebook-ipython/logo.svg +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/interfaces/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/interfaces/cleaner.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/interfaces/quit.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/banner.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/benchmark.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/classgraph.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/copying.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/cython.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/dev_tools.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/edit_module.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/explain_pickle.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/gperftools.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/inline_fortran.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/messaging.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/pager.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/profiler.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/python.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/remote_file.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/sage_eval.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/sage_input.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/sagedoc.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/sh.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/misc/trace.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/all.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/attach.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/configuration.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/display/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/display/fancy_repr.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/display/formatter.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/display/jsmol_iframe.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/display/pretty_print.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/display/util.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/image.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/inputhook.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/interface_magic.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/interpreter.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_extension.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/__main__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/all_jupyter.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/install.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/kernel.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_tests.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/load.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/preparse.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/prompts.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_base.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_emacs.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_ipython.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/buffer.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/display_manager.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.avi +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.canvas3d +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.dvi +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.flv +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.gif +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.jpg +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.mkv +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.mov +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.mp4 +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.ogv +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.pdf +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.png +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.svg +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.webm +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.wmv +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example_jmol.spt.zip +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example_wavefront_scene.mtl +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example_wavefront_scene.obj +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/output_basic.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/output_browser.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/output_catalog.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/output_graphics.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/output_graphics3d.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/output_video.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/preferences.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/pretty_print.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/test_backend.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/user_globals.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/all.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/arxiv_0812_2725.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/benchmark.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/book_schilling_zabrocki_kschur_primer.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/book_stein_ent.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/book_stein_modform.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/README +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/actions-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/algcodes-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/boolean-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/cosets-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/crypt-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/fields-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/finite-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/galois-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/groups-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/homomorph-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/integers-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/isomorph-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/normal-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/permute-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/poly-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/rings-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/sets-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/struct-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/sylow-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/books/judson-abstract-algebra/vect-sage.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/cmdline.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/combinatorial_hopf_algebras.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/finite_poset.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/functools_partial_src.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/gosper-sum.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/lazy_imports.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/memcheck/__init__.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/memcheck/run_tests.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/memcheck/run_tests_in_valgrind.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/memcheck/symbolic_expression.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/memcheck/verify_no_leak.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/meson.build +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/modular_group_cohomology.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/numpy.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/parigp.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/startup.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/symbolic-series.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/sympy.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/tests/test_deprecation.py +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/setup.cfg +0 -0
- {passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/setup.py +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-repl
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.39
|
4
4
|
Summary: passagemath: IPython kernel, Sage preparser, doctester
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
7
|
-
License:
|
7
|
+
License-Expression: GPL-2.0-or-later
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
@@ -16,7 +16,6 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
17
17
|
Classifier: Intended Audience :: Education
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
19
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
20
19
|
Classifier: Operating System :: POSIX
|
21
20
|
Classifier: Operating System :: MacOS :: MacOS X
|
22
21
|
Classifier: Programming Language :: Python :: 3 :: Only
|
@@ -29,13 +28,13 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
30
29
|
Requires-Python: <3.14,>=3.9
|
31
30
|
Description-Content-Type: text/x-rst
|
32
|
-
Requires-Dist: passagemath-objects~=10.5.
|
33
|
-
Requires-Dist: passagemath-environment~=10.5.
|
31
|
+
Requires-Dist: passagemath-objects~=10.5.39.0
|
32
|
+
Requires-Dist: passagemath-environment~=10.5.39.0
|
34
33
|
Requires-Dist: ipykernel>=5.2.1
|
35
34
|
Requires-Dist: ipython>=7.13.0
|
36
35
|
Requires-Dist: ipywidgets>=7.5.1
|
37
36
|
Requires-Dist: jupyter-client
|
38
|
-
Requires-Dist: typing_extensions>=4.
|
37
|
+
Requires-Dist: typing_extensions>=4.7.0; python_version < "3.13"
|
39
38
|
Provides-Extra: sphinx
|
40
39
|
Requires-Dist: sphinx<9,>=5.2; extra == "sphinx"
|
41
40
|
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.39
|
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env sage-python
|
2
|
+
# -*- python -*-
|
2
3
|
"""
|
3
4
|
Given the output of doctest and a file, adjust the doctests so they won't fail.
|
4
5
|
|
@@ -238,6 +239,9 @@ def process_block(block, src_in_lines, file_optional_tags, venv_explainer=''):
|
|
238
239
|
return
|
239
240
|
|
240
241
|
# Error testing.
|
242
|
+
|
243
|
+
asked_why = re.search('#.*(why|explain)', src_in_lines[first_line_num - 1])
|
244
|
+
|
241
245
|
if m := re.search(r"(?:ModuleNotFoundError: No module named|ImportError: cannot import name '(.*?)' from) '(.*?)'|AttributeError: module '(.*)?' has no attribute '(.*?)'", block):
|
242
246
|
if m.group(1):
|
243
247
|
# "ImportError: cannot import name 'function_field_polymod' from 'sage.rings.function_field' (unknown location)"
|
@@ -248,7 +252,6 @@ def process_block(block, src_in_lines, file_optional_tags, venv_explainer=''):
|
|
248
252
|
else:
|
249
253
|
# AttributeError: module 'sage.rings' has no attribute 'qqbar'
|
250
254
|
module = m.group(3) + '.' + m.group(4)
|
251
|
-
asked_why = re.search('#.*(why|explain)', src_in_lines[first_line_num - 1])
|
252
255
|
optional = module_feature(module)
|
253
256
|
if optional and optional.name not in file_optional_tags:
|
254
257
|
update_line_optional_tags(first_line_num - 1, add_tags=[optional.name],
|
@@ -259,6 +262,17 @@ def process_block(block, src_in_lines, file_optional_tags, venv_explainer=''):
|
|
259
262
|
return
|
260
263
|
# Otherwise, continue and show the backtrace as 'GOT'
|
261
264
|
|
265
|
+
elif m := re.search(r"(?:FeatureNotPresentError: (.*?) is not available.)", block):
|
266
|
+
optional_name = m.group(1)
|
267
|
+
if optional_name not in file_optional_tags:
|
268
|
+
update_line_optional_tags(first_line_num - 1, add_tags=[optional_name],
|
269
|
+
message=f"Adding the tag '{optional_name}'")
|
270
|
+
if not asked_why:
|
271
|
+
# When no explanation has been demanded,
|
272
|
+
# we just mark the doctest with the feature
|
273
|
+
return
|
274
|
+
# Otherwise, continue and show the backtrace as 'GOT'
|
275
|
+
|
262
276
|
if 'Traceback (most recent call last):' in block:
|
263
277
|
|
264
278
|
expected, got = block.split('\nGot:\n')
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-repl
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.39
|
4
4
|
Summary: passagemath: IPython kernel, Sage preparser, doctester
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
7
|
-
License:
|
7
|
+
License-Expression: GPL-2.0-or-later
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
@@ -16,7 +16,6 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
17
17
|
Classifier: Intended Audience :: Education
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
19
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
20
19
|
Classifier: Operating System :: POSIX
|
21
20
|
Classifier: Operating System :: MacOS :: MacOS X
|
22
21
|
Classifier: Programming Language :: Python :: 3 :: Only
|
@@ -29,13 +28,13 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
30
29
|
Requires-Python: <3.14,>=3.9
|
31
30
|
Description-Content-Type: text/x-rst
|
32
|
-
Requires-Dist: passagemath-objects~=10.5.
|
33
|
-
Requires-Dist: passagemath-environment~=10.5.
|
31
|
+
Requires-Dist: passagemath-objects~=10.5.39.0
|
32
|
+
Requires-Dist: passagemath-environment~=10.5.39.0
|
34
33
|
Requires-Dist: ipykernel>=5.2.1
|
35
34
|
Requires-Dist: ipython>=7.13.0
|
36
35
|
Requires-Dist: ipywidgets>=7.5.1
|
37
36
|
Requires-Dist: jupyter-client
|
38
|
-
Requires-Dist: typing_extensions>=4.
|
37
|
+
Requires-Dist: typing_extensions>=4.7.0; python_version < "3.13"
|
39
38
|
Provides-Extra: sphinx
|
40
39
|
Requires-Dist: sphinx<9,>=5.2; extra == "sphinx"
|
41
40
|
|
@@ -2,9 +2,9 @@
|
|
2
2
|
[build-system]
|
3
3
|
# Minimum requirements for the build system to execute.
|
4
4
|
requires = [
|
5
|
-
'passagemath-setup ~= 10.5.
|
6
|
-
'passagemath-environment ~= 10.5.
|
7
|
-
'setuptools >=
|
5
|
+
'passagemath-setup ~= 10.5.39.0',
|
6
|
+
'passagemath-environment ~= 10.5.39.0',
|
7
|
+
'setuptools >= 77.0.0',
|
8
8
|
]
|
9
9
|
build-backend = "setuptools.build_meta"
|
10
10
|
|
@@ -12,16 +12,16 @@ build-backend = "setuptools.build_meta"
|
|
12
12
|
name = "passagemath-repl"
|
13
13
|
description = "passagemath: IPython kernel, Sage preparser, doctester"
|
14
14
|
dependencies = [
|
15
|
-
'passagemath-objects ~= 10.5.
|
16
|
-
'passagemath-environment ~= 10.5.
|
15
|
+
'passagemath-objects ~= 10.5.39.0',
|
16
|
+
'passagemath-environment ~= 10.5.39.0',
|
17
17
|
'ipykernel >=5.2.1',
|
18
18
|
'ipython >=7.13.0',
|
19
19
|
'ipywidgets >=7.5.1',
|
20
20
|
'jupyter-client',
|
21
|
-
'typing_extensions >= 4.
|
21
|
+
'typing_extensions >= 4.7.0; python_version<"3.13"',
|
22
22
|
]
|
23
23
|
dynamic = ["version"]
|
24
|
-
license =
|
24
|
+
license = "GPL-2.0-or-later"
|
25
25
|
authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
|
26
26
|
maintainers = [
|
27
27
|
{name = "Matthias Köppe"},
|
@@ -31,7 +31,6 @@ classifiers = [
|
|
31
31
|
"Development Status :: 6 - Mature",
|
32
32
|
"Intended Audience :: Education",
|
33
33
|
"Intended Audience :: Science/Research",
|
34
|
-
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
|
35
34
|
"Operating System :: POSIX",
|
36
35
|
"Operating System :: MacOS :: MacOS X",
|
37
36
|
"Programming Language :: Python :: 3 :: Only",
|
@@ -62,7 +62,7 @@ Sage example in ./graphtheory.tex, line 212::
|
|
62
62
|
Sage example in ./graphtheory.tex, line 252::
|
63
63
|
|
64
64
|
sage: P = graphs.PetersenGraph()
|
65
|
-
sage: P.is_planar()
|
65
|
+
sage: P.is_planar() # needs planarity
|
66
66
|
False
|
67
67
|
sage: P.minor(graphs.CompleteBipartiteGraph(3,3)) # random
|
68
68
|
{0: [1], 1: [8], 2: [4], 3: [6, 7, 9], 4: [2, 3], 5: [0, 5]}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-repl
|
2
|
-
# sage.doctest: needs sage.graphs sage.numerical.mip
|
2
|
+
# sage.doctest: needs sage.graphs sage.numerical.mip sage.symbolic
|
3
3
|
"""
|
4
4
|
This file (./lp_doctest.sage) was *autogenerated* from ./lp.tex,
|
5
5
|
with sagetex.sty version 2011/05/27 v2.3.1.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-repl
|
2
|
-
# sage.doctest: needs fpylll sage.libs.pari sage.rings.number_field
|
2
|
+
# sage.doctest: needs fpylll sage.libs.pari sage.libs.singular sage.rings.number_field
|
3
3
|
"""
|
4
4
|
This file (./sol/mpoly_doctest.sage) was *autogenerated* from ./sol/mpoly.tex,
|
5
5
|
with sagetex.sty version 2011/05/27 v2.3.1.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-repl
|
2
|
-
# sage.doctest: needs sage.modules sage.groups sage.rings.number_field
|
2
|
+
# sage.doctest: needs sage.modules sage.groups sage.rings.number_field sage.symbolic
|
3
3
|
## Sage Doctest File ##
|
4
4
|
#**************************************#
|
5
5
|
#* Generated from PreTeXt source *#
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-repl
|
2
|
-
# sage.doctest: needs fpylll sage.rings.finite_rings sage.rings.number_field
|
2
|
+
# sage.doctest: needs fpylll sage.rings.finite_rings sage.rings.number_field sage.symbolic
|
3
3
|
## Sage Doctest File ##
|
4
4
|
#**************************************#
|
5
5
|
#* Generated from PreTeXt source *#
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.37
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/passagemath_repl.egg-info/dependency_links.txt
RENAMED
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/passagemath_repl.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/interrupt_diehard.rst
RENAMED
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/keyboardinterrupt.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/doctest/tests/sleep_and_raise.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/ext_data/notebook-ipython/logo-64x64.png
RENAMED
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/ext_data/notebook-ipython/logo.svg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/ipython_kernel/all_jupyter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_doctest.py
RENAMED
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_emacs.py
RENAMED
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/backend_ipython.py
RENAMED
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/display_manager.py
RENAMED
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example.canvas3d
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_repl-10.5.37 → passagemath_repl-10.5.39}/sage/repl/rich_output/example_jmol.spt.zip
RENAMED
File without changes
|