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
Guido van Rossum
fd03e2b4b1
Clear waitpid() status arg in case there's no process to report with
...
WNOHANG set.
1996-06-19 23:17:02 +00:00
Guido van Rossum
3b4da59cd6
Renamed static pow() to powerop() to avoid name conflict in some compilers.
1996-06-19 21:49:17 +00:00
Guido van Rossum
d3901028cf
Sjoerd's StringIO speed-up
1996-06-19 14:54:19 +00:00
Guido van Rossum
d4cc04c672
Add test that script name ends in .py.
...
Cosmetic changes to usage message (refer to "make install" now).
1996-06-17 17:49:13 +00:00
Guido van Rossum
f75f80eb48
Get struct _frozen defn from Python.h; new variable names.
1996-06-17 17:48:30 +00:00
Guido van Rossum
2bd37e6c9b
Added more entries to create required target subdirectories for sharedinstall.
1996-06-17 17:33:11 +00:00
Guido van Rossum
bd6187fcce
get rid of temporary README about Tommy's efforts
1996-06-17 17:15:28 +00:00
Guido van Rossum
990e619b45
new simple dialog module, incompatible
1996-06-17 17:14:46 +00:00
Guido van Rossum
84a00a80a2
Change defn of splitnport() to only accept valid digit strings.
1996-06-17 17:11:40 +00:00
Guido van Rossum
4e15599daa
Import marshal before using it :-(
1996-06-17 17:10:45 +00:00
Guido van Rossum
6afff6139a
Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem.
1996-06-17 17:10:11 +00:00
Guido van Rossum
7c46a920ae
New style interface via pointer variable.
1996-06-17 17:07:23 +00:00
Guido van Rossum
cfd0a22252
struct frozen is now struct _frozen and comes from import.h.
1996-06-17 17:06:34 +00:00