]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Guido van Rossum [Tue, 23 Jun 1992 09:07:03 +0000 (09:07 +0000)]
Changes for new UNIX-specific built-in module 'select' and new header for
interfaces to variants of select() system call, "myselect.h". This includes
adding fileno() methods to files, sockets and stdwin.
Guido van Rossum [Fri, 19 Jun 1992 13:57:27 +0000 (13:57 +0000)]
sysmodule.c: calling sys.settrace() or sys.setprofile() without
arguments crashed in INCREF() calls which should be XINCREF() calls.
timemodule.c: fix for SEQUENT port (sys/select, struct timezone) by
Jaap Vermeulen
xxobject.c: include modsupport.h
Guido van Rossum [Fri, 12 Jun 1992 10:39:36 +0000 (10:39 +0000)]
Some UNIX types want the exact size of the address structure
Guido van Rossum [Fri, 12 Jun 1992 10:39:22 +0000 (10:39 +0000)]
Fix for SEQUENT by Jaap Vermeulen
Guido van Rossum [Fri, 5 Jun 1992 15:13:53 +0000 (15:13 +0000)]
Fix regexp recognizing comments to cope with unterminated comments.
Guido van Rossum [Fri, 5 Jun 1992 15:11:56 +0000 (15:11 +0000)]
Fix bug in ulaw2lin for 4-byte values
Guido van Rossum [Fri, 5 Jun 1992 15:11:30 +0000 (15:11 +0000)]
Added {get,set}sockopt(). allowbroadcast is now obsolete.
Guido van Rossum [Wed, 3 Jun 1992 17:59:20 +0000 (17:59 +0000)]
Change recipe to build qua.
Guido van Rossum [Wed, 3 Jun 1992 17:59:07 +0000 (17:59 +0000)]
Initial revision
Guido van Rossum [Wed, 3 Jun 1992 17:58:43 +0000 (17:58 +0000)]
Fixed comparison: i < k < j should be i <= k < j.
Guido van Rossum [Wed, 3 Jun 1992 17:56:44 +0000 (17:56 +0000)]
Documented new contents of lib5.tex
Guido van Rossum [Wed, 3 Jun 1992 17:08:15 +0000 (17:08 +0000)]
Removed confusing, incorrect comment.
Guido van Rossum [Wed, 3 Jun 1992 17:07:49 +0000 (17:07 +0000)]
fixed bugs in generic_setattr (returned NULL instead of
-1 for errors)
Guido van Rossum [Wed, 3 Jun 1992 17:07:40 +0000 (17:07 +0000)]
added BYTE, CHAR and unsigned variants
Guido van Rossum [Wed, 3 Jun 1992 17:07:23 +0000 (17:07 +0000)]
Added new types to setattr() as well...
Guido van Rossum [Wed, 3 Jun 1992 17:07:06 +0000 (17:07 +0000)]
Added 1992 to copyright notice
Guido van Rossum [Wed, 3 Jun 1992 17:06:36 +0000 (17:06 +0000)]
added readscaled() function.
Guido van Rossum [Wed, 3 Jun 1992 17:06:14 +0000 (17:06 +0000)]
Initial revision
Guido van Rossum [Wed, 3 Jun 1992 17:05:13 +0000 (17:05 +0000)]
append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.
default DATE is now 3 Jun 1992
Guido van Rossum [Wed, 3 Jun 1992 16:50:01 +0000 (16:50 +0000)]
Initial revision
Guido van Rossum [Wed, 3 Jun 1992 16:49:44 +0000 (16:49 +0000)]
Improvements by Sjoerd
Guido van Rossum [Wed, 3 Jun 1992 16:49:29 +0000 (16:49 +0000)]
Improved functionality, by Sjoerd
Guido van Rossum [Wed, 3 Jun 1992 16:48:44 +0000 (16:48 +0000)]
Fix pnm test for short files and add X bitmap as recognized type
Guido van Rossum [Wed, 3 Jun 1992 16:47:49 +0000 (16:47 +0000)]
Remove reference to obsolete module 'audio'
Guido van Rossum [Wed, 3 Jun 1992 16:47:24 +0000 (16:47 +0000)]
Comment out debug prints (by Sjoerd)
Guido van Rossum [Mon, 1 Jun 1992 16:01:24 +0000 (16:01 +0000)]
Initial revision
Guido van Rossum [Wed, 27 May 1992 14:06:59 +0000 (14:06 +0000)]
Initial revision
Guido van Rossum [Tue, 19 May 1992 13:52:02 +0000 (13:52 +0000)]
Initial revision
Guido van Rossum [Tue, 19 May 1992 13:51:32 +0000 (13:51 +0000)]
Change of names
Guido van Rossum [Tue, 19 May 1992 13:51:20 +0000 (13:51 +0000)]
New == syntax
Guido van Rossum [Tue, 19 May 1992 13:50:10 +0000 (13:50 +0000)]
Added two #! lines
Guido van Rossum [Tue, 19 May 1992 13:49:16 +0000 (13:49 +0000)]
Change the way ignore is assigned to
Guido van Rossum [Tue, 19 May 1992 13:48:31 +0000 (13:48 +0000)]
IOError instead of RuntimeError
Guido van Rossum [Tue, 19 May 1992 13:47:37 +0000 (13:47 +0000)]
Small improvements everywhere; added info field to the display.
Guido van Rossum [Mon, 18 May 1992 14:49:07 +0000 (14:49 +0000)]
Now uses module 'sndhdr' to recognize most sound header types,
guess raw file parameters, add Rate menu, call SOX to convert
file types or sampling rates that sfplay doesn't support.
Guido van Rossum [Fri, 15 May 1992 15:40:30 +0000 (15:40 +0000)]
Make it at least legal grammar!
Guido van Rossum [Fri, 15 May 1992 15:39:56 +0000 (15:39 +0000)]
Initial revision
Guido van Rossum [Fri, 15 May 1992 15:39:44 +0000 (15:39 +0000)]
Added jukebox
Guido van Rossum [Fri, 15 May 1992 11:06:29 +0000 (11:06 +0000)]
Mark's name is Callow, not Callows
Guido van Rossum [Fri, 15 May 1992 11:06:12 +0000 (11:06 +0000)]
Added support for CD module
Guido van Rossum [Fri, 15 May 1992 11:05:54 +0000 (11:05 +0000)]
Initial revision
Guido van Rossum [Fri, 15 May 1992 11:05:24 +0000 (11:05 +0000)]
Added gete?[gu]id functions
Guido van Rossum [Fri, 15 May 1992 11:04:59 +0000 (11:04 +0000)]
Added parameter decls to do_mkvalue for non-template machines
Guido van Rossum [Thu, 14 May 1992 14:24:57 +0000 (14:24 +0000)]
Initial revision
Guido van Rossum [Tue, 12 May 1992 12:33:44 +0000 (12:33 +0000)]
Append /ufs/guido/src/video to sys.path.
Guido van Rossum [Thu, 7 May 1992 15:21:52 +0000 (15:21 +0000)]
Print real width and warn for stride not a multiple of 4 bytes
Guido van Rossum [Thu, 7 May 1992 15:21:25 +0000 (15:21 +0000)]
Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5.
Guido van Rossum [Wed, 6 May 1992 17:58:34 +0000 (17:58 +0000)]
Standardize indentation to 8 chars; remove redundant "saveframe";
add -s (short listing) option; don't print space after tab;
print data size in bytes and whether it
is a color image.
Guido van Rossum [Wed, 6 May 1992 17:58:18 +0000 (17:58 +0000)]
Define colorinfo even if no header line found
Guido van Rossum [Wed, 6 May 1992 11:39:49 +0000 (11:39 +0000)]
Unmerged except and finally clauses
Guido van Rossum [Wed, 6 May 1992 11:38:27 +0000 (11:38 +0000)]
Add names for perm bits (S_IREAD etc).
Only extract 4 bits of mode to get the file type
Guido van Rossum [Wed, 6 May 1992 11:38:11 +0000 (11:38 +0000)]
Add CDDA_DATASIZE to exported constants
Guido van Rossum [Wed, 6 May 1992 11:36:49 +0000 (11:36 +0000)]
fix a typo in samestat() (ST_DEV, not STD_DEV);
rewrite ismount() to compare stats of path and path/..
Guido van Rossum [Wed, 6 May 1992 09:48:30 +0000 (09:48 +0000)]
Wanneer er geen disk in de speler zit falen sommige routines. De
exceptie heeft nu in dat geval als argument "no disc in player", behalve
wanneer de bibliotheek routine errno zet. In dat laatste geval wordt
(nog steeds) err_errno() gebruikt.
Wanneer een routine uit de bibliotheek faalt wordt nu altijd een IOError
gegenereerd. Een RuntimeError treedt alleen op bij verkeerde argumenten.
Guido van Rossum [Wed, 6 May 1992 09:47:10 +0000 (09:47 +0000)]
Don't use \ for continuation lines; minor changes.
Guido van Rossum [Thu, 23 Apr 1992 11:34:39 +0000 (11:34 +0000)]
DISK is written with a K
Guido van Rossum [Wed, 22 Apr 1992 14:33:26 +0000 (14:33 +0000)]
Changed caching code
Guido van Rossum [Wed, 22 Apr 1992 13:47:50 +0000 (13:47 +0000)]
Added comment header; don't use undocumented internals.
Guido van Rossum [Wed, 22 Apr 1992 13:44:48 +0000 (13:44 +0000)]
The getstatus() method of a Readcd instance always calls
self.player.getstatus().
Guido van Rossum [Wed, 22 Apr 1992 13:39:48 +0000 (13:39 +0000)]
Rewritten (by Sjoerd again) to use module readcd
Guido van Rossum [Wed, 22 Apr 1992 13:39:33 +0000 (13:39 +0000)]
readcd is now part of the standard library (for SI)
Guido van Rossum [Wed, 22 Apr 1992 13:39:10 +0000 (13:39 +0000)]
Adopted new readcd interface; caught interrupts
Guido van Rossum [Wed, 22 Apr 1992 13:24:13 +0000 (13:24 +0000)]
Initial revision
Guido van Rossum [Tue, 21 Apr 1992 15:36:23 +0000 (15:36 +0000)]
Initial revision
Guido van Rossum [Fri, 17 Apr 1992 16:32:53 +0000 (16:32 +0000)]
Fix finally syntax
Guido van Rossum [Wed, 15 Apr 1992 17:52:27 +0000 (17:52 +0000)]
Initial revision
Guido van Rossum [Wed, 15 Apr 1992 17:52:18 +0000 (17:52 +0000)]
Document cdaiff and readcd
Guido van Rossum [Wed, 15 Apr 1992 17:49:14 +0000 (17:49 +0000)]
Fix use of exceptions; new getstatus(); command line argument for trackno.
Guido van Rossum [Wed, 15 Apr 1992 16:40:12 +0000 (16:40 +0000)]
renamed readcd to recvcd (to avoid conflict with Sjoerd's reacd class)
Guido van Rossum [Wed, 15 Apr 1992 16:38:38 +0000 (16:38 +0000)]
Changed status format; added host argument; documented arguments;
fixed code for missing frame argument.
Guido van Rossum [Wed, 15 Apr 1992 16:20:12 +0000 (16:20 +0000)]
Track info is now two triples instead of six number
Guido van Rossum [Wed, 15 Apr 1992 16:19:23 +0000 (16:19 +0000)]
New getstatus() return.
Use togglepause() only if playing or paused.
Guido van Rossum [Wed, 15 Apr 1992 15:56:11 +0000 (15:56 +0000)]
Return more structured data in some cases
Guido van Rossum [Tue, 14 Apr 1992 11:07:19 +0000 (11:07 +0000)]
Moved a few lines out of the try statement
Guido van Rossum [Tue, 14 Apr 1992 11:05:59 +0000 (11:05 +0000)]
added main() call
Guido van Rossum [Tue, 14 Apr 1992 11:05:49 +0000 (11:05 +0000)]
added comment and main() call
Guido van Rossum [Tue, 14 Apr 1992 11:05:40 +0000 (11:05 +0000)]
cosmetics
Guido van Rossum [Tue, 14 Apr 1992 11:05:22 +0000 (11:05 +0000)]
improved lay-out; added call to main()
Guido van Rossum [Tue, 14 Apr 1992 11:04:57 +0000 (11:04 +0000)]
made it a little nicer; use CDDA_DATASIZE; restore output sampling rate
Guido van Rossum [Mon, 13 Apr 1992 18:41:41 +0000 (18:41 +0000)]
Change comments about SGI subdirectory
Guido van Rossum [Mon, 13 Apr 1992 18:38:20 +0000 (18:38 +0000)]
Initial revision
Guido van Rossum [Mon, 13 Apr 1992 18:30:07 +0000 (18:30 +0000)]
Initial revision
Guido van Rossum [Mon, 13 Apr 1992 18:22:53 +0000 (18:22 +0000)]
Initial revision
Guido van Rossum [Mon, 13 Apr 1992 15:54:59 +0000 (15:54 +0000)]
Added declaration for mkvalue()
Guido van Rossum [Mon, 13 Apr 1992 15:54:35 +0000 (15:54 +0000)]
Use mkvalue() instead of painfully constructing values
Guido van Rossum [Mon, 13 Apr 1992 15:53:41 +0000 (15:53 +0000)]
Merged with Steve Miale's version
Guido van Rossum [Mon, 13 Apr 1992 10:48:55 +0000 (10:48 +0000)]
Added mkvalue() function
Guido van Rossum [Thu, 9 Apr 1992 14:58:08 +0000 (14:58 +0000)]
Test for NULL coming out of err_get() in call_exc_trace()
Guido van Rossum [Wed, 8 Apr 1992 11:32:32 +0000 (11:32 +0000)]
reverse sense of test for CHECKEXC
Guido van Rossum [Wed, 8 Apr 1992 11:17:17 +0000 (11:17 +0000)]
change the date to say >= 6 Apr 1992
Guido van Rossum [Wed, 8 Apr 1992 11:16:25 +0000 (11:16 +0000)]
in form_dealloc, only hide the form if it's visible
Guido van Rossum [Mon, 6 Apr 1992 14:39:51 +0000 (14:39 +0000)]
Added missing change log entries
Guido van Rossum [Mon, 6 Apr 1992 14:04:58 +0000 (14:04 +0000)]
Added help() fn; use os.sep
Guido van Rossum [Mon, 6 Apr 1992 14:04:13 +0000 (14:04 +0000)]
Also remove @* files
Guido van Rossum [Mon, 6 Apr 1992 14:04:04 +0000 (14:04 +0000)]
Moved a4wide option to myformat.sty
Guido van Rossum [Mon, 6 Apr 1992 14:03:53 +0000 (14:03 +0000)]
Use *args syntax instead of +args
Guido van Rossum [Mon, 6 Apr 1992 14:03:45 +0000 (14:03 +0000)]
Add separator
Guido van Rossum [Mon, 6 Apr 1992 14:02:49 +0000 (14:02 +0000)]
Don't use times by default
Guido van Rossum [Mon, 6 Apr 1992 14:02:37 +0000 (14:02 +0000)]
Change description of a4wide removal
Guido van Rossum [Mon, 6 Apr 1992 14:02:23 +0000 (14:02 +0000)]
Input a4wide here