Skip to content
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

Merged
merged 88 commits into from
Apr 12, 2024

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    79b1797 View commit details
    Browse the repository at this point in the history
  2. relative to absolute imports

    (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)
    mkoeppe committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a77700f View commit details
    Browse the repository at this point in the history
  3. Fixups in .all*

    mkoeppe committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    eadafb3 View commit details
    Browse the repository at this point in the history
  4. Reverts

    mkoeppe committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7be4ed4 View commit details
    Browse the repository at this point in the history
  5. Restores

    mkoeppe committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6f62d61 View commit details
    Browse the repository at this point in the history
  6. Restores

    mkoeppe committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0353070 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87aeee8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    c6a06e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2000d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c422d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e246ae View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    e96396e View commit details
    Browse the repository at this point in the history
  2. sage -fixdoctests --no-test --distribution sagemath_categories --upda…

    …te-known-test-failures
    mkoeppe committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1e9464c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2d5f4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7393d15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c431e38 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    4f39075 View commit details
    Browse the repository at this point in the history
  2. 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
    mkoeppe committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ef16a93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15386c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbdcbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c2fd60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d62bed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge tag '10.2.rc2' into sage_all_modularization

    SageMath version 10.2.rc2, Release Date: 2023-11-12
    mkoeppe committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5670090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94cca3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c821c View commit details
    Browse the repository at this point in the history
  4. 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
    mkoeppe committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8de494c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7067c12 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    19ed30a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e3b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d12cee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d735ff View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    2bad772 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Merge tag '10.3.beta1' into sage_all_modularization

    SageMath version 10.3.beta1, Release Date: 2023-12-10
    mkoeppe committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    26eeaa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. src/pyproject.toml.m4: Merge all metadata from src/setup.cfg.m4, remo…

    …ve src/setup.cfg.m4, update docs
    mkoeppe committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    1a71556 View commit details
    Browse the repository at this point in the history
  2. build/bin/sage-get-system-packages (install-requires[-toml], pip): Do…

    … not require ENABLE_SYSTEM_SITE_PACKAGES=yes
    mkoeppe committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    e4157c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95cb0b5 View commit details
    Browse the repository at this point in the history
  4. src/sage/misc/package_dir.py (read_distribution): Don't fail on FileN…

    …otFoundError, update doctest output
    mkoeppe committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c67121b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1a418d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    126a600 View commit details
    Browse the repository at this point in the history
  7. Run 'make pypi-sdists && ./sage -fixdistributions --set all --from-eg…

    …g-info' using the distributions defined in sagemath#35095
    mkoeppe committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    f3de3d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6740531 View commit details
    Browse the repository at this point in the history
  9. Fixups

    mkoeppe committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    a9db3ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6744cbe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    865e6a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18e2102 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    09ffed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    58d0e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f85ad View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    abbea0f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    272e7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cd86ae View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    d7cff52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46db26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33861f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    70535aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e05ffe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea7469 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge tag '10.3.beta8' into sagemath_standard_pyproject_toml

    SageMath version 10.3.beta8, Release Date: 2024-02-13
    mkoeppe committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cdafcd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb2ad98 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sagemath_standard_pyproject_toml' into sage_all_modular…

    …ization+sagemath_standard_pyproject_toml
    mkoeppe committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4377289 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sage_all_modularization+sagemath_standard_pyproject_tom…

    …l' into distribution_directives
    mkoeppe committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6311f69 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    6abcfcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e6b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7481bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872b690 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    5cd6d01 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge tag '10.3.rc3' into sage_all_modularization

    SageMath version 10.3.rc3, Release Date: 2024-03-10
    mkoeppe committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d7b6558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa06341 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    984daca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5e8a00 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    3c39ab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c11db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b6200 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    bce2a59 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    b9650ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6bea03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b06afe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33b02b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c99c390 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ca0e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    3336185 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    fe8ddc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef502c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6600e7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 't/33756/extlinks_for_sage_source_files' into sagemath_s…

    …tandard_pyproject_toml
    mkoeppe committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    90c16ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d138ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18cb712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ae0bc7 View commit details
    Browse the repository at this point in the history