Commit Graph

18 Commits

Author SHA1 Message Date
Guido van Rossum de40a0f6d8 Update open issues a bit. 2001-10-19 18:17:00 +00:00
Tim Peters a307f83a41 Fixed a number of typos, and made some semantic updates in a few areas I
was sure about.
2001-09-21 07:56:16 +00:00
Guido van Rossum aaebded223 Small rewordings based on Terry Reedy's feedback (finally).
Added a few more open issues.
2001-09-08 11:31:52 +00:00
Guido van Rossum 4bbc58e8f3 Add another way to look at the motivation for the new MRO. 2001-09-06 22:04:56 +00:00
Andrew M. Kuchling 5ae683ddbb Fix some typos (without, I trust, changing any of the semantics) 2001-07-18 13:44:57 +00:00
Guido van Rossum bf4b7e8c90 Note to self. 2001-07-13 19:48:07 +00:00
Guido van Rossum 51cb76f682 Exhausted myself today by adding a long section on the new MRO. 2001-07-11 21:26:08 +00:00
Guido van Rossum 3294596182 Added a section on multiple inheritance. 2001-07-11 19:09:28 +00:00
Guido van Rossum 9006318a33 Just a little bit more cleanup. Added a TODO list. 2001-07-10 20:46:24 +00:00
Guido van Rossum 14f1593cc7 Another intermediate checkin. Removed a lot of lies about an older
idea for what tp_alloc() should be.
2001-07-10 20:01:52 +00:00
Guido van Rossum 15299026e7 Intermediate checkin (documented tp_new, tp_init, tp_alloc properly). 2001-07-10 17:11:19 +00:00
Guido van Rossum 96eb7ba974 Conform to Barry's new PEP referencing guidelines. 2001-07-05 19:00:02 +00:00
Guido van Rossum 9c2e1292f6 More good stuff. Consider this just a checkpoint. 2001-06-14 20:48:43 +00:00
Guido van Rossum 82dbbdfcee Clarified the paragraph about creating a subtype in C. 2001-06-14 13:37:45 +00:00
Guido van Rossum b54a36962d Another intermediate update. I've rewritten the requirements for a
base type to be subtypable.  Needs way more work!
2001-06-13 21:48:31 +00:00
Guido van Rossum 559c1c1ad4 PEP 259: Omit printing newline after newline 2001-06-11 20:07:37 +00:00
Guido van Rossum 8ce73a97d3 Add a lot of text. A looooooot of text. Way too much rambling. And
it isn't even finished.  I'll do that later.  But at least there's
some text here now...
2001-05-15 01:36:46 +00:00
Guido van Rossum d1e2189144 Checking in a stub of PEP 253. 2001-05-14 13:43:23 +00:00