notebook/IPython
MinRK 70de13a394 add Integer traitlet
Most int traits are now Integers

Integer differs from Long only in that small `long`s are cast to `int`, rather than
all `int`s being cast to `long`:

    Integer(4L) => 4
    Long(4) => 4L

closes gh-942, closes gh-996.

Rebased to avoid recursive merge for just one commit.
2011-11-19 22:17:54 -08:00
..
frontend/html/notebook add Integer traitlet 2011-11-19 22:17:54 -08:00
testing Allow IPython to run without sqlite3 2011-10-20 10:36:10 -07:00
utils/tests Various fixes to tests in IPython.utils. 2011-10-08 13:08:44 +01:00