0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
The Python programming language
Go to file
Guido van Rossum e65cce5eec * string.py: added rindex(), rfind(); changed index() to interpret
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()
1993-11-08 15:05:21 +00:00
Demo Restructured main loop. Etc. 1993-11-01 14:50:59 +00:00
Doc * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. 1993-11-05 17:11:16 +00:00
Grammar Committing the correct graminit.c; also changed confusing comments in Grammar. 1993-10-27 13:25:30 +00:00
Include * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Lib * string.py: added rindex(), rfind(); changed index() to interpret 1993-11-08 15:05:21 +00:00
Mac/Lib
Modules * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Objects * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Parser * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
Python * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Tools/scripts Initial revision 1993-06-10 14:43:53 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release099'. 1993-07-29 13:14:32 +00:00