summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added description of pp.py.Guido van Rossum1992-07-071-0/+1
|
* > * Makefile: always create .ps files; add qua to 'all' target;Guido van Rossum1992-07-071-3/+16
| | | | > added 'clobber' target
* Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what itGuido van Rossum1992-07-061-3/+192
| | | | really was).
* Makefile: added instann rules and $(*DEST*) defines.Guido van Rossum1992-07-061-48/+46
| | | | | fileobject.c: report more moeaningful error for I/O on closed files; user getargs() everywhere.
* added WE_KEY detail format to stdwinmodule.c.Guido van Rossum1992-06-301-0/+6
|
* Added qgetfd() to cstubs for GL.Guido van Rossum1992-06-292-0/+280
| | | | Added new module dbm (interface to ndbm).
* Added adpcm2lin and lin2adpcm.Guido van Rossum1992-06-231-0/+135
|
* Use "myselect.h" as intended.Guido van Rossum1992-06-231-5/+1
|
* Remove bibtex log file.Guido van Rossum1992-06-231-1/+1
|
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-237-19/+321
| | | | | interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin.
* sysmodule.c: calling sys.settrace() or sys.setprofile() withoutGuido van Rossum1992-06-192-2/+3
| | | | | | | | | 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
* Some UNIX types want the exact size of the address structureGuido van Rossum1992-06-121-1/+35
|
* Fix for SEQUENT by Jaap VermeulenGuido van Rossum1992-06-121-0/+8
|
* Fix regexp recognizing comments to cope with unterminated comments.Guido van Rossum1992-06-051-2/+1
|
* Fix bug in ulaw2lin for 4-byte valuesGuido van Rossum1992-06-051-1/+1
|
* Added {get,set}sockopt(). allowbroadcast is now obsolete.Guido van Rossum1992-06-051-2/+54
|
* Change recipe to build qua.Guido van Rossum1992-06-031-1/+1
|
* Initial revisionGuido van Rossum1992-06-033-0/+120
|
* Fixed comparison: i < k < j should be i <= k < j.Guido van Rossum1992-06-032-2/+2
|
* Documented new contents of lib5.texGuido van Rossum1992-06-032-2/+2
|
* Removed confusing, incorrect comment.Guido van Rossum1992-06-031-1/+1
|
* fixed bugs in generic_setattr (returned NULL instead ofGuido van Rossum1992-06-031-2/+2
| | | | -1 for errors)
* added BYTE, CHAR and unsigned variantsGuido van Rossum1992-06-031-0/+8
|
* Added new types to setattr() as well...Guido van Rossum1992-06-031-0/+52
|
* Added 1992 to copyright noticeGuido van Rossum1992-06-031-1/+1
|
* added readscaled() function.Guido van Rossum1992-06-031-11/+86
|
* Initial revisionGuido van Rossum1992-06-031-0/+408
|
* append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.Guido van Rossum1992-06-031-5/+19
| | | | default DATE is now 3 Jun 1992
* Initial revisionGuido van Rossum1992-06-035-0/+262
|
* Improvements by SjoerdGuido van Rossum1992-06-031-20/+9
|
* Improved functionality, by SjoerdGuido van Rossum1992-06-031-6/+32
|
* Fix pnm test for short files and add X bitmap as recognized typeGuido van Rossum1992-06-031-1/+10
|
* Remove reference to obsolete module 'audio'Guido van Rossum1992-06-031-15/+7
|
* Comment out debug prints (by Sjoerd)Guido van Rossum1992-06-032-8/+8
|
* Initial revisionGuido van Rossum1992-06-011-0/+574
|
* Initial revisionGuido van Rossum1992-05-271-0/+98
|
* Initial revisionGuido van Rossum1992-05-195-0/+243
|
* Change of namesGuido van Rossum1992-05-191-2/+2
|
* New == syntaxGuido van Rossum1992-05-194-10/+10
|
* Added two #! linesGuido van Rossum1992-05-191-0/+2
|
* Change the way ignore is assigned toGuido van Rossum1992-05-191-3/+3
|
* IOError instead of RuntimeErrorGuido van Rossum1992-05-191-1/+1
|
* Small improvements everywhere; added info field to the display.Guido van Rossum1992-05-191-25/+40
|
* Now uses module 'sndhdr' to recognize most sound header types,Guido van Rossum1992-05-181-44/+119
| | | | | guess raw file parameters, add Rate menu, call SOX to convert file types or sampling rates that sfplay doesn't support.
* Make it at least legal grammar!Guido van Rossum1992-05-151-7/+8
|
* Initial revisionGuido van Rossum1992-05-151-0/+314
|
* Added jukeboxGuido van Rossum1992-05-151-1/+2
|
* Mark's name is Callow, not CallowsGuido van Rossum1992-05-151-1/+1
|
* Added support for CD moduleGuido van Rossum1992-05-151-0/+7
|
* Initial revisionGuido van Rossum1992-05-151-0/+57
|