summaryrefslogtreecommitdiffstats
path: root/PLAN.txt
Commit message (Collapse)AuthorAgeFilesLines
* The GC issues with __del__ are now dealt with.Guido van Rossum2001-11-011-4/+4
|
* __del__ is done -- except for the GC issue.Guido van Rossum2001-11-011-5/+5
|
* Update. __dict__ assignment done. Reorder remaining "to do" items byGuido van Rossum2001-10-261-7/+22
| | | | priority. Add tp_cache; add some comments to others.
* The dynamic performance hack is (mostly) done.Guido van Rossum2001-10-121-10/+11
|
* Fred's done with weakrefsGuido van Rossum2001-10-101-2/+1
|
* Make new classes dynamic by default.Guido van Rossum2001-10-041-10/+10
|
* Mark treatment of binary operators for __rop__-before-__op__ as done.Guido van Rossum2001-10-031-5/+15
| | | | | Add more detail about the speed optimizations needed for __dynamic__. The weak reference solution becomes more attractive...
* Reorder Still To Do items (highest priority on top), add one.Guido van Rossum2001-09-281-12/+14
|
* Note a few tasks that are done now.Guido van Rossum2001-09-251-10/+14
|
* AFAICT pydoc/inspect do the right thing again.Guido van Rossum2001-09-201-2/+3
|
* Add a few more todo items.Guido van Rossum2001-09-101-1/+12
|
* Group some projects into "Done" and "To do". Get rid of Tim's mergeGuido van Rossum2001-08-301-213/+46
| | | | scratchpad -- the merge is long behind us.
* Add resolution of __new__ story sequel.Guido van Rossum2001-08-091-0/+4
|
* Mark binary operators as done.Guido van Rossum2001-08-081-1/+2
| | | | | (This file could stand some reorganization -- it's hard to tell the open items apart from those that are done or nearly done.)
* Added note to self about __new__ issue.Guido van Rossum2001-08-081-0/+9
|
* Finish my log of the final merge process. Mark the merge task complete.Tim Peters2001-08-021-5/+23
|
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+431