| Merging Gael's branch into trunk. |
|
More...
|
over 17 years ago
|
| Fix vista bug: subprocess execution not working if not started from cmd.exe. |
|
More...
|
over 17 years ago
|
| Fix iptest under windows vista. |
|
More...
|
over 17 years ago
|
| Try to catter for exception in corner cases with some version of windows Vista. I do a version check on the version of windows (not easy, actually), and give up on implementing killable processes if the OS is to recent. |
|
More...
|
over 17 years ago
|
| Fix bug in raw_input that was requiring a manditory argument, whereas it should be optional. |
|
More...
|
over 17 years ago
|
| Catter for empty docstrings (bug introduced 2 checkins ago). |
|
More...
|
over 17 years ago
|
| Catter for diferent keycode for "(" under vista (UTF-16 related ?). |
|
More...
|
over 17 years ago
|
| Remove one more Yield, to make the frontend more robust under Vista. |
|
More...
|
over 17 years ago
|
| Apply the same hack used for raw_input to system calls. |
|
More...
|
over 17 years ago
|
| Trying a different approach for raw_input: starting a second event loop to avoid Yields which cause problems under Vista. |
|
More...
|
over 17 years ago
|
| Fix raw_input. |
|
More...
|
over 17 years ago
|
| Another attempt at fixing raw_input/program execution under windows Vista. |
|
More...
|
over 17 years ago
|
| Fix tab-completion on lines other than the last one. |
|
More...
|
over 17 years ago
|
| Tweak to have windows show tracebacks. |
|
More...
|
over 17 years ago
|
| Merge upstream. |
|
More...
|
over 17 years ago
|
| Get synchronous writes working under windows. |
|
More...
|
over 17 years ago
|
| Fix a race in killing subprocesses. |
|
More...
|
over 17 years ago
|
| Merge with upstream. |
|
More...
|
over 17 years ago
|
| This set of changes fixes numerous bugs related to Windows and the test suite. At this point all tests should pass or skip on all the major platforms. I have also fixed the Windows post install script, so that it creates .bat and .py files for all the ip* scripts. |
|
More...
|
over 17 years ago
|
| Merging upstream changes. |
|
More...
|
over 17 years ago
|
| Clean up setupegg.py |
|
More...
|
over 17 years ago
|
| Add a test for the error previously discovered. |
|
More...
|
over 17 years ago
|
| Make the interpreter play well with unicode string. |
|
More...
|
over 17 years ago
|
| Faster refresh on write. Avoid recursive Yields. |
|
More...
|
over 17 years ago
|
| Better display of exception: do not display the calling code in the traceback. |
|
More...
|
over 17 years ago
|
| Capture errors in user's input lines and raises meaningfull exceptions. |
|
More...
|
over 17 years ago
|
| Better handling of errors in multiline inputs. |
|
More...
|
over 17 years ago
|
| ileo: %lno magic allows quick note taking |
|
More...
|
over 17 years ago
|
| Nicer indentation on multiline input. |
|
More...
|
over 17 years ago
|
| ileo: %lleo without args opens ~/.ipython/ipython_notebook.leo %lshadow opens the specified dir as @shadow tree |
|
More...
|
over 17 years ago
|