summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-08Trying to maintain compatibility with elder python versions. Changing a new-...backport/python_36-supportTobias Brox
2022-01-25Fix HTTP Auth failure with old (pre UTF-8) serversv0.8-stableBjoern Kahl
2022-01-07changelogTobias Brox
2022-01-07make sure to remove the test calendars properly when doing testingTobias Brox
2022-01-07bugfix: no_overwrite, no_create flags in save_todo would only work for eventsTobias Brox
2022-01-07bugfix: to_wire should also return an empty byte string if given an empty uni...Tobias Brox
2022-01-07new test for to_wireTobias Brox
2022-01-07silly stupid bugfix: the textual representation of any error was hardcoded to...Tobias Brox
2021-11-30version number 0.8.2, with changelogTobias Brox
2021-11-30not happy with added code complexity, but this commit seems to solve https://...Tobias Brox
2021-11-26this is the complete (?) changelog for v0.8.1Tobias Brox
2021-11-25minor bugfixes - passwords with non-ascii characters may need to be encoded i...Tobias Brox
2021-11-13Commented on the discoveries made in https://github.com/python-caldav/caldav/...Tobias Brox
2021-11-10got all tests passing towards nextcloudTobias Brox
2021-11-09silly bugfix in example config fileTobias Brox
2021-09-17ref https://github.com/python-caldav/caldav/issues/152, put some SECURITY TOD...Tobias Brox
2021-09-17I'm unable to run tests towards xandikos 2.0.4 and higher. I remember having...Tobias Brox
2021-09-17partial fix for https://github.com/python-caldav/caldav/issues/143 - double q...Tobias Brox
2021-09-17removing an error message, adding some stupid todo-things in the comments and...Tobias Brox
2021-09-16'assume timezone is local'-logic broke on some weird version combo of python ...Tobias Brox
2021-09-16Fixing up broken ical by stripping whitespaces. Possible fix for https://git...Tobias Brox
2021-08-20fixup 17ce149635c0a4d44015d60a2d5362dec28d521c - added a note in the changelo...Tobias Brox
2021-08-20typo fix in the name of an error classTobias Brox
2021-07-16updated changelogTobias Brox
2021-07-16This fix was reported to work for @brainsky and solves https://github.com/pyt...Tobias Brox
2021-07-04fixup! fixup! fixup! potential fix for problem reported by email. piggybacke...Tobias Brox
2021-07-03fixup! fixup! potential fix for problem reported by email. piggybacked some ...Tobias Brox
2021-07-03updated changelogTobias Brox
2021-07-02fixup! potential fix for problem reported by email. piggybacked some documen...Tobias Brox
2021-07-02potential fix for problem reported by email. piggybacked some documentation/...Tobias Brox
2021-06-16fix for https://github.com/python-caldav/caldav/issues/146Tobias Brox
2021-06-16Test code to highlight https://github.com/python-caldav/caldav/issues/146Tobias Brox
2021-03-20WIP.Tobias Brox
2021-03-12documentation workTobias Brox
2021-03-12removed a tabTobias Brox
2021-03-12trying out the autodoc_mock_imports thingyTobias Brox
2021-03-12fixed some whitespace/indentation that sphinx was warning aboutTobias Brox
2021-03-12testing documentation on readthedocsTobias Brox
2021-03-12docfix, s/2020/2021Tobias Brox
2021-03-12cargo-cult-copying a py_modules keyword argument to the setup() - no idea if ...Tobias Brox
2021-03-12what is MANIFEST.in used for, and perhaps it shouldn't include '*'?Tobias Brox
2021-03-11test commit for readthedocs.ioTobias Brox
2021-03-11test commit for readthedocs.ioTobias Brox
2021-03-11version bump from 0.8.0-rc1 to 0.8.0Tobias Brox
2021-03-11Should recommend to use .objects rather than .events. Particularly due to ht...Tobias Brox
2021-03-11The ChangeLog is a major annoyance. Grouped by date, containing information ...Tobias Brox
2021-03-11ready to release 0.8. I'll call it 0.8.0-rc1 now, and do a proper release to...Tobias Brox
2021-03-11tweaked a bit on the basic_usage_examples.pyTobias Brox
2021-03-11found another debugger hookTobias Brox
2021-03-11tests now passes for DAViCalTobias Brox