Wykres commitów

1395 Commity (b51fef6e9ad74c7990d872ded333db9ffa87f47c)

Autor SHA1 Wiadomość Data
Sidnei da Silva dc8226e933 - Minor documetnation fix 2005-11-08 14:49:55 +00:00
Sidnei da Silva e7285a370a - Fix two typos 2005-11-08 14:45:21 +00:00
Sidnei da Silva 5038c3a159 - Preparing 0.11 release 2005-11-08 12:58:10 +00:00
Sidnei da Silva 1db9fa6b42 - Ugh, svn log fooled me.
- Merge missing changes from branch
- Update some docs
2005-11-07 21:07:56 +00:00
Sidnei da Silva 1a3244c357 Merge sidnei-schooltool-compat branch
- Changed component .from_string to use types_factory instead of hardcoding entries to 'inline'
- Changed UTC tzinfo to a singleton so the same one is used everywhere
- Made the parser more strict by using regular expressions for key name, param name and quoted/unquoted safe char as per the RFC
- Added some tests from the schooltool icalendar parser for better coverage
- Be more forgiving on the regex for folding lines
- Allow for multiple top-level components on .from_string
- Fix vWeekdays, wasn't accepting relative param (eg: -3SA vs -SA)
- vDDDTypes didn't accept negative period
- '\N' is also acceptable as newline, per RFC
2005-11-07 20:41:55 +00:00
Martijn Faassen 6e7f945cab Correct import. 2005-04-29 12:56:17 +00:00
Martijn Faassen 6904b537f2 Tweaks for release. 2005-04-28 13:30:10 +00:00
Martijn Faassen 4c12f68e5d Tweak so that version information is picked up from version.txt. 2005-04-28 13:07:09 +00:00
Martijn Faassen ff37cc85e9 Installation document. 2005-04-28 13:06:56 +00:00
Martijn Faassen 01d4c71693 More editing preparing for release. 2005-04-28 12:59:10 +00:00
Martijn Faassen 25a7f238f2 A few more restructured text tweaks. 2005-04-28 12:45:44 +00:00
Martijn Faassen 786b165886 Edited to be nicer restructured test, and extended doctesting somewhat. 2005-04-28 12:30:58 +00:00
Martijn Faassen eb49a2e422 Preparing for release. 2005-04-28 12:30:41 +00:00
Martijn Faassen 7f9a1220ab Thank you codespeak. 2005-04-28 12:03:23 +00:00
Martijn Faassen 88eedc1673 Textual tweaks, preparing for release. 2005-04-28 11:47:47 +00:00
Martijn Faassen 93223bccb5 Add credits. 2005-04-28 11:47:26 +00:00
Lennart Regebro d3d48c3a51 Small syntax error in the interface file. 2005-04-19 10:58:57 +00:00
Martijn Faassen 73a89cf0b3 For some reason, svn still retained these! Strangely enough my checkout
didn't show them, not with an svn up either. I am pretty convinced I
threw them out properly in the past... svn bug?
2005-04-14 17:33:18 +00:00
Martijn Faassen cdb35f6e4a Update a little. 2005-04-08 14:31:29 +00:00
Martijn Faassen 1423e1eb88 Use restructured text. Needs more editing if this wants to be a web page
on codespeak.
2005-04-08 14:30:31 +00:00
Martijn Faassen 513d169cb0 Preliminary sketch of interfaces. Lots of the documentation is in the
code already (actually more), but they're in doctests so this overview
in one place may be useful.
2005-04-08 14:24:50 +00:00
Martijn Faassen ba708ec2d1 Typo. 2005-04-08 14:24:05 +00:00
Martijn Faassen 199758da43 Typo. 2005-04-08 14:23:17 +00:00
Martijn Faassen 226905534a Typo. 2005-04-08 14:22:34 +00:00
Martijn Faassen 9f947fce05 Typo fixes. 2005-04-08 14:22:07 +00:00
Martijn Faassen a2d0308c26 Easy way to install this into Zope, as a Zope product. This will make
the src directory be on the python path.
2005-04-04 16:50:12 +00:00
Lennart Regebro 05db355efc Distutils file 2005-04-04 16:47:58 +00:00
Martijn Faassen eda19a5952 Add LGPL license. 2005-04-04 13:48:01 +00:00
Martijn Faassen faa033b974 Typo fixes. 2005-04-04 13:43:20 +00:00
Martijn Faassen 016042b9a4 Some editing, rewrapping. 2005-03-23 17:05:32 +00:00
Martijn Faassen b9877e1df0 Set end of line style to native for all python files and text files.
The only exceptions are ICS files, as they are supposed to be CRLF according
to spec. I've set the line ending style to this for these files.
2005-03-23 16:38:19 +00:00
Martijn Faassen 919d81f3d7 Convert from dos line endings. 2005-03-23 16:26:03 +00:00
Martijn Faassen 38f8eaba25 Update CHANGES.txt 2005-03-23 16:25:01 +00:00
Martijn Faassen 8c98240a90 Work on removing some more .ics files generated by tests. These are now
generated in a temp directory instead.
2005-03-23 16:16:02 +00:00
Martijn Faassen 955dc3b333 Remove more stray .ics files. 2005-03-23 15:56:19 +00:00
Martijn Faassen e9dc5aff3d Update version. 2005-03-23 15:55:09 +00:00
Martijn Faassen 05ec9f729b Remove things that weren't in use. 2005-03-23 15:54:48 +00:00
Martijn Faassen 3e206410bf Rename 'calendar.py' to 'cal', to present any confusion with the
Calendar class on case-insensitive platforms.
2005-03-23 15:53:53 +00:00
Martijn Faassen dd9006ed53 Rename iCalendar to icalendar. 2005-03-23 15:51:41 +00:00
Martijn Faassen 968133c0db Prepare for grand renaming to lowercase, shorter module names, non-plural
in module names.
2005-03-23 15:50:26 +00:00
Martijn Faassen fa6370a88d Mark changes. 2005-03-23 14:31:23 +00:00
Martijn Faassen 6c35b6fae3 Convert .py files to .txt files for examples, using new doctest.py. Add
them to test_icalendar.py, so that they get picked up by the testrunner.
2005-03-23 14:27:37 +00:00
Martijn Faassen c1e63a1cb2 Add doctest module from Python 2.4. This is used to run .txt files as
doctests.
2005-03-23 14:26:52 +00:00
Martijn Faassen 5a8cfca659 convert line endings to unix. 2005-03-23 14:10:49 +00:00
Martijn Faassen ee533bd510 Initial import of iCalendar, by Max M. 2005-03-23 13:49:29 +00:00