summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* default mode="r" and add optional bufsizeGuido van Rossum1995-03-161-2/+2
|
* fixed up comments describing interfaceGuido van Rossum1995-03-161-19/+18
|
* use PyCallable_Check; split some linesGuido van Rossum1995-03-161-12/+19
|
* test signal moduleGuido van Rossum1995-03-161-0/+50
|
* made palatable for latex2html:Guido van Rossum1995-03-168-172/+186
| | | | removed $math$, added braces to \item[\tt...]
* Barry's 2.18 -- don't indent, only outdentGuido van Rossum1995-03-151-8/+10
|
* Barry's 2.16 -- more electric colon cruft, add py-outdent-leftGuido van Rossum1995-03-151-10/+55
| | | | and py_indent-right
* barry's 2.13 -- minor reworking of code (added py-outdent-p)Guido van Rossum1995-03-151-16/+19
|
* #(py-electric-colon): updated commentBarry Warsaw1995-03-151-5/+5
|
* (py-electric-colon): don't indent, only outdent.Barry Warsaw1995-03-151-4/+6
|
* (py-indent-right, py-outdent-left): new commands, bound to C-c C-r andBarry Warsaw1995-03-151-0/+41
| | | | C-c C-l respectively.
* 1995 copyrightGuido van Rossum1995-03-152-14/+14
|
* change of address and dateGuido van Rossum1995-03-153-6/+6
|
* versions and datesGuido van Rossum1995-03-152-6/+6
|
* handle a few new thingsGuido van Rossum1995-03-152-30/+66
|
* new, from ../Demo/wwwGuido van Rossum1995-03-153-0/+3573
|
* replace ASCII by macro callGuido van Rossum1995-03-158-36/+36
|
* (py-electric-colon): don't re-indent the line if it starts in columnBarry Warsaw1995-03-141-5/+9
| | | | zero
* (py-no-outdent-re): fixed the regexp for try: clausesBarry Warsaw1995-03-141-1/+1
|
* (py-outdent-p): new functionBarry Warsaw1995-03-141-12/+15
| | | | | (py-electric-colon, py-indent-line): watch out for intervening blank or comment lines.
* Barry's 2.12 -- fix some bugs in electric colon codeGuido van Rossum1995-03-141-22/+43
|
* Barry's version 2.11 -- electric colonGuido van Rossum1995-03-141-10/+68
|
* (py-no-outdent-re): new constantBarry Warsaw1995-03-141-18/+39
| | | | | (py-indent-line, py-electric-colon): watch for compound statements one line after another.
* (py-submit-bug-report): fixed summary queryingBarry Warsaw1995-03-141-4/+23
| | | | #Added a summary of changes
* set mac path separator to newlineGuido van Rossum1995-03-141-1/+1
|
* add dummy base to atoi/atol; careful about negative start indices in find/countGuido van Rossum1995-03-142-10/+22
|
* rename copy.Error to copy.errorGuido van Rossum1995-03-141-5/+8
|
* 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-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): 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
| | | | | | #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
|