This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 't/21180/cantor_product_comb' into t/21203/sequences/k-r…
…egular * t/21180/cantor_product_comb: (135 commits) Updated SageMath version to 7.4.beta2 Small change in a doctest Small fixes. All doctests pass (hopefully) Rewrite coerce_binop. Fix a bug exposed by this in fields.py removed base_ring option from abelian_variety() in ell_rational_field.py trac 21310 get rid of itervalues in the combinat folder trac 21308 better doc trac 21308 add one reference + more doc trac 21308 better doc implement the magnitude function of a graph 12364: adding doctest removal of another bunch of useless .keys() Add traceback line to doctest formatting changes to automorphims in rational_field added automorphisms to rational_field detail 18709: improve docstrings; make case of multiple roots more efficient Correct exception raising to Py3 format added abelian_variety() to ell_rational_field a bunch of typos, including "because" ...
- Loading branch information
Showing
194 changed files
with
2,796 additions
and
991 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 7.4.beta1, Release Date: 2016-08-17 | ||
SageMath version 7.4.beta2, Release Date: 2016-08-26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# no dependencies | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
= configparser = | ||
|
||
== Description == | ||
|
||
This library brings the updated configparser from Python 3.5 to Python 2.6-3.5. | ||
|
||
The ancient ConfigParser module available in the standard library 2.x | ||
has seen a major update in Python 3.2. This is a backport of those | ||
changes so that they can be used directly in Python 2.6 - 3.5. | ||
|
||
To use the configparser backport instead of the built-in version on both | ||
Python 2 and Python 3, simply import it explicitly as a backport: | ||
|
||
from backports import configparser | ||
|
||
If you'd like to use the backport on Python 2 and the built-in version | ||
on Python 3, use that invocation instead: | ||
|
||
import configparser | ||
|
||
For detailed documentation consult the vanilla version at | ||
http://docs.python.org/3/library/configparser.html. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tarball=configparser-VERSION.tar.gz | ||
sha1=8ee6b29c6a11977c0e094da1d4f5f71e7e7ac78b | ||
md5=cfdd915a5b7a6c09917a64a573140538 | ||
cksum=3139292895 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$(PYTHON) | pip | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
cd src && pip install --verbose --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=7bf585bca9e2ee124152b7ff7268e63bdee8d5ba | ||
md5=71088e94c8b154037848cbf03ff823c4 | ||
cksum=2410748983 | ||
sha1=3d13a8f9dcaef6c048d0d21f91338b0b3d0fe125 | ||
md5=63fc727ca070844c580b5a722d177cb1 | ||
cksum=3010448970 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
178 | ||
179 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.4.4 | ||
6.4.4.p0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Make sure the assembly routines use the appropriate calling convention | ||
for Windows in Cygwin as well. See https://trac.sagemath.org/ticket/21223 | ||
diff -ruN a/configure.in b/configure.in | ||
--- a/configure.in 2016-08-11 13:51:46.869520300 +0200 | ||
+++ b/configure.in 2016-08-11 13:52:46.240830400 +0200 | ||
@@ -256,7 +256,7 @@ | ||
GMP_ASM_TYPE | ||
|
||
case $host in | ||
- *-*-mingw32) GMP_DEFINE([WINDOWS64_ABI], 1) | ||
+ *-*-mingw32|*cygwin*) GMP_DEFINE([WINDOWS64_ABI], 1) | ||
AC_DEFINE([WINDOWS64_ABI], 1,[Define to 1 if x86_64 mulredc*() functions should be called with Windows ABI]);; | ||
*) ;; | ||
esac | ||
diff -ruN a/configure b/configure | ||
--- a/configure 2016-08-11 13:51:46.936572300 +0200 | ||
+++ b/configure 2016-08-11 13:53:31.281801500 +0200 | ||
@@ -12957,7 +12957,7 @@ | ||
|
||
|
||
case $host in | ||
- *-*-mingw32) | ||
+ *-*-mingw32|*cygwin*) | ||
echo 'define(<WINDOWS64_ABI>, <1>)' >>$gmp_tmpconfigm4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= entrypoints = | ||
|
||
== Description == | ||
|
||
Discover and load entry points from installed packages. | ||
|
||
== Upstream Contact == | ||
|
||
https://github.com/takluyver/entrypoints | ||
|
||
== Special Update/Build Instructions == | ||
|
||
Upstream does not provide a source tarball, so the tarball was taken | ||
from github and renamed. | ||
|
||
The source tarball does not contain setup.py, so we put the setup | ||
commands in spkg-install. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tarball=entrypoints-VERSION.tar.gz | ||
sha1=75f43c6051e5d7b3bec7cf11fb7228d447efb06b | ||
md5=7dae980f7c6affd777dc60a51c8d0b0b | ||
cksum=2039305359 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$(PYTHON) | pip configparser | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env python | ||
# | ||
# Upstream does not have a setup.py file, so we use this instead | ||
# | ||
|
||
from entrypoints import __version__ as v | ||
|
||
from setuptools import setup | ||
setup(name="entrypoints", version=v, py_modules=["entrypoints"]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Upstream does not have a setup.py file, so we supply one with Sage | ||
# | ||
|
||
mv setup.py src | ||
cd src && pip install --verbose --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=pari-VERSION.tar.gz | ||
sha1=a936e0ed661c8e453578f3c129c3a454e2039e3e | ||
md5=59f2e4c3c51f7652182400489cd76e6a | ||
cksum=1366291737 | ||
sha1=efd1eb6b8d87066b2b9f3b2c38ecb30bbfdb48d2 | ||
md5=f3f3342913a3b3b306970b3462f4d47d | ||
cksum=1553747906 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.8-2771-gb70b447.p0 | ||
2.8.0.alpha.p0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
On Cygwin some of the scripts in $R_HOME/bin can fail to be recognized | ||
as executable, because they do no contain a shebang line and, depending | ||
on the ACL settings in the Cygwin mount, may not have an executable flag | ||
either. This results in the scripts not being run properly. It's fine | ||
to just check that they exist. See https://trac.sagemath.org/ticket/20655 | ||
--- a/src/scripts/Rcmd.in 2016-05-24 17:54:31.786568400 +0200 | ||
+++ b/src/scripts/Rcmd.in 2016-05-24 17:54:55.402067200 +0200 | ||
@@ -50,7 +50,7 @@ | ||
exit 1 | ||
;; | ||
*) | ||
- if test -x "${R_HOME}/bin/${1}"; then | ||
+ if test -f "${R_HOME}/bin/${1}"; then | ||
cmd="${R_HOME}/bin/${1}" | ||
else | ||
cmd="${1}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
= terminado = | ||
|
||
== Description == | ||
|
||
This is a Tornado websocket backend for the term.js Javascript terminal | ||
emulator library. | ||
|
||
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py), | ||
v0.57.0 (2014-07-18), and ultimately derived from the public-domain | ||
Ajaxterm code, v0.11 (2008-11-13) (also on Github as part of QWeb). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tarball=terminado-VERSION.tar.gz | ||
sha1=5b2e42a23d6195474d320d4923c673866ccab07e | ||
md5=5b6c65da27fe1ed07a9f80f0588cdaba | ||
cksum=2602823520 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$(PYTHON) | pip ptyprocess tornado | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
cd src && pip install --verbose --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sage version information for shell scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
SAGE_VERSION='7.4.beta1' | ||
SAGE_RELEASE_DATE='2016-08-17' | ||
SAGE_VERSION='7.4.beta2' | ||
SAGE_RELEASE_DATE='2016-08-26' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.