openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Python VObject
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Nov 20, 2024 — Nov 20, 2025
Showing page 24 of 25
Search / Filter on:
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
jeffrey
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
jeffrey
More...
over 19 years ago
- Add an optional default to return when child doesn't exist to getChildValue
jeffrey
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
jeffrey
More...
over 19 years ago
- Add a convenience method, getChildValue, to Component, to avoid lengthy repeated code
jeffrey
More...
over 19 years ago
(thanks to David Creemer) - Added CATEGORIES (defined in icalendar) to vcard known children - Added vcard examples to README.txt
jeffrey
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
jeffrey
More...
over 19 years ago
- Update __repr__ in Address to fix crazy bug on the alpha version of Ubuntu
jeffrey
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
jeffrey
More...
over 19 years ago
Fix bug in new remove method.
cdaboo
More...
over 19 years ago
Add method to remove an object from the contents.
cdaboo
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
jeffrey
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
jeffrey
More...
almost 20 years ago
Minor API change to default one parameter.
cdaboo
More...
almost 20 years ago
- remove unused comment
jeffrey
More...
almost 20 years ago
- added period behavior, updated freebusy behavior to use it - added doctests for freebusy
jeffrey
More...
almost 20 years ago
- changed TimezoneComponent.registerTzinfo so it returns tzid, since the method was almost always preceded by a call to pickTzid
jeffrey
More...
almost 20 years ago
Properly support VFREEBUSY component and FREEBUSY property.
cdaboo
More...
almost 20 years ago
Add utility method to convert a period (tuple of datetime and datetime/timedelta) to iCalendar format string.
cdaboo
More...
almost 20 years ago
Fix two bugs.
cdaboo
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
jeffrey
More...
almost 20 years ago
Major changes to the vobject API, breaks old API.
jeffrey
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
jeffrey
More...
almost 20 years ago
- Escape unicode characters in prettyPrint
jeffrey
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.
jeffrey
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
jeffrey
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
jeffrey
More...
almost 20 years ago
- Moving setup.py back to distutils until Chandler's ready for eggs
jeffrey
More...
almost 20 years ago
- Updated setup.py to use setuptools
jeffrey
More...
almost 20 years ago
- Restructuring, continued
jeffrey
More...
almost 20 years ago
←
1
2
…
17
18
19
20
21
22
23
24
25
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree