Jack Jansen
|
3f14f4a3fc
|
Changed the way .rsrc and template are copied: hopefully this will
finally get the bundle stuff right.
|
1995-09-24 21:05:24 +00:00 |
Guido van Rossum
|
9722ad8883
|
Mac changes
|
1995-09-22 23:49:28 +00:00 |
Guido van Rossum
|
453534a84d
|
added verbose option; added ismap/align/width/height to handle_image args
|
1995-09-22 00:55:50 +00:00 |
Guido van Rossum
|
3c0bfd0dee
|
fix <!...!> parsing; added verbose option; don't lowercase entityrefs
|
1995-09-22 00:54:32 +00:00 |
Guido van Rossum
|
8421c4e833
|
actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon
|
1995-09-22 00:52:38 +00:00 |
Guido van Rossum
|
3f6bb86593
|
fix bogus resize length in nextc
|
1995-09-21 20:36:34 +00:00 |
Guido van Rossum
|
194e20a9db
|
add file parameter to all printing fns, default stderr
|
1995-09-20 20:31:51 +00:00 |
Barry Warsaw
|
095e9c6954
|
(py-align-multiline-strings-p): new variable
|
1995-09-19 20:01:42 +00:00 |
Guido van Rossum
|
2242fd1c22
|
fix several bugs in tr argument lists
|
1995-09-19 16:19:29 +00:00 |
Guido van Rossum
|
e7abf4e2c3
|
remove Modules/Makefile on distclean
|
1995-09-18 22:12:20 +00:00 |
Guido van Rossum
|
57855b177f
|
added strftime
|
1995-09-18 22:03:30 +00:00 |
Guido van Rossum
|
ff84049b25
|
added psa plug
|
1995-09-18 22:02:47 +00:00 |
Guido van Rossum
|
dc3372e943
|
new exec syntax
|
1995-09-18 22:00:37 +00:00 |
Guido van Rossum
|
aada0d51a5
|
Initial revision
|
1995-09-18 22:00:15 +00:00 |
Guido van Rossum
|
71b1a90bad
|
added getitem/setitem to Image class; changed call wrapping (again)
|
1995-09-18 21:54:35 +00:00 |
Guido van Rossum
|
1c9daa8ba6
|
handle missing QUERY_STRING
|
1995-09-18 21:52:37 +00:00 |
Guido van Rossum
|
3b7b8131a6
|
recognize a few more file types
|
1995-09-18 21:50:43 +00:00 |
Guido van Rossum
|
54c1510cb7
|
improved test/main program
|
1995-09-18 21:49:24 +00:00 |
Guido van Rossum
|
a1e7e62893
|
fix bug with missing default for last arg (discovered by Tommy Burnette)
|
1995-09-18 21:44:04 +00:00 |
Guido van Rossum
|
befa14f1b9
|
#undef argument, for the Mac
|
1995-09-18 21:42:42 +00:00 |
Guido van Rossum
|
020dfe7f2e
|
include Python.h
|
1995-09-18 21:40:19 +00:00 |
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 |