Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Undef 'argument' before including mac headers | Jack Jansen | 1995-07-28 | 1 | -0/+2 |
| | |||||
* | Module with one function to read Python modules and extract class and | Sjoerd Mullender | 1995-07-28 | 1 | -0/+204 |
| | | | | method definitions. See __doc__ string for more information. | ||||
* | changes for keyword args to built-in functions and classes | Guido van Rossum | 1995-07-26 | 1 | -19/+43 |
| | |||||
* | never close the file in imp.load_... | Guido van Rossum | 1995-07-26 | 1 | -6/+0 |
| | |||||
* | changes for keyword args to built-in functions and classes | Guido van Rossum | 1995-07-26 | 2 | -7/+8 |
| | |||||
* | changes for keyword args to built-in functions and classes | Guido van Rossum | 1995-07-26 | 3 | -3/+6 |
| | |||||
* | add forgotten PyObject_SetAttrString | Guido van Rossum | 1995-07-26 | 1 | -0/+1 |
| | |||||
* | add locking where it exists | Guido van Rossum | 1995-07-26 | 1 | -5/+16 |
| | |||||
* | use newgetargs | Guido van Rossum | 1995-07-26 | 1 | -9/+6 |
| | |||||
* | improved comments for curses, dbhash | Guido van Rossum | 1995-07-26 | 1 | -3/+8 |
| | |||||
* | use getnewargs where it makes sense | Guido van Rossum | 1995-07-26 | 1 | -40/+17 |
| | |||||
* | be more suspicious of getlocals() | Guido van Rossum | 1995-07-26 | 1 | -2/+8 |
| | |||||
* | better policy regarding NULL locals | Guido van Rossum | 1995-07-26 | 1 | -9/+13 |
| | |||||
* | new version | Guido van Rossum | 1995-07-25 | 1 | -57/+103 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-07-20 | 1 | -0/+172 |
| | |||||
* | Get magic number from interpreter (using module imp). | Sjoerd Mullender | 1995-07-19 | 1 | -2/+3 |
| | |||||
* | Added flush() method. | Sjoerd Mullender | 1995-07-19 | 1 | -0/+2 |
| | |||||
* | change obsolete isfile to isvalid; add lock and unlock commands | Guido van Rossum | 1995-07-18 | 1 | -2/+10 |
| | |||||
* | remove comment about obsolete variable | Guido van Rossum | 1995-07-18 | 1 | -1/+0 |
| | |||||
* | implemented 'add' command and commit for added files | Guido van Rossum | 1995-07-18 | 1 | -5/+57 |
| | |||||
* | fixed arg checking for keys() and close() | Guido van Rossum | 1995-07-18 | 1 | -19/+19 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-07-18 | 1 | -0/+369 |
| | |||||
* | added dbhash; Tk is now officially at 4.0 | Guido van Rossum | 1995-07-18 | 1 | -3/+16 |
| | |||||
* | suppress . and .. in listdir return value | Guido van Rossum | 1995-07-18 | 1 | -0/+9 |
| | |||||
* | keyword arguments and faster calls | Guido van Rossum | 1995-07-18 | 7 | -594/+771 |
| | |||||
* | NT specific change for nicer error message (Mark H) | Guido van Rossum | 1995-07-18 | 1 | -3/+32 |
| | |||||
* | changes for keyword arguments and fast function call; added abstract.c | Guido van Rossum | 1995-07-18 | 3 | -67/+80 |
| | |||||
* | keyword arguments and faster function calls | Guido van Rossum | 1995-07-18 | 9 | -32/+38 |
| | |||||
* | Generic Abstract Object Interface | Guido van Rossum | 1995-07-18 | 1 | -0/+972 |
| | |||||
* | include abstract.h | Guido van Rossum | 1995-07-18 | 1 | -0/+2 |
| | |||||
* | Generic Abstract Object Interface | Guido van Rossum | 1995-07-18 | 1 | -0/+810 |
| | |||||
* | Various toolbox routines have gotten new names. | Jack Jansen | 1995-07-17 | 2 | -15/+15 |
| | |||||
* | The three most important suites, generated by gensuitemodule | Jack Jansen | 1995-07-17 | 3 | -0/+2312 |
| | |||||
* | Gensuitemodule generates python classes from aete/aeut resources | Jack Jansen | 1995-07-17 | 3 | -0/+527 |
| | | | | test_suite is a tiny test program for such a generated class | ||||
* | Split aepack and aetypes off from aetools (it was getting too big) | Jack Jansen | 1995-07-17 | 3 | -463/+898 |
| | | | | | Added support for all basic types mentioned in Apple Event Registry Added support for automatically-generated suites. | ||||
* | Generated anew after fixing aescan.py | Jack Jansen | 1995-07-17 | 4 | -85/+581 |
| | |||||
* | Also scan AERegistry.h and AEObjects.h and create .py definition | Jack Jansen | 1995-07-17 | 1 | -0/+21 |
| | | | | | | files. Some methods had turned to functions again. Fixed. | ||||
* | Added GetErrorString method (convert OSErr number to string) | Jack Jansen | 1995-07-17 | 1 | -0/+11 |
| | |||||
* | Tk 4.0 and Tcl 7.4 are now standard | Guido van Rossum | 1995-07-14 | 4 | -154/+312 |
| | |||||
* | Tommy's mail explaining status | Guido van Rossum | 1995-07-14 | 1 | -0/+27 |
| | |||||
* | Official version 1.26 directly from Ken | Guido van Rossum | 1995-07-12 | 1 | -5/+4 |
| | |||||
* | args to call_object must be tuple or NULL | Guido van Rossum | 1995-07-12 | 3 | -17/+7 |
| | |||||
* | something close to Ken's latest version ... | Guido van Rossum | 1995-07-12 | 1 | -393/+978 |
| | |||||
* | fix read(0), readline(0); make tuple for call_object args | Guido van Rossum | 1995-07-10 | 1 | -14/+17 |
| | |||||
* | rename arglist to alist (conflict with new grammar symbol) | Guido van Rossum | 1995-07-10 | 1 | -16/+16 |
| | |||||
* | Ignore a few more names when comparing directories. | Sjoerd Mullender | 1995-07-10 | 1 | -1/+1 |
| | |||||
* | replace vars() with locals() and globals(); 3rd raise arg; typos | Guido van Rossum | 1995-07-07 | 4 | -38/+56 |
| | |||||
* | typos | Guido van Rossum | 1995-07-07 | 2 | -6/+6 |
| | |||||
* | add missing definitin of longstringitem | Guido van Rossum | 1995-07-07 | 2 | -0/+2 |
| | |||||
* | correct description of list.insert() | Guido van Rossum | 1995-07-07 | 2 | -2/+4 |
| |