[pypy-svn] rev 1062 - pypy/trunk/doc/sprintinfo
hpk at codespeak.net
hpk at codespeak.net
Sat Jun 28 22:38:44 CEST 2003
Author: hpk
Date: Sat Jun 28 22:38:43 2003
New Revision: 1062
Modified:
pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt
pypy/trunk/doc/sprintinfo/sprint-planning.txt
Log:
fixed some formatting. more doc enhancements to follow ...
Modified: pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt
==============================================================================
--- pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt (original)
+++ pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt Sat Jun 28 22:38:43 2003
@@ -5,10 +5,8 @@
- reviewed, improved and enriched object implementations
mostly done by Christian, Alex
- boolobject_, cpythonobject_, instmethobject_, longobject_ (removed),
- sliceobject_, userobject_, dictobject_, iterobject_
- not reviewed so far?
- tupleobject, listobject, intobject, floatobject
+ boolobject_, cpythonobject_, instmethodobject_, longobject_ (removed),
+ sliceobject_, userobject_, dictobject_, iterobject_.
- stringobject was completed with lots of tests
(Tomek, Guenter)
@@ -30,7 +28,6 @@
- implemented the beginnings of the AnnotationObjectSpace
(Armin, Guido, Michael) for abstract interpretation.
-
- added lots of tests (all of us)
@@ -62,13 +59,12 @@
---------------------------------------------------------------
.. _boolobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000381.html
-.. _cpythonobj: http://codespeak.net/pipermail/pypy-svn/2003-June/000385.html
-.. _instmethod: http://codespeak.net/pipermail/pypy-svn/2003-June/000389.html
-.. _long: http://codespeak.net/pipermail/pypy-svn/2003-June/000410.html
+.. _cpythonobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000385.html
+.. _instmethodobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000389.html
+.. _longobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000410.html
.. _sliceobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000408.html
.. _userobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000449.html
.. _dictobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000515.html
.. _intobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000443.html
-.. _instmethod: http://codespeak.net/pipermail/pypy-svn/2003-June/000389.html
-.. _iterobject:: http://codespeak.net/pipermail/pypy-svn/2003-June/000999.html
+.. _iterobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000999.html
Modified: pypy/trunk/doc/sprintinfo/sprint-planning.txt
==============================================================================
--- pypy/trunk/doc/sprintinfo/sprint-planning.txt (original)
+++ pypy/trunk/doc/sprintinfo/sprint-planning.txt Sat Jun 28 22:38:43 2003
@@ -86,5 +86,5 @@
.. _dictobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000515.html
.. _intobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000443.html
.. _instmethod: http://codespeak.net/pipermail/pypy-svn/2003-June/000389.html
-.. _iterobject:: http://codespeak.net/pipermail/pypy-svn/2003-June/000999.html
+.. _iterobject: http://codespeak.net/pipermail/pypy-svn/2003-June/000999.html
More information about the Pypy-commit
mailing list