From fa6370a88d42a56ec0ab5988ed2e4e5df1b5f0b2 Mon Sep 17 00:00:00 2001 From: Martijn Faassen Date: Wed, 23 Mar 2005 14:31:23 +0000 Subject: [PATCH] Mark changes. --- CHANGES.txt | 130 +++++----------------------------------------------- 1 file changed, 11 insertions(+), 119 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 78a4141..940d2f6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,125 +1,17 @@ ------------------------------------------------------------------------- -r314 | maxm | 2005-03-22 13:43:04 +0100 (Tue, 22 Mar 2005) | 1 line +iCalendar 0.10 (under development) +================================== ------------------------------------------------------------------------- -r294 | maxm | 2005-02-25 03:22:27 +0100 (Fri, 25 Feb 2005) | 1 line +* move code to codespeak.net +* reorganize package structure so that source code is under 'src' + directory. Non-package files remain in distribution root. ------------------------------------------------------------------------- -r283 | maxm | 2005-02-17 23:51:40 +0100 (Thu, 17 Feb 2005) | 1 line +* 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: ------------------------------------------------------------------------- -r282 | maxm | 2005-02-17 23:50:51 +0100 (Thu, 17 Feb 2005) | 1 line - - ------------------------------------------------------------------------- -r274 | maxm | 2005-02-07 14:41:37 +0100 (Mon, 07 Feb 2005) | 1 line - - ------------------------------------------------------------------------- -r273 | maxm | 2005-02-07 12:05:38 +0100 (Mon, 07 Feb 2005) | 1 line - - ------------------------------------------------------------------------- -r272 | maxm | 2005-02-07 11:09:48 +0100 (Mon, 07 Feb 2005) | 1 line - -Added default value to the "decoded()" method. ------------------------------------------------------------------------- -r271 | maxm | 2005-02-07 09:31:42 +0100 (Mon, 07 Feb 2005) | 1 line - -- Fixed bug with propertyValues resetting themself when being read. ------------------------------------------------------------------------- -r270 | maxm | 2005-02-07 09:21:40 +0100 (Mon, 07 Feb 2005) | 1 line - -- Fixed bug with propertyValues resetting themself when being read. ------------------------------------------------------------------------- -r249 | maxm | 2005-01-27 13:44:59 +0100 (Thu, 27 Jan 2005) | 1 line - -Fixed problem with Unicode in Property values ------------------------------------------------------------------------- -r184 | maxm | 2005-01-22 13:33:08 +0100 (Sat, 22 Jan 2005) | 1 line - - ------------------------------------------------------------------------- -r183 | maxm | 2005-01-22 13:32:14 +0100 (Sat, 22 Jan 2005) | 1 line - -Fixed bug when adding unicode paramter values ------------------------------------------------------------------------- -r182 | maxm | 2005-01-22 13:06:21 +0100 (Sat, 22 Jan 2005) | 1 line - -added smal unicode test ------------------------------------------------------------------------- -r181 | maxm | 2005-01-21 16:18:15 +0100 (Fri, 21 Jan 2005) | 1 line - -added more descriptive errormessage ------------------------------------------------------------------------- -r180 | maxm | 2005-01-21 16:04:32 +0100 (Fri, 21 Jan 2005) | 1 line - -- changed a few defaults ------------------------------------------------------------------------- -r159 | maxm | 2005-01-17 16:16:53 +0100 (Mon, 17 Jan 2005) | 1 line - -Parameters where not being added when parsing ------------------------------------------------------------------------- -r158 | maxm | 2005-01-17 01:31:42 +0100 (Mon, 17 Jan 2005) | 1 line - -Moved remotely ------------------------------------------------------------------------- -r157 | maxm | 2005-01-17 01:30:00 +0100 (Mon, 17 Jan 2005) | 1 line - -This is the first public release ------------------------------------------------------------------------- -r156 | maxm | 2005-01-16 23:33:46 +0100 (Sun, 16 Jan 2005) | 1 line - -Added examples ------------------------------------------------------------------------- -r155 | maxm | 2005-01-16 03:13:03 +0100 (Sun, 16 Jan 2005) | 1 line - -Getting ready for Gold! ------------------------------------------------------------------------- -r147 | maxm | 2005-01-11 23:24:52 +0100 (Tue, 11 Jan 2005) | 1 line - -Last step before the parser is complete. All subtypes can parse from ical. ------------------------------------------------------------------------- -r146 | maxm | 2005-01-10 03:38:11 +0100 (Mon, 10 Jan 2005) | 1 line - - ------------------------------------------------------------------------- -r145 | maxm | 2005-01-10 03:23:35 +0100 (Mon, 10 Jan 2005) | 1 line - -Added parsing to Property Value Data Types. So they can parse themself. ------------------------------------------------------------------------- -r144 | maxm | 2005-01-09 21:05:13 +0100 (Sun, 09 Jan 2005) | 1 line - - ------------------------------------------------------------------------- -r143 | maxm | 2005-01-09 18:15:08 +0100 (Sun, 09 Jan 2005) | 1 line - -Fixed a few parameters that needed objects with ical() method. ------------------------------------------------------------------------- -r142 | maxm | 2005-01-09 17:44:08 +0100 (Sun, 09 Jan 2005) | 1 line - -non functional ------------------------------------------------------------------------- -r141 | maxm | 2005-01-09 15:39:44 +0100 (Sun, 09 Jan 2005) | 1 line - -Changed to use ical() method instead of __str__() for representation. ------------------------------------------------------------------------- -r140 | maxm | 2005-01-09 09:52:58 +0100 (Sun, 09 Jan 2005) | 1 line - -Fixed minor import bugs ------------------------------------------------------------------------- -r139 | maxm | 2005-01-09 09:40:53 +0100 (Sun, 09 Jan 2005) | 1 line - - ------------------------------------------------------------------------- -r138 | maxm | 2005-01-09 09:28:18 +0100 (Sun, 09 Jan 2005) | 1 line - -First version. Can only generate iCalendar files. Not parse. ------------------------------------------------------------------------- -r137 | maxm | 2005-01-09 09:26:05 +0100 (Sun, 09 Jan 2005) | 1 line - -Created folder remotely ------------------------------------------------------------------------- + python2.3 test.py