Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 12 | -265/+282 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 2 | -280/+280 |
| | |||||
* | Reindented with tabs only (seems fair to the Windows crowd). | Guido van Rossum | 1998-03-26 | 1 | -99/+99 |
| | |||||
* | Add a sleep(0.00001) call to make sure all threads run. | Guido van Rossum | 1998-03-26 | 1 | -0/+2 |
| | |||||
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 2 | -8/+0 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 36 | -930/+930 |
| | |||||
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 1 | -6/+0 |
| | |||||
* | Add -q option that *just* prints the filename. | Guido van Rossum | 1998-03-26 | 1 | -7/+13 |
| | |||||
* | Get rid of the check for -linet -- recent Sequent Dynix systems don't | Guido van Rossum | 1998-03-26 | 2 | -173/+126 |
| | | | | need this any more and apparently it screws up their configuration. | ||||
* | (py-postprocess-output-buffer): Return t if an exception was found, | Barry Warsaw | 1998-03-26 | 1 | -9/+13 |
| | | | | | | | | | | otherwise return nil. (py-execute-region): When executing the buffer asynchronously in a subprocess, if an exception occurred, show both the output buffer and the file containing the exception, leaving point on the source line containing bottom-most error in the traceback. If no exception occurred, jump to the output buffer (no change). | ||||
* | (py-execute-region): Watch out for shell-command-on-region killing a | Barry Warsaw | 1998-03-25 | 1 | -4/+10 |
| | | | | zero sized output buffer. | ||||
* | Support 'whence' parameter to seek(). | Guido van Rossum | 1998-03-25 | 1 | -2/+11 |
| | |||||
* | Don't use the fncychap package for HOWTO documents; appendices break. Still | Fred Drake | 1998-03-25 | 3 | -28/+31 |
| | | | | use them for manuals. | ||||
* | Python HOWTO template document, with lots of help from AMK. | Fred Drake | 1998-03-25 | 2 | -0/+342 |
| | |||||
* | Update. | Fred Drake | 1998-03-25 | 1 | -1/+4 |
| | |||||
* | Change uses of \pdfinfo and \pdfcatalog to use the new syntax from the | Fred Drake | 1998-03-25 | 3 | -17/+17 |
| | | | | | latest pdftex. (Which we have here at CNRI.) This makes the PDF targets work again. | ||||
* | Make $MYDIR absolute -- bug reported by AMK. | Fred Drake | 1998-03-24 | 1 | -0/+4 |
| | |||||
* | give in to tab police | Guido van Rossum | 1998-03-24 | 6 | -435/+440 |
| | |||||
* | Report first line with inconsistent tab usage. | Guido van Rossum | 1998-03-24 | 1 | -4/+24 |
| | |||||
* | Check for boundary errors in [r]find -- find("x", "", 2) should return -1. | Guido van Rossum | 1998-03-24 | 1 | -2/+2 |
| | |||||
* | Give in to Timmy's Tedious Tab Theorem. | Guido van Rossum | 1998-03-23 | 1 | -1/+1 |
| | |||||
* | Give in to the tab police. | Guido van Rossum | 1998-03-20 | 6 | -285/+295 |
| | |||||
* | The Tab Police watches for possibly inconsistent indentation. | Guido van Rossum | 1998-03-20 | 1 | -0/+74 |
| | |||||
* | Big changes by Mark Hammond to support freezing with DLLs on Windows. | Guido van Rossum | 1998-03-20 | 4 | -47/+201 |
| | |||||
* | Mark Hammond's main program for a frozen application. | Guido van Rossum | 1998-03-20 | 1 | -0/+134 |
| | |||||
* | Removed all the mixed indentation face stuff. It's not as helpful as | Barry Warsaw | 1998-03-20 | 1 | -9/+0 |
| | | | | | it at first seems. I think we've got a good idea of what to do, but it'll be a bit of work... for later. | ||||
* | (py-tab-face): => py-mixed-indentation-face | Barry Warsaw | 1998-03-20 | 1 | -5/+6 |
| | | | | | | (python-font-lock-keywords): Better regexp given by Sjoerd. This matches only mixed indentation which is probably more useful than matching all tabs. | ||||
* | (py-in-literal, py-fast-in-literal): New functions (mostly) stolen | Barry Warsaw | 1998-03-19 | 1 | -24/+45 |
| | | | | | | | | from CC Mode. (py-guess-indent-offset): Teach it about colons in `literals' (e.g. comments and strings). Don't false hit colons in literals; keep searching for a real block introducing line. | ||||
* | #minor change to eval-while-compile so that it must both find | Barry Warsaw | 1998-03-19 | 1 | -4/+7 |
| | | | | | #custom.el and have an up-to-date version (i.e. one that defines #defcustom -- which Emacs 19.34's by default does not). | ||||
* | (py-tab-face, python-font-lock-keywords): Color all tabs at the start | Barry Warsaw | 1998-03-19 | 1 | -0/+8 |
| | | | | | | | of a line in py-tab-face to aid in seeing mixed tab/space indentation. This face defaults to the `default' face so it is unobtrusive until you `M-x customize-face' py-tab-face to something obnoxious like "Yellow". | ||||
* | Fix indent of one line in mkarg(), that got indented badly by the | Guido van Rossum | 1998-03-19 | 1 | -1/+1 |
| | | | | recent reindent! | ||||
* | Use "/usr/bin/env perl" for the #! line, and change the -i option to: | Fred Drake | 1998-03-19 | 1 | -1/+4 |
| | | | | | | | use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior. | ||||
* | build_dvi(): Make sure we run latex enough times; this now matches the # | Fred Drake | 1998-03-18 | 1 | -0/+1 |
| | | | | of times pdflatex would be run, which is correct. | ||||
* | Subtle fix in the read() code which could cause a read broken up in | Guido van Rossum | 1998-03-18 | 1 | -1/+1 |
| | | | | several pieces to fail... | ||||
* | Add obvious needed else clause to format_exception(). | Guido van Rossum | 1998-03-18 | 1 | -0/+2 |
| | |||||
* | Fix bug in islocked() -- it would always return 0. | Guido van Rossum | 1998-03-17 | 1 | -0/+2 |
| | |||||
* | update while dragging defaults to 0 | Barry Warsaw | 1998-03-17 | 1 | -1/+1 |
| | |||||
* | No update while dragging still tracks the arrows | Barry Warsaw | 1998-03-17 | 1 | -36/+59 |
| | |||||
* | Prefer clock() over times() for timer function, except on the Mac, | Guido van Rossum | 1998-03-17 | 1 | -4/+7 |
| | | | | | where we use GetTicks() -- its clock() is a crock, with only 1 second accuracy, I believe. | ||||
* | According to Tim Peters, there should be 'print' statements in one | Guido van Rossum | 1998-03-17 | 2 | -6/+6 |
| | | | | particular example. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 129 | -703/+705 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Coding cleanups. | Fred Drake | 1998-03-17 | 1 | -162/+189 |
| | | | | Fix some small but messy buglets. | ||||
* | Get the index working at least partway again. | Fred Drake | 1998-03-17 | 1 | -193/+126 |
| | | | | Some small cleanups. | ||||
* | Update.... | Fred Drake | 1998-03-17 | 1 | -9/+3 |
| | |||||
* | Revert the index stuff to work better with LaTeX2HTML. | Fred Drake | 1998-03-17 | 6 | -12/+28 |
| | |||||
* | Reverting some the index stuff to use tools/newind.py again; this works | Fred Drake | 1998-03-17 | 1 | -2/+4 |
| | | | | | | | | | better with LaTeX2HTML. Run pdflatex twice to generate the PDF files, even though LaTeX has already been run a couple of times. This ensures that font metrics for the final run match those for the first run, and seesm to get (somewhat) better outline results. | ||||
* | Reverting some of the index stuff to work with LaTeX2HTML better. | Fred Drake | 1998-03-17 | 1 | -3/+0 |
| | |||||
* | Logical markup, consistency. | Fred Drake | 1998-03-17 | 2 | -26/+26 |
| | |||||
* | Added PyErr_NormalizeException | Guido van Rossum | 1998-03-17 | 1 | -0/+1 |
| | |||||
* | Get rid of Entrywidget | Barry Warsaw | 1998-03-16 | 1 | -14/+0 |
| |