Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: | Guido van Rossum | 1994-02-15 | 2 | -0/+907 |
| | | | | | date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test(). | ||||
* | At release 1.0.1 | Guido van Rossum | 1994-02-15 | 1 | -0/+178 |
| | |||||
* | At the release of 1.0.1 | Guido van Rossum | 1994-02-15 | 1 | -119/+79 |
| | |||||
* | Added HAVE_STDARG_PROTOTYPES and signed | Guido van Rossum | 1994-02-15 | 1 | -0/+7 |
| | |||||
* | correct spelling error | Guido van Rossum | 1994-02-07 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-02-07 | 1 | -0/+106 |
| | |||||
* | added unbirthday.py | Guido van Rossum | 1994-02-07 | 1 | -0/+1 |
| | |||||
* | wave.py: module to read and write .wav files with the same interface | Sjoerd Mullender | 1994-02-03 | 1 | -2/+2 |
| | | | | | as aifc.py and sunau.py. sunau.py: small change in comment (au -> sunau). | ||||
* | Released version 1.4; out after 1.0.0 is released... | Guido van Rossum | 1994-02-02 | 1 | -47/+104 |
| | |||||
* | Use __builtin__ instead of builtin | Guido van Rossum | 1994-01-28 | 2 | -7/+7 |
| | |||||
* | aifc.py: framerate should be an int. | Sjoerd Mullender | 1994-01-28 | 2 | -2/+2 |
| | | | | | sunau.py: should convert number of frames correctly to number of bytes when reading. | ||||
* | Amrit Prem | Guido van Rossum | 1994-01-26 | 2 | -4/+4 |
| | |||||
* | Release of 1.0.0 | Guido van Rossum | 1994-01-26 | 1 | -0/+9 |
| | |||||
* | Finishing touch before 1.0.0... | Guido van Rossum | 1994-01-26 | 1 | -0/+16 |
| | |||||
* | Add hier module names to future plans | Guido van Rossum | 1994-01-26 | 1 | -11/+13 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-26 | 1 | -0/+382 |
| | |||||
* | Changes for release of 1.0.0 | Guido van Rossum | 1994-01-26 | 1 | -62/+51 |
| | |||||
* | builtin -> __builtin__ | Guido van Rossum | 1994-01-26 | 1 | -2/+2 |
| | |||||
* | Remove unused import of builtin | Guido van Rossum | 1994-01-26 | 1 | -1/+0 |
| | |||||
* | Descripbe new files | Guido van Rossum | 1994-01-26 | 1 | -2/+10 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-26 | 16 | -0/+4571 |
| | |||||
* | correct typo on DL_DIRECTORY; Doc/ext.tex log message | Guido van Rossum | 1994-01-25 | 1 | -0/+8 |
| | |||||
* | Support for latex2html (at version 0.5.1) | Guido van Rossum | 1994-01-25 | 1 | -0/+152 |
| | |||||
* | Final changes for 1.0.0 BETA 6 | Guido van Rossum | 1994-01-24 | 1 | -0/+14 |
| | |||||
* | Restructured main, use getopt, use regular expression search instead | Guido van Rossum | 1994-01-21 | 1 | -10/+23 |
| | | | | of prefix match | ||||
* | fcntl.h, AIX, TESTPATH | Guido van Rossum | 1994-01-18 | 1 | -0/+18 |
| | |||||
* | Removed www (now in Demo2), added embed (formerly one level higher up) | Guido van Rossum | 1994-01-18 | 1 | -7/+2 |
| | |||||
* | Fix copyright -- 1994 instead of 1004! | Guido van Rossum | 1994-01-18 | 1 | -1/+1 |
| | |||||
* | * configure.in: check for sys/time.h; substitute and check for AR; | Guido van Rossum | 1994-01-14 | 1 | -1/+17 |
| | | | | | | check for nice() * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to submakes | ||||
* | Make more robust against Minix and Mac | Guido van Rossum | 1994-01-14 | 2 | -5/+22 |
| | |||||
* | new file, setup for minix | Guido van Rossum | 1994-01-14 | 1 | -0/+160 |
| | |||||
* | sndhdr.py: restored lost file; audiodev.py: import platform specific | Guido van Rossum | 1994-01-14 | 1 | -0/+270 |
| | | | | modules only when needed | ||||
* | *** empty log message *** | Guido van Rossum | 1994-01-13 | 1 | -0/+4 |
| | |||||
* | Add colon to TESTPATH (oops!) | Guido van Rossum | 1994-01-13 | 2 | -2/+2 |
| | |||||
* | Added TESTPATH | Guido van Rossum | 1994-01-13 | 2 | -3/+23 |
| | |||||
* | Small changes | Guido van Rossum | 1994-01-13 | 2 | -0/+17 |
| | |||||
* | os.exec -> os.execv | Guido van Rossum | 1994-01-12 | 1 | -1/+1 |
| | |||||
* | Fix test for bad static forward; minor other changes | Guido van Rossum | 1994-01-12 | 1 | -1/+9 |
| | |||||
* | Add test code for audioop and rgbimg (includes three binary files!) | Guido van Rossum | 1994-01-12 | 5 | -0/+405 |
| | |||||
* | Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward, | Guido van Rossum | 1994-01-11 | 2 | -0/+115 |
| | | | | irix4 and GNU dynamic loading, version 1.0.0 BETA 6 | ||||
* | Clarified comments about build process. | Guido van Rossum | 1994-01-11 | 2 | -9/+154 |
| | | | | Removed whitespace from variables used to build PYTHONPATH. | ||||
* | Integers are specified as "i" and not as "d". | Sjoerd Mullender | 1994-01-07 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-07 | 1 | -0/+49 |
| | |||||
* | remove references to /ufs/guido/bin/sgi/python | Guido van Rossum | 1994-01-07 | 9 | -9/+1 |
| | |||||
* | Add fixheader.py | Guido van Rossum | 1994-01-07 | 1 | -0/+1 |
| | |||||
* | Added ftpstats.py | Guido van Rossum | 1994-01-07 | 1 | -0/+2 |
| | |||||
* | Minor output format change | Guido van Rossum | 1994-01-07 | 1 | -1/+2 |
| | |||||
* | Various changes, andded -c option | Guido van Rossum | 1994-01-07 | 1 | -10/+23 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-07 | 1 | -0/+143 |
| | |||||
* | Finishing touch before release of 1.0.0 BETA 5 | Guido van Rossum | 1994-01-06 | 1 | -0/+4 |
| |