Go to file
Matthias Bussonnier fea07e81ce Merge pull request #3370 from minrk/nonasciicp
used in comparison check for notebook name change.

Unless the filenames are normalized, unchanged names may result in false positives for a name change (e.g. OS X uses NFD on the filesystem, so u'\xfc' roundtripped to the filesystem will be u'u\u0308'), which can result in the first save of a notebook after open performing the following actions:

save the recently opened notebook
old_name != new_name, so name change detected
delete old_name (which is actually new_name), which ultimately deletes the just-saved notebook
In master, this has a symptom of the first checkpoint failing because the first save actually deleted the file, and you can't checkpoint a notebook that doesn't exist.

closes #3360
2013-06-02 08:43:20 -07:00
docs/source/_static
examples copy IPython logo in example directory 2013-03-30 11:48:28 +01:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Merge pull request #3370 from minrk/nonasciicp 2013-06-02 08:43:20 -07:00
.gitignore ignore checkpoints 2013-05-01 17:32:45 -07:00
.mailmap
setup.py Make submodule checks work under Python 3. 2013-05-30 11:17:51 +01:00
setupbase.py Fix: "python ABS/PATH/TO/ipython.py" fails 2013-05-10 23:30:26 +02:00