Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -16/+25 | |
| | | | | | | | | | | Added $(SYSDEF) to its build rule in Makefile. * cgensupport.[ch], modsupport.[ch]: removed some old stuff. Also changed files that still used it... And made several things static that weren't but should have been... And other minor cleanups... * listobject.[ch]: add external interfaces {set,get}listslice * socketmodule.c: fix bugs in new send() argument parsing. * sunaudiodevmodule.c: added flush() and close(). | |||||
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -492/+490 | |
| | | | | | | | | | | | | | | | | (1) dictionaries/mappings now have attributes values() and items() as well as keys(); at the C level, use the new function mappinggetnext() to iterate over a dictionary. (2) "class C(): ..." is now illegal; you must write "class C: ...". (3) Class objects now know their own name (finally!); and minor improvements to the way how classes, functions and methods are represented as strings. (4) Added an "access" statement and semantics. (This is still experimental -- as long as you don't use the keyword 'access' nothing should be changed.) | |||||
* | Latest gramamr | Guido van Rossum | 1992-04-06 | 1 | -132/+130 | |
| | ||||||
* | tightened try statement syntax | Guido van Rossum | 1992-03-31 | 1 | -10/+22 | |
| | ||||||
* | *** empty log message *** | Guido van Rossum | 1992-03-24 | 1 | -605/+703 | |
| | ||||||
* | New grammar (semicolons, continue, no multiple NEWLINES) | Guido van Rossum | 1991-07-27 | 1 | -538/+577 | |
| | ||||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 | |
| | ||||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -1/+1 | |
| | ||||||
* | removed dir statement. Function arguments may now be tests. | Guido van Rossum | 1990-10-26 | 1 | -487/+463 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+1094 | |