| Commit message (Expand) | Author | Age | Files | Lines |
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 27 | -95/+86 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 4 | -17/+21 |
|
|
* | Initial revision | Guido van Rossum | 1993-12-17 | 1 | -0/+153 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 2 | -2/+8 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 5 | -13/+12 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 8 | -79/+123 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 8 | -49/+51 |
|
|
* | * lib2.tex (sys): updated sys.std{in,out,err} docs. Added | Guido van Rossum | 1993-12-17 | 7 | -6/+43 |
|
|
* | * mpzmodule.c: cast some methods to the proper type. | Guido van Rossum | 1993-12-17 | 3 | -12/+31 |
|
|
* | 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 |
|
|
* | Initial revision | Guido van Rossum | 1993-12-14 | 1 | -0/+116 |
|
|
* | Added minmax function: | Sjoerd Mullender | 1993-12-13 | 1 | -0/+27 |
|
|
* | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 2 | -47/+569 |
|
|
* | Port to Solaris 2.3. | Sjoerd Mullender | 1993-12-03 | 4 | -45/+203 |
|
|
* | change syntactical position of lambdef (was an atom, now is a test) | Guido van Rossum | 1993-11-30 | 3 | -102/+111 |
|
|
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 7 | -32/+112 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 8 | -766/+740 |
|
|
* | Fix lay-out of previous fix. | Guido van Rossum | 1993-11-23 | 2 | -4/+8 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 11 | -29/+31 |
|
|
* | * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. | Guido van Rossum | 1993-11-23 | 8 | -0/+16 |
|
|
* | * text2latex.py: call main() instead of always processing ext.tex. | Guido van Rossum | 1993-11-19 | 5 | -105/+449 |
|
|
* | * import.c (get_module): total rewrite, to ensure proper search order: for | Guido van Rossum | 1993-11-17 | 3 | -193/+228 |
|
|
* | Fix the fix :-( | Guido van Rossum | 1993-11-11 | 1 | -1/+3 |
|
|
* | Three micro fixes to formatstring | Guido van Rossum | 1993-11-11 | 1 | -5/+4 |
|
|
* | * test_select.py: (some) tests for built-in select module | Guido van Rossum | 1993-11-11 | 6 | -1/+155 |
|
|
* | * parsermodule.c, Makefile, config.c: rudimentary interface to the Python | Guido van Rossum | 1993-11-10 | 4 | -2/+117 |
|
|
* | * posixmodule.c: added set{uid,gid}. | Guido van Rossum | 1993-11-10 | 7 | -9/+51 |
|
|
* | 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 |
|
|
* | * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. | Guido van Rossum | 1993-11-05 | 11 | -558/+632 |
|
|
* | * ext.tex: documentation for extending, reference counts, and embedding | Guido van Rossum | 1993-11-05 | 13 | -161/+1687 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 6 | -41/+51 |
|
|
* | Added compare operations for functions and code objects. | Guido van Rossum | 1993-11-05 | 2 | -2/+57 |
|
|
* | Added getmappingsize(). (Needed by previous checkin of posixmodule.c) | Guido van Rossum | 1993-11-05 | 3 | -0/+23 |
|
|
* | Fix stupib bug in concatenation | Guido van Rossum | 1993-11-05 | 1 | -1/+1 |
|
|
* | Must initialize 'inspect' flag | Guido van Rossum | 1993-11-05 | 1 | -1/+2 |
|
|
* | Added execve; change getstrarg into getargs with "s" format | Guido van Rossum | 1993-11-05 | 1 | -10/+99 |
|
|
* | Fix memory leaks in join & joinfields | Guido van Rossum | 1993-11-05 | 1 | -11/+25 |
|
|
* | * nismodule.c: database keys and values can contain null bytes. be more | Guido van Rossum | 1993-11-03 | 5 | -36/+101 |
|
|
* | Fixed a couple of bugs: getargs doesn't use % escapes, and seconds | Sjoerd Mullender | 1993-11-02 | 1 | -2/+2 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 10 | -10/+14 |
|
|
* | * selectmodule.c (select_select): timeout argument may be None with same | Guido van Rossum | 1993-11-01 | 1 | -6/+12 |
|
|
* | * fileobject.c (softspace): fix bug if called with NULL file. | Guido van Rossum | 1993-11-01 | 1 | -1/+1 |
|
|
* | Hacks for NEXTSTEP. | Guido van Rossum | 1993-11-01 | 1 | -0/+5 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 3 | -121/+42 |
|
|
* | Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. | Guido van Rossum | 1993-11-01 | 1 | -0/+15 |
|
|
* | Simplify life for md5: include (slightly modified) md5.h and md5c.c | Guido van Rossum | 1993-11-01 | 3 | -5/+414 |
|
|
* | Restructured main loop. Etc. | Guido van Rossum | 1993-11-01 | 1 | -174/+161 |
|
|