index
:
python-caldav
backport/python_36-support
fix/detect_expansion_failure
fix/whitespace_damage
master
v0.8-stable
This project is a CalDAV (RFC4791) client library for Python.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-25
Fix HTTP Auth failure with old (pre UTF-8) servers
v0.8-stable
Bjoern Kahl
2022-01-07
changelog
Tobias Brox
2022-01-07
make sure to remove the test calendars properly when doing testing
Tobias Brox
2022-01-07
bugfix: no_overwrite, no_create flags in save_todo would only work for events
Tobias Brox
2022-01-07
bugfix: to_wire should also return an empty byte string if given an empty uni...
Tobias Brox
2022-01-07
new test for to_wire
Tobias Brox
2022-01-07
silly stupid bugfix: the textual representation of any error was hardcoded to...
Tobias Brox
2021-11-30
version number 0.8.2, with changelog
Tobias Brox
2021-11-30
not happy with added code complexity, but this commit seems to solve https://...
Tobias Brox
2021-11-26
this is the complete (?) changelog for v0.8.1
Tobias Brox
2021-11-25
minor bugfixes - passwords with non-ascii characters may need to be encoded i...
Tobias Brox
2021-11-13
Commented on the discoveries made in https://github.com/python-caldav/caldav/...
Tobias Brox
2021-11-10
got all tests passing towards nextcloud
Tobias Brox
2021-11-09
silly bugfix in example config file
Tobias Brox
2021-09-17
ref https://github.com/python-caldav/caldav/issues/152, put some SECURITY TOD...
Tobias Brox
2021-09-17
I'm unable to run tests towards xandikos 2.0.4 and higher. I remember having...
Tobias Brox
2021-09-17
partial fix for https://github.com/python-caldav/caldav/issues/143 - double q...
Tobias Brox
2021-09-17
removing 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-16
Fixing up broken ical by stripping whitespaces. Possible fix for https://git...
Tobias Brox
2021-08-20
fixup 17ce149635c0a4d44015d60a2d5362dec28d521c - added a note in the changelo...
Tobias Brox
2021-08-20
typo fix in the name of an error class
Tobias Brox
2021-07-16
updated changelog
Tobias Brox
2021-07-16
This fix was reported to work for @brainsky and solves https://github.com/pyt...
Tobias Brox
2021-07-04
fixup! fixup! fixup! potential fix for problem reported by email. piggybacke...
Tobias Brox
2021-07-03
fixup! fixup! potential fix for problem reported by email. piggybacked some ...
Tobias Brox
2021-07-03
updated changelog
Tobias Brox
2021-07-02
fixup! potential fix for problem reported by email. piggybacked some documen...
Tobias Brox
2021-07-02
potential fix for problem reported by email. piggybacked some documentation/...
Tobias Brox
2021-06-16
fix for https://github.com/python-caldav/caldav/issues/146
Tobias Brox
2021-06-16
Test code to highlight https://github.com/python-caldav/caldav/issues/146
Tobias Brox
2021-03-20
WIP.
Tobias Brox
2021-03-12
documentation work
Tobias Brox
2021-03-12
removed a tab
Tobias Brox
2021-03-12
trying out the autodoc_mock_imports thingy
Tobias Brox
2021-03-12
fixed some whitespace/indentation that sphinx was warning about
Tobias Brox
2021-03-12
testing documentation on readthedocs
Tobias Brox
2021-03-12
docfix, s/2020/2021
Tobias Brox
2021-03-12
cargo-cult-copying a py_modules keyword argument to the setup() - no idea if ...
Tobias Brox
2021-03-12
what is MANIFEST.in used for, and perhaps it shouldn't include '*'?
Tobias Brox
2021-03-11
test commit for readthedocs.io
Tobias Brox
2021-03-11
test commit for readthedocs.io
Tobias Brox
2021-03-11
version bump from 0.8.0-rc1 to 0.8.0
Tobias Brox
2021-03-11
Should recommend to use .objects rather than .events. Particularly due to ht...
Tobias Brox
2021-03-11
The ChangeLog is a major annoyance. Grouped by date, containing information ...
Tobias Brox
2021-03-11
ready to release 0.8. I'll call it 0.8.0-rc1 now, and do a proper release to...
Tobias Brox
2021-03-11
tweaked a bit on the basic_usage_examples.py
Tobias Brox
2021-03-11
found another debugger hook
Tobias Brox
2021-03-11
tests now passes for DAViCal
Tobias Brox
2021-03-10
fix for https://github.com/python-caldav/caldav/issues/117
Tobias Brox
[next]