Guido van Rossum
|
55dd113bc8
|
forget about html.sty
|
1995-03-17 15:59:41 +00:00 |
Sjoerd Mullender
|
14ece169ab
|
Added some (method) casts.
|
1995-03-17 12:18:38 +00:00 |
Guido van Rossum
|
385e7c6919
|
implement exit_thread through SystemExit exception
|
1995-03-17 10:42:27 +00:00 |
Guido van Rossum
|
fbd30e9159
|
added firstkey(), nextkey(), reorganize() methods
|
1995-03-16 16:07:34 +00:00 |
Guido van Rossum
|
13c503e93b
|
default mode="r" and add optional bufsize
|
1995-03-16 15:58:12 +00:00 |
Guido van Rossum
|
27e177d005
|
fixed up comments describing interface
|
1995-03-16 15:43:47 +00:00 |
Guido van Rossum
|
f4b012a9e0
|
use PyCallable_Check; split some lines
|
1995-03-16 15:43:29 +00:00 |
Guido van Rossum
|
4f17e3e2f9
|
test signal module
|
1995-03-16 15:07:38 +00:00 |
Guido van Rossum
|
a54754719d
|
made palatable for latex2html:
removed $math$, added braces to \item[\tt...]
|
1995-03-16 14:44:07 +00:00 |
Guido van Rossum
|
a521c1b751
|
Barry's 2.18 -- don't indent, only outdent
|
1995-03-15 20:02:40 +00:00 |
Guido van Rossum
|
2ed5354792
|
Barry's 2.16 -- more electric colon cruft, add py-outdent-left
and py_indent-right
|
1995-03-15 19:57:14 +00:00 |
Guido van Rossum
|
d97cc37489
|
barry's 2.13 -- minor reworking of code (added py-outdent-p)
|
1995-03-15 19:55:55 +00:00 |
Barry Warsaw
|
d865bc5984
|
#(py-electric-colon): updated comment
|
1995-03-15 18:23:16 +00:00 |
Barry Warsaw
|
a6a714eb3b
|
(py-electric-colon): don't indent, only outdent.
|
1995-03-15 18:19:15 +00:00 |
Barry Warsaw
|
1a6c82f1e6
|
(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
C-c C-l respectively.
|
1995-03-15 16:23:59 +00:00 |
Guido van Rossum
|
00198bef6a
|
1995 copyright
|
1995-03-15 12:53:53 +00:00 |
Guido van Rossum
|
d983cde886
|
change of address and date
|
1995-03-15 12:53:31 +00:00 |
Guido van Rossum
|
1133aec893
|
versions and dates
|
1995-03-15 11:34:18 +00:00 |
Guido van Rossum
|
b819bdfe83
|
handle a few new things
|
1995-03-15 11:26:26 +00:00 |
Guido van Rossum
|
26a9d37e5c
|
new, from ../Demo/www
|
1995-03-15 11:26:05 +00:00 |
Guido van Rossum
|
47b4c0fb35
|
replace ASCII by macro call
|
1995-03-15 11:25:32 +00:00 |
Barry Warsaw
|
9b623b3d63
|
(py-electric-colon): don't re-indent the line if it starts in column
zero
|
1995-03-14 23:59:07 +00:00 |
Barry Warsaw
|
464c94af2a
|
(py-no-outdent-re): fixed the regexp for try: clauses
|
1995-03-14 23:25:44 +00:00 |
Barry Warsaw
|
3874a3d7ef
|
(py-outdent-p): new function
(py-electric-colon, py-indent-line): watch out for intervening blank
or comment lines.
|
1995-03-14 22:05:53 +00:00 |
Guido van Rossum
|
1c1fbf817e
|
Barry's 2.12 -- fix some bugs in electric colon code
|
1995-03-14 21:33:10 +00:00 |
Guido van Rossum
|
1d5645d727
|
Barry's version 2.11 -- electric colon
|
1995-03-14 21:31:47 +00:00 |
Barry Warsaw
|
4f009fb092
|
(py-no-outdent-re): new constant
(py-indent-line, py-electric-colon): watch for compound statements one
line after another.
|
1995-03-14 20:53:08 +00:00 |
Barry Warsaw
|
b5e0ecbd33
|
(py-submit-bug-report): fixed summary querying
#Added a summary of changes
|
1995-03-14 18:32:54 +00:00 |
Guido van Rossum
|
4c7fa4b774
|
set mac path separator to newline
|
1995-03-14 17:53:54 +00:00 |
Guido van Rossum
|
8c1688e132
|
add dummy base to atoi/atol; careful about negative start indices in find/count
|
1995-03-14 17:43:02 +00:00 |
Guido van Rossum
|
55d2f3997e
|
rename copy.Error to copy.error
|
1995-03-14 17:41:36 +00:00 |
Guido van Rossum
|
030afb1d3a
|
add execvpe -- mix of execvp and execve
|
1995-03-14 17:27:18 +00:00 |
Guido van Rossum
|
dcce73af48
|
fix typos in escape() and print_form()
|
1995-03-14 17:22:28 +00:00 |
Barry Warsaw
|
0012c1ec74
|
(py-outdent-re): new constant
(py-electric-colon): use py-outdent-re instead of hardcoding
(py-indent-line): look for py-outdent-re and outdent a level
accordingly
|
1995-03-14 16:32:55 +00:00 |
Barry Warsaw
|
b86bbada37
|
#(py-indent-line): cosmetic
|
1995-03-14 15:56:35 +00:00 |
Barry Warsaw
|
b91b743476
|
(py-electric-colon): new command
|
1995-03-14 15:55:20 +00:00 |
Guido van Rossum
|
0c891ce61a
|
pickle classes; add format_version, load(s)/dump(s) shortcuts
|
1995-03-14 15:09:05 +00:00 |
Guido van Rossum
|
cc08112ff4
|
tiny additions for Windows 3.1
|
1995-03-14 15:05:41 +00:00 |
Guido van Rossum
|
6b14491bb4
|
mode and optional bufsize for makefile()
|
1995-03-14 15:05:13 +00:00 |
Guido van Rossum
|
b045afc711
|
plugged some memory leaks (Steve Clift)
|
1995-03-14 15:04:40 +00:00 |
Guido van Rossum
|
e333d167fe
|
1995 copyright
|
1995-03-14 15:04:19 +00:00 |
Guido van Rossum
|
a44823b776
|
In NT, write fatal() msg to debugging device
|
1995-03-14 15:01:17 +00:00 |
Guido van Rossum
|
5049bcb164
|
another round (sigh :-( )
|
1995-03-13 16:55:23 +00:00 |
Guido van Rossum
|
6bb1adc7ee
|
small changes by Soren Larsen
|
1995-03-13 10:03:32 +00:00 |
Guido van Rossum
|
a8a8d4aadd
|
removed GPL mumbo jumbo
|
1995-03-10 16:19:31 +00:00 |
Guido van Rossum
|
deaa1054fa
|
Lots of formatting changes by Barry, and a few real changes.
|
1995-03-10 16:17:03 +00:00 |
Barry Warsaw
|
cfec359016
|
#updated copywrite notice by removing the GPL language according to
#Guido's request.
# Updated the `Created' date
|
1995-03-10 15:58:16 +00:00 |
Guido van Rossum
|
6f4f5f7892
|
some more changes for NT and Borland
|
1995-03-10 15:14:41 +00:00 |
Guido van Rossum
|
caffcdfc8c
|
moved some stuff around for fewer confusion
|
1995-03-10 15:14:13 +00:00 |
Guido van Rossum
|
06d511ddf5
|
added PyErr_SetInterrupt(); NT ifdefs
|
1995-03-10 15:13:48 +00:00 |