Update to sagemath 6.3

This commit is contained in:
pcpa 2014-08-15 13:30:04 -03:00
parent 86aa0a3b29
commit 886f9fabef
22 changed files with 1019 additions and 1023 deletions

View file

@ -1,7 +1,7 @@
diff -up src/sage/graphs/generic_graph.py.orig src/sage/graphs/generic_graph.py
--- src/sage/graphs/generic_graph.py.orig 2014-05-26 15:38:33.169069789 -0300
+++ src/sage/graphs/generic_graph.py 2014-05-26 15:41:55.071077520 -0300
@@ -9222,7 +9222,7 @@ class GenericGraph(GenericGraph_pyx):
--- src/sage/graphs/generic_graph.py.orig 2014-08-12 14:58:26.408065882 -0300
+++ src/sage/graphs/generic_graph.py 2014-08-12 14:58:29.914066017 -0300
@@ -9275,7 +9275,7 @@ class GenericGraph(GenericGraph_pyx):
.. SEEALSO::
@ -10,7 +10,7 @@ diff -up src/sage/graphs/generic_graph.py.orig src/sage/graphs/generic_graph.py
"""
for e in edges:
self.subdivide_edge(e, k)
@@ -11504,10 +11504,10 @@ class GenericGraph(GenericGraph_pyx):
@@ -11557,10 +11557,10 @@ class GenericGraph(GenericGraph_pyx):
.. SEEALSO::
@ -24,7 +24,7 @@ diff -up src/sage/graphs/generic_graph.py.orig src/sage/graphs/generic_graph.py
"""
self._scream_if_not_simple()
@@ -13369,13 +13369,13 @@ class GenericGraph(GenericGraph_pyx):
@@ -13429,13 +13429,13 @@ class GenericGraph(GenericGraph_pyx):
.. SEEALSO::
@ -43,7 +43,7 @@ diff -up src/sage/graphs/generic_graph.py.orig src/sage/graphs/generic_graph.py
EXAMPLES::
@@ -13494,13 +13494,13 @@ class GenericGraph(GenericGraph_pyx):
@@ -13554,13 +13554,13 @@ class GenericGraph(GenericGraph_pyx):
.. SEEALSO::
@ -63,9 +63,9 @@ diff -up src/sage/graphs/generic_graph.py.orig src/sage/graphs/generic_graph.py
EXAMPLES::
diff -up src/sage/graphs/graph.py.orig src/sage/graphs/graph.py
--- src/sage/graphs/graph.py.orig 2014-05-26 15:42:17.579078382 -0300
+++ src/sage/graphs/graph.py 2014-05-26 16:04:45.519129999 -0300
@@ -2704,9 +2704,9 @@ class Graph(GenericGraph):
--- src/sage/graphs/graph.py.orig 2014-08-12 14:58:26.410065882 -0300
+++ src/sage/graphs/graph.py 2014-08-12 14:58:29.917066017 -0300
@@ -3023,9 +3023,9 @@ class Graph(GenericGraph):
.. SEEALSO::
@ -78,7 +78,7 @@ diff -up src/sage/graphs/graph.py.orig src/sage/graphs/graph.py
EXAMPLES::
@@ -2751,9 +2751,9 @@ class Graph(GenericGraph):
@@ -3070,9 +3070,9 @@ class Graph(GenericGraph):
.. SEEALSO::
@ -91,7 +91,7 @@ diff -up src/sage/graphs/graph.py.orig src/sage/graphs/graph.py
EXAMPLES::
@@ -2788,9 +2788,9 @@ class Graph(GenericGraph):
@@ -3107,9 +3107,9 @@ class Graph(GenericGraph):
.. SEEALSO::
@ -104,7 +104,7 @@ diff -up src/sage/graphs/graph.py.orig src/sage/graphs/graph.py
EXAMPLES:
@@ -2827,9 +2827,9 @@ class Graph(GenericGraph):
@@ -3146,9 +3146,9 @@ class Graph(GenericGraph):
.. SEEALSO::
@ -117,7 +117,7 @@ diff -up src/sage/graphs/graph.py.orig src/sage/graphs/graph.py
EXAMPLES:
@@ -5751,8 +5751,8 @@ class Graph(GenericGraph):
@@ -6114,8 +6114,8 @@ class Graph(GenericGraph):
.. SEEALSO::
@ -128,7 +128,7 @@ diff -up src/sage/graphs/graph.py.orig src/sage/graphs/graph.py
REFERENCE:
@@ -5937,7 +5937,7 @@ class Graph(GenericGraph):
@@ -6300,7 +6300,7 @@ class Graph(GenericGraph):
.. SEEALSO::