Guido van Rossum
|
650ae0ab06
|
remove unwanted fatal() from err_badcall()
|
1995-09-18 21:31:16 +00:00 |
Guido van Rossum
|
9d78d8d2fb
|
spell TraceBack with capital B
|
1995-09-18 21:29:36 +00:00 |
Guido van Rossum
|
8ca687a68e
|
use Py_PROTO macro
|
1995-09-18 21:20:02 +00:00 |
Guido van Rossum
|
8ba873b8ad
|
adapted to K&R C
|
1995-09-18 21:17:59 +00:00 |
Sjoerd Mullender
|
6f011d7ad5
|
Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise
may get inc_count sanity check abort).
|
1995-09-18 10:49:04 +00:00 |
Barry Warsaw
|
0c6563f7c7
|
(py-electric-colon): turn off electric behavior inside strings and
comments.
|
1995-09-14 20:57:02 +00:00 |
Barry Warsaw
|
57697af9b0
|
(python-mode): comment-multi-line must be nil for Emacs 19
|
1995-09-14 20:01:14 +00:00 |
Barry Warsaw
|
c01c5c859c
|
(py-compute-indentation): when inside a comment, indent to under the
most previous non-blank line.
|
1995-09-14 18:49:11 +00:00 |
Guido van Rossum
|
e77438cce0
|
new version from configure.in
|
1995-09-13 18:59:59 +00:00 |
Guido van Rossum
|
7c53b77733
|
plug some leaks
|
1995-09-13 18:39:47 +00:00 |
Guido van Rossum
|
1c20648ba2
|
added SITEPATH and DESTPATH variables
|
1995-09-13 18:39:04 +00:00 |
Guido van Rossum
|
55a214e39d
|
on osf/1, never use gcc; added test for strftime()
|
1995-09-13 17:48:09 +00:00 |
Guido van Rossum
|
bbc3410fa8
|
added 5th return item, clock time, to posix.times()
|
1995-09-13 17:39:51 +00:00 |
Guido van Rossum
|
a3127e8e11
|
added strop.translate(s, table)
|
1995-09-13 17:39:06 +00:00 |
Guido van Rossum
|
8d8c1eeed7
|
added time.strftime()
|
1995-09-13 17:38:35 +00:00 |
Guido van Rossum
|
26ee80947e
|
added strftime
|
1995-09-13 17:37:49 +00:00 |
Guido van Rossum
|
f65f278b8f
|
added string.translate(s, table)
|
1995-09-13 17:37:21 +00:00 |
Guido van Rossum
|
1e150618a3
|
add realtime as 5th item to os.times() return value
|
1995-09-13 17:36:35 +00:00 |
Guido van Rossum
|
93cf55e369
|
HP-Prec is not 64-bit
|
1995-09-13 17:35:28 +00:00 |
Guido van Rossum
|
a67dee30bf
|
move uncomfortable backslash
|
1995-09-13 17:34:25 +00:00 |
Guido van Rossum
|
502d96021b
|
incompletely converted to Tk 4.0
|
1995-09-07 19:59:22 +00:00 |
Guido van Rossum
|
c27e04228c
|
adapted to Tk 4.0 and CNRI man page locations
|
1995-09-07 19:47:46 +00:00 |
Guido van Rossum
|
69428f1fb3
|
improve fonts; Tk 4.0 aware
|
1995-09-07 19:46:43 +00:00 |
Guido van Rossum
|
bbf817557f
|
simplified no Tk() sets _default_root
|
1995-09-07 19:45:52 +00:00 |
Guido van Rossum
|
55618efad9
|
use $DISPLAY
|
1995-09-07 19:44:48 +00:00 |
Guido van Rossum
|
c66394d049
|
Initial revision
|
1995-09-07 19:42:57 +00:00 |
Guido van Rossum
|
23d7b4bbfd
|
removed redundant C++ hack
|
1995-09-07 19:37:11 +00:00 |
Guido van Rossum
|
a0dfc7ad65
|
fixed the test program
|
1995-09-07 19:28:19 +00:00 |
Guido van Rossum
|
aad8692328
|
Initial revision
|
1995-09-07 19:22:38 +00:00 |
Guido van Rossum
|
a5773ddb23
|
move constants to Tkconstants; added some; overridable error reporting; fix typo in propagate
|
1995-09-07 19:22:00 +00:00 |
Guido van Rossum
|
1dc366f109
|
add (dummy) mode arg to open()
|
1995-09-01 22:55:11 +00:00 |
Guido van Rossum
|
edd6376e5e
|
added read/writelines, bufsize to makefile, gethostbyaddr
|
1995-09-01 22:53:37 +00:00 |
Guido van Rossum
|
b9e39c8861
|
Filter button should set selection's directory, too
|
1995-09-01 20:36:47 +00:00 |
Guido van Rossum
|
bf4d8f9d87
|
added OptionMenu class (tk_optionMenu interface)
|
1995-09-01 20:35:37 +00:00 |
Guido van Rossum
|
cf9e27c72e
|
support value-less attributes, using regex.group()
|
1995-09-01 20:34:29 +00:00 |
Guido van Rossum
|
fd504d9f09
|
took out forms support (in favor a Grail extension)
|
1995-09-01 20:33:32 +00:00 |
Guido van Rossum
|
a89b1bade5
|
rationalized os.path.split() so split "/a/" yields "/a", ""
|
1995-09-01 20:32:21 +00:00 |
Jack Jansen
|
6655c4e2d2
|
Build appplications, libraries and applets according to builtin
instructions.
|
1995-09-01 12:03:32 +00:00 |
Jack Jansen
|
0f452fa557
|
Slightly reorganized so it is useable from another program, and
put all print statements in 'if DEBUG'.
|
1995-09-01 11:54:11 +00:00 |
Jack Jansen
|
54500bb79f
|
Fixed typo
|
1995-09-01 11:53:17 +00:00 |
Jack Jansen
|
8932a8223e
|
Projects used for 1.3b3 distribution (I promise I won't check them in
for every little change;-)
|
1995-09-01 11:52:39 +00:00 |
Jack Jansen
|
e83d201f5d
|
Minor fix
|
1995-09-01 11:50:53 +00:00 |
Jack Jansen
|
05249f96f2
|
Updated 1.3 relnotes and added top-level instructions
|
1995-09-01 11:49:11 +00:00 |
Jack Jansen
|
b39be2173b
|
Fixed to work on 68K (could be yet another optimizer bug or something)
|
1995-09-01 11:48:10 +00:00 |
Jack Jansen
|
54bc679d0a
|
patchlevel set to 1.3b3
|
1995-09-01 11:46:27 +00:00 |
Jack Jansen
|
dffa123f99
|
Seems I had never checked the README file in...
|
1995-08-31 14:18:30 +00:00 |
Jack Jansen
|
41fa7ea719
|
Python will now attempt (again) to create at least a minimal
preferences file if it is missing.
|
1995-08-31 13:59:36 +00:00 |
Jack Jansen
|
9119ccfadd
|
Added List module
|
1995-08-31 13:58:28 +00:00 |
Jack Jansen
|
847e89ecfa
|
Removed unused variables
|
1995-08-31 13:57:40 +00:00 |
Jack Jansen
|
57633c1a48
|
removed unused variables
|
1995-08-31 13:57:06 +00:00 |