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
Guido van Rossum
164c36b6c3
Change of address; 1.4 beta 1.
1996-06-26 19:19:54 +00:00
Guido van Rossum
ecae0b7ebb
Fixed for Latex2e by Dave Ascher.
1996-06-26 19:03:20 +00:00
Guido van Rossum
84fb82dda0
Patchlevel to 1.4 beta 1.
1996-06-26 18:29:09 +00:00
Guido van Rossum
9d81b5594e
Different logic for defining CHECK(); 16-bit MSC specific define.
1996-06-26 18:27:19 +00:00
Guido van Rossum
845547d54b
Added CWI copyright.
...
Updated some comments.
Fixed bug in Merge() called with NULL args.
Get rid of TkDefaultAppName() -- it is not used anywhere.
Pass error message on when Appinit fails.
Create/Delete FileHandler assume fd is a socket on Windows.
1996-06-26 18:26:04 +00:00
Guido van Rossum
8d665e6b51
changed windows test symbols; removed debug printf from sockets
1996-06-26 18:22:49 +00:00
Guido van Rossum
8026febbd6
Made comment for getprogramname() more helpful.
1996-06-20 16:49:26 +00:00
Guido van Rossum
be32c8921c
More rational support for Windows (tested on Roj's NT 3.5 machine only).
...
Use PyArg_ParseTuple() where it makes sense.
1996-06-20 16:25:29 +00:00
Guido van Rossum
920b13d529
Added HAVE_FLOCK
1996-06-20 14:32:30 +00:00
Guido van Rossum
faf681a154
Some cleanups. Change of address.
1996-06-20 14:32:08 +00:00
Guido van Rossum
bfc1bbe57d
Some cleanup; make for loops over subdirs less noisy, more informative.
1996-06-20 14:30:38 +00:00
Guido van Rossum
0e41c8c848
Cosmetic change to the dox_8x3 hack.
1996-06-20 14:18:34 +00:00