Skip to content

Commit bb3505c

Browse files
author
Release Manager
committed
gh-39149: Remove executable flags from many Python files For some reason many files are set to be executable. (Presumably some developer `git clone` sage on some NTFS-based file system or otherwise don't have proper permissions) Some of the changes was previously seen in #38155 or https://github.com/sagema th/sage/commit/c24e07df70ad46cae0f6a2f58778a90dbb843e05, which has nothing to do with executable. On the other hand some files looks like they can rightfully be executable (because they have the `#!`): ext_data/pari/dokchitser/testall and ext_data/nbconvert/postprocess.py . These files are kept as is. Moving forward… it might be good idea to have something run on the CI to check only files with `#!` or PE executable have executable flag. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39149 Reported by: user202729 Reviewer(s):
2 parents 7963db9 + f397173 commit bb3505c

File tree

148 files changed

+0
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+0
-0
lines changed

src/sage/combinat/multiset_partition_into_sets_ordered.py

100755100644
File mode changed.

src/sage/dynamics/finite_dynamical_system_catalog.py

100755100644
File mode changed.

src/sage/graphs/centrality.pyx

100755100644
File mode changed.

src/sage/modules/fp_graded/all.py

100755100644
File mode changed.

src/sage/modules/fp_graded/element.py

100755100644
File mode changed.

src/sage/modules/fp_graded/free_element.py

100755100644
File mode changed.

src/sage/modules/fp_graded/free_homspace.py

100755100644
File mode changed.

src/sage/modules/fp_graded/free_module.py

100755100644
File mode changed.

src/sage/modules/fp_graded/free_morphism.py

100755100644
File mode changed.

src/sage/modules/fp_graded/homspace.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)