Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calculate.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix insert of answer when not definedReinier Heeres2008-03-131-3/+4
|
* i18n of help functions; not the final solution!Reinier Heeres2007-11-301-5/+5
|
* Included support for rational numbersReinier Heeres2007-11-181-7/+15
|
* Big update; see NEWSReinier Heeres2007-11-181-7/+30
|
* Removed debug lineReinier Heeres2007-11-131-2/+0
|
* Unicode parsing + bugfixesReinier Heeres2007-11-131-29/+31
|
* Remove set_titleReinier Heeres2007-11-011-1/+0
|
* eqnparserhelp.py included, basic i18n supportReinier Heeres2007-09-241-18/+18
|
* Fixed #3625Reinier Heeres2007-09-201-1/+2
|
* Key 'x %' workingReinier Heeres2007-09-201-0/+8
|
* Function exceptions get caught.Reinier Heeres2007-09-161-16/+29
|
* Improved internal equation history logicReinier Heeres2007-09-161-21/+35
|
* Bugfixes and improvements (help system, error reporting)Reinier Heeres2007-09-161-44/+94
|
* Minor design tweaksReinier Heeres2007-09-101-3/+3
|
* Bugfixes, plot axes labels, MANIFEST updateReinier Heeres2007-09-101-2/+3
|
* Basic plot() support!Reinier Heeres2007-09-071-57/+74
|
* Sharing simplified; should fix slowdownsReinier Heeres2007-09-051-29/+72
|
* See NEWS, major upgradeReinier Heeres2007-09-031-97/+316
|
* adapt import from canvasicon -> icon moduleReinier Heeres2007-08-291-1/+1
|
* Removed sugar color module importReinier Heeres2007-08-221-1/+0
|
* Two more name changes 'calc' -> 'calculate'Reinier Heeres2007-07-281-10/+5
|
* Added sharing to calculate! Actually, it has a pretty bad performanceMiguel Ángel Álvarez Bernardo2007-07-191-11/+50
| | | | | | | so people are not advised to updgrade except for testing. It requires the sharedstate module (also in git) someplace in pythonpath to work correctly I also added back & forth functionality through the arrow keys
*