0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Nov 20, 2024 — Nov 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fix tests.py to no longer expect iCal weird triggers to fail to parse - Tweaked msg for exception thrown by Trigger's transformToNative - Minor readability edit to README.txt for vcards More... over 19 years ago
- Work around Apple iCal bug where VALARM TRIGGERs are serialized as DATE-TIME (default is DURATION), but don't have VALUE=DATE-TIME set More... over 19 years ago
- Add an optional default to return when child doesn't exist to getChildValue More... over 19 years ago
- Fix getChildValue to work use '_' in value names - Factored character stripping logic and uppercasing in getters and setters into one function More... over 19 years ago
- Add a convenience method, getChildValue, to Component, to avoid lengthy repeated code More... over 19 years ago
(thanks to David Creemer) - Added CATEGORIES (defined in icalendar) to vcard known children - Added vcard examples to README.txt More... over 19 years ago
- Adds the ability for behavior to provide a custom repr for ContentLine values, which is helpful when viewing 4K of binary photo data - Adds a behavior for vcard Photo, converting base64 to binary, and working with Apple AddressBook's non-standard implementation of vcard 3.0 Photo export More... over 19 years ago
- Update __repr__ in Address to fix crazy bug on the alpha version of Ubuntu More... over 19 years ago
- Rearrange the path structure to put tests in a separate directory - Remove tests dependence on setuptools - Make doctesting of README.txt work from arbitrary directories More... over 19 years ago
Fix bug in new remove method. More... over 19 years ago
Add method to remove an object from the contents. More... over 19 years ago
- rename preserveTZ -> convertToUTC, flip truth tests. The name preserveTZ was a hang-over from when vobject didn't handle timezones well, and always converted to UTC unless explicitly told not to More... almost 20 years ago
- Fixed ContentLine __getattr__ to work with _paramlist and _param - Added optionflags to doctests, allowing the removal of lots of cruft like .replace(base.CRLF, base.LF).strip() - moved most imports out of tests, for brevity - Updated README.txt, added doctest-ing of it to tests.py - Made doctests raw strings, to avoid escaping backslashes More... almost 20 years ago
Minor API change to default one parameter. More... almost 20 years ago
- remove unused comment More... almost 20 years ago
- added period behavior, updated freebusy behavior to use it - added doctests for freebusy More... almost 20 years ago
- changed TimezoneComponent.registerTzinfo so it returns tzid, since the method was almost always preceded by a call to pickTzid More... almost 20 years ago
Properly support VFREEBUSY component and FREEBUSY property. More... almost 20 years ago
Add utility method to convert a period (tuple of datetime and datetime/timedelta) to iCalendar format string. More... almost 20 years ago
Fix two bugs. More... almost 20 years ago
- Improved line number reporting when parse errors occur - Fixed a bug where getattr of non-existent attributes of ContentLines didn't raise an exception - Shifted transformFromNative to raise NativeError if a problem occurs, while preserving the traceback stack More... almost 20 years ago
Major changes to the vobject API, breaks old API. More... almost 20 years ago
- Fix and test for bug 5107, duplicated parameters aren't handled properly - Fix and test for problem where iCalendar objects created by hand don't call generateImplicitParameters on vevent children More... almost 20 years ago
- Escape unicode characters in prettyPrint More... almost 20 years ago
- Fixed bug 4978, UTC times weren't being serialized correctly. To do this, getTransition was factored out of TimezoneComponent.settzinfo and a new comparison helper was created, tzinfo_eq which does intelligent comparison of tzinfo classes. More... almost 20 years ago
- Fixed VTIMEZONE -> tzinfo conversion to work around bug in dateutil's treatment of experimental properties (bug 4978) - Cleaned up __setattr__ so it can coexist with properties in Component More... almost 20 years ago
- Fixed Bug 5069, tolerate lowercase component names - renamed vobject module to base, because it was annoying having a module with the same name as the package More... almost 20 years ago
- Moving setup.py back to distutils until Chandler's ready for eggs More... almost 20 years ago
- Updated setup.py to use setuptools More... almost 20 years ago
- Restructuring, continued More... almost 20 years ago