Skip to content

Commit 9ac7110

Browse files
author
Release Manager
committed
sagemathgh-38031: Remove remaining `# coding: utf-8` lines in `src/sage` <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Split out from sagemath#37901 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38031 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 1858f07 + 7de2434 commit 9ac7110

File tree

205 files changed

+0
-205
lines changed

Some content is hidden

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

205 files changed

+0
-205
lines changed

src/sage/arith/misc.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Miscellaneous arithmetic functions
43

src/sage/combinat/debruijn_sequence.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
De Bruijn sequences
43

src/sage/combinat/fast_vector_partitions.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Brent Yorgey's fast algorithm for integer vector (multiset) partitions.
43

src/sage/combinat/matrices/dancing_links.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# distutils: language = c++
32
"""
43
Dancing Links internal pyx code

src/sage/cpython/atexit.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21

32
"""Utilities for interfacing with the standard library's atexit module."""
43

src/sage/cpython/string.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
String <-> bytes encoding/decoding
43

src/sage/crypto/boolean_function.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Boolean functions
43

src/sage/data_structures/blas_dict.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Basic Linear Algebra Subroutines on dictionaries
43

src/sage/databases/conway.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Frank Lübeck's tables of Conway polynomials over finite fields
43
"""

src/sage/databases/cubic_hecke_db.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Cubic Hecke database
43

src/sage/databases/findstat.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
FindStat - the search engine for combinatorial statistics and maps
43

src/sage/databases/knotinfo_db.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
KnotInfo database
43

src/sage/databases/oeis.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
The On-Line Encyclopedia of Integer Sequences (OEIS)
43

src/sage/databases/sql_db.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Relational (sqlite) Databases Module
43

src/sage/doctest/parsing.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
Parsing docstrings
43

src/sage/doctest/reporting.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Reporting doctest results
43

src/sage/dynamics/arithmetic_dynamics/projective_ds.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Dynamical systems on projective schemes
43

src/sage/dynamics/cellular_automata/elementary.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
Elementary Cellular Automata
43

src/sage/dynamics/cellular_automata/glca.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
Graftal Lace Cellular Automata
43

src/sage/features/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Testing for features of the environment at runtime
43

src/sage/features/csdp.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Feature for testing the presence of ``csdp``
43
"""

src/sage/features/ecm.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Feature for testing the presence of ``ecm`` or ``gmp-ecm``
43
"""

src/sage/features/lrs.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Feature for testing the presence of ``lrslib``
43
"""

src/sage/features/msolve.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Feature for testing the presence of msolve
43

src/sage/features/pandoc.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Feature for testing the presence of ``pandoc``
43
"""

src/sage/game_theory/normal_form_game.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Normal form games with N players.
43

src/sage/games/quantumino.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Family Games America's Quantumino solver
43

src/sage/graphs/base/graph_backends.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Backends for Sage (di)graphs
43

src/sage/graphs/generic_graph_pyx.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
GenericGraph Cython functions
43

src/sage/graphs/graph_decompositions/clique_separators.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# cython: binding=True
32
# distutils: language = c++
43
r"""

src/sage/graphs/path_enumeration.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# cython: binding=True
32
# distutils: language = c++
43
r"""

src/sage/graphs/strongly_regular_db.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Database of strongly regular graphs
43

src/sage/graphs/traversals.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# cython: binding=True
32
# distutils: language = c++
43
r"""

src/sage/homology/chain_complex.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Chain complexes
43

src/sage/homology/chain_homotopy.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Chain homotopies and chain contractions
43

src/sage/interfaces/frobby.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Interface to Frobby for fast computations on monomial ideals.
43

src/sage/interfaces/gap.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Interface to GAP
43

src/sage/interfaces/genus2reduction.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Conductor and reduction types for genus 2 curves
43

src/sage/interfaces/maxima_abstract.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Abstract interface to Maxima
43

src/sage/interfaces/r.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Interfaces to R
43

src/sage/knots/gauss_code.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Helper functions related to Gauss codes of knots
43

src/sage/knots/knot.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Knots
43

src/sage/knots/knotinfo.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Access to the KnotInfo database
43

src/sage/lfunctions/pari.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
`L`-functions from PARI
43

src/sage/libs/giac/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Wrappers for Giac functions
43

src/sage/libs/linkages/padics/Polynomial_ram.pxi

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
This linkage file implements the padics API for ramified extensions using Sage
43
Polynomials.

src/sage/manifolds/differentiable/integrated_curve.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Integrated Curves and Geodesics in Manifolds
43

src/sage/manifolds/differentiable/levi_civita_connection.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Levi-Civita Connections
43

src/sage/manifolds/differentiable/manifold.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Differentiable Manifolds
43

src/sage/manifolds/section_module.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Section Modules
43

src/sage/manifolds/subset.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Subsets of Topological Manifolds
43

src/sage/manifolds/vector_bundle.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Topological Vector Bundle
43

src/sage/matrix/matrix0.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Base class for matrices, part 0
43

src/sage/matrix/matrix_gf2e_dense.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# distutils: libraries = m4rie M4RI_LIBRARIES m
32
# distutils: library_dirs = M4RI_LIBDIR
43
# distutils: include_dirs = M4RI_INCDIR

src/sage/matrix/matrix_integer_dense.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# distutils: extra_compile_args = NTL_CFLAGS M4RI_CFLAGS
32
# distutils: libraries = iml NTL_LIBRARIES gmp m CBLAS_LIBRARIES
43
# distutils: library_dirs = NTL_LIBDIR CBLAS_LIBDIR

src/sage/matrix/matrix_integer_sparse.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Sparse integer matrices
43

src/sage/matrix/matrix_mod2_dense.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# distutils: libraries = M4RI_LIBRARIES GDLIB_LIBRARIES LIBPNG_LIBRARIES ZLIB_LIBRARIES
32
# distutils: library_dirs = M4RI_LIBDIR GDLIB_LIBDIR LIBPNG_LIBDIR ZLIB_LIBDIR
43
# distutils: include_dirs = M4RI_INCDIR GDLIB_INCDIR LIBPNG_INCDIR ZLIB_INCDIR

src/sage/matrix/special.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Constructors for special matrices
43

src/sage/matroids/matroid.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
The abstract Matroid class
43

src/sage/misc/callable_dict.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Callable dictionaries
43
"""

src/sage/misc/lazy_string.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Lazy strings
43

src/sage/misc/parser.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
A parser for symbolic equations and expressions
43

src/sage/modular/pollack_stevens/dist.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# distutils: libraries = gmp
32
# distutils: extra_compile_args = -D_XPG6
43
"""

src/sage/modules/with_basis/indexed_element.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
An element in an indexed free module
43

src/sage/parallel/map_reduce.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Parallel computations using RecursivelyEnumeratedSet and Map-Reduce
43

src/sage/plot/graphics.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
r"""
32
Graphics objects
43

src/sage/plot/point.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Points
43

src/sage/quivers/path_semigroup.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
Path Semigroups
43
"""

src/sage/repl/display/fancy_repr.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Representations of objects
43
"""

src/sage/repl/display/formatter.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
IPython Displayhook Formatters
43

src/sage/repl/display/pretty_print.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
The Sage pretty printer
43

src/sage/repl/display/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Utility functions for pretty-printing
43

src/sage/repl/image.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
Sage Wrapper for Bitmap Images
43

src/sage/repl/ipython_kernel/interact.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Interacts for the Sage Jupyter notebook
43

src/sage/repl/ipython_kernel/kernel.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
The Sage ZMQ Kernel
43

src/sage/repl/ipython_kernel/widgets_sagenb.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
r"""
32
Functions to construct widgets, based on the old SageNB interface.
43

src/sage/repl/preparse.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
The Sage Preparser
43

src/sage/repl/rich_output/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21

32
from .display_manager import get_display_manager
43
from .pretty_print import pretty_print

src/sage/repl/rich_output/backend_base.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
r"""
32
Base Class for Backends
43

src/sage/repl/rich_output/backend_doctest.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
"""
32
The backend used for doctests
43

0 commit comments

Comments
 (0)