[icalendar-checkins] r19636 - in iCalendar/trunk: . src/icalendar

dreamcatcher at codespeak.net dreamcatcher at codespeak.net
Tue Nov 8 13:58:22 CET 2005


Author: dreamcatcher
Date: Tue Nov  8 13:58:10 2005
New Revision: 19636

Added:
   iCalendar/trunk/HISTORY.txt   (contents, props changed)
Modified:
   iCalendar/trunk/CHANGES.txt
   iCalendar/trunk/README.txt
   iCalendar/trunk/src/icalendar/interfaces.py
   iCalendar/trunk/version.txt
Log:

- Preparing 0.11 release


Modified: iCalendar/trunk/CHANGES.txt
==============================================================================
--- iCalendar/trunk/CHANGES.txt	(original)
+++ iCalendar/trunk/CHANGES.txt	Tue Nov  8 13:58:10 2005
@@ -1,4 +1,4 @@
-iCalendar 0.11 (2005-11-XX)
+iCalendar 0.11 (2005-11-08)
 ===========================
 
 * Changed component .from_string to use types_factory instead of
@@ -21,27 +21,3 @@
 * vDDDTypes didn't accept negative period (eg: -P30M)
 
 * '\N' is also acceptable as newline on content lines, per RFC
-
-iCalendar 0.10 (2005-04-28)
-===========================
-
-* moved code to codespeak.net subversion.
-
-* reorganized package structure so that source code is under 'src'
-  directory. Non-package files remain in distribution root.
-
-* redid doc/*.py files as doc/*.txt, using more modern doctest. Before
-  they were .py files with big docstrings.
-
-* added test.py testrunner, and tests/test_icalendar.py that picks up
-  all doctests in source code and doc directory, and runs them, when
-  typing:
-
-  python2.3 test.py
-
-* renamed iCalendar to lower case package name, lowercased,
-  de-pluralized and shorted module names, which are mostly
-  implementation detail.
-
-* changed tests so they generate .ics files in a temp directory, not
-  in the structure itself.

Added: iCalendar/trunk/HISTORY.txt
==============================================================================
--- (empty file)
+++ iCalendar/trunk/HISTORY.txt	Tue Nov  8 13:58:10 2005
@@ -0,0 +1,23 @@
+iCalendar 0.10 (2005-04-28)
+===========================
+
+* moved code to codespeak.net subversion.
+
+* reorganized package structure so that source code is under 'src'
+  directory. Non-package files remain in distribution root.
+
+* redid doc/*.py files as doc/*.txt, using more modern doctest. Before
+  they were .py files with big docstrings.
+
+* added test.py testrunner, and tests/test_icalendar.py that picks up
+  all doctests in source code and doc directory, and runs them, when
+  typing:
+
+  python2.3 test.py
+
+* renamed iCalendar to lower case package name, lowercased,
+  de-pluralized and shorted module names, which are mostly
+  implementation detail.
+
+* changed tests so they generate .ics files in a temp directory, not
+  in the structure itself.

Modified: iCalendar/trunk/README.txt
==============================================================================
--- iCalendar/trunk/README.txt	(original)
+++ iCalendar/trunk/README.txt	Tue Nov  8 13:58:10 2005
@@ -26,8 +26,11 @@
 News
 ====
 
+* 2005-11-08: `iCalendar 0.11`_ released (`changes for 0.11`_)
 * 2005-04-28: `iCalendar 0.10`_ released (`changes for 0.10`_)
 
+.. _`iCalendar 0.11`: iCalendar-0.11.tgz
+.. _`changes for 0.11`: changes-0.11.html
 .. _`iCalendar 0.10`: iCalendar-0.10.tgz
 .. _`changes for 0.10`: changes-0.10.html
 
@@ -102,10 +105,9 @@
 Download
 ========
 
+* `iCalendar 0.11`_ (2005-08-11)
 * `iCalendar 0.10`_ (2005-04-28)
 
-.. _`iCalendar 0.10`: iCalendar-0.10.tgz
-
 You can also check out the `development version of iCalendar`_ from
 subversion, using a command like::
 

Modified: iCalendar/trunk/src/icalendar/interfaces.py
==============================================================================
--- iCalendar/trunk/src/icalendar/interfaces.py	(original)
+++ iCalendar/trunk/src/icalendar/interfaces.py	Tue Nov  8 13:58:10 2005
@@ -63,7 +63,7 @@
         """
 
     # static method, can be called on class directly
-    def from_string(st):
+    def from_string(st, multiple=False):
         """Populates the component recursively from a iCalendar string.
 
         Reads the iCalendar string and constructs components and

Modified: iCalendar/trunk/version.txt
==============================================================================
--- iCalendar/trunk/version.txt	(original)
+++ iCalendar/trunk/version.txt	Tue Nov  8 13:58:10 2005
@@ -1 +1,2 @@
-0.10
+0.11
+


More information about the icalendar-checkins mailing list