Guido van Rossum
80530ce875
* Add some more tests for numbers
...
* mainloop.py: don't use select unless absolutely necessary (for Mac)
1993-01-21 15:36:40 +00:00
Jack Jansen
9672e44842
Create CMIF-video file from SGI rgb images
1993-01-20 15:10:05 +00:00
Jack Jansen
09cbf9a7a6
Use full path for izoom.h include file
1993-01-19 15:33:13 +00:00
Jack Jansen
3c2eb5c5cb
Added (optional) better scaling to readscaled
1993-01-19 15:17:13 +00:00
Sjoerd Mullender
76ab5feb45
ushdr_t was not defined so fill in its size instead of using sizeof.
1993-01-13 12:49:46 +00:00
Guido van Rossum
7b74176762
Close the window when receiving a close request; turn time into int.
1993-01-13 12:45:41 +00:00
Sjoerd Mullender
e89341250d
Added error checking.
...
Improved coexistance with dl module.
1993-01-13 12:08:48 +00:00
cvs2svn
dd104400dc
This commit was manufactured by cvs2svn to create tag 'release098'.
1993-01-10 18:33:56 +00:00
Guido van Rossum
e35399ea7b
Checking in last-minute changes that are already part of release 0.9.8
1993-01-10 18:33:56 +00:00
Guido van Rossum
775f4dacbc
* Makefile: use cp -r to install the library
...
* ceval.c: use #ifdef COMPAT_HACKS instead of #if 0
* Makefile: fix to make clmodule.c compile;
make config.o dependent on libpython.a (so date is always correct)
* timemodule.c: now sleep() also takes a float argument.
* posixmodule.c: added nice().
1993-01-09 17:18:52 +00:00
Jack Jansen
d513f0bcb6
Fixed various bugs in the adpcm routines
1993-01-08 14:40:53 +00:00
Sjoerd Mullender
ed59d205a9
Various changes.
...
* Makefile: svmodule.c.proto and svgen.py are gone, svmodule.c came in
their stead. Also, pass -DUSE_DL flag to thread.c and give
the user a possibility to add the -DDEBUG to just thread.c.
* ceval.c: init_save_thread() can be called more than once now.
* svgen.py, svmodule.c.proto, svmodule.c: Removed prototype file and
replaced it by the generated file.
* thread.c: Added some more checks; added call to DL library when it
is also used to tell it where the shared arena is so that DL
can use some other area.
* threadmodule.c: Call init_save_thread from another place. Also,
added new function getlocklock() which does to lock objects
what getfilefile does to file objects.
1993-01-06 13:36:38 +00:00
Guido van Rossum
fea2af1e9b
* More changes due to stricter argument passing rules
...
* Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time()
returning a floating point number. (And fix old bug in calendar)
* Add recursion level to mainloop.mainloop(), to make it reentrant.
1993-01-04 09:16:51 +00:00
Guido van Rossum
a2b7f40513
* Configure.py: use #!/usr/local/bin/python
...
* posixmodule.c: move extern function declarations to top
* listobject.c: cmp() arguments must be void* if __STDC__
* Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of
strdup() -- it is a portability risk
* Makefile: enclosed ranlib command in parentheses for Sequent Make
which aborts if the command is not found even if '-' is present
* timemodule.c: time() returns a floating point number, in microsecond
precision if BSD_TIME is defined.
1993-01-04 09:09:59 +00:00
Guido van Rossum
349f2b516b
Renamed vcopy to Vcopy (it is the only old tool that's still in use)
1992-12-24 11:41:14 +00:00
Guido van Rossum
3f3c099e9f
Get rid of C and out-of-date files
1992-12-24 11:39:36 +00:00
Guido van Rossum
ec706ada62
Added usage message, minor cosmetic changes
1992-12-24 11:39:00 +00:00
Guido van Rossum
42e9be4559
Fix typo in print message
1992-12-24 11:38:29 +00:00
Guido van Rossum
5b40761856
Use plain python.
1992-12-24 11:37:53 +00:00
Guido van Rossum
f1ceba61a4
setsize has two arguments: width, height.
1992-12-24 11:37:21 +00:00
Guido van Rossum
6e0e668d1c
Renamed Vrecc to Vrecb (*b*urst mode capture).
1992-12-23 15:41:38 +00:00
Jack Jansen
6bc8c7f3e2
Added mono, grey2 and grey4 formats
1992-12-23 15:37:20 +00:00
Guido van Rossum
d7b67f261e
*** empty log message ***
1992-12-22 14:35:05 +00:00
Guido van Rossum
5dd997c59d
Changed indentation to 8, use a better technique to handle window I/O.
1992-12-22 14:34:43 +00:00
Guido van Rossum
de788b8261
fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.
1992-12-22 14:24:04 +00:00
Jack Jansen
de3adf9ef7
Added 2 and 4 bits grey formats
1992-12-22 14:05:55 +00:00
Guido van Rossum
a3b986ed4c
Added generic array handlers
1992-12-21 14:33:18 +00:00
Guido van Rossum
9ef9c07ed9
Changed to use make_call
1992-12-21 14:33:05 +00:00
Guido van Rossum
b637221d93
Full broadcast support
1992-12-21 14:32:55 +00:00
Guido van Rossum
da164d2bff
Clarified some parts
1992-12-21 14:32:38 +00:00
Guido van Rossum
73065385e8
Changed to use new make_call method
1992-12-21 14:32:28 +00:00
Guido van Rossum
8f1506b126
Complete broadcast support (both raw and via port mapper CALLIT)
1992-12-21 14:32:06 +00:00
Guido van Rossum
fdcbbcb196
Initial revision
1992-12-21 14:31:41 +00:00
Guido van Rossum
cdd04cad5c
Initial revision
1992-12-20 18:14:23 +00:00
Guido van Rossum
6252229170
Added remark about servers
1992-12-20 14:58:09 +00:00
Guido van Rossum
b99457c35c
Changed mkcred interface
1992-12-20 14:57:51 +00:00
Guido van Rossum
fd92ac89cc
Bind to reserved port if root; changed mkcred interface; added -t/-u option
1992-12-20 14:57:17 +00:00
Guido van Rossum
79f85eedfd
Changed mkcred/mkverf interface; added makesocket hook and changed init
...
interfaces; added bindresvport call.
1992-12-20 14:56:32 +00:00
Guido van Rossum
c91d60a640
Changes to protect servers against broken clients
1992-12-19 00:06:17 +00:00
Guido van Rossum
424c673d2f
Added server classes, and various robustness hacks
1992-12-19 00:05:55 +00:00
Guido van Rossum
2eed1e796e
Don't call test()
1992-12-17 17:32:59 +00:00
Guido van Rossum
0270032423
Don't even show #test()
1992-12-17 17:32:44 +00:00
Guido van Rossum
58dd035f3c
Added comments.
1992-12-17 17:32:35 +00:00
Guido van Rossum
7271babcef
Compatibility hack with Python 0.9.6.
1992-12-17 17:32:24 +00:00
Guido van Rossum
2f5dd888d1
Initial revision
1992-12-17 17:32:10 +00:00
Guido van Rossum
a585444f7b
Added compatibility hacks for Python 0.9.6.
1992-12-17 17:31:58 +00:00
Guido van Rossum
3346b6ad49
Use 'l' as format, not 'i'.
1992-12-17 17:12:48 +00:00
Guido van Rossum
fa83c7b31b
Added some XXX comment.
1992-12-17 17:12:38 +00:00
Guido van Rossum
c4698fbfbe
Improved exception handing. Added some XXX comments.
1992-12-17 17:12:17 +00:00
Guido van Rossum
4ac605e627
Changes to some math using underscore as subscript, necessary since
...
the new style file defines underscore as an underscore in tt font.
1992-12-17 15:31:02 +00:00