Guido van Rossum
064a62bc8a
err() should be varargs -- and fix one call
1995-07-07 22:39:14 +00:00
Guido van Rossum
ef4ee62a0f
added getpalatform()
1995-07-07 22:38:14 +00:00
Guido van Rossum
807b7bec06
normalized flag arg and made flag, mode default args; minor cosmetics
1995-07-07 22:37:11 +00:00
Guido van Rossum
55ea8a7b5b
pass $PLATFORM into config.c
1995-07-07 22:35:21 +00:00
Guido van Rossum
36bc68024f
sys/wait.h; NeXT changes (no unistd, utime; getcwd?)
1995-06-14 22:54:23 +00:00
Guido van Rossum
4a2698648e
fix NL for Linux bash bug; special processing for -u options
1995-06-14 22:52:06 +00:00
Guido van Rossum
ac56297421
edited RCS cruft
1995-06-14 22:49:20 +00:00
Guido van Rossum
31affb2e42
new modules soundex.c and environment.c
1995-06-14 22:31:38 +00:00
Guido van Rossum
30b6b2b032
add setblocking(); NT changes; null-terminate Unix path
1995-06-14 22:28:08 +00:00
Guido van Rossum
6e69fc7a72
removed rcs cruft
1995-06-14 22:23:17 +00:00
Guido van Rossum
9caac91641
NeXT doesn't like me to declare hypot(double, double)
1995-06-14 22:17:37 +00:00
Sjoerd Mullender
3db845b6f7
Make constants from cl.h include file available as module variables.
...
Also added Irix 5.3 constants.
1995-05-17 11:16:52 +00:00
Guido van Rossum
009e79bf02
unified join(fields), split(fields)
1995-05-03 17:40:23 +00:00
Guido van Rossum
f4449def3b
small clarifications / lay out
1995-04-10 11:37:18 +00:00
Guido van Rossum
74ee2878b6
move decl of realmain() out of #ifdef
1995-03-30 11:00:56 +00:00
Guido van Rossum
de4e124c9b
add WNOHANG
1995-03-30 10:56:54 +00:00
Guido van Rossum
07432c0ef6
fix subtle refcnt bug
1995-03-29 16:47:45 +00:00
Sjoerd Mullender
542659bbd0
Use newgetargs instead of getargs.
...
Check if objects are closed in getattr function instead of in each
method.
Removed functions sbtoa and timetoa.
Added functions msftoframe.
Added variables that used to be in standard module CD.
1995-03-28 12:06:23 +00:00
Sjoerd Mullender
14ece169ab
Added some (method) casts.
1995-03-17 12:18:38 +00:00
Guido van Rossum
385e7c6919
implement exit_thread through SystemExit exception
1995-03-17 10:42:27 +00:00
Guido van Rossum
fbd30e9159
added firstkey(), nextkey(), reorganize() methods
1995-03-16 16:07:34 +00:00
Guido van Rossum
27e177d005
fixed up comments describing interface
1995-03-16 15:43:47 +00:00
Guido van Rossum
f4b012a9e0
use PyCallable_Check; split some lines
1995-03-16 15:43:29 +00:00
Guido van Rossum
cc08112ff4
tiny additions for Windows 3.1
1995-03-14 15:05:41 +00:00
Guido van Rossum
6b14491bb4
mode and optional bufsize for makefile()
1995-03-14 15:05:13 +00:00