mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
70de13a394
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. |
||
---|---|---|
docs/source/_static | ||
IPython | ||
.gitignore | ||
.mailmap | ||
setup.py | ||
setupbase.py |