aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/strerror.c
Commit message (Collapse)AuthorAge
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
| | | | This should match the situation in the 1.6b1 tree.
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
| | | | declarations yet, those come later.
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
|
* Change copyright notice.Guido van Rossum2000-06-30
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
|
* Added 1995 to copyright message.Guido van Rossum1995-01-04
| | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error().
* Merge back to main trunkGuido van Rossum1994-08-30
|
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-29
| | | | | | | | | | | | | | | | | * Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions
* Copyright for 1992 addedGuido van Rossum1992-04-05
|
* Added copyright notice.Guido van Rossum1991-02-19
|
* Added provision for THINK C which doesn't have sys_nerrors or sys_errlist.Guido van Rossum1990-11-02
|
* Initial revisionGuido van Rossum1990-10-14