summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small changes by Soren LarsenGuido van Rossum1995-03-1362-406/+394
|
* removed GPL mumbo jumboGuido van Rossum1995-03-102-109/+134
|
* Lots of formatting changes by Barry, and a few real changes.Guido van Rossum1995-03-101-491/+684
|
* #updated copywrite notice by removing the GPL language according toBarry Warsaw1995-03-101-28/+7
| | | | | | #Guido's request. # Updated the `Created' date
* some more changes for NT and BorlandGuido van Rossum1995-03-101-3/+5
|
* moved some stuff around for fewer confusionGuido van Rossum1995-03-101-29/+30
|
* added PyErr_SetInterrupt(); NT ifdefsGuido van Rossum1995-03-101-1/+16
|
* added PyErr_SetInterrupt()Guido van Rossum1995-03-101-0/+6
|
* moved bgen to ToolsGuido van Rossum1995-03-101-18/+18
|
* why not commit the bug list and ChangeLogGuido van Rossum1995-03-102-23/+166
|
* pseudo progress bar (not finished)Guido van Rossum1995-03-101-0/+31
|
* added morse library (not finished yet)Guido van Rossum1995-03-101-0/+188
|
* added evtedit.py for SystemClick()Guido van Rossum1995-03-101-0/+6
|
* the usualGuido van Rossum1995-03-1020-27/+83
|
* (py-delete-char): must have 'supersede value for 'delete-selection andBarry Warsaw1995-03-091-0/+4
| | | | 'pedning-delete properties.
* cope with triple-quoted strings (says Barry)Guido van Rossum1995-03-091-0/+7
|
* the usualGuido van Rossum1995-03-092-3/+57
|
* add warning about recompiling myreadline.o; add Tools/Guido van Rossum1995-03-091-0/+6
|
* the usualGuido van Rossum1995-03-091-60/+67
|
* added test for CC value not matching cacheGuido van Rossum1995-03-091-0/+7
|
* added PicklingError exceptionGuido van Rossum1995-03-091-2/+9
|
* changes for MPWGuido van Rossum1995-03-096-9/+13
|
* add casts to malloc() callsGuido van Rossum1995-03-091-2/+2
|
* a few peephole optimizationsGuido van Rossum1995-03-095-8/+12
|
* various tuple related optimizations; remove unused b/w compat code from ceval.cGuido van Rossum1995-03-092-83/+44
|
* changes in NT testsGuido van Rossum1995-03-091-2/+3
|
* use PROTO macro around fn prototypeGuido van Rossum1995-03-091-1/+1
|
* addet SETTUPLEITEM and added cast to GETTUPLEITEMGuido van Rossum1995-03-092-1/+5
|
* (python-font-lock-keywords): better defaults.Barry Warsaw1995-03-081-25/+22
|
* (py-keep-region-active): new function.Barry Warsaw1995-03-081-1/+7
|
* #(python-font-lock-keywords): paren typoBarry Warsaw1995-03-081-2/+2
|
* (python-font-lock-keywords): new variableBarry Warsaw1995-03-081-0/+27
|
* (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b).Barry Warsaw1995-03-081-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 overBarry Warsaw1995-03-080-0/+0
|
* #initial stylistic rewriteBarry Warsaw1995-03-081-490/+600
|
* Initial revisionJack Jansen1995-03-071-0/+41
|
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-0728-80/+92
|
* clarified expanding %xx and form for print_formGuido van Rossum1995-03-072-18/+20
|
* added macdnrGuido van Rossum1995-03-073-2/+5
|
* added code objectsGuido van Rossum1995-03-072-0/+44
|
* clarified code objectsGuido van Rossum1995-03-072-6/+6
|
* added ref to vars()Guido van Rossum1995-03-074-6/+24
|
* reverse sense of PyMac_Idle testGuido van Rossum1995-03-061-1/+1
|
* socket.pyGuido van Rossum1995-03-061-8/+8
|
* no longer need to include IN.py or SOCKET.pyGuido van Rossum1995-03-042-10/+6
|
* changes for MPWGuido van Rossum1995-03-041-1/+5
|
* remove some unused local variablesGuido van Rossum1995-03-041-5/+0
|
* correct some return values and remove some unused variablesGuido van Rossum1995-03-041-5/+2
|
* include macglue.h so we can use HAVE_UNIVERSAL_HEADERS;Guido van Rossum1995-03-041-4/+7
| | | | | and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning?
* don't use math at allGuido van Rossum1995-03-041-2/+1
|