summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-1742-207/+153
* Interface to audio hardware for SGI and Sun.Sjoerd Mullender1993-12-171-0/+205
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-1727-95/+86
* *** empty log message ***Guido van Rossum1993-12-174-17/+21
* Initial revisionGuido van Rossum1993-12-171-0/+153
* *** empty log message ***Guido van Rossum1993-12-172-2/+8
* *** empty log message ***Guido van Rossum1993-12-175-13/+12
* *** empty log message ***Guido van Rossum1993-12-178-79/+123
* *** empty log message ***Guido van Rossum1993-12-178-49/+51
* * lib2.tex (sys): updated sys.std{in,out,err} docs. AddedGuido van Rossum1993-12-177-6/+43
* * mpzmodule.c: cast some methods to the proper type.Guido van Rossum1993-12-173-12/+31
* Don't close the file explicitly.Sjoerd Mullender1993-12-161-2/+1
* Don't close the file.Sjoerd Mullender1993-12-161-8/+7
* * wdbframewin.py (re_eval): set __privileged__ in globals so privateGuido van Rossum1993-12-144-1/+27
* Initial revisionGuido van Rossum1993-12-141-0/+116
* Added minmax function:Sjoerd Mullender1993-12-131-0/+27
* aifc.py: added missing tell() method in AIFC write class;Sjoerd Mullender1993-12-132-47/+569
* Port to Solaris 2.3.Sjoerd Mullender1993-12-034-45/+203
* change syntactical position of lambdef (was an atom, now is a test)Guido van Rossum1993-11-303-102/+111
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-307-32/+112
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-308-766/+740
* Fix lay-out of previous fix.Guido van Rossum1993-11-232-4/+8
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-2311-29/+31
* * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.Guido van Rossum1993-11-238-0/+16
* * text2latex.py: call main() instead of always processing ext.tex.Guido van Rossum1993-11-195-105/+449
* * import.c (get_module): total rewrite, to ensure proper search order: forGuido van Rossum1993-11-173-193/+228
* Fix the fix :-(Guido van Rossum1993-11-111-1/+3
* Three micro fixes to formatstringGuido van Rossum1993-11-111-5/+4
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-116-1/+155
* * parsermodule.c, Makefile, config.c: rudimentary interface to the PythonGuido van Rossum1993-11-104-2/+117
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-107-9/+51
* Use __init__ instead of init.Sjoerd Mullender1993-11-088-26/+28
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-0810-20/+161
* * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.Guido van Rossum1993-11-0511-558/+632
* * ext.tex: documentation for extending, reference counts, and embeddingGuido van Rossum1993-11-0513-161/+1687
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-056-41/+51
* Added compare operations for functions and code objects.Guido van Rossum1993-11-052-2/+57
* Added getmappingsize(). (Needed by previous checkin of posixmodule.c)Guido van Rossum1993-11-053-0/+23
* Fix stupib bug in concatenationGuido van Rossum1993-11-051-1/+1
* Must initialize 'inspect' flagGuido van Rossum1993-11-051-1/+2
* Added execve; change getstrarg into getargs with "s" formatGuido van Rossum1993-11-051-10/+99
* Fix memory leaks in join & joinfieldsGuido van Rossum1993-11-051-11/+25
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-035-36/+101
* Fixed a couple of bugs: getargs doesn't use % escapes, and secondsSjoerd Mullender1993-11-021-2/+2
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-0110-10/+14
* * selectmodule.c (select_select): timeout argument may be None with sameGuido van Rossum1993-11-011-6/+12
* * fileobject.c (softspace): fix bug if called with NULL file.Guido van Rossum1993-11-011-1/+1
* Hacks for NEXTSTEP.Guido van Rossum1993-11-011-0/+5
* * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum1993-11-013-121/+42
* Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.Guido van Rossum1993-11-011-0/+15