summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add execvpe -- mix of execvp and execveGuido van Rossum1995-03-141-6/+22
* fix typos in escape() and print_form()Guido van Rossum1995-03-141-4/+4
* (py-outdent-re): new constantBarry Warsaw1995-03-141-2/+16
* #(py-indent-line): cosmeticBarry Warsaw1995-03-141-1/+1
* (py-electric-colon): new commandBarry Warsaw1995-03-141-1/+26
* pickle classes; add format_version, load(s)/dump(s) shortcutsGuido van Rossum1995-03-141-16/+61
* tiny additions for Windows 3.1Guido van Rossum1995-03-141-0/+3
* mode and optional bufsize for makefile()Guido van Rossum1995-03-141-6/+15
* plugged some memory leaks (Steve Clift)Guido van Rossum1995-03-141-9/+16
* 1995 copyrightGuido van Rossum1995-03-141-1/+1
* In NT, write fatal() msg to debugging deviceGuido van Rossum1995-03-141-0/+10
* another round (sigh :-( )Guido van Rossum1995-03-132-1006/+1716
* 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
* 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
* 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
* 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