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 'develop' into public/categories/graded_examples-9280
* develop: (206 commits) Updated Sage version to 6.1.beta2 fix latex fix documentation minor typography Trac 13101: mark doctest as "long time" trac 13101 better doctest Trac 13101: Fix bug in enumerate_totallyreal_fields_all #9706: review patch. trac 9706: Propose new class structure Symbolic Chebyshev polynomials: reviewer patch trac 9706: Collective patch. Bugfixes, extensions, optimizations, documentation, doctests for chebyshev_T, chebyshev_U and base class for ortho polys Updated Sage version to 6.1.beta1 Fixing Whitespace errors Use bash as SHELL for build/Makefile allow numpy arrays in list_plot, line, points Run Jmol from current directory Trac #12322: Add a doctest for the correct behavior introduced in trac #12737. Trac #14186 coerce_binop errors with keyword arguments trac #15553: Broken links in the doc of graph/ and numerical/ bug fix : importing BooleanPolynomialRing at the top-level prevents sage from starting ...
- Loading branch information
Showing
245 changed files
with
17,941 additions
and
7,844 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sage version 6.1.beta0, released 2013-12-19 | ||
Sage version 6.1.beta2, released 2013-12-23 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- src.orig/Cython/Compiler/CmdLine.py 2013-05-11 07:46:55.000000000 +0200 | ||
+++ src/Cython/Compiler/CmdLine.py 2013-06-04 19:09:59.000000000 +0200 | ||
@@ -28,6 +28,7 @@ Options: | ||
-w, --working <directory> Sets the working directory for Cython (the directory modules | ||
are searched from) | ||
--gdb Output debug information for cygdb | ||
+ --gdb-outdir <directory> Specify gdb debug information output directory. Implies --gdb. | ||
|
||
-D, --no-docstrings Strip docstrings from the compiled module. | ||
-a, --annotate Produce a colorized HTML version of the source. | ||
@@ -138,6 +125,9 @@ def parse_command_line(args): | ||
elif option == "--gdb": | ||
options.gdb_debug = True | ||
options.output_dir = os.curdir | ||
+ elif option == "--gdb-outdir": | ||
+ options.gdb_debug = True | ||
+ options.output_dir = pop_arg() | ||
elif option == '-2': | ||
options.language_level = 2 | ||
elif option == '-3': |
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='6.1.beta0' | ||
SAGE_RELEASE_DATE='2013-12-19' | ||
SAGE_VERSION='6.1.beta2' | ||
SAGE_RELEASE_DATE='2013-12-23' |
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.