Timeline


and

02/28/10:

17:53 Ticket #7932 (_Complex_I undeclared - a new bug totally stops a Solaris 10 build.) closed by mvngu
fixed: Close as fixed by #8163.
15:46 Ticket #8405 (Linear Arboricity, Acyclic edge coloring) created by ncohen
This patch implements LP formulations of Linear Arboricity and Acyclic …
10:45 Ticket #8404 (Computing a H-minor) created by ncohen
This patch is a linear program to compute a H minor of a graph... I hope …
10:03 Ticket #7380 (Replace Graph.vertices() by Graph.vertex_iterator when possible) closed by ncohen
wontfix: Useless.
09:57 Ticket #8403 (Steiner Tree) created by ncohen
Here is a patch containing the function Graph.steiner_tree. It consists …
08:45 Ticket #8402 (Sanity check for Parents and Elements) created by hivert
Here is the summary of what was decided on …
08:41 Ticket #8401 (doctest devel/sage/sage/graphs/graph_database.py fails on Solaris 10 ...) created by drkirkby
== Details of the computer == * Sun Blade 1000 * 2 x 900 MHz UltraSPARC …
08:25 Ticket #8400 (doctest devel/sage/sage/databases/database.py fails on Solaris 10 (SPARC)) created by drkirkby
== Details of the computer == * Sun Blade 1000 * 2 x 900 MHz UltraSPARC …
08:23 Ticket #8399 (doctest devel/sage/sage/graphs/graph.py fails on Solaris 10 (SPARC)) created by drkirkby
== Details of the computer == * Sun Blade 1000 * 2 x 900 MHz UltraSPARC …
08:22 Ticket #8398 (doctest devel/sage/sage/graphs/generic_graph.py fails on Solaris 10 ...) created by drkirkby
== Details of the computer == * Sun Blade 1000 * 2 x 900 MHz UltraSPARC …
08:19 Ticket #8397 (doctest devel/sage/sage/graphs/graph_list.py fails on Solaris 10 (SPARC)) created by drkirkby
== Details of the computer == * Sun Blade 1000 * 2 x 900 MHz UltraSPARC …
07:13 Ticket #8396 (element_class of Subsets is broken) created by giraudo
element_class of Subsets is broken […] Note: this should be caught by …
06:52 Ticket #8395 (degree() reports the degree of a self-loop vertex as contributing 1 to ...) created by mvngu
Note: When this ticket is closed, make sure to also close ticket …
06:48 Ticket #8394 (plot/plot3d/tri_plot.py is at 0% coverage: get it to 100%) created by mhampton
The adaptive refinement code in tri_plot.py has almost no docstrings or …
06:36 Ticket #8393 (bring plot3d.py to 100% coverage) created by mhampton
plot3d.py is only missing three doctests to get to 100%: […]
03:59 WikiStart edited by giraudo
(diff)

02/27/10:

15:42 Ticket #4574 (add notebook_object.py docs to the reference manual, and possibly a short ...) closed by mvngu
fixed: Close as fixed by #7506.
13:04 Ticket #8392 (Implement RSK for generalized permutations) created by nborie
Since the user is currently very strongly encouraged to use good …
11:18 Ticket #8391 (Change 'top' to 'prstat' on Solaris for get_memory_usage() and top()) created by drkirkby
The file 'getusage.py' has two main functions. * top() - Display the …
11:07 Ticket #8390 (Find all roots of a trigonometric equation) created by olazo
When using […] sage returns [x == 1/6*pi]. Which is correct, but we …
09:22 Ticket #8389 (Sage eats all memory trying to evaluate MatrixSpace(QQ, 2)['x']) created by mmezzarobba
This makes Sage eat all available memory until it gets interrupted: …
09:19 WikiStart edited by mmezzarobba
(diff)
08:55 Ticket #8388 (pickle the paths of Rauzy diagrams) created by vdelecroix
There is a pickle error with the nested class RauzyDiagram?.Path in …
07:59 Ticket #8387 (help (notebook) examples use deprecated usage.) created by drkirkby
Using Sage 4.3.3 help(notebook) shows […] Then the second and …
05:33 Ticket #1317 (graphs: calculate edge and vertex cut-sets) closed by ncohen
duplicate
05:06 Ticket #8386 (enhanced version of iet) created by vdelecroix
1) The library for iet is moved from sage.combinat.iet to …

02/26/10:

15:35 Ticket #8385 (Add hostname, date and time to test.log) created by drkirkby
Currently, if one runs […] a file […] is created with the …
15:33 Ticket #8384 (incoherent web pages) created by zimmerma
The web page  http://wiki.sagemath.org/SageDays is not coherent with …
15:10 Ticket #8383 (Make symbolic versions of moebius, sigma, and euler_phi functions) created by zimmerma
I hit the following problem: […] Wouldn't it better to keep sigma(x) …
15:03 Ticket #8382 (missing previous_probable_prime (companion to next_probable_prime)) created by zimmerma
next_probable_prime exists but previous_probable_prime does …
15:00 Ticket #8381 (typo in documentation of rational_reconstruction) created by zimmerma
[…] The mathrm should be removed.
09:20 Ticket #8380 (Implement an interface to GAP3) created by saliola
It would be great to have an interface to GAP3 so that one can use GAP3 …
05:21 Ticket #8379 (add arithmetic for Boolean functions) created by ylchapuy
we define: * ~ : returns the complement Boolean function * +,*
02:14 Ticket #8378 (typo in documentation of crt) created by zimmerma
[…] However in the documentation of crt a, b are the residues, …
01:34 Ticket #8377 (improve documentation for RealField) closed by zimmerma
duplicate: oops, this is a duplicate of #8376.
01:31 Ticket #8377 (improve documentation for RealField) created by zimmerma
There is no example of using rounding modes with RealField?.
01:29 Ticket #8376 (improve documentation for RealField) created by zimmerma
There is no example of using rounding modes with RealField?.
01:00 Ticket #8375 (Numerical noise in devel/sage/sage/symbolic/pynac.pyx) created by drkirkby
== The computer hardware & software == * Sun Blade 1000 * 2 x 900 MHz …
00:56 Ticket #8374 (Numerical noise in devel/sage/sage/symbolic/constants_c.pyx) created by drkirkby
== The computer hardware & software == * Sun Blade 1000 * 2 x 900 MHz …

02/25/10:

22:47 Ticket #8373 (finite fields constructed with non-primitive defining polynomial) created by rkirov
Consider the following code: […] This is all fine mathematically, as …
21:01 Ticket #8372 (split up incidence_matrix() over graph.py and digraph.py) created by mvngu
From …
15:25 Ticket #8371 (Error building pyprocessing on Solaris SPARC after changes to python) created by drkirkby
== The computer hardware & software == * Sun Blade 1000 * 2 x 900 MHz …
15:00 Ticket #8370 (Add tour_functions to the French tutorial (cf. #5463)) created by mmezzarobba
tour_functions.rst (added by #5463) is missing from the French translation …
14:42 WikiStart edited by mvngu
blocker report for Sage 4.3.4 milestone (diff)
12:15 Ticket #8369 (Mistake in text on data file upload page) created by was
The sentence: "Or enter the url of a worksheet file on the web:" at …
11:15 Ticket #8368 (add colorbar option to contour_plots) created by jason
This patch adds the option of creating a color bar on a filled contour …
09:39 Ticket #8367 (element_class of Subsets is broken) created by giraudo
element_class of Subsets is broken […] Note: this should be caught by …
09:24 Ticket #8366 (make contour plot labels and linestyles work when fill=True) created by jason
We have an artificial limitation in that contour labels and linestyles …
08:25 Ticket #8365 (Reorganize slightly the outline of the documentation of Polynomial Rings) created by mmezzarobba
The attached patch tries to make the outline of Chapter 32 (Polynomial …
07:47 Ticket #8364 (Forward options like "solver" in all the functions using LP) created by ncohen
It was impossible to force the use of GLPK instead of Cbc or Cplex in all …
07:31 Ticket #8363 (cddlib-094f.p4 has a useless check for mpir which breaks on Solaris) created by drkirkby
spkg/install/deps shows that cddlib depends on mpir […] but for some …
05:31 Ticket #8362 (Fix typo in documentation of Disjoint Union of Enumerated Sets) created by slabbe
There is a typo in the doc of cardinality function. This patch was used …
05:18 Ticket #8361 (Add an __iter__ method for IntegerVectors) created by nborie
Add an iterator for IntegerVectors? Old proposition : Using improvement …
01:00 Ticket #8360 (Add an interface to Jean-Eric Pin's Semigroupe package) created by nthiery
Add an interface to Jean-Eric Pin's Semigroupe package …
00:48 Ticket #8359 (Coxeter groups as permutation groups) created by nthiery
This patch adds a function: […] to construct Coxeter groups. Whenever …
00:22 Ticket #8358 (improved documentation of number_field.py) created by zimmerma
There is an example in number_field.py which says it factors Gaussian …

02/24/10:

22:05 Ticket #8357 (eclib: suppress / delete files left by doctests and check, fix building in ...) created by mpatel
From …
19:58 Ticket #8356 (python 2.6.4 is configured with an unrecognised option) created by drkirkby
When python is configured, it is showing the following warning: […] …
16:25 Ticket #8355 (Fix hsv_to_rgb to take all 3 arguments) created by boothby
[…]
15:04 Ticket #8354 (ReST fixes based on Sage 4.3.3) created by jhpalmieri
The attached patch fixes some ReST formatting issues in the Sage 4.3.3 …
14:34 Ticket #8353 (Adding height() and width() functions to square grid paths) created by abmasse
When dealing with 2d word paths, it is very useful to know their height …
13:07 Ticket #8352 (twisted-8.2.0.p1 fails to build in Open Solaris x64 as 64 bit even if ...) created by jsp
twisted builds in 32 bit mode on Open Solaris x64. A fix is coming up. …
11:52 Ticket #8351 (ratpoints-2.1.3.p0 fails to build in Open Solaris x64 as 64 bit even if ...) created by jsp
ratpoints builds in 32 bit mode on Solaris x64. A patch is coming up. …
10:04 Ticket #8350 (BipartiteGraph override add_vertex() and add_vertices()) created by rhinton
BipartiteGraph? needs to override add_vertex() and add_vertices() to …
09:38 Ticket #8349 (bug in isogenies) created by wuthrich
Something is wrong with the post_isomorphism of isogenies of elliptic …
08:23 Ticket #8348 (Document that find_root only works in fixed (double) precision) created by zimmerma
How can one approximate the root of an equation in arbitrary precision? …
07:40 Ticket #8347 (Test the positivity of a number field element) created by nborie
test if an element of a number field is positive real.
06:50 Ticket #8346 (sagenb: notebook feature request "rename a data file") created by was
[…]
03:36 Ticket #8345 (cannot convert symbolic functions back from maxima) created by burcin
From sage-devel: […] Somehow we don't recognize the conjugate …

02/23/10:

20:15 Ticket #8344 (Factor constant polynomials over QQbar) created by boothby
[…] This one should be pretty easy.
19:38 Ticket #8343 (email address marked as confirmed even after changing it) created by ddrake
While working on #7630, I discovered that even if a user has confirmed an …
17:41 Ticket #8342 (Efficient Arbitrary Sequence Generator) created by colah
[…]
17:07 Ticket #8341 (detect_poles doesn't find a vertical asymptote where both sides go to ...) created by jason
It seems like this should show a vertical asymptote at x=1, but it …
17:00 WikiStart edited by colah
(diff)
14:46 Ticket #8340 (add a lift method to elements of the residue class field) created by was
Make this work: […]
14:46 Ticket #8339 (Message of the day for notebook server) created by cremona
From sage-devel 2010-02-22: Here's a suggestion for the notebook: allow …
11:36 Ticket #8338 (Add Fourier transforms) created by olazo
Sage has got laplace and inverse_laplace. It should be fairly easy to add …
10:18 Ticket #8337 (factorization of multivariate polynomials is terribly slow) created by zimmerma
From …
10:00 Ticket #8336 (round(x) <> x.round() for x in RealField) created by zimmerma
This is related to #188 and #2899. […] If one performs ZZ(y) to …
09:26 Ticket #8335 (Finite Field lattices) created by roed
Implements coercion within lattices of finite fields lying above the same …
07:16 Ticket #8334 (Improvements to residue fields) created by roed
Moves residue fields to the coercion model, makes the reduction and …
07:07 Ticket #8333 (Finite fields to new coercion model) created by roed
Moves finite fields to the new coercion model. Patches have been moved to …
06:48 Ticket #8332 (Changes FiniteField_givaro to Python) created by roed
Residue fields and others would like to be able to multiply inherit from …

02/22/10:

20:08 WikiStart edited by mvngu
Note on closing tickets and reason not to close tickets. (diff)
17:04 Ticket #8331 (BipartiteGraph constructor does not create partitions for dict inputs) created by rhinton
The BipartiteGraph? constructor does not create partitions for dict inputs. …
13:23 Ticket #8330 (BipartiteGraph needs to override methods to add and delete vertices and ...) created by rhinton
BipartiteGraph needs to hook delete_vertex() and delete_vertices(). …
11:51 Ticket #8329 (Missing copy() method in BipartiteGraph) created by rhinton
BipartiteGraph? is missing a copy() method. […] The result is not …
11:20 Ticket #8328 (clisp rather than ecl mentioned on web page) created by drkirkby
http://www.sagemath.org/doc/tutorial/interfaces.html says: "Maxima is …
09:48 Ticket #8327 (Implement the universal cyclotomic field, using Zumbroich basis) created by nthiery
This patch provides the universal cyclotomic field […] in sage. This …
09:46 Ticket #8201 (Fortran not found on Linux if gfortran not present) closed by drkirkby
wontfix: Replying to mraum: > SAGE_FORTRAN is ignored, if gfortran …

02/21/10:

22:06 Ticket #8326 (Sphinx warnings about posets and poset_example) created by mpatel
Sphinx warnings from building the HTML reference manual include: […] …
21:45 Ticket #8325 (Sphinx warning: 'Could not parse cython argspec') created by mpatel
Sphinx warnings from building the HTML reference manual include: […] …
20:03 Milestone sage-4.3.3 completed
Sage 4.3.3 is planned to be released after Sage Days 20 in Marseille, …
19:59 Ticket #8231 (Place cursor in new input cell in notebook) closed by mvngu
fixed: Merged …
19:57 Ticket #8314 (numerical noise in sage/misc/functional.py) closed by mvngu
fixed
19:50 Ticket #8324 (Reconcile sage.misc.sageinspect and sagenb.misc.sageinspect) created by mpatel
Recent updates to sage.misc.sageinspect are missing from …
18:33 Ticket #8323 (The variable "name" is predefined in Sage) created by roed
Try the following: […] I'm not sure where this gets imported, but it …
16:41 Ticket #8322 (on sage.combinat.tableau.insert_word() , parameter left= is broken (fix ...) created by drini
on …
14:33 PatLeSmithe edited by mpatel
Simplify (diff)
14:26 PatLeSmithe edited by mpatel
Tweak header, queries. (diff)
13:26 Ticket #8321 (numerical integration with arbitrary precision) created by burcin
From the sage-devel: […] The _evalf_ function defined on line 179 …
11:59 Ticket #8320 (Make HTML doc headers and footers more compact) created by mpatel
We can use Sphinx's …
09:27 Ticket #8319 (elliptic curve canonical height bug for non-minimal models) created by cremona
For canonical heights of points on elliptic curves defined over QQ, we …

02/20/10:

18:27 Ticket #8318 (overlap_partion of a word should return an instance disjoint set data ...) created by slabbe
When I coded the overlap_partition function in 2007, the purpose was to …
16:19 Ticket #8317 (Prevent assignments to special names) created by olazo
I'd like to propose that certain special names should be protected so that …
13:25 Ticket #8316 (Remove the Jinja (not Jinja2) package) created by mpatel
With #7249 merged, it now seems that no Sage component depends on the …
13:02 Ticket #8315 (Reference manual layout: toggles, sidebar links) created by mpatel
We add potentially useful features to reference manual HTML pages: * In …
09:43 Ticket #8204 (when upgrading sage, cddlib spkg goes interactive due to some errors in it) closed by mvngu
duplicate: Close as a duplicate of #8115.
09:31 Ticket #8050 (fix SPKG.txt in cddlib) closed by mvngu
fixed: Close as fixed by #8115.
08:26 Ticket #8314 (numerical noise in sage/misc/functional.py) created by mvngu
From [ http://groups.google.com/group/sage-devel/msg/ba90601a2c25291d
06:32 Ticket #8313 (Misplaced "`" in linear code construction documentation) created by hivert
While reading the doc I found the following trivial doc mistake: At the …
05:54 Ticket #8312 (speed up random_matrix creation) created by schilly
random_matrix is really slow. This ticket seeks to improve it's …
04:06 Ticket #8311 (elliptic curve random point hangs when group is trivial) created by cremona
As reported: […] Hangs since […] so unless the point at infinity is …
03:58 Ticket #8310 (bad ReST formatting in kazhdan_lusztig.py) created by mvngu
As the subject says. Prerequisites: #8295

02/19/10:

17:49 Ticket #8309 (speedup prime range) created by robertwb
Uses Pari's NEXT_PRIME_VIADIFF directly, which avoids the …
16:49 Ticket #5183 (issues with elementary_divisors for sparse integer matrices) closed by jhpalmieri
worksforme: These two examples seem to work now, so I think we can close this.
08:31 Ticket #8308 (Make M.entries() an alias for M.list() when M is a matrix) created by jason
See #4889, where such a change was voted favorable, but did not get done …
04:36 Ticket #8307 (gfan-0.4plu keeps getting upgraded) created by mpatel
I think this happens because we misuse …
03:59 Ticket #7918 (log(float(_)) is really slow) closed by burcin
fixed: I'm closing this since #7822 was merged and it addresses this issue.
03:56 Ticket #6403 (Custom definitions for latex style) closed by burcin
fixed: I'm closing this, since #6559 just got merged. It adds a latex_name
03:31 Ticket #8306 (Parallel inter/intra-spkg builds) created by mpatel
Along with a primed  ccache, compiling multiple …

02/18/10:

19:34 Ticket #8305 (Improve documentation of Monsky-Washnitzer code) created by kedlaya
The code in schemes/elliptic_curves/monsky_washnitzer.py largely dates …
18:56 Ticket #8304 (Remove stray factors of 2 in Coleman integration) created by kedlaya
Jen discovered some stray factors of 2 buried in the Coleman integration …
18:32 Ticket #8303 (Sage cannot work with files with spaces in their names) created by ddrake
Scripts with spaces in their names defeat Sage: […] Ticket #4354
18:28 Ticket #8302 (cubical complexes, delta complexes, and more) created by jhpalmieri
The attached patch adds lots of functionality to Sage's algebraic topology …
18:21 Ticket #8301 (segfault in m4ri) created by was
Type in […] and get an absolutely stupendous segfault! For the first …
17:41 Ticket #8300 (native algdep with proof option) created by robertwb
Using the properties of LLL and a height bound, we can prove (given …
14:28 Ticket #8299 (coercion and the bool type) created by robertwb
Clearly this is undesirable: […]
14:05 Ticket #8253 (search_src (etc.) bug) closed by mvngu
fixed: Merged …
14:03 Ticket #4889 (document matrix.list() better) closed by mvngu
fixed: Merged …
14:02 Ticket #7911 (Fix Scilab interface doctests, add 'scilab (optional)' to systems in the ...) closed by mvngu
fixed: Merged …
13:58 Ticket #8080 (installation guide: require Fortran as a pre-requisite for compiling Sage ...) closed by mvngu
fixed
13:57 Ticket #6961 (provide wrapper for psi function of GiNaC) closed by mvngu
fixed: Merged in this order: 1. #6961: …
13:53 Ticket #6559 (Real domain for symbolic variables) closed by mvngu
fixed: Merged in this order: 1. …
13:51 Ticket #6465 (Derivative D acts wrongly on symbolic integration) closed by mvngu
fixed: Merged in this order: 1. …
13:47 Ticket #7916 (change conjugate(X) to try X.conjugate()) closed by mvngu
fixed: Merged …
13:44 Ticket #7957 (problems with real_part function) closed by mvngu
fixed
13:43 Ticket #7363 (print symbolic fractions more naturally: print 2/(x+2) instead of 2 ...) closed by mvngu
fixed
13:40 Ticket #7876 (symbolic expression displayed wrong) closed by mvngu
fixed: Merged …
13:38 Ticket #7822 (pynac log function cannot handle float arguments <= 0) closed by mvngu
fixed: Merged …
13:26 Ticket #8118 (split off Galois representations and modular parametrization from ...) closed by mvngu
fixed: Merged …
06:03 Ticket #8298 (GLPK 4.42 + error message) created by ncohen
The user has to run sage -b after installing GLPK or CBC because of recent …
01:30 Ticket #8297 (extra parenthesis when typesetting QQ arguments to symbolic functions) created by burcin
From sage-devel: […] Here is the thread: …

02/17/10:

13:23 Ticket #8229 (gap_packages-4.4.12 updated) closed by mvngu
fixed: Merged …
13:12 Ticket #8296 (getattr hack not failing graciously on descriptors / tab completion broken ...) created by nthiery
The getattr hack of #7921 to let extension types "inherit" from category …
12:58 Ticket #8115 (bad patching practice in cddlib-094f.p2.spkg) closed by mvngu
fixed: Merged [ http://www.stp.dias.ie/~vbraun/cddlib-094f.p4.spkg
12:53 Ticket #8150 (various fixes in sage/groups/ and sage/interfaces needed for GAP 4.4.12) closed by mvngu
fixed: Merged …
12:49 Ticket #8076 (upgrade GAP to version 4.4.12) closed by mvngu
fixed: Merged …
12:45 Ticket #7338 (Singular fails to build on cygwin) closed by mvngu
fixed: Merged …
12:43 Ticket #8007 (Speed up generation of random number field elements) closed by mvngu
fixed: Merged …
12:41 Ticket #8223 (tab completion broken for many parent objects) closed by mvngu
fixed: Merged …
12:39 Ticket #2064 (foo?? doesn't know about cpdef from the command line) closed by mvngu
fixed: Merged …
12:38 Ticket #8232 (cmp function for words is broken) closed by mvngu
fixed
10:24 Ticket #8295 (Documentation for Kazhdan-Lusztig polynomials and Iwahori Hecke algebras) created by bump
Adds documention for new files kazhdan_lusztig.py and …
07:31 Ticket #8294 (Copy is broken on 2x2 integer matrix (mutability is not set)) created by hivert
[…]
04:36 Ticket #8293 (Include g77) created by magawake
I am not sure if this already exists but it would be nice if we can …
03:56 Ticket #8292 (improvements to eisenstein_series_qexp) created by AlexGhitza
The attached patch makes the following changes to …
03:28 Ticket #7282 (port jinja to install on cygwin) closed by mhansen
invalid: This currently builds fine with Cygwin 1.7
00:12 Ticket #7337 (PolyBoRi fails to build on cygwin) closed by mhansen
invalid: This no longer fails with Cygwin 1.7.

02/16/10:

19:00 Ticket #8291 (eisenstein_series_qexp ridiculously bad over finite fields) created by AlexGhitza
I was the one who made Eisenstein series "work" over arbitrary fields. It …
17:16 Ticket #8290 (Support HDF5) created by magawake
We would like to have hdf5 support into sage. This will include the C/C++ …
16:29 Ticket #8280 (cygwin: zn_poly shared library named incorrectly on cygwin) closed by mvngu
fixed
16:23 Ticket #8279 (cygwin: cliquer names the library incorrectly for cygwin) closed by mvngu
fixed
16:17 Ticket #8163 (Upgrade to Cython 0.12.1) closed by mvngu
fixed
16:12 Ticket #8248 (Small improvement in checking for elliptic curve isogenies) closed by mvngu
fixed
16:11 Ticket #8224 (help(w) is broken for infinite word w defined by a callable) closed by mvngu
fixed: I have merged …
15:42 SageCombinatRoadMap edited by slabbe
(diff)
15:34 SageCombinatRoadMap edited by slabbe
Added roadmap for words (diff)
15:30 Ticket #8270 ('make check' exits with exit code 0 on a failure.) closed by drkirkby
invalid: I'm told by the iconv developers this is not a bug. The core dumps are …
14:17 Ticket #8289 (Clean up WordMorphism.__call__) created by slabbe
WordMorphism.__call__ is doing a conversion of the input into the domain …
14:17 Ticket #8288 (Depth/Breadth improvement for SearchForest) created by nborie
The goal of this patch is to include breadth enumeration method for …
14:12 Ticket #8287 (The _check used for creation of words makes it slower) created by slabbe
The _check function of the Combinatorial class of all words …
13:37 Ticket #8286 (sparse_rows and sparse_columns are broken for 0xn, nx0 matrices) created by jhpalmieri
[…] The rows method should act the same regardless of the …
13:31 Ticket #8271 (iconv dumps core running make check on Solaris (SPARC)) closed by drkirkby
invalid: I'm now told by the iconv developers this is a Solaris bug: […] I …
12:49 Ticket #8285 (Update R's spkg-install to work on Solaris) created by drkirkby
== Build environment == * Sage 4.3.3.alpha0, which includes R 2.10.1 * …
10:11 Ticket #8284 (IntervalGraph generator and a bug in is_chordal) created by ncohen
Hello !!! This very small patch creates an independent generator for …
08:36 Ticket #8283 (A better Carmichael lambda function) created by wdj
Reported by ylchapuy: Here is another implementation: […] This is a …
05:11 Ticket #8282 (implement victor_miller_basis over an arbitrary base ring) created by AlexGhitza
This can now be done as: […] It would be nice (and presumably much …

02/15/10:

21:08 Ticket #8267 (cygwin: ratpoints is broken again) closed by mvngu
fixed: Merged in the standard spkg repository.
20:57 Ticket #7336 (boehm_gc fails to build on Cygwin) closed by mvngu
fixed: Merged in the standard spkg repository.
20:26 Ticket #7308 (cliquer's spkg-install does not work on cygwin) closed by mvngu
fixed: Feel free to open another ticket to address the issues that drkirkby …
19:03 Ticket #8281 (bug in hecke_operator_on_basis over finite fields) created by AlexGhitza
This happens in 4.3.3.alpha0: […]
18:08 Ticket #8280 (cygwin: zn_poly shared library named incorrectly on cygwin) created by was
When trying to build sage on cygwin, I had to do this: […]
17:26 Ticket #8279 (cygwin: cliquer names the library incorrectly for cygwin) created by was
Building the sage library fails because the cliquer shared object library …
16:05 Ticket #5169 (make it possible to set the default search path for the attach and load ...) closed by mpatel
duplicate: I'm closing this as a duplicate of #378.
16:04 Ticket #1484 (path -- load path for attach and load) closed by mpatel
duplicate: I'm closing this as a duplicate of #378.
14:44 Ticket #8278 (cygwin: cvxopt doesn't build on cygwin/windows due to missing complex.h) created by was
Using either cvxopt-0.9.p8 (in sage-4.3.3) or cvxopt-1.1.2.p2, which is at …
14:01 Ticket #8277 (Using matrix() to convert between sparse and dense.) created by hivert
A call to matrix does not change the sparsity: […]
12:49 Ticket #8276 (Make the one(), identity_matrix() and zero_matrix() cached and immutable) created by hivert
After I found the following bug, it was decided on sage-devel that in a …
10:45 Ticket #8275 (upgrade to ecl 10.2.1) created by was
We should upgrade to the latest released ecl version: …
10:34 Ticket #8274 (R's spkg-install needs a good overhaul.) created by drkirkby
The spkg-install file for R would appear to need a bit of an overhaul, and …
06:43 Ticket #8273 (Enumeration of cycles in directed graphs) created by abmasse
In many graph-theoretical problems, it is important to understand the …
03:17 Ticket #8272 (R's spkg-install tries to disable iconv, but it is *essential* for R.) created by drkirkby
R has long since wanted iconv support, although there was an option to …
02:42 Ticket #8271 (iconv dumps core running make check on Solaris (SPARC)) created by drkirkby
The iconv package, which will be added to Sage (#8191), dumps core on …
02:23 Ticket #8270 ('make check' exits with exit code 0 on a failure.) created by drkirkby
The iconv package, which will soon be added to sage (#8191) has the …

02/14/10:

22:56 Ticket #8269 (cygwin: maxima does not build on cygwin, possibly due to ECL bug.) created by was
Trying to build the maxima-5.20.1.spkg fails on Cygwin. The error is …
22:50 Ticket #2137 (implement loading of pyx files when loading .sage files (probably ...) closed by mvngu
fixed: Closing this ticket as fixed: […]
19:45 Ticket #1610 (hg record / cherry picking -- add something to the programming guide) closed by mvngu
fixed
19:43 Ticket #8246 (Carmichael lambda function for the Blum-Blum-Shub pseudorandom bit ...) closed by mvngu
fixed: Merged …
19:42 Ticket #7746 (Blum-Goldwasser probabilistic encryption) closed by mvngu
fixed
19:40 Ticket #8250 (Extend ClasscallMetaclass to allow for binding behavior) closed by mvngu
fixed: Merged in this order: 1. …
16:15 Ticket #8268 (Improve speed of Christoffel word construction) created by slabbe
This patch adds a new implementation for construction of Christoffel words …
16:09 Ticket #8267 (cygwin: ratpoints is broken again) created by was
I just tried building the ratpoints package on Cygwin, and […] Thus …
14:35 Ticket #8266 (Improve documentation for word objects) created by slabbe
Documentation of words and word objects contains only pickle tests and …
10:54 Ticket #8265 (LaTeX-friendly Unicode characters in underscored methods' docstrings) created by mpatel
It seems the only problem is in …
09:50 Ticket #8264 (swap_row does not work on modular matrices) created by janwil123
For some reason, swap_row does not work if the elements of the matrix are …
08:40 Ticket #8247 (Remove package GLPK 4.9) closed by mvngu
fixed: Fixed by removing glpk-4.9.spkg from the …
06:39 Ticket #3882 (explain in the programming guide why spkg source patches should be applied ...) closed by mvngu
fixed: Close as fixed by #8079.
06:38 Ticket #8104 (developer's guide for making spkgs should specify that patches need to be ...) closed by mvngu
fixed: Close as fixed by #8079.
06:36 Ticket #8079 (Better documentation for patching spkg's) closed by mvngu
fixed: Feel free to open another ticket for the remaining issues in the ticket …
06:34 Ticket #8154 (Enhancement for crystals) closed by mvngu
fixed
06:33 Ticket #7751 (Kazhdan-Lusztig polynomials, Bruhat order, and related features) closed by mvngu
fixed: Daniel, I have committed the attachment …
06:29 Ticket #8220 (Improve consistency and docs for finite fields creation) closed by mvngu
fixed: Merged in this order: 1. …
06:00 Ticket #8263 (Document ALL environment variables used by Sage) created by drkirkby
Few if any environment variables are documented fully. #8262 is supposed …
04:19 Ticket #8262 (developer's guide: document the variable SAGE_CHECK) created by mvngu
As the subject says.

02/13/10:

22:55 Ticket #8261 (cygwin: mpfr fails 1 test in its test suite on windows) created by was
Upon building mpfr-2.4.1.p1 on cygwin we get one test failure: […]
19:39 Ticket #8194 (SageNB 0.7.5) closed by mpatel
fixed
18:25 Ticket #8260 (valuation of zero is wrong for Qq) created by dmharvey
This is ok: […] This is bad: […]
16:22 Ticket #8259 (Conversion from symmetric polynomials to basis of monomial symmetric ...) created by aschilling
Currently a function that converts a symmetric polynomial into a symmetric …
13:47 Ticket #8258 (get "make documentation" relocation-safe) created by GeorgSWeber
As of Sage-4.3.2 (and since quite some versions before now), if you newly …
12:04 Ticket #8257 (cygwin: gd-2.0.35.p4 fails to build) created by was
The gd-2.0.35.p4 spkg fails to build on cygwin.
08:51 Ticket #8256 (The documentation of Misc is a mess) created by hivert
The documentation of the misc directory is a mess. We should sort and …
05:42 Ticket #8255 (update SageTeX spkg to 2.2.3.p0 to fix spkg-check script) created by ddrake
The SageTeX spkg shipped in 4.3.2 has a slightly broken spkg-check: if …

02/12/10:

16:29 Ticket #8049 (libgfortran *must* get shipped with the Sage binaries) closed by was
fixed: I fixed this by writing a custom dist script that I use for building …
16:27 Ticket #8254 (Use lazy imports to speed up sage startup time) created by was
Sage still takes too long. 20 seconds, 30 seconds, 5 seconds, on various …
14:22 Ticket #8253 (search_src (etc.) bug) created by jhpalmieri
In Sage 4.3.2: […] This is because of a bug in sage.misc.sagedoc: when …
14:17 Ticket #8252 (names parameter in optimized_representation is tweaked,) created by syazdani
Here is a bit of annoyance: […] While the more reasonable output …
07:29 Ticket #8251 (bad interaction between unique? RationalField() and (pickled) Jones ...) created by was
It's possible to get a traceback for some dumb reason in some cases when …
07:12 Ticket #8250 (Extend ClasscallMetaclass to allow for binding behavior) created by nthiery
From the documentation: (using this patch) we show how to implement a …
04:12 Ticket #8249 (sagenb: notebook cookies) created by was
This is a followup to #6353. That ticket improved cookie naming a bit. …
03:00 Ticket #8248 (Small improvement in checking for elliptic curve isogenies) created by cremona
When an isogeny is constructed from a kernel polynomial, by default …
00:41 Ticket #8247 (Remove package GLPK 4.9) created by ncohen
Experimental package glpk 4.9 should be removed * We have a more recent …

02/11/10:

21:25 Ticket #8246 (Carmichael lambda function for the Blum-Blum-Shub pseudorandom bit ...) created by mvngu
Add a new function to calculate the Carmichael lambda function of a …
19:51 Ticket #8245 (tutorial: typo in section "Euler’s Method for Systems of Differential ...) created by mvngu
From …
19:44 Ticket #8243 (Annoying warnings when building the HTML reference manual) closed by mvngu
duplicate: Closing this ticket as a duplicate of #8244.
13:43 Ticket #8244 (Annoying warnings when building the HTML reference manual) created by mpatel
Let's fix or suppress these, so that it's easier to identify new problems. …
13:43 Ticket #8243 (Annoying warnings when building the HTML reference manual) created by mpatel
Let's fix or suppress these, so that it's easier to identify new problems. …
13:19 Ticket #8242 (Fix duplicate citation warnings when building the French-language tutorial) created by mpatel
Ticket #7772 resolves these for the English-language tutorial. […]
11:54 Ticket #8241 (p-adic fields should have Witt Frobenius) created by dmharvey
If K is an unramified extension of Qp, there should be a function that …
11:51 Ticket #8240 (cannot coerce p-adic field into residue field) created by dmharvey
[…] Perhaps this is a "feature request", but it seems like a pretty …
11:45 Ticket #8239 (misleading teichmuller behaviour) created by dmharvey
This is kind of misleading: […] It should raise an exception. The …
11:10 Ticket #8238 (heegner_index_bound may be incorrect for curves with rational torsion) created by rlm
Result of a recent conversation with William Stein.
09:09 Ticket #8237 (Sage does not recognize Maxima's complex infinity) created by robert.marik
As subject says: […] From Maxima manual […] As a cosequence, Sage …
07:18 Ticket #8117 (zodb3 fails to build in Open Solaris x64 as 64 bit if CFLAGS is not set) closed by mpatel
fixed
07:17 Ticket #8077 (New python_gnutls-1.1.4.p7.spkg works with Open Solaris 64 bit) closed by mpatel
fixed
07:17 Ticket #8070 (New pycrypto-2.0.1.p5.spkg builds 64-bit with Open Solaris x64.) closed by mpatel
fixed
07:17 Ticket #8069 (New mpfi-1.3.4-cvs20071125.p8.spkg works with Open Solaris 64 bit) closed by mpatel
fixed
07:17 Ticket #8068 (New mpfr-2.4.1.p1.spkg works with Open Solaris 64 bit) closed by mpatel
fixed
07:17 Ticket #8067 (New linbox-1.1.6.p3.spkg works with Open Solaris 64 bit) closed by mpatel
fixed
07:17 Ticket #8176 (libpng fails to build in Open Solaris x64 as 64 bit even if SAGE64=yes) closed by mpatel
fixed
07:17 Ticket #8066 (New libgpg_error-1.6.p3.spkg works with Open Solaris x64 as 64 bit) closed by mpatel
fixed
07:17 Ticket #8064 (New iml-1.0.1.p12.spkg works with Open Solaris 64 bit) closed by mpatel
fixed
07:17 Ticket #8063 (New gsl-1.10.p2.spkg works with Open Solaris 64 bit) closed by mpatel
fixed
07:16 Ticket #8062 (New givaro-3.2.13rc2.p0.spkg works with Open Solaris 64 bit, SAGE64="yes") closed by mpatel
fixed
07:16 Ticket #8061 (New genus2reduction spkg works with Open Solaris x64 as 64 bit) closed by mpatel
fixed
07:16 Ticket #8113 (gd-2.0.35.p3 fails to build on Open Solaris x64 as 64 bit without setting ...) closed by mpatel
fixed
07:16 Ticket #8060 (New f2c-20070816.p2.spkg now works with Open Solaris x64 as 64 bit) closed by mpatel
fixed
07:16 Ticket #8058 (New ecm-6.2.1.p2.spkg now works with Open Solaris x64 as 64-bit) closed by mpatel
fixed
07:13 Ticket #8101 (ntl fails to build in Open Solaris x64 as 64 bit if CFLAGS is not set) closed by mpatel
fixed
07:13 Ticket #8099 (pari fails to build in Open Solaris x64 as 64 bit if CFLAGS is not set) closed by mpatel
fixed
07:13 Ticket #8097 (termcap fails to build in Open Solaris x64 as 64 bit) closed by mpatel
fixed
07:12 Ticket #2054 (prun is not preparsed -- potentially very confusing) closed by mpatel
fixed
07:11 Ticket #7935 (local_data for elliptic curves over number fields) closed by mpatel
fixed: Please update the Author and Reviewer fields, if they're wrong.
07:07 Ticket #8199 (developer's guide: consistency overhaul) closed by mpatel
fixed
07:07 Ticket #8189 (hg.py: fix some docstrings) closed by mpatel
fixed
07:05 Ticket #7841 (Use NTL's ZZ_pEX for polynomial arithmetic over extension fields) closed by mpatel
fixed
07:05 Ticket #8193 (Enumeration of points on plane curves over finite fields is very ...) closed by mpatel
fixed
07:04 Ticket #7706 (palp (lattice polytopes): replace the pickle-based database of lattice ...) closed by mpatel
fixed
07:04 Ticket #8235 (fix another doctest in base.pyx) closed by mpatel
fixed
07:03 Ticket #2872 (3d graphics can't be saved to a file) closed by mpatel
fixed
07:03 Ticket #7506 (NotebookObject documentation is out of date) closed by mpatel
fixed
07:03 Ticket #8056 (symbolic expressions involving rational functions with numerator 1 cannot ...) closed by mpatel
fixed
07:03 Ticket #7955 (printing unevaluated integrals, limits, etc. broken) closed by mpatel
fixed
07:02 Ticket #7334 (Sage cannot simplify sums of logarithms) closed by mpatel
fixed
07:02 Ticket #6515 (assume doesn't interact well with solve) closed by mpatel
fixed
07:02 Ticket #8185 (numerical noise + crash on sage/calculus/functional.py) closed by mpatel
fixed
07:01 Ticket #8180 (sh: kpsewhich: not found reported on 4.3.0.1.alpha3 on Solaris 10.) closed by mpatel
fixed
06:59 Ticket #6878 (Allow the exclusion of points from the plot range) closed by mpatel
fixed
06:58 Ticket #7807 (region_plot does not pass extra arguments to show) closed by mpatel
fixed: Fixed by #8004.
06:58 Ticket #8004 (region_plot does not handle lambda functions) closed by mpatel
fixed
06:57 Ticket #8082 (correct point and line behavior with complex numbers) closed by mpatel
fixed
06:57 Ticket #4838 (implement plotting of complex numbers) closed by mpatel
fixed
06:56 Ticket #7793 (zorder not implemented in disk) closed by mpatel
fixed: Please remember to update the relevant ticket fields --- the release …
06:54 Ticket #7947 (iteration error in QuadraticForm.vectors_by_length()) closed by mpatel
fixed
06:54 Ticket #8209 (make docstring processing available for introspection, and fix mathtt) closed by mpatel
fixed
06:53 Ticket #8161 (use Sphinx to produce docstrings from the command line) closed by mpatel
fixed
06:53 Ticket #8138 (Single-column index in PDF reference manual) closed by mpatel
fixed
06:53 Ticket #8188 (additional functions for linear codes) closed by mpatel
fixed
06:51 Ticket #6199 (Integer * int is slow) closed by mpatel
fixed
06:51 Ticket #8212 (arithmetic on GF(2^n) might be improved) closed by mpatel
fixed: Please remember to update the relevant ticket fields --- the release …
06:50 Ticket #7580 (bugs in infinite polynomial ring) closed by mpatel
fixed
06:49 Ticket #8127 (Wraps string features into WordDatatypes) closed by mpatel
fixed
06:49 Ticket #8215 (The empty word is a factor of a word) closed by mpatel
fixed
06:48 Ticket #7978 (Cleanup of crystal code) closed by mpatel
fixed
06:48 Ticket #8120 (UniqueRepresentation and hash value) closed by mpatel
fixed
06:48 Ticket #8186 (iterated_right_palindromic_closure of a finite word should return a finite ...) closed by mpatel
fixed
06:47 Ticket #6775 (Create an interface for Disjoint Set data structure) closed by mpatel
fixed
06:47 Ticket #8140 (words.CharacteristicSturmianWord does not do what it says) closed by mpatel
fixed
06:47 Ticket #8093 (Adding of prefixes and palindrome prefixes iterators to the Words library) closed by mpatel
fixed
06:45 Ticket #8044 (Categories for finite/permutation/symmetric groups) closed by mpatel
fixed
06:44 Ticket #8211 (bug in multiplication of polynomials over RR) closed by mpatel
fixed
06:43 Ticket #7944 (update Developers' Guide to reflect new process for working on tickets) closed by mpatel
fixed
06:43 Ticket #8206 (Add information on hg qnew to Developer Walk-through) closed by mpatel
fixed
06:41 Ticket #8203 (misc doc fixes) closed by mpatel
fixed
06:40 Ticket #7313 (search_doc does not find phrases across multiple lines) closed by mpatel
fixed
06:38 Ticket #8128 (UnicodeDecodeError with %latex) closed by mpatel
fixed
06:37 Ticket #6296 (linbox minpoly over small finite fields is TOTALLY BROKEN) closed by mpatel
fixed: Please remember to update the relevant ticket fields --- the release …
06:33 Ticket #6942 (jordan_form with transformation=true returns non-invertible transformation) closed by mpatel
fixed
06:32 Ticket #7575 (mwrank interface improvements) closed by mpatel
fixed: For the record: The "hgignore" patch is not in 4.3.3.alpha0.
06:31 Ticket #8124 (Selmer groups for number fields) closed by mpatel
fixed
06:30 Ticket #8155 (add sig_on/sig_off to sage.schemes.elliptic_curves.descent_two_isogeny) closed by mpatel
fixed
06:30 Ticket #8184 (eclib upgrade and bugfix) closed by mpatel
fixed
06:29 Ticket #8190 (decrease the number of docbuild warnings to 147) closed by mpatel
fixed
06:29 Ticket #8183 (French PDF tutorial and tour don't build) closed by mpatel
fixed
06:25 Ticket #1870 (somehow we completely broke the moinmoin wiki stuff included in Sage on OS ...) closed by mpatel
fixed: Should be fixed by #3693.
06:24 Ticket #3693 (Upgrade Moin Moin to 1.9.1) closed by mpatel
fixed
06:23 Ticket #8219 (regression in show(...)) closed by mpatel
fixed

02/10/10:

21:41 Ticket #8236 (installing spkg from remote location must leave a spkg (placeholder) in ...) created by dimpase
When one does sage -f (or -i) from a remote location, the spkg file is not …
16:40 Ticket #8235 (fix another doctest in base.pyx) created by wcauchois
This ticket is related to #7985. There's another doctest in base.pyx (on …
10:45 Ticket #8234 (Data file deletion in notebook throws errors) created by rbeezer
Delete a file in the data directory of the notebook and you get a page …
10:33 Ticket #8100 (running the notebook should not change the working directory) closed by mpatel
fixed
10:32 Ticket #8165 (Title cut off on worksheet download) closed by mpatel
fixed
10:32 Ticket #8033 (add a README.txt for the graph_editor, to encourage development) closed by mpatel
fixed
10:31 Ticket #8134 (Escape $s in notebook keybindings docstring, config.py) closed by mpatel
fixed
10:31 Ticket #8202 (Allow raw HTML in jsMath's \hbox{}) closed by mpatel
fixed
10:31 Ticket #8208 (Click "No" actually publishes a worksheet in SageNB 0.7.4) closed by mpatel
fixed
08:16 Ticket #8233 (concatenation of words should preserve the data type represention when ...) created by slabbe
This concerns word represented by str, tuple and list. 1. We want the …
08:03 Ticket #8232 (cmp function for words is broken) created by slabbe
As discussed on …
07:27 Ticket #8231 (Place cursor in new input cell in notebook) created by schymans
Since the upgrade to sage 4.3.2, when one creates a new input cell in the …
07:17 Ticket #8230 (Strange behaviour in addition from not recursively preparsing loaded files) created by zimmerma
Hi, I found the following strange behaviour of the addition <int> + 1/2. I …
06:31 Ticket #8229 (gap_packages-4.4.12 updated) created by dimpase
I created and tested, together with the updated GAP to 4.4.12 --- see …
05:24 Ticket #8228 (Segfault in libsingular) created by malb
This is bad: […]
03:20 Ticket #8227 (Improving iterated palindromic closure computation) created by abmasse
There is a faster way to compute the iterated palindromic closure of a …
01:36 WikiStart edited by mpatel
Update blocker query. (diff)
01:34 Ticket #8051 (SageNB 0.7.x) closed by mpatel
fixed
00:48 Ticket #8226 (Elementary divisors for non PIDs) created by mraum
Over maximal orders O in number fields K the elementary divisors provide a …

02/09/10:

17:39 Ticket #8225 (%time now hugely broken in sagenb-0.7.4 (sage-4.3.2)) created by was
[…] Wow, what a horrible, horrible regression! Indeed, I've confirmed …
14:51 Ticket #8224 (help(w) is broken for infinite word w defined by a callable) created by slabbe
The following works : […] but this one : […] neither the …
12:34 Ticket #8223 (tab completion broken for many parent objects) created by was
[…] This is caused by Nick Thiery's patch from trac #7921 which very …
12:04 Ticket #8222 (sagenb -- misc improvements to the notebook graph editor) created by was
Made the following improvements to the notebook graph editor: - …
07:45 Ticket #8221 (blank space at bottom of worksheet missing) created by jason
There used to be blank space (via CSS) at the bottom of the notebook that …
07:42 Ticket #8210 (Problem in Displaying Graphs) closed by jason
duplicate: This is a dup of #7299, and has been fixed in 4.3.2.
07:30 Ticket #8220 (Improve consistency and docs for finite fields creation) created by ylchapuy
For the Givaro and the NTL implementations, one can use modulus='random' …

02/08/10:

20:45 Ticket #8219 (regression in show(...)) created by was
The problem was reported at this …
19:39 Ticket #8218 (Finite Field move) created by roed
Moves all of the finite field files, the integer_mod files and the base …
15:24 Ticket #8213 (the "Sage developer trac" banner should link to trac.sagemath.org, not ...) closed by ddrake
fixed: It's fixed! Thanks.
12:28 Ticket #8217 (make 4ti2 an optional package) created by mhampton
The 4ti2 package should be cleaned up and made into an optional package. …
12:20 Ticket #8216 (Make David Perkinson's sandpile 2.2 module an experimental (at least) ...) created by mhampton
Recently the sandpile-1.51 spkg was included in the experimental …
06:16 Ticket #8215 (The empty word is a factor of a word) created by slabbe
The following results should be True. […]
05:36 Ticket #8214 (Remove callable symbolic expressions) created by burcin
From sage-devel: […] Here is the thread: …
02:27 WikiStart edited by rossk
(diff)

02/07/10:

23:42 Ticket #8213 (the "Sage developer trac" banner should link to trac.sagemath.org, not ...) created by ddrake
Perhaps this is a bit silly, but the banner at the top of the trac pages …
23:06 Ticket #8212 (arithmetic on GF(2^n) might be improved) created by zimmerma
The default polynomials chosen by Sage to perform arithmetic over GF(2n) …
21:32 Ticket #8211 (bug in multiplication of polynomials over RR) created by dimpase
as reported on sage-devel [Segfault: Polynomials over RealField] sage: …
21:14 Ticket #8210 (Problem in Displaying Graphs) created by pong
For example, k=graphs.CompleteGraph?(6) show(k) Shows K6 but the vertices …
14:43 Ticket #8196 (bad documentation output in tty mode) closed by mvngu
wontfix
09:56 Ticket #8209 (make docstring processing available for introspection, and fix mathtt) created by jhpalmieri
Two issues: several docstrings contain \mathtt{self}, and jsMath …
08:20 Ticket #8208 (Click "No" actually publishes a worksheet in SageNB 0.7.4) created by mpatel
Follow-up to #7786.
05:10 Ticket #8207 (Factoring a constant generic multivariate polynomial broken) created by wjp
The following raises an IndexError: […] The call …
03:52 WikiStart edited by fstan
(diff)

02/06/10:

22:25 Ticket #8206 (Add information on hg qnew to Developer Walk-through) created by rbeezer
The command hg qnew -f would be good to include in the discussion on …
21:37 Ticket #7453 (add sandpile experimental package) closed by was
fixed: I've added the spkg here:  http://sagemath.org/packages/experimental/
21:19 Ticket #8205 (Document ProxyPreserveHost (was: fix the base URL for published worksheet)) created by was
I upgraded sagenb.org to sagenb-0.7.4, and excitedly hoped that when I …
21:15 Ticket #8204 (when upgrading sage, cddlib spkg goes interactive due to some errors in it) created by was
There is something very broken about the new cddlib-094f.p2 standard spkg. …
19:48 Ticket #8203 (misc doc fixes) created by jhpalmieri
The attached patch fixes several warnings when building the documentation.
11:58 Ticket #8202 (Allow raw HTML in jsMath's \hbox{}) created by mpatel
We can do this by setting safeHBoxes to 0 in …
11:09 Ticket #8201 (Fortran not found on Linux if gfortran not present) created by mraum
The spkg-install script on Linux first checks "which gfortran" and if no …
10:08 Ticket #8200 (ElementWrapper: doctests improvements to not abuse ZZ invariants) closed by was
fixed: Merged into sagenb-4.3.2 (wstein version -- post minh).
04:03 Ticket #8200 (ElementWrapper: doctests improvements to not abuse ZZ invariants) created by nthiery
The attached patch updates the doctests of ElementWrapper? to use a custom …
02:19 Milestone sage-4.3.2 completed
Sage 4.3.2 is planned to be released in time for Sage Days 20 in …

02/05/10:

19:25 PatLeSmithe edited by mpatel
(diff)
16:01 Ticket #8199 (developer's guide: consistency overhaul) created by mvngu
As the subject says. Prerequisites: #7944
14:52 Ticket #8198 (p-adic precision in vector multiplication) created by wuthrich
Trying to resolve #4656, I found the following unpleasant bug. this looks …
13:27 WikiStart edited by mvngu
typo fixes (diff)
13:23 WikiStart edited by mvngu
link to Developer's Guide (diff)
12:44 Ticket #1145 (high-level strategy for integer factorization) closed by zimmerma
wontfix: since no progress was done in 2 years, I close that ticket.
12:31 Ticket #1293 (sage is too big!) closed by zimmerma
wontfix: I guess this issue won't be fixed, thus I close this ticket.
12:20 Ticket #8197 (Documenting check=True/False parameters) created by cremona
Many functions have a check=True (or check=False) parameter where the …
12:17 Ticket #5565 (sage crashes because of too small stacksize) closed by zimmerma
worksforme: It seems that problem has gone away with Sage 4.3.1.
12:14 Ticket #8196 (bad documentation output in tty mode) created by zimmerma
[…] Clearly the math formulae are not displayed correctly in tty mode.
11:57 Ticket #6345 (load/attach do not recursively preparse files when run in interpreter) closed by mvngu
fixed: Close as fixed by #7514: […]
10:24 Ticket #8195 (Problems with the 'download' page on the Sage web site.) created by drkirkby
I believe there are several problems on the downloads page: …
07:58 Ticket #8194 (SageNB 0.7.5) created by mpatel
The new spkg is at * …
04:29 Ticket #8193 (Enumeration of points on plane curves over finite fields is very ...) created by cremona
The title says all! The code in …
02:59 Ticket #8192 (Update PolyBoRi to newest upstream release) created by malb
* gat parser added * Disabled keyboard interrupt handling (but re-raised) …
02:32 Ticket #8191 (Add iconv needed for Solaris, and possibly Cygwin too) created by drkirkby
The latest version of R in Sage 2.10.1, needs a powerful version of iconv. …

02/04/10:

23:48 Ticket #8190 (decrease the number of docbuild warnings to 147) created by mvngu
As the subject says.
23:13 PatLeSmithe edited by mpatel
(diff)
22:39 PatLeSmithe edited by mpatel
(diff)
20:54 Ticket #8189 (hg.py: fix some docstrings) created by jhpalmieri
In hg.py, strings like ssh://[user@]host[:port]/[path] appear in …
20:01 Ticket #8188 (additional functions for linear codes) created by klee
A few enhancements of linear codes functionality.
19:52 WikiStart edited by slabbe
Hint : backticks (diff)
19:43 PatLeSmithe edited by mpatel
(diff)
19:25 PatLeSmithe edited by mpatel
(diff)
19:24 PatLeSmithe edited by mpatel
(diff)
19:23 PatLeSmithe edited by mpatel
(diff)
19:16 Ticket #8187 (improve equality tests for words) created by slabbe
More often, when we compare two words, we test their equality and not that …
19:13 PatLeSmithe edited by mpatel
Tables, reports, queries (diff)
18:22 PatLeSmithe created by mpatel
New page for experiments.
17:06 Ticket #8186 (iterated_right_palindromic_closure of a finite word should return a finite ...) created by slabbe
[…]
16:37 Ticket #8160 (add 'text' option to sphinxify) closed by mpatel
fixed
16:36 Ticket #8102 (Simplify Sphinxify) closed by mpatel
fixed
16:36 Ticket #8167 (Use LaTeX-friendly Unicode characters in SageNB docstrings) closed by mpatel
fixed
16:34 Ticket #6987 (reorganize section on producing patches with Mercurial) closed by mvngu
fixed: Closing this as fixed by #8108 and #8147.
16:29 Ticket #8034 (A Tour of Sage: error building PDF version, French) closed by mvngu
duplicate: Closing this as a duplicate of #8183.
08:05 Ticket #8185 (numerical noise + crash on sage/calculus/functional.py) created by drkirkby
== Build environment == This was built on a very old / low spec SPARC. But …
06:27 Ticket #8184 (eclib upgrade and bugfix) created by cremona
We provide an upgrade to eclib to patch-level 9, i.e. …

02/03/10:

23:46 WikiStart edited by robert.marik
(diff)
23:34 Ticket #8183 (French PDF tutorial and tour don't build) created by mpatel
Likely follow-up to #8036. For the tour […] For the tutorial: […]
15:45 Ticket #8182 (Camino browser crashed when notebook started using Mac OSX) created by jhelffrich
I just installed SAGE on a Macbook Pro running Snow Leopard. I got sage …
15:35 Ticket #8181 (cannot coerce residue field back to p-adic ring) created by dmharvey
I should be able to coerce elements of the residue field of a p-adic ring …
14:12 Ticket #8179 (configure Mercurial to ignore two binaries by cddlib) closed by mvngu
fixed: Merged …
12:06 Ticket #8180 (sh: kpsewhich: not found reported on 4.3.0.1.alpha3 on Solaris 10.) created by drkirkby
Minh created a 4.3.0.1.alpha3 which should have really been called …
11:41 Ticket #8179 (configure Mercurial to ignore two binaries by cddlib) created by mvngu
The package cddlib-094f.p?.spkg places two new binaries under the …
10:58 Ticket #8178 (zn_poly fails to build in Open Solaris x64 as 64 bit even if SAGE64=yes) created by jsp
Setting SAGE64=yes has only effect in this package in OSX Darwin. To let …
10:45 Ticket #8177 (Breaking Integer's invariant can lead to a segfault in Sage 4.3.2.alpha1, ...) created by mvngu
Integer assumes the following invariant: x.parent() == ZZ <==> …
10:01 Ticket #8176 (libpng fails to build in Open Solaris x64 as 64 bit even if SAGE64=yes) created by jsp
Setting SAGE64=yes is only working on Darwin. To make it work on Open …
09:46 Ticket #8175 (update installation guide for SPARC Solaris 10) created by mvngu
From [ http://groups.google.com/group/sage-devel/msg/5f802a0117b78016
06:56 Ticket #8174 (maxima_methods wrapper for symbolic expressions) created by burcin
Attached patch provides a .maxima_methods() function in symbolic …
05:40 Ticket #8173 (segfault in singular resultant) created by burcin
On 4.3.2.alpha2: […] Sage calls singclap_resultant().
05:04 Ticket #8172 (Support for CPLEX) created by ncohen
This patch enables support for Cplex, when the new package #8171 for CBC …
05:04 Ticket #8171 (New Cbc spkg with Cplex support) created by ncohen
This new spkg for Cbc includes several new lines in spkg-install to …
04:53 Ticket #8170 (character_table() missing for matrix groups) created by dimpase
There is an inconsistency in matrix groups …
04:11 Ticket #8169 (include TOPCOM as optional spkg) created by vbraun
TOPCOM is a C++ program for triangulating polyhedra. More generally, it …
01:58 Ticket #8168 (Keyword option to make reset() detach all attached files) created by mpatel
With this option, one can put reset(attached=False) at the top of an …
01:23 Ticket #8167 (Use LaTeX-friendly Unicode characters in SageNB docstrings) created by mpatel
In order to build the PDF reference manual --- with the current settings …
00:45 Ticket #8166 (Expose max_weight_matching from NetworkX) created by ncohen
Since the new version of NetworkX is being merged into Sage #7608, we …

02/02/10:

23:14 Ticket #8147 (Add mercurial queues information to Developer Walkthrough) closed by mvngu
fixed: Merged in this order: 1. …
22:59 Ticket #7090 (R test suite fails when building with SAGE_CHECK) closed by mvngu
fixed: As of Sage 4.3.2.alpha1, ticket #6532 upgrades R to version 2.10.1. This …
21:39 Ticket #8165 (Title cut off on worksheet download) created by jason
I just tried uploading the following worksheet: …
21:28 Ticket #8164 (automatic rainbow coloring of multiple plot lines) created by jason
Right now, plot([x,x^2,log(x)], (x,0,1), fill=True) does a great job …
21:11 Ticket #8163 (Upgrade to Cython 0.12.1) created by robertwb
Spkg up at …
18:43 Ticket #8162 (p-adic ring constructor documentation incorrect) created by dmharvey
According to the documentation for Zq, the following code should construct …
18:42 Ticket #8153 (typo in documentation) closed by mvngu
wontfix: Closing this ticket as "wontfix". See #8161 for a follow-up ticket.
18:34 Ticket #8161 (use Sphinx to produce docstrings from the command line) created by jhpalmieri
The attached patch uses Sphinx to produce docstrings from the command …
18:20 Ticket #8160 (add 'text' option to sphinxify) created by jhpalmieri
This patch adds a 'text' option to sphinxify: use {{{sphinxify(s, …
18:17 Ticket #7784 (Add Makefile, update MANIFEST.in, .hgignore, and spkg-related files) closed by mpatel
fixed
17:37 Ticket #8159 (Updated Cython backend for mpmath) created by fredrik.johansson
This update of sage.libs.mpmath, along with recent changes to mpmath …
15:50 Ticket #5775 (Building the documentation after -bdisting is broken) closed by mvngu
fixed: I don't see this problem any more. The process of "-bdist", unpack at a …
14:57 Ticket #3448 (Preparser handles (ellipses in) triple quotes incorrectly) closed by mhansen
invalid: I'm going to mark this as invalid now since the code for the preparser has …
14:18 Ticket #8158 (efficiency problem with polynomials (SymbolicRing vs PolynomialRing)) created by zimmerma
Consider the following example: […] I thought it would be more …
13:23 Ticket #8157 (why the bit limit of 2^24 in RealField?) created by zimmerma
[…] Note that 2^24 bits is only slightly above 5M digits, which is …
12:57 Ticket #8156 ([with code] new function readdata) created by zimmerma
I'm missing in Sage a function equivalent to "readdata" in Maple, which …
12:55 Ticket #8144 (SageTeX is not actually installed under SAGE_LOCAL) closed by mvngu
fixed: Copied [ http://trac.sagemath.org/sage_trac/attachment/ticket/8144/deps
11:02 Ticket #8155 (add sig_on/sig_off to sage.schemes.elliptic_curves.descent_two_isogeny) created by rlm
Otherwise a KeyboardInterrupt will be ignored during the call to …
08:31 Ticket #8154 (Enhancement for crystals) created by aschilling
New features for crystals: - Started framework for general highest …
08:08 Ticket #8153 (typo in documentation) created by zimmerma
trivial patch
03:15 Ticket #8152 (Python needs to search /usr/sfw/lib on Solaris for OpenSSL libraries.) created by drkirkby
Sage currently depends on OpenSSL to build the haslib module in Python. …
01:25 Ticket #8151 (wrong file permissions in lie-2.2.2.p3.spkg) created by dimpase
some file permissions are wrong (600 or 700) in 4.3.1, namely …
01:08 Ticket #8150 (various fixes in sage/groups/ and sage/interfaces needed for GAP 4.4.12) created by dimpase
various fixes needed to move to GAP 4.4.12, mostly concerning TESTS:: and …

02/01/10:

23:37 Ticket #6348 (gap4.4.10->gap4.4.12 revisited) closed by mvngu
duplicate: Closing this as a duplicate of #8076.
23:30 Ticket #8149 (files with space in their names do not load properly) created by rkirov
Thanks to the load/attach rewrite most of the weirdness is gone. My only …
23:14 Ticket #1620 (update cvxopt to 1.0) closed by mvngu
duplicate: Closing this as a duplicate of #6456.
23:01 Ticket #1936 (r-2.6.1.p13: spkg-check fails on OSX 10.5, Linux) closed by mvngu
wontfix: As of Sage 4.3.2 (see #6532), the R spkg has been upgraded to version …
22:55 Ticket #5507 (fix sage-sage script) closed by mvngu
fixed: With Sage 4.3.2.alpha1, I get: […] I'm closing this ticket as fixed by …
22:41 Ticket #3770 (multiple copies of dsage_setup.py) closed by mvngu
invalid: As of Sage 4.3.1, ticket #7975 removed dsage from the standard spkg …
22:37 Ticket #4372 (Repair to totallyreal_dsage) closed by mvngu
wontfix: As of Sage 4.3.1, ticket #7975 removed dsage from the standard spkg …
22:21 Ticket #3352 (slight inconsistency in the dsage documentation) closed by mvngu
invalid: As of Sage 4.3.1, ticket #7975 removed dsage from the standard spkg …
22:16 Ticket #6427 (Fix doctest failures in sage-4.1.alpha1) closed by mvngu
fixed: This is fixed in Sage 4.3.2.alpha1: […] I'm closing this ticket as …
21:17 Ticket #7933 (update copyright years to span 2005--2010) closed by mvngu
fixed: Merged as per the above instructions.
21:04 Ticket #6267 (Same typesetting for two different variables:) closed by mvngu
invalid
20:52 Ticket #8148 (looking at the dual of a poset: IndexError) created by jhpalmieri
In Sage 4.3.2.alpha0: […] Note that the following works, and is what …
20:23 Ticket #8108 (Expand the Sage Developer Guide for newcomers) closed by mvngu
fixed: Merged in this order: 1. …
20:15 Ticket #8146 (building HTML version of French tutorial is broken) closed by mvngu
fixed
19:23 Ticket #8045 (add elliptic integrals to the reference manual) closed by mvngu
fixed: Merged …
19:05 Ticket #8147 (Add mercurial queues information to Developer Walkthrough) created by rbeezer
This is a follow-on to #8108 expanding on basic use of Mercurial queues …
18:21 Ticket #8132 (fix documentation related to ODE solvers) closed by mvngu
fixed: Merged in the following order: 1. …
18:02 Ticket #8146 (building HTML version of French tutorial is broken) created by mvngu
Ticket #8036 fixes some issues with non-ASCII characters in the reference …
16:27 Ticket #8136 (fix ref manual issues in linear_code.py) closed by mvngu
fixed: Thank you very much for this, John! The total number of warnings resulting …
15:25 Ticket #8036 (Sage 4.3.1 reference manual: PDF version failed to build due to non-ASCII ...) closed by mvngu
fixed: Merged …
14:31 Ticket #8022 (ref manual for 4.3.1: fix warning about misc/attach.rst) closed by mvngu
fixed: There are no patches to merge, so I "merged" as follows: * `rm -rf …
12:34 Ticket #8145 (Joe Culberson's graph programs) created by mvngu
From …
10:14 Ticket #8144 (SageTeX is not actually installed under SAGE_LOCAL) created by mvngu
Ticket #7617 adds SageTeX as a standard spkg. However, despite modifying …
09:09 Ticket #8143 (Efficient Gram-Schmidt) created by rlindner
As a Crypto PhD, I enjoy using the many functionalities in SAGE that …
01:00 Ticket #4766 (parallel? is lame and incomplete) closed by mvngu
fixed: Using the command line interface or notebook of Sage 4.3.2.alpha1, …
00:49 Ticket #5580 (preparsing error in recursive load of .sage files) closed by mvngu
fixed: Close as fixed: […]
00:24 Ticket #6576 (Use JSON package for simple server) closed by mpatel
duplicate: This ticket appears to be a duplicate of #6624.  I'm closing it, but let …
00:12 Ticket #5908 (fix issues/bugs with load/attach) closed by mvngu
invalid: Close as invalid. If you want to address any specific issue mentioned in …
00:01 Ticket #8142 (Unexpected notebook behavior when readline init file is non empty) created by mmeulien
To reproduce the problem =============== 1. Create the file …

01/31/10:

22:23 Ticket #8141 (Update font stacks, sans-serif and monospace, for SageNB pages) created by mpatel
Font families (typefaces?) on rendered Sage Notebook pages. See …
20:11 Ticket #7210 (Make revolution plot 3d) closed by mvngu
duplicate: Be careful not to reopen tickets. I'm closing this as a duplicate of …
19:07 Ticket #844 (dsage -- priority queues) closed by mvngu
wontfix: Close as wontfix. The dsage module has been removed by #7975.
18:21 Ticket #7210 (Make revolution plot 3d) closed by olazo
duplicate
17:46 Ticket #5922 (doctesting sage tree does not work when SAGE_ROOT is a symbolic link) closed by mvngu
fixed: Close as fixed by #6645.
17:41 Ticket #1811 (command line detach -- completely missing from Sage!?) closed by mvngu
fixed: Close as fixed by #7514.
16:41 Ticket #8057 (New boehm-gc-7.1.p3.spkg works with Open Solaris x64 as 64-bit) closed by mvngu
fixed: Merged …
16:40 Ticket #7827 (Fix atlas-3.8.3.p9 compilation on FreeBSD) closed by mvngu
fixed: Merged …
15:52 Ticket #8140 (words.CharacteristicSturmianWord does not do what it says) created by slabbe
The doc of words.CharacteristicSturmianWord says : […] But it does …
14:50 Ticket #8115 (bad patching practice in cddlib-094f.p2.spkg) closed by mvngu
fixed: Merged [ http://www.stp.dias.ie/~vbraun/cddlib-094f.p4.spkg
14:33 Ticket #7903 (mixing a non-GNU Fortran compiler with GCC is not detected very early) closed by mvngu
fixed: Close as fixed by #8052.
14:31 Ticket #8024 (Update prereq to check for Fortran compiler) closed by mvngu
fixed: Close as fixed by #8052.
14:30 Ticket #8052 (Update prereq to version 0.7 (mostly Fortran issues fixed)) closed by mvngu
fixed: Merged …
11:49 Ticket #8139 (Can not compute (very) high power of WordMorphism) created by vdelecroix
When taking a power greater than 30 of a WordMorphism? I (we?) get a ugly …
10:21 Ticket #6943 (Make @parallel more robust) closed by mvngu
fixed: Close as fixed by #6967.
01:45 Ticket #8138 (Single-column index in PDF reference manual) created by mpatel
Sphinx's LaTeX builder makes two-column indexes / indices, but the badness …

01/30/10:

23:42 Ticket #8137 (Thomas R. Nicely's Hardy-Littlewood logarithmic integral approximations to ...) created by kevin.stueve
Get Thomas R. Nicely's code for approximating the counts of twin primes …
22:48 Ticket #8136 (fix ref manual issues in linear_code.py) created by jhpalmieri
Building the reference manual in 4.3.2.alpha0 produces some warnings for …
22:20 Ticket #8135 (prime_pi approximation involving zeta zeros) created by kevin.stueve
Get into Sage an analytic approximation to prime_pi, the prime counting …
18:28 Ticket #8134 (Escape $s in notebook keybindings docstring, config.py) created by mpatel
Sphinx complains […] when building the reference manual.
17:33 Ticket #8133 (changing the string representation of Dirichlet charachters) created by wuthrich
The current representation of Dirichlet characters as something like …
17:00 Ticket #6989 (line3d can modify its argument type) closed by mvngu
fixed
16:57 Ticket #8130 (UnicodeDecodeError (etc.) with view from the command line) closed by jhpalmieri
wontfix: I don't think you're misinterpreting my question, I think I just don't …
16:32 Ticket #8132 (fix documentation related to ODE solvers) created by robert.marik
The documentation to ODE solvers is not written in harmony with Sage …
16:17 Ticket #8126 (fix typo in doc of circle) closed by mvngu
fixed: Merged …
16:14 Ticket #8081 (documentation bug on new gale_ryser_theorem()) closed by mvngu
fixed
16:11 Ticket #7878 (remove any spaces in output of testcc.sh and testcxx.sh) closed by mvngu
fixed: Merged …
16:02 Ticket #7617 (include sagetex as a standard spkg) closed by mvngu
fixed: Merged in this order: 1. …
15:54 Ticket #7502 (lazy import module) closed by mvngu
fixed: Merged …
15:52 Ticket #8107 (Fewer unnecessary imports from `sage.server.*`) closed by mvngu
fixed
15:50 Ticket #8083 (fix accents in LaTeX output) closed by mvngu
fixed: Merged …
15:47 Ticket #8084 (fix "show" in the notebook for strings) closed by mvngu
fixed: Merged …
15:45 Ticket #5524 (Fix missing equality test in attrcall) closed by mvngu
fixed
15:44 Ticket #8114 (doctest failure in `sage/libs/cremona/newforms.pyx` on 32-bit machines ...) closed by mvngu
fixed: Merged in this order: 1. …
15:41 Ticket #8095 (is_primitive of WordMorphism is broken) closed by mvngu
fixed
15:39 Ticket #7325 (Sage cannot solve inequalities) closed by mvngu
fixed: Merged only …
15:33 Ticket #8110 (fix issue with multi_polynomial.pyx in sage-4.3.2.alpha0) closed by mvngu
fixed
07:47 WikiStart edited by mvngu
sort kthow in alphabetical order (diff)
04:46 Ticket #8116 (cython fails to build in Open Solaris x64 as 64 bit if CFLAGS is not set ...) closed by jsp
invalid: I rebuilt python with in the spkg-install Darwin changed to SunOS. Python …
01:40 Ticket #8131 (Catalan numbers are integers) created by fwclarke
The patch makes Sage aware of this fact.

01/29/10:

21:24 Ticket #8103 (Published worksheets aren't inert) closed by mpatel
fixed
20:51 Ticket #8130 (UnicodeDecodeError (etc.) with view from the command line) created by jhpalmieri
Try this: […] It will throw a UnicodeDecodeError. This much can …
20:06 Ticket #8129 (Install jsMath image fonts in a fixed location) created by mpatel
Installing the jsMath image fonts in SAGE_LOCAL/lib/jsmath/fonts, say, …
18:47 Ticket #8128 (UnicodeDecodeError with %latex) created by mpatel
With the SageNB spkg at #8051, evaluating a cell […] raises […] See …
15:05 Ticket #8127 (Wraps string features into WordDatatypes) created by vdelecroix
Python has low-level operations for strings and we should allow them for …
13:49 Ticket #8126 (fix typo in doc of circle) created by robert.marik
Fix typo in documentation.
13:09 Ticket #8125 (problem with "text" in matplotlib) created by jhpalmieri
In Sage 4.3.2.alpha0: […]
13:04 Ticket #8124 (Selmer groups for number fields) created by rlm
I forgot to include this function in my big S-units and S-class groups …
11:24 Ticket #8123 (Notebook inclusion of SVG files) created by nbruin
It seems that the notebook is close to serving "SVG" files in a way usable …
11:10 WikiStart edited by kthow
Added a mapping of my trac username to my real name. (diff)
10:51 Ticket #8122 (Sage patches added directly to symmetica source) created by drkirkby
The symmerica package says in SPKG.txt […] It would appear various …
08:29 Ticket #8121 (preparsing of "time" special command inconsistent in company of ...) created by was
On the Sage (=IPython) command line: […] In the notebook […] This …
07:31 Ticket #8120 (UniqueRepresentation and hash value) created by hivert
The documentation of UniqueRepresentation says […] But there is …
07:22 Ticket #8119 (Rename change the hash value of some objects) created by hivert
For many objects the hash value is computed from __repr__. This is a …
07:05 Ticket #8118 (split off Galois representations and modular parametrization from ...) created by wuthrich
The file ell_rational_field.py is huge and should be split up further. …
05:36 Ticket #8117 (zodb3 fails to build in Open Solaris x64 as 64 bit if CFLAGS is not set) created by jsp
If CFLAGS not contains -m64 zodb3-3.7.0.2 fails to build on Open Solaris …
04:53 WikiStart edited by mvngu
sort username alphabetically (diff)
04:53 Ticket #8116 (cython fails to build in Open Solaris x64 as 64 bit if CFLAGS is not set ...) created by jsp
If $SAGE64 = "yes" we need CFLAGS=-m64 on Open Solaris. Patch coming up. …
01:51 Ticket #8115 (bad patching practice in cddlib-094f.p2.spkg) created by mvngu
A problem with cddlib-094f.p2.spkg is that it patches upstream source …
Note: See TracTimeline for information about the timeline view.