Commit Graph

1550 Commits

Author SHA1 Message Date
Guido van Rossum 3ed23cc158 aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:
date and addr parsing; string: force result of atof to float and
support atoi, atol, atof in strop; tzparcs: don't call test().
1994-02-15 15:57:15 +00:00
Guido van Rossum e1056b3c32 At release 1.0.1 1994-02-15 15:54:42 +00:00
Guido van Rossum 91f6083cc7 At the release of 1.0.1 1994-02-15 15:52:27 +00:00
Guido van Rossum aff6906e6a Added HAVE_STDARG_PROTOTYPES and signed 1994-02-15 15:52:14 +00:00
Guido van Rossum 44fa566927 correct spelling error 1994-02-07 13:46:11 +00:00
Guido van Rossum f8ae54d10c Initial revision 1994-02-07 13:45:27 +00:00
Guido van Rossum 46f1ca8fe5 added unbirthday.py 1994-02-07 13:44:59 +00:00
Sjoerd Mullender b513c74b1b wave.py: module to read and write .wav files with the same interface
as aifc.py and sunau.py.
sunau.py: small change in comment (au -> sunau).
1994-02-03 14:19:21 +00:00
Guido van Rossum 2434999740 Released version 1.4; out after 1.0.0 is released... 1994-02-02 14:12:45 +00:00
Guido van Rossum 3db6ebcc3f Use __builtin__ instead of builtin 1994-01-28 09:59:35 +00:00
Sjoerd Mullender ffe9490d79 aifc.py: framerate should be an int.
sunau.py: should convert number of frames correctly to number of bytes
	when reading.
1994-01-28 09:56:05 +00:00
Guido van Rossum 5125908d2b Amrit Prem 1994-01-26 18:20:06 +00:00
Guido van Rossum 2a7cbe9ae7 Release of 1.0.0 1994-01-26 17:55:41 +00:00
Guido van Rossum 76821a5411 Finishing touch before 1.0.0... 1994-01-26 17:31:17 +00:00
Guido van Rossum 99bf250819 Add hier module names to future plans 1994-01-26 17:30:41 +00:00
Guido van Rossum a85d053135 Initial revision 1994-01-26 17:24:14 +00:00
Guido van Rossum 95f61a7ef0 Changes for release of 1.0.0 1994-01-26 17:23:37 +00:00
Guido van Rossum 62326f2108 builtin -> __builtin__ 1994-01-26 16:04:38 +00:00
Guido van Rossum 6dfccb34c2 Remove unused import of builtin 1994-01-26 16:03:50 +00:00
Guido van Rossum 34e5dcacb0 Descripbe new files 1994-01-26 15:39:28 +00:00
Guido van Rossum a7925f18de Initial revision 1994-01-26 10:20:16 +00:00
Guido van Rossum 8f0d0c8a21 correct typo on DL_DIRECTORY; Doc/ext.tex log message 1994-01-25 20:08:34 +00:00
Guido van Rossum 9e93fb6879 Support for latex2html (at version 0.5.1) 1994-01-25 20:06:09 +00:00
Guido van Rossum 23d19398fa Final changes for 1.0.0 BETA 6 1994-01-24 15:42:32 +00:00
Guido van Rossum 5ec8b525d2 Restructured main, use getopt, use regular expression search instead
of prefix match
1994-01-21 15:47:00 +00:00
Guido van Rossum cb38cd01c7 fcntl.h, AIX, TESTPATH 1994-01-18 15:09:30 +00:00
Guido van Rossum 381f65c057 Removed www (now in Demo2), added embed (formerly one level higher up) 1994-01-18 13:35:31 +00:00
Guido van Rossum a1238eb734 Fix copyright -- 1994 instead of 1004! 1994-01-18 10:09:50 +00:00
Guido van Rossum b46152ade1 * configure.in: check for sys/time.h; substitute and check for AR;
check for nice()
* Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to
submakes
1994-01-14 16:59:57 +00:00
Guido van Rossum cbcd8d796f Make more robust against Minix and Mac 1994-01-14 16:55:50 +00:00
Guido van Rossum 4de6cbccf0 new file, setup for minix 1994-01-14 16:55:10 +00:00
Guido van Rossum b90bdebf19 sndhdr.py: restored lost file; audiodev.py: import platform specific
modules only when needed
1994-01-14 16:46:14 +00:00
Guido van Rossum 8f0d15c637 *** empty log message *** 1994-01-13 16:16:30 +00:00
Guido van Rossum 7590193909 Add colon to TESTPATH (oops!) 1994-01-13 16:03:27 +00:00
Guido van Rossum 42f69dab7e Added TESTPATH 1994-01-13 16:01:38 +00:00
Guido van Rossum 4c627be931 Small changes 1994-01-13 15:47:04 +00:00
Guido van Rossum 4600566285 os.exec -> os.execv 1994-01-12 14:05:27 +00:00
Guido van Rossum 3303315ff3 Fix test for bad static forward; minor other changes 1994-01-12 09:58:23 +00:00
Guido van Rossum fa7fcb93e9 Add test code for audioop and rgbimg (includes three binary files!) 1994-01-12 09:55:11 +00:00
Guido van Rossum 2712c162f2 Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward,
irix4 and GNU dynamic loading, version 1.0.0 BETA 6
1994-01-11 12:00:38 +00:00
Guido van Rossum 6eb1d4a4da Clarified comments about build process.
Removed whitespace from variables used to build PYTHONPATH.
1994-01-11 11:31:44 +00:00
Sjoerd Mullender 8b03cae9a8 Integers are specified as "i" and not as "d". 1994-01-07 11:47:39 +00:00
Guido van Rossum 0b7dfbb9b7 Initial revision 1994-01-07 11:43:11 +00:00
Guido van Rossum a635b9a6ff remove references to /ufs/guido/bin/sgi/python 1994-01-07 11:43:11 +00:00
Guido van Rossum 8425b79c54 Add fixheader.py 1994-01-07 11:38:28 +00:00
Guido van Rossum e024873397 Added ftpstats.py 1994-01-07 10:56:05 +00:00
Guido van Rossum 032d39461b Minor output format change 1994-01-07 10:55:55 +00:00
Guido van Rossum f62f687453 Various changes, andded -c option 1994-01-07 10:55:15 +00:00
Guido van Rossum 4e8aef842c Initial revision 1994-01-07 10:53:41 +00:00
Guido van Rossum 658c9982d8 Finishing touch before release of 1.0.0 BETA 5 1994-01-06 17:20:58 +00:00