Guido van Rossum
17f2b2dfed
Don't use tktools, dummy! Reworded test message slightly.
1996-07-21 02:20:06 +00:00
Guido van Rossum
421bb0e389
fix canvas bind commands
1996-07-21 02:19:32 +00:00
Guido van Rossum
6d6a15bab2
Added option to refilemessages() to keep sequences
1996-07-21 02:18:22 +00:00
Guido van Rossum
154a539460
Changes for new parser module (Fred Drake)
1996-07-21 02:17:52 +00:00
Guido van Rossum
6e21cebfbb
New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION
1996-07-21 02:16:53 +00:00
Guido van Rossum
7a1c7918e0
add mac compatibility
1996-07-21 02:09:54 +00:00
Jack Jansen
024a387f89
- Added a file dialog example
...
- Added pointers to library documentation
1996-07-18 16:07:05 +00:00
Jack Jansen
a547dcaff0
Old names changed to Py_GetCopyright, etc.
1996-07-10 15:48:25 +00:00
Jack Jansen
84d0bfcbe0
inittab is a "struct _inittab".
1996-07-10 15:47:19 +00:00
Jack Jansen
5220d020b9
Given a module/pathname file created by findmodulefiles compile all
...
needed modules and create a file full of PYC resources.
1996-07-10 13:19:08 +00:00
Barry Warsaw
fc9cc3a9ce
added a thing on the to-do list
1996-07-08 22:37:06 +00:00
Barry Warsaw
44b7220b8b
(python-font-lock-keywords): added class and def
1996-07-05 20:11:35 +00:00
Barry Warsaw
8e9d7d7e83
(py-mode-syntax-table): revert underscore to word class, even though I
...
don't agree with it.
1996-07-03 23:15:51 +00:00
Barry Warsaw
039707399e
(py-delete-char): Obey numeric argument.
1996-07-03 23:12:52 +00:00
Barry Warsaw
dea4a29e9a
(py-shift-region-left, py-shift-region-right, py-indent-right,
...
py-outdent-left, py-mode-map): Folded all functionality into
py-shift-region-* commands. Bound C-c C-l to py-shift-region-left and
C-c C-r to py-shift-region-right. Removed py-indent-right and
py-indent-left.
1996-07-03 22:59:12 +00:00
cvs2svn
c6143338b3
This commit was manufactured by cvs2svn to create tag 'r14beta1'.
1996-07-01 18:34:03 +00:00
Guido van Rossum
88dc264b0e
New versions of VC project which has no source files in PC/
1996-07-01 18:34:03 +00:00
Guido van Rossum
22b6db625a
added plock
1996-06-28 20:18:10 +00:00
Guido van Rossum
0068267750
split autoconf target in two
1996-06-28 20:15:41 +00:00
Guido van Rossum
6f489d989d
Slightly different Windows ifdefs
1996-06-28 20:15:15 +00:00
Guido van Rossum
919c576254
added comments about tcl/tk -l options
1996-06-28 20:13:08 +00:00
Guido van Rossum
1bc716f2fc
Added PC files from Jim Ahlstrom.
1996-06-28 19:12:06 +00:00
Guido van Rossum
c012547142
Added plock() system call.
...
Changed test for Windows times() emulation.
1996-06-28 18:55:32 +00:00
Guido van Rossum
cd6aab91a5
Fixed restore_files(); added reset_files(); made these more flexible.
1996-06-28 17:28:51 +00:00
Guido van Rossum
7d844a7c8a
aix sharedlib helpers
1996-06-26 21:15:02 +00:00
Guido van Rossum
236f62da7a
Corrections to aix_loaderror(), by Manus Hand.
1996-06-26 21:07:08 +00:00
Guido van Rossum
f21506076d
Jeremy's patches for more robust handling of unmarshallable types.
1996-06-26 20:41:23 +00:00
Guido van Rossum
bbb1e26a67
Add docs for planned improved handling of the marshalling of
...
unmarshallable objects.
1996-06-26 20:20:57 +00:00
Guido van Rossum
f2e98b4f55
new versions from Jim A
1996-06-26 19:53:41 +00:00
Guido van Rossum
80b0fa0d99
socket wrapper module around _socket for all Window platforms
1996-06-26 19:52:38 +00:00
Guido van Rossum
ca318ec12e
Some updates. Still out of date.
1996-06-26 19:50:09 +00:00
Guido van Rossum
3cd7fa40fa
new contributors
1996-06-26 19:48:47 +00:00
Guido van Rossum
746ea3598a
url2path for NT
1996-06-26 19:47:56 +00:00
Guido van Rossum
2281d35578
add nturl2path
1996-06-26 19:47:37 +00:00
Guido van Rossum
2d38f9146b
result of new configure.in
1996-06-26 19:47:01 +00:00
Guido van Rossum
a2ef383623
Split some long lines (headers, functions).
...
Rework --with-readline and --with-thread.
1996-06-26 19:45:23 +00:00
Guido van Rossum
1a5356006b
Added Andrew Kuchling's explanation of regexp's.
1996-06-26 19:43:22 +00:00
Guido van Rossum
8c593b1db5
Ignore latex intermediate products.
1996-06-26 19:30:01 +00:00
Guido van Rossum
1dead9bd0a
Added __doc__ to predefined module attributes.
1996-06-26 19:29:21 +00:00
Guido van Rossum
b7c6620e7f
typo
1996-06-26 19:27:05 +00:00
Guido van Rossum
a95a1405a8
expr_list -> expression_list
1996-06-26 19:26:55 +00:00
Guido van Rossum
7710f1f00c
explain global better
1996-06-26 19:26:40 +00:00
Guido van Rossum
00ed6a3279
added '**kw' to parameter list syntax
1996-06-26 19:26:20 +00:00
Guido van Rossum
036eae6647
mktime returns a float now.
1996-06-26 19:25:12 +00:00
Guido van Rossum
6076ea51e2
Added thread unsafety warning. Added optional retain arg to split.
1996-06-26 19:24:22 +00:00
Guido van Rossum
7c2fdda0b3
Better and correct words for split().
1996-06-26 19:23:26 +00:00
Guido van Rossum
1e8b63eb88
Document some process group stuff; mkdir mode arg optional; mkfifo.
1996-06-26 19:22:46 +00:00
Guido van Rossum
db9a7bba22
Give correct length of string.
1996-06-26 19:21:58 +00:00
Guido van Rossum
4d206541be
Slight update; file args are no longer optional.
1996-06-26 19:21:24 +00:00
Guido van Rossum
50ec5c074a
Add flock; warn about lockdata system dependency when using fcntl.
1996-06-26 19:20:33 +00:00