-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add # sage_setup: distribution
directives to all files, remove remaining # coding: utf-8
#36964
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79b1797 - Browse repository at this point
Copy the full SHA 79b1797View commit details -
(cd src && for d in $(find sage -name __pycache__ -prune -o -type d -print); do sed -i.bak "/from *[.].*import/s/from /from $(echo $d | sed 's,/,.,g')/;s/[.] import / import /;" $d/all*.py; done)
Configuration menu - View commit details
-
Copy full SHA for a77700f - Browse repository at this point
Copy the full SHA a77700fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eadafb3 - Browse repository at this point
Copy the full SHA eadafb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be4ed4 - Browse repository at this point
Copy the full SHA 7be4ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f62d61 - Browse repository at this point
Copy the full SHA 6f62d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0353070 - Browse repository at this point
Copy the full SHA 0353070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87aeee8 - Browse repository at this point
Copy the full SHA 87aeee8View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6a06e1 - Browse repository at this point
Copy the full SHA c6a06e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2000d8 - Browse repository at this point
Copy the full SHA c2000d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c422d0 - Browse repository at this point
Copy the full SHA 6c422d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e246ae - Browse repository at this point
Copy the full SHA 5e246aeView commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e96396e - Browse repository at this point
Copy the full SHA e96396eView commit details -
sage -fixdoctests --no-test --distribution sagemath_categories --upda…
…te-known-test-failures
Configuration menu - View commit details
-
Copy full SHA for 1e9464c - Browse repository at this point
Copy the full SHA 1e9464cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d5f4c - Browse repository at this point
Copy the full SHA d2d5f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7393d15 - Browse repository at this point
Copy the full SHA 7393d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c431e38 - Browse repository at this point
Copy the full SHA c431e38View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f39075 - Browse repository at this point
Copy the full SHA 4f39075View commit details -
for a in $(git --no-pager grep -l lazy_import src/sage/**/all*.py); d…
…o if ! grep -q 'del lazy_import' $a; then echo 'del lazy_import' >> $a; fi; done
Configuration menu - View commit details
-
Copy full SHA for ef16a93 - Browse repository at this point
Copy the full SHA ef16a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15386c7 - Browse repository at this point
Copy the full SHA 15386c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bbdcbf - Browse repository at this point
Copy the full SHA 3bbdcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2fd60 - Browse repository at this point
Copy the full SHA 3c2fd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for d62bed8 - Browse repository at this point
Copy the full SHA d62bed8View commit details
Commits on Nov 13, 2023
-
Merge tag '10.2.rc2' into sage_all_modularization
SageMath version 10.2.rc2, Release Date: 2023-11-12
Configuration menu - View commit details
-
Copy full SHA for 5670090 - Browse repository at this point
Copy the full SHA 5670090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cca3f - Browse repository at this point
Copy the full SHA 94cca3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c821c - Browse repository at this point
Copy the full SHA a0c821cView commit details -
for a in $(git --no-pager grep -l install_doc src/sage/**/all*.py); d…
…o if ! grep -q 'del install_doc' $a; then echo 'del install_doc' >> $a; fi; done
Configuration menu - View commit details
-
Copy full SHA for 8de494c - Browse repository at this point
Copy the full SHA 8de494cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7067c12 - Browse repository at this point
Copy the full SHA 7067c12View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19ed30a - Browse repository at this point
Copy the full SHA 19ed30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e3b97 - Browse repository at this point
Copy the full SHA 86e3b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d12cee - Browse repository at this point
Copy the full SHA 6d12ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d735ff - Browse repository at this point
Copy the full SHA 1d735ffView commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bad772 - Browse repository at this point
Copy the full SHA 2bad772View commit details
Commits on Dec 10, 2023
-
Merge tag '10.3.beta1' into sage_all_modularization
SageMath version 10.3.beta1, Release Date: 2023-12-10
Configuration menu - View commit details
-
Copy full SHA for 26eeaa0 - Browse repository at this point
Copy the full SHA 26eeaa0View commit details
Commits on Dec 31, 2023
-
src/pyproject.toml.m4: Merge all metadata from src/setup.cfg.m4, remo…
…ve src/setup.cfg.m4, update docs
Configuration menu - View commit details
-
Copy full SHA for 1a71556 - Browse repository at this point
Copy the full SHA 1a71556View commit details -
build/bin/sage-get-system-packages (install-requires[-toml], pip): Do…
… not require ENABLE_SYSTEM_SITE_PACKAGES=yes
Configuration menu - View commit details
-
Copy full SHA for e4157c5 - Browse repository at this point
Copy the full SHA e4157c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95cb0b5 - Browse repository at this point
Copy the full SHA 95cb0b5View commit details -
src/sage/misc/package_dir.py (read_distribution): Don't fail on FileN…
…otFoundError, update doctest output
Configuration menu - View commit details
-
Copy full SHA for c67121b - Browse repository at this point
Copy the full SHA c67121bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a418d - Browse repository at this point
Copy the full SHA e1a418dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126a600 - Browse repository at this point
Copy the full SHA 126a600View commit details -
Run 'make pypi-sdists && ./sage -fixdistributions --set all --from-eg…
…g-info' using the distributions defined in sagemath#35095
Configuration menu - View commit details
-
Copy full SHA for f3de3d7 - Browse repository at this point
Copy the full SHA f3de3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6740531 - Browse repository at this point
Copy the full SHA 6740531View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9db3ac - Browse repository at this point
Copy the full SHA a9db3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6744cbe - Browse repository at this point
Copy the full SHA 6744cbeView commit details -
pkgs/sagemath-standard/setup.py: Conditionalize source discovery - no…
…t needed for sdist
Configuration menu - View commit details
-
Copy full SHA for 865e6a0 - Browse repository at this point
Copy the full SHA 865e6a0View commit details -
Fix doctests of is_package_or_sage_namespace_package_dir for multiple…
… items in __path__
Configuration menu - View commit details
-
Copy full SHA for 18e2102 - Browse repository at this point
Copy the full SHA 18e2102View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09ffed7 - Browse repository at this point
Copy the full SHA 09ffed7View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58d0e88 - Browse repository at this point
Copy the full SHA 58d0e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f85ad - Browse repository at this point
Copy the full SHA 61f85adView commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abbea0f - Browse repository at this point
Copy the full SHA abbea0fView commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 272e7c1 - Browse repository at this point
Copy the full SHA 272e7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd86ae - Browse repository at this point
Copy the full SHA 3cd86aeView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7cff52 - Browse repository at this point
Copy the full SHA d7cff52View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46db26 - Browse repository at this point
Copy the full SHA f46db26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33861f6 - Browse repository at this point
Copy the full SHA 33861f6View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70535aa - Browse repository at this point
Copy the full SHA 70535aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e05ffe1 - Browse repository at this point
Copy the full SHA e05ffe1View commit details -
Merge remote-tracking branch 'origin/sage_all_modularization' into di…
…stribution_directives
Configuration menu - View commit details
-
Copy full SHA for 1ea7469 - Browse repository at this point
Copy the full SHA 1ea7469View commit details
Commits on Feb 14, 2024
-
Merge tag '10.3.beta8' into sagemath_standard_pyproject_toml
SageMath version 10.3.beta8, Release Date: 2024-02-13
Configuration menu - View commit details
-
Copy full SHA for cdafcd7 - Browse repository at this point
Copy the full SHA cdafcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2ad98 - Browse repository at this point
Copy the full SHA bb2ad98View commit details -
Merge branch 'sagemath_standard_pyproject_toml' into sage_all_modular…
…ization+sagemath_standard_pyproject_toml
Configuration menu - View commit details
-
Copy full SHA for 4377289 - Browse repository at this point
Copy the full SHA 4377289View commit details -
Merge branch 'sage_all_modularization+sagemath_standard_pyproject_tom…
…l' into distribution_directives
Configuration menu - View commit details
-
Copy full SHA for 6311f69 - Browse repository at this point
Copy the full SHA 6311f69View commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6abcfcb - Browse repository at this point
Copy the full SHA 6abcfcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e6b82 - Browse repository at this point
Copy the full SHA 58e6b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7481bb - Browse repository at this point
Copy the full SHA e7481bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 872b690 - Browse repository at this point
Copy the full SHA 872b690View commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cd6d01 - Browse repository at this point
Copy the full SHA 5cd6d01View commit details
Commits on Mar 11, 2024
-
Merge tag '10.3.rc3' into sage_all_modularization
SageMath version 10.3.rc3, Release Date: 2024-03-10
Configuration menu - View commit details
-
Copy full SHA for d7b6558 - Browse repository at this point
Copy the full SHA d7b6558View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa06341 - Browse repository at this point
Copy the full SHA fa06341View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 984daca - Browse repository at this point
Copy the full SHA 984dacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e8a00 - Browse repository at this point
Copy the full SHA e5e8a00View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c39ab1 - Browse repository at this point
Copy the full SHA 3c39ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c11db3 - Browse repository at this point
Copy the full SHA 9c11db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b6200 - Browse repository at this point
Copy the full SHA 43b6200View commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bce2a59 - Browse repository at this point
Copy the full SHA bce2a59View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9650ab - Browse repository at this point
Copy the full SHA b9650abView commit details -
Merge remote-tracking branch 'upstream/develop' into sagemath_standar…
…d_pyproject_toml
Configuration menu - View commit details
-
Copy full SHA for a6bea03 - Browse repository at this point
Copy the full SHA a6bea03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b06afe - Browse repository at this point
Copy the full SHA 8b06afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b02b7 - Browse repository at this point
Copy the full SHA 33b02b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99c390 - Browse repository at this point
Copy the full SHA c99c390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca0e45 - Browse repository at this point
Copy the full SHA 5ca0e45View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3336185 - Browse repository at this point
Copy the full SHA 3336185View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe8ddc6 - Browse repository at this point
Copy the full SHA fe8ddc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef502c - Browse repository at this point
Copy the full SHA 4ef502cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6600e7 - Browse repository at this point
Copy the full SHA c6600e7View commit details -
Merge branch 't/33756/extlinks_for_sage_source_files' into sagemath_s…
…tandard_pyproject_toml
Configuration menu - View commit details
-
Copy full SHA for 90c16ff - Browse repository at this point
Copy the full SHA 90c16ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d138ed - Browse repository at this point
Copy the full SHA 7d138edView commit details -
Merge remote-tracking branch 'upstream/develop' into sagemath_standar…
…d_pyproject_toml
Configuration menu - View commit details
-
Copy full SHA for 18cb712 - Browse repository at this point
Copy the full SHA 18cb712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae0bc7 - Browse repository at this point
Copy the full SHA 5ae0bc7View commit details