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 |
Guido van Rossum
|
575d561c65
|
added PyErr_SetInterrupt()
|
1995-03-10 15:13:03 +00:00 |
Guido van Rossum
|
e23e1fbaa6
|
moved bgen to Tools
|
1995-03-10 15:12:23 +00:00 |
Guido van Rossum
|
2cc9b2b5b4
|
why not commit the bug list and ChangeLog
|
1995-03-10 15:09:12 +00:00 |
Guido van Rossum
|
7a84c5a354
|
pseudo progress bar (not finished)
|
1995-03-10 14:47:38 +00:00 |
Guido van Rossum
|
7aa87cc5b3
|
added morse library (not finished yet)
|
1995-03-10 14:47:05 +00:00 |
Guido van Rossum
|
b7a38354f4
|
added evtedit.py for SystemClick()
|
1995-03-10 14:46:39 +00:00 |
Guido van Rossum
|
227a4232e6
|
the usual
|
1995-03-10 14:42:57 +00:00 |
Barry Warsaw
|
fc8a01fc5a
|
(py-delete-char): must have 'supersede value for 'delete-selection and
'pedning-delete properties.
|
1995-03-09 16:07:29 +00:00 |
Guido van Rossum
|
1b761a6ef9
|
cope with triple-quoted strings (says Barry)
|
1995-03-09 14:45:40 +00:00 |
Guido van Rossum
|
04cba5bcec
|
the usual
|
1995-03-09 14:44:51 +00:00 |
Guido van Rossum
|
e109aa71f2
|
add warning about recompiling myreadline.o; add Tools/
|
1995-03-09 14:12:10 +00:00 |
Guido van Rossum
|
8b131c5f27
|
the usual
|
1995-03-09 14:10:13 +00:00 |
Guido van Rossum
|
03ad99f09f
|
added test for CC value not matching cache
|
1995-03-09 14:09:54 +00:00 |
Guido van Rossum
|
7849da8631
|
added PicklingError exception
|
1995-03-09 14:08:35 +00:00 |
Guido van Rossum
|
a320fd308c
|
changes for MPW
|
1995-03-09 12:14:15 +00:00 |
Guido van Rossum
|
b6fe7048e7
|
add casts to malloc() calls
|
1995-03-09 12:13:43 +00:00 |
Guido van Rossum
|
5fe605889a
|
a few peephole optimizations
|
1995-03-09 12:12:50 +00:00 |