Changes between Version 174 and Version 180 of Ticket #12719
- Timestamp:
- 11/08/12 20:36:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12719
-
Property
Dependencies
changed from
#13459
to#13459, #13211
-
Property
Milestone
changed from
sage-5.5
tosage-pending
-
Property
Dependencies
changed from
-
Ticket #12719 – Description
v174 v180 17 17 18 18 To the sage library: 19 * [attachment:trac_12719- 5.1beta1.patch]19 * [attachment:trac_12719-rebased-to-13211.patch] (or [attachment:trac_12719-5.1beta1.patch] if #13211 has not been applied) 20 20 * [attachment:trac_12719-move_to_preparser_rebased.patch] 21 21 * [attachment:trac_12719_ipython_fixes.patch] … … 33 33 * [attachment:trac_12719-gcd-repr.patch] 34 34 35 So assuming that #13211 has been applied: 35 36 {{{ 36 37 cd SAGE_ROOT … … 43 44 ./sage --hg -R local/bin qimport -P http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/12719-test-displayhook.patch 44 45 45 ./sage --hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719- 5.1beta1.patch46 ./sage --hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-rebased-to-13211.patch 46 47 ./sage --hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-move_to_preparser_rebased.patch 47 48 ./sage --hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719_ipython_fixes.patch