Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-outdent-re): new constant | Barry Warsaw | 1995-03-14 | 1 | -2/+16 |
| | | | | | | | (py-electric-colon): use py-outdent-re instead of hardcoding (py-indent-line): look for py-outdent-re and outdent a level accordingly | ||||
* | #(py-indent-line): cosmetic | Barry Warsaw | 1995-03-14 | 1 | -1/+1 |
| | |||||
* | (py-electric-colon): new command | Barry Warsaw | 1995-03-14 | 1 | -1/+26 |
| | |||||
* | pickle classes; add format_version, load(s)/dump(s) shortcuts | Guido van Rossum | 1995-03-14 | 1 | -16/+61 |
| | |||||
* | tiny additions for Windows 3.1 | Guido van Rossum | 1995-03-14 | 1 | -0/+3 |
| | |||||
* | mode and optional bufsize for makefile() | Guido van Rossum | 1995-03-14 | 1 | -6/+15 |
| | |||||
* | plugged some memory leaks (Steve Clift) | Guido van Rossum | 1995-03-14 | 1 | -9/+16 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-03-14 | 1 | -1/+1 |
| | |||||
* | In NT, write fatal() msg to debugging device | Guido van Rossum | 1995-03-14 | 1 | -0/+10 |
| | |||||
* | another round (sigh :-( ) | Guido van Rossum | 1995-03-13 | 2 | -1006/+1716 |
| | |||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 62 | -406/+394 |
| | |||||
* | removed GPL mumbo jumbo | Guido van Rossum | 1995-03-10 | 2 | -109/+134 |
| | |||||
* | Lots of formatting changes by Barry, and a few real changes. | Guido van Rossum | 1995-03-10 | 1 | -491/+684 |
| | |||||
* | #updated copywrite notice by removing the GPL language according to | Barry Warsaw | 1995-03-10 | 1 | -28/+7 |
| | | | | | | #Guido's request. # Updated the `Created' date | ||||
* | some more changes for NT and Borland | Guido van Rossum | 1995-03-10 | 1 | -3/+5 |
| | |||||
* | moved some stuff around for fewer confusion | Guido van Rossum | 1995-03-10 | 1 | -29/+30 |
| | |||||
* | added PyErr_SetInterrupt(); NT ifdefs | Guido van Rossum | 1995-03-10 | 1 | -1/+16 |
| | |||||
* | added PyErr_SetInterrupt() | Guido van Rossum | 1995-03-10 | 1 | -0/+6 |
| | |||||
* | moved bgen to Tools | Guido van Rossum | 1995-03-10 | 1 | -18/+18 |
| | |||||
* | why not commit the bug list and ChangeLog | Guido van Rossum | 1995-03-10 | 2 | -23/+166 |
| | |||||
* | pseudo progress bar (not finished) | Guido van Rossum | 1995-03-10 | 1 | -0/+31 |
| | |||||
* | added morse library (not finished yet) | Guido van Rossum | 1995-03-10 | 1 | -0/+188 |
| | |||||
* | added evtedit.py for SystemClick() | Guido van Rossum | 1995-03-10 | 1 | -0/+6 |
| | |||||
* | the usual | Guido van Rossum | 1995-03-10 | 20 | -27/+83 |
| | |||||
* | (py-delete-char): must have 'supersede value for 'delete-selection and | Barry Warsaw | 1995-03-09 | 1 | -0/+4 |
| | | | | 'pedning-delete properties. | ||||
* | cope with triple-quoted strings (says Barry) | Guido van Rossum | 1995-03-09 | 1 | -0/+7 |
| | |||||
* | the usual | Guido van Rossum | 1995-03-09 | 2 | -3/+57 |
| | |||||
* | add warning about recompiling myreadline.o; add Tools/ | Guido van Rossum | 1995-03-09 | 1 | -0/+6 |
| | |||||
* | the usual | Guido van Rossum | 1995-03-09 | 1 | -60/+67 |
| | |||||
* | added test for CC value not matching cache | Guido van Rossum | 1995-03-09 | 1 | -0/+7 |
| | |||||
* | added PicklingError exception | Guido van Rossum | 1995-03-09 | 1 | -2/+9 |
| | |||||
* | changes for MPW | Guido van Rossum | 1995-03-09 | 6 | -9/+13 |
| | |||||
* | add casts to malloc() calls | Guido van Rossum | 1995-03-09 | 1 | -2/+2 |
| | |||||
* | a few peephole optimizations | Guido van Rossum | 1995-03-09 | 5 | -8/+12 |
| | |||||
* | various tuple related optimizations; remove unused b/w compat code from ceval.c | Guido van Rossum | 1995-03-09 | 2 | -83/+44 |
| | |||||
* | changes in NT tests | Guido van Rossum | 1995-03-09 | 1 | -2/+3 |
| | |||||
* | use PROTO macro around fn prototype | Guido van Rossum | 1995-03-09 | 1 | -1/+1 |
| | |||||
* | addet SETTUPLEITEM and added cast to GETTUPLEITEM | Guido van Rossum | 1995-03-09 | 2 | -1/+5 |
| | |||||
* | (python-font-lock-keywords): better defaults. | Barry Warsaw | 1995-03-08 | 1 | -25/+22 |
| | |||||
* | (py-keep-region-active): new function. | Barry Warsaw | 1995-03-08 | 1 | -1/+7 |
| | |||||
* | #(python-font-lock-keywords): paren typo | Barry Warsaw | 1995-03-08 | 1 | -2/+2 |
| | |||||
* | (python-font-lock-keywords): new variable | Barry Warsaw | 1995-03-08 | 1 | -0/+27 |
| | |||||
* | (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b). | Barry Warsaw | 1995-03-08 | 1 | -3/+52 |
| | | | | | | | | | py-submit-bug-report placed on C-c C-b, and py-version placed on C-c C-v. (py-version, py-submit-bug-report): new functions (py-version, py-help-address): new variables | ||||
* | bump to version 2.0 now that I'm taking over | Barry Warsaw | 1995-03-08 | 0 | -0/+0 |
| | |||||
* | #initial stylistic rewrite | Barry Warsaw | 1995-03-08 | 1 | -490/+600 |
| | |||||
* | Initial revision | Jack Jansen | 1995-03-07 | 1 | -0/+41 |
| | |||||
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 28 | -80/+92 |
| | |||||
* | clarified expanding %xx and form for print_form | Guido van Rossum | 1995-03-07 | 2 | -18/+20 |
| | |||||
* | added macdnr | Guido van Rossum | 1995-03-07 | 3 | -2/+5 |
| | |||||
* | added code objects | Guido van Rossum | 1995-03-07 | 2 | -0/+44 |
| |