]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/symbol_sequence.py
Remove the __call__() code and refactor everything into subcalls of __getitem__().
[sage.d.git] / mjo / symbol_sequence.py
2012-11-06 Michael OrlitzkyRemove the __call__() code and refactor everything...
2012-11-06 Michael OrlitzkyUpdate all doctests to use index[] notation instead...
2012-11-05 Michael OrlitzkyAllow tuples to be passed in square brackets.
2012-11-04 Michael OrlitzkyAdd the SymbolSequence class; eventually headed upstream.