Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | clarified code objects | Guido van Rossum | 1995-03-07 | 2 | -6/+6 |
| | |||||
* | added ref to vars() | Guido van Rossum | 1995-03-07 | 4 | -6/+24 |
| | |||||
* | reverse sense of PyMac_Idle test | Guido van Rossum | 1995-03-06 | 1 | -1/+1 |
| | |||||
* | socket.py | Guido van Rossum | 1995-03-06 | 1 | -8/+8 |
| | |||||
* | no longer need to include IN.py or SOCKET.py | Guido van Rossum | 1995-03-04 | 2 | -10/+6 |
| | |||||
* | changes for MPW | Guido van Rossum | 1995-03-04 | 1 | -1/+5 |
| | |||||
* | remove some unused local variables | Guido van Rossum | 1995-03-04 | 1 | -5/+0 |
| | |||||
* | correct some return values and remove some unused variables | Guido van Rossum | 1995-03-04 | 1 | -5/+2 |
| | |||||
* | include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; | Guido van Rossum | 1995-03-04 | 1 | -4/+7 |
| | | | | | and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning? | ||||
* | don't use math at all | Guido van Rossum | 1995-03-04 | 1 | -2/+1 |
| |