Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
| | | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -3/+3 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -4/+4 |
| | |||||
* | Fix indent of one line in mkarg(), that got indented badly by the | Guido van Rossum | 1998-03-19 | 1 | -1/+1 |
| | | | | recent reindent! | ||||
* | Added docstrings by Sue Williams, re-indented to 4 spaces / level. | Fred Drake | 1997-06-12 | 1 | -20/+44 |
| | |||||
* | Added clarifying comment | Guido van Rossum | 1995-01-04 | 1 | -0/+2 |
| | |||||
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -4/+4 |
| | | | | | | | | | | | negative start indices starting from the right. * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__(). * os.py: added execl, execlp, and execvp. * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda) * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce * commands.py: use os, not posix * test_grammar.py: make it easy to disable non-portable int overflow tests * dis.py: don't abuse range() | ||||
* | New modules mimetools and rfc822. | Guido van Rossum | 1992-07-13 | 1 | -1/+1 |
| | | | | Minor, minor changes to commands.py and sndhdr.py. | ||||
* | path -> posixpath | Guido van Rossum | 1992-03-31 | 1 | -2/+4 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+2 |
| | |||||
* | Now uses pipes. | Guido van Rossum | 1991-08-16 | 1 | -32/+9 |
| | |||||
* | Mad readfile() read the file in one fell swoop. | Guido van Rossum | 1990-10-24 | 1 | -1/+11 |
| | |||||
* | Make readfile read the file in one fell swoop. | Guido van Rossum | 1990-10-21 | 1 | -8/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+73 |