Go to file
Min RK 72611e43f2 Merge pull request #4469 from takluyver/py3-getcwdu
Python 3 & getcwdu

We were using the os.getcwdu() function in several places. That doesn't exist on Python 3, but the path.py module was masking that by setting os.getcwdu = os.getcwd. As described in #4462, however, that didn't always work.

This adds a reference in py3compat which points to getcwd on Python 3 and getcwdu in Python 2.
2013-11-01 12:50:09 -07:00
docs/source update reveal docs with recent changes 2013-09-13 11:16:04 -07:00
examples test clear_output callback 2013-10-22 19:43:56 -07:00
git-hooks
IPython Python 3 compatibility for os.getcwdu() 2013-10-31 12:37:45 -07:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Fix renaming scripts with 3 suffix on Python 3 2013-10-29 09:15:55 -07:00
setupbase.py Fix renaming scripts 2013-10-29 09:15:55 -07:00