summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix comment about exit()Guido van Rossum1995-03-201-1/+1
|
* fix typo in tag_nextrangeGuido van Rossum1995-03-202-2/+2
|
* yet a better introductionGuido van Rossum1995-03-202-292/+300
|
* adapted to modern times; added section of HTMLGuido van Rossum1995-03-201-21/+39
|
* use macros more; added some more docsGuido van Rossum1995-03-201-36/+49
|
* added nodename macro calls for new very long section namesGuido van Rossum1995-03-2016-4/+28
|
* first cut at the whole quickdraw.h header file ...Guido van Rossum1995-03-195-28/+3573
|
* moved OpenDeskAcc hereGuido van Rossum1995-03-193-0/+30
|
* micro changeGuido van Rossum1995-03-184-12/+12
|
* add TkVersion,TclVersion; don't drop in debuggerGuido van Rossum1995-03-172-84/+40
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-17131-1124/+1970
| | | | unified style; etc.
* recognize more latex commands; add obindexGuido van Rossum1995-03-172-8/+44
|
* added lots of commentsGuido van Rossum1995-03-171-10/+100
|
* add (c) symbolGuido van Rossum1995-03-172-4/+4
|
* new date and versionGuido van Rossum1995-03-172-2/+2
|
* added table of precedencesGuido van Rossum1995-03-172-0/+102
|
* forget about html.styGuido van Rossum1995-03-172-2/+2
|
* Added some (method) casts.Sjoerd Mullender1995-03-172-52/+52
|
* implement exit_thread through SystemExit exceptionGuido van Rossum1995-03-171-7/+8
|
* added firstkey(), nextkey(), reorganize() methodsGuido van Rossum1995-03-161-0/+64
|
* 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