Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 101 | -0/+12244 |
| | |||||
* | Lots of new stuff for 1.0.0 BETA release | Guido van Rossum | 1994-01-02 | 1 | -0/+17 |
| | |||||
* | Added some files to new module | Guido van Rossum | 1994-01-02 | 3 | -0/+302 |
| | |||||
* | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+1 |
| | | | | | | moved config.c and most modules to ../Modules moved patchlevel.h here from ../Include changed version to 1.0.0 BETA, date to January 1994 | ||||
* | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+82 |
| | | | | | | | | added config.h, config.h.in moved parser.h to ../Parser, patchlevel.h to ../Python allobjects.h: include config.h some: remove all refs to THINK_C_3_0 mymalloc.h: di HAVE_STDLIB differently, use size_t instead of MALLARG | ||||
* | Documented the fact that IRIX 5.x also supports Sun style shared | Guido van Rossum | 1994-01-01 | 2 | -22/+20 |
| | | | | libraries. | ||||
* | 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 |
| | |||||
* | Rot out all uses of time.milli*(). | Guido van Rossum | 1993-12-28 | 3 | -6/+5 |
| | |||||
* | Rot out all uses of time.milli*(). | Guido van Rossum | 1993-12-28 | 1 | -8/+9 |
| | | | | Slightly improve debug output. | ||||
* | Rot out all uses of time.milli*(). | Guido van Rossum | 1993-12-28 | 1 | -16/+17 |
| | | | | Also change command line options to use seconds for all times. | ||||
* | Use freeze_form instead of freeze_object | Guido van Rossum | 1993-12-28 | 1 | -2/+2 |
| | |||||
* | Added depend target; cosmetic changes to other targets | Guido van Rossum | 1993-12-28 | 1 | -5/+18 |
| | |||||
* | Added (dummy) depend target | Guido van Rossum | 1993-12-28 | 1 | -0/+2 |
| | |||||
* | Alpha 1.0.0 | Guido van Rossum | 1993-12-26 | 4 | -7/+16 |
| | |||||
* | Py -> Include | Guido van Rossum | 1993-12-26 | 1 | -1/+1 |
| | |||||
* | Added function ttob. | Sjoerd Mullender | 1993-12-24 | 1 | -4/+41 |
| | |||||
* | New files | Guido van Rossum | 1993-12-24 | 4 | -0/+1523 |
| | |||||
* | None | Guido van Rossum | 1993-12-24 | 3 | -12/+161 |
| | |||||
* | New files | Guido van Rossum | 1993-12-24 | 2 | -0/+91 |
| | |||||
* | Misc changes. | Guido van Rossum | 1993-12-24 | 1 | -27/+33 |
| | |||||
* | New files. | Guido van Rossum | 1993-12-24 | 5 | -0/+675 |
| | |||||
* | Added getmaxint() so sys can initialize sys.maxint. | Guido van Rossum | 1993-12-24 | 2 | -9/+17 |
| | | | | Added Makefile.in. | ||||
* | ANSIfied somewhat. | Sjoerd Mullender | 1993-12-24 | 1 | -21/+22 |
| | |||||
* | And another init incompatibility bites the dust. | Sjoerd Mullender | 1993-12-22 | 1 | -1/+2 |
| | |||||
* | Fixed use of aifc module. | Sjoerd Mullender | 1993-12-22 | 2 | -18/+10 |
| | |||||
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 3 | -25/+129 |
| | | | | object (unchanged from source except "range" -> "xrange"). | ||||
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 4 | -49/+816 |
| | | | | | | Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler. | ||||
* | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 3 | -36/+37 |
| | | | | thread.h: use PROTO instead of _P for prototypes. | ||||
* | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 4 | -163/+5 |
| | | | | | | | * dosmodule.c: MSDOS specific stuff from posixmodule.c. * posixmodule.c: removed all MSDOS specific stuff. * tokenizer.h, parsetok.h: in prototypes, don't mix named and unnamed parameters (MSC doesn't like this). | ||||
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+66 |
| | |||||
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+73 |
| | |||||
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+75 |
| | |||||
* | aifc.py, sunau.py: Adapted comments; added access statements. | Sjoerd Mullender | 1993-12-20 | 4 | -42/+84 |
| | | | | SUNAUDIODEV.py: Added some constants for Solaris. | ||||
* | * 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 |
| | | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments) | ||||
* | Interface to audio hardware for SGI and Sun. | Sjoerd Mullender | 1993-12-17 | 1 | -0/+205 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 27 | -95/+86 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | *** 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 |
| | | | | | | | | | | | | | | | sys.tracebacklimit. * tut.tex (Exceptions): change text printed by traceback. * lib5.tex (audioop): added minmax. * lib5.tex (audioop.getsample): move wandered paragraph back * lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work). * partparse.py: ignore \nopagebreak command * ref5.tex: added description of lambda forms. * ref7.tex: added reference to lambda forms to section on function definition. * lib1.tex: removed lambda as built-in function (it is now a special form). Also removed feature of filter, map, reduce to turn a string argument into an anonymous function. | ||||
* | * mpzmodule.c: cast some methods to the proper type. | Guido van Rossum | 1993-12-17 | 3 | -12/+31 |
| | | | | | | | * traceback.c (tb_print): use sys.tracebacklimit as a maximum number of traceback entries to print (default 1000). * ceval.c (printtraceback): Don't print stack trace header -- this is now done by tb_print(). | ||||
* | 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 |
| | | | | | | | variables can still be seen by the debugger * ftplib.py (retrlines): args should be *args. * ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py * test_md5.py: test program for built-in md5 module |