| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed urlopen.py to urllib.py. | Guido van Rossum | 1994-03-22 | 1 | -0/+454 |
|
|
* | Use float constants directly; cosmetic changes; initialize largest | Guido van Rossum | 1994-03-15 | 1 | -22/+33 |
|
|
* | Added gauss() (same as normal but twice as fast) and betavariate(); | Guido van Rossum | 1994-03-09 | 1 | -6/+47 |
|
|
* | Random variable generators | Guido van Rossum | 1994-03-09 | 1 | -0/+212 |
|
|
* | Search for test files in sys.path | Guido van Rossum | 1994-03-09 | 1 | -0/+10 |
|
|
* | urlopen: add basejoin() function. | Guido van Rossum | 1994-03-07 | 3 | -0/+156 |
|
|
* | avoid crash in open_ftp when no host in url | Guido van Rossum | 1994-03-04 | 1 | -0/+1 |
|
|
* | use caching of temp files; added cleanup | Guido van Rossum | 1994-03-02 | 1 | -8/+18 |
|
|
* | Added __repr__ to addbase class; delete more objects | Guido van Rossum | 1994-02-24 | 1 | -6/+10 |
|
|
* | Added __del__(), close(), cleanup(), retrieve() and open_local_file() | Guido van Rossum | 1994-02-24 | 1 | -18/+90 |
|
|
* | Added ntpath.py (for os.py when used with Windows NT) | Guido van Rossum | 1994-02-24 | 1 | -0/+348 |
|
|
* | Redesigned as a class | Guido van Rossum | 1994-02-22 | 1 | -114/+193 |
|
|
* | Fix bug with somtimes uninitialized port | Guido van Rossum | 1994-02-22 | 1 | -1/+2 |
|
|
* | Towards a standard access mechanism for URLs. | Guido van Rossum | 1994-02-21 | 3 | -0/+546 |
|
|
* | aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: | Guido van Rossum | 1994-02-15 | 2 | -0/+907 |
|
|
* | wave.py: module to read and write .wav files with the same interface | Sjoerd Mullender | 1994-02-03 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | sndhdr.py: restored lost file; audiodev.py: import platform specific | Guido van Rossum | 1994-01-14 | 1 | -0/+270 |
|
|
* | Add test code for audioop and rgbimg (includes three binary files!) | Guido van Rossum | 1994-01-12 | 5 | -0/+405 |
|
|
* | Removed now useless convert functions. | Sjoerd Mullender | 1994-01-06 | 1 | -12/+0 |
|
|
* | Removed silly dependence on AL module. | Sjoerd Mullender | 1994-01-06 | 1 | -54/+31 |
|
|
* | Added Makefile with clean and clobber targets | Guido van Rossum | 1994-01-04 | 1 | -0/+12 |
|
|
* | Specified _framesize twice in access statement. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
|
|
* | Initial revision | Guido van Rossum | 1993-12-29 | 6 | -0/+408 |
|
|
* | New files (not really...) | Guido van Rossum | 1993-12-29 | 10 | -0/+1056 |
|
|
* | Some minute changes. | Guido van Rossum | 1993-12-29 | 4 | -14/+42 |
|
|
* | aifc.py, sunau.py: Adapted comments; added access statements. | Sjoerd Mullender | 1993-12-20 | 4 | -42/+84 |
|
|
* | * aifc.py (Aifc_write): fix bogus reference to filename | Guido van Rossum | 1993-12-17 | 1 | -0/+3 |
|
|
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 42 | -207/+153 |
|
|
* | Interface to audio hardware for SGI and Sun. | Sjoerd Mullender | 1993-12-17 | 1 | -0/+205 |
|
|
* | Don't close the file explicitly. | Sjoerd Mullender | 1993-12-16 | 1 | -2/+1 |
|
|
* | Don't close the file. | Sjoerd Mullender | 1993-12-16 | 1 | -8/+7 |
|
|
* | * wdbframewin.py (re_eval): set __privileged__ in globals so private | Guido van Rossum | 1993-12-14 | 4 | -1/+27 |
|
|
* | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 2 | -47/+569 |
|
|
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 7 | -32/+112 |
|
|
* | * test_select.py: (some) tests for built-in select module | Guido van Rossum | 1993-11-11 | 6 | -1/+155 |
|
|
* | Use __init__ instead of init. | Sjoerd Mullender | 1993-11-08 | 8 | -26/+28 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 10 | -20/+161 |
|
|
* | added builtin b/w compat module. | Guido van Rossum | 1993-10-22 | 4 | -11/+25 |
|
|
* | Added missing "import os" to pdb.help() | Guido van Rossum | 1993-10-22 | 1 | -0/+1 |
|
|
* | * profile.py, pdb.py: added help() function | Guido van Rossum | 1993-10-22 | 5 | -2/+93 |
|
|
* | Not everyone has Guido's bin in his/her PATH... | Sjoerd Mullender | 1993-10-11 | 2 | -6/+6 |
|
|
* | Instead of single clicks, use double clicks to get the instance window. | Sjoerd Mullender | 1993-10-01 | 2 | -0/+4 |
|
|
* | WDB enhancement: Click once on a line with a class instance in the | Sjoerd Mullender | 1993-10-01 | 2 | -0/+48 |
|
|
* | Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment | Sjoerd Mullender | 1993-09-27 | 2 | -20/+104 |
|
|
* | Fixed dealing with faulty COMM chunks. | Sjoerd Mullender | 1993-08-26 | 1 | -3/+3 |
|
|
* | XEvent.py: Added support for ExposeEvent. | Sjoerd Mullender | 1993-08-25 | 3 | -18/+35 |
|
|
* | * pdb.py: set 'privileged' property when evaluating expressions | Guido van Rossum | 1993-07-29 | 3 | -2/+11 |
|
|
* | * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') | Guido van Rossum | 1993-07-06 | 4 | -6/+14 |
|
|