[sage-combinat-devel] _repr_ method for Posets

2013-02-28 Thread Chris
Hello all! Right now, the _repr_ method for posets returns a very generic statement: sage: Posets(4)[0] Finite poset containing 4 elements This makes two posets with the same number of elements indistinguishable from their _repr_. I would like to change this. Possible suggestion: Poset on n

[sage-combinat-devel] Cythoning sage.categories.homset?

2013-02-28 Thread Simon King
Hi! Homsets are used whenever a coercion or conversion map is involved, hence, they are uniquitous in Sage and should thus be fast. Before I try to convert homset.py into homset.pyx, I'd like to ask, because I suppose people have already tried to make it Cython: Is there a reason why the