[py-svn] r56663 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Sat Jul 19 12:24:10 CEST 2008


Author: hpk
Date: Sat Jul 19 12:24:09 2008
New Revision: 56663

Added:
   py/trunk/py/doc/release-notes-1.0.0
Modified:
   py/trunk/py/doc/TODO.txt
Log:
some more planning and notes for 1.0


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Sat Jul 19 12:24:09 2008
@@ -1,6 +1,24 @@
 Things to do for 1.0.0 
 ========================= 
 
+packaging
+-------------------------------------
+
+* setup automatical dist snapshots from trunk 
+  when tests pass (at best for all of windows, 
+  linux and osx). 
+
+* ensure compatibility with Python 2.3 - 2.6
+
+* package c-extensions (greenlet) for windows 
+
+* support installation from svn, setup.py and via easy_install 
+
+* debian and TAR/zip packages for py lib, 
+  particularly look into C module issues (greenlet most importantly) 
+
+* (partly DONE) refine and implement releasescheme/download
+
 py.test 
 --------------
 
@@ -30,7 +48,7 @@
   - porting existing extensions (htmlconftest / PyPy's conftest's ...) 
 
 
-- fix reporting/usage degradation after reporter-merge merge: 
+- fix reporting/usage regression after reporter-merge merge: 
   - collapse skips with same reason and lineno into one line 
  
 - fix and investigate win32 failures
@@ -53,6 +71,7 @@
   - review source code and rename some internal methods to
     help with un-confusing things
 
+
 py.execnet
 --------------
 
@@ -75,15 +94,20 @@
   http://codeinvestigator.googlepages.com/main
 
 
+py.io
+--------------------
+
+- write documentation about it 
+- deprecate py.process.cmdexec, move it to py.io.cmdexec()
+  merge exceptions/handling of py.io.cmdexec, py.io.forkedfunc 
+
 ld (review and shift to above)
 =================================
 
 refactorings
 ------------------
 
-- session / collection unification (particularly tryiter and buildname2items) 
-
-- reporting unification, i.e. use dist-testing Reporter class
+- (ongoing) reporting unification, i.e. use dist-testing Reporter class
   also for "normal" session, consider introduction of tkinter 
   session (M978)
 
@@ -138,25 +162,6 @@
   svn-bindings (M634)
 
 
-packaging
--------------------------------------
-
-* debian and TAR/zip packages for py lib, 
-  particularly look into C module issues (greenlet most importantly) 
-
-* do something about c-extensions both on unix-ish 
-  versus win32 systems 
-
-* ensure compatibility with Python 2.3 - 2.5, 
-  see what is missing for 2.2 
-
-* optional: support setuptools (eggs?) installs, and instally
-  from pypi (and register pylib there) 
-
-* (DONE/c-modules don't) see if things work on Win32 (partially done) 
-
-* (partly DONE) refine and implement releasescheme/download
-
 
 APIGEN / source viewer
 -------------------------------------

Added: py/trunk/py/doc/release-notes-1.0.0
==============================================================================
--- (empty file)
+++ py/trunk/py/doc/release-notes-1.0.0	Sat Jul 19 12:24:09 2008
@@ -0,0 +1,9 @@
+
+changes from 0.9.1 to 1.0
+
+py.test:
+
+- collector.run() deprecated, implement/use listdir() instead 
+
+
+



More information about the pytest-commit mailing list