Go to file
Guido van Rossum c600411755 * mpzmodule.c: removed redundant mpz_print function.
* object.[ch], bltinmodule.c, fileobject.c: changed str() to call
  strobject() which calls an object's __str__ method if it has one.
  strobject() is also called by writeobject() when PRINT_RAW is passed.
* ceval.c: rationalize code for PRINT_ITEM (no change in function!)
* funcobject.c, codeobject.c: added compare and hash functionality.
  Functions with identical code objects and the same global dictionary are
  equal.  Code objects are equal when their code, constants list and names
  list are identical (i.e. the filename and code name don't count).
  (hash doesn't work yet since the constants are in a list and lists can't
  be hashed -- suppose this should really be done with a tuple now we have
  resizetuple!)
1993-11-05 10:22:19 +00:00
Demo Restructured main loop. Etc. 1993-11-01 14:50:59 +00:00
Doc * lib3.tex (module string): added rindex(). 1993-10-27 13:49:20 +00:00
Grammar Committing the correct graminit.c; also changed confusing comments in Grammar. 1993-10-27 13:25:30 +00:00
Include * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Lib added builtin b/w compat module. 1993-10-22 14:24:22 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Objects * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Parser * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
Python * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Tools/scripts Initial revision 1993-06-10 14:43:53 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release099'. 1993-07-29 13:14:32 +00:00