Wykres commitów

735 Commity (master)

Autor SHA1 Wiadomość Data
Eric Hanchrow 093f3881ff Contentline.__str__: Fix utf-8 line-folding problem.
From http://codespeak.net/pipermail/icalendar-dev/2010-April/000152.html

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:22:14 +02:00
Rok Garbas 5bdf664962 fixed tests so they pass, remove *tests* code from reports in coverage 2011-08-17 23:05:22 +02:00
Rok Garbas f85309cd3f making tests run with unittest2 and tox 2011-08-17 21:42:52 +02:00
Andreas Zeidler 37d381813d fix typo & remove unused imports 2009-12-09 20:31:46 +00:00
Andreas Zeidler 4b36dbecb7 fix deprecation warnings about `object.__init__` taking no parameters 2009-12-09 20:23:08 +00:00
Wichert Akkerman 83e2db33ce Set the VALUE parameter correctly for date values 2009-11-26 19:36:04 +00:00
Wichert Akkerman fcdd55aa27 Add a failing test for proper rendering of date values 2009-11-26 19:11:23 +00:00
Wichert Akkerman 2394e7c8eb Add changelog entry 2009-11-26 18:21:54 +00:00
Wichert Akkerman 66ce1ecde9 Fix handling of multi-line paragraphs 2009-11-26 18:19:15 +00:00
Wichert Akkerman 32eeaddddc Add a failing test 2009-11-26 17:04:22 +00:00
Lennart Regebro 70a5f503ce Added a test for long binary data. 2009-01-01 19:18:48 +00:00
Lennart Regebro 6f4b33ae83 Long binary data would be base64 encoded with newlines, which made the iCalendar files incorrect. (This still needs testing). 2009-01-01 16:42:39 +00:00
Lennart Regebro e2806fd0d7 UTC object were unpicklable. 2008-07-11 20:01:27 +00:00
Lennart Regebro e8e1cdf1a3 Prettier output of negative durations. 2008-07-11 18:01:30 +00:00
Lennart Regebro 5138b88d0e Fixed the EXDATE bug. 2008-07-11 17:52:08 +00:00
Lennart Regebro 3df403f779 * The bugfix for the folding of line in the middle of UTF-8 characters included
another bug, which is now fixed.
2006-11-23 16:22:41 +00:00
Lennart Regebro b6de7c9ff9 Fixed the UTF-8 line folding bug. 2006-11-22 18:40:32 +00:00
Lennart Regebro fce3688157 A temporary test was checked in by mistake. 2006-11-22 18:37:29 +00:00
Lennart Regebro ee08416644 Passing self as a parameter twice doesn't seem useful. 2006-11-22 17:40:51 +00:00
Lennart Regebro c34a77e026 Fixed a bug in caselessdict. 2006-11-22 17:07:27 +00:00
Lennart Regebro 4191f38fa0 make get_inline and set_inline support non ascii codes 2006-08-03 13:35:15 +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
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 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 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 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