Timeline


and

2021-04-17:

22:24 Changeset in trunk [72a3709] by Jason R. Coombs <jaraco@…>
Remove ToC entry for account server.
21:01 Changeset in trunk [1b46f981] by Jason R. Coombs <jaraco@…>
Remove AccountURLChecker, the code that relies on it, associated …

2021-04-16:

16:01 Changeset in trunk [abb247b3] by Itamar Turner-Trauring <itamar@…>
Fix flake.
15:58 Changeset in trunk [08772c5] by Itamar Turner-Trauring <itamar@…>
News file.
15:58 Changeset in trunk [fa46efd] by Itamar Turner-Trauring <itamar@…>
Enable BytesWarnings? in integration tests.
15:55 Changeset in trunk [61506f8] by Itamar Turner-Trauring <itamar@…>
Make BytesWarning?->exception global, to ease use in integration tests.
15:45 Ticket #3569 (Port allmydata.stats to Python 3) closed by itamarst
duplicate
15:36 Changeset in trunk [bc9e4ac] by Itamar Turner-Trauring <itamar@…>
Support quoting any-old-bytes correctly on Python 2.
15:21 Changeset in trunk [51ebbae] by Itamar Turner-Trauring <itamar@…>
Fix typo.
15:21 Ticket #3626 (allmydata.web.logs probably needs to be fixed to support bytes in ...) closed by GitHub <noreply@…>
fixed: In [changeset:"19a3481e5ffb0299e7c9ca0cad9b31fee56df4d4/trunk"
15:21 Changeset in trunk [19a3481e] by GitHub <noreply@…>
Merge pull request #1042 from …
15:20 Ticket #3675 (BytesWarning isn't always being turned into errors) closed by GitHub <noreply@…>
fixed: In [changeset:"31e64d221111bc397e62beef8ef463eab3369b75/trunk"
15:20 Changeset in trunk [31e64d2] by GitHub <noreply@…>
Merge pull request #1040 from …

2021-04-14:

20:49 Ticket #3677 (Tahoe logo looks bad on dark background) created by meejah
The logo we're using in the README doesn't look good on a dark …
15:19 Changeset in trunk [d60bc28] by Itamar Turner-Trauring <itamar@…>
Oh right, Python 2 Eliot doesn't support custom JSON encoders.
14:42 Changeset in trunk [32607b5] by Itamar Turner-Trauring <itamar@…>
For logging, using a new JSON bytes encoder that works on any bytes …
14:38 Changeset in trunk [1abf944] by Itamar Turner-Trauring <itamar@…>
News file.
13:56 Changeset in trunk [e242bf5] by Itamar Turner-Trauring <itamar@…>
Handle bytes in log messages.

2021-04-13:

17:30 Ticket #3659 (Add ticket triage role to dev guide) closed by exarkun
fixed: Fixed in https://github.com/tahoe-lafs/tahoe-lafs/commit/ff0f00f
17:28 WikiStart edited by exarkun
Remove announcement list (diff)
15:38 Ticket #3676 (Use the right Python version when testing on GitHub Actions) created by sajith
We're running tox -e py27-coverage on GitHub Actions, even when we …
15:00 Patches edited by maylee
(diff)
14:35 Changeset in trunk [ff0f00fb] by GitHub <noreply@…>
Merge pull request #1032 from tahoe-lafs/dev-guide-ticket-triage 3659 …
14:01 Changeset in trunk [e386a1e] by May-Lee Sia <mayleesia@…>
Add newsfragment description and edit details
13:53 Changeset in trunk [953c06a1] by Itamar Turner-Trauring <itamar@…>
Fix some plain-str()-of-bytes bugs.
13:40 Changeset in trunk [2299c2dc] by Itamar Turner-Trauring <itamar@…>
Fix implicit str(bytesobj).
13:39 Ticket #3674 (More porting of CLI tests to Python 3) closed by GitHub <noreply@…>
fixed: In [changeset:"4ea1f153ccde9d2973ac5a62c9ef43e1df8abf0f/trunk"
13:39 Changeset in trunk [4ea1f15] by GitHub <noreply@…>
Merge pull request #1039 from tahoe-lafs/3674.cli-tests-python-3 Port …
13:34 Changeset in trunk [cbd816f] by Itamar Turner-Trauring <itamar@…>
Ensure warnings get turned into exceptions. Getting sneaking suspicion …
13:30 Changeset in trunk [8cbff37] by May-Lee Sia <mayleesia@…>
Merge branch 'master' into dev-guide-ticket-triage
13:22 Changeset in trunk [6035a4a] by Itamar Turner-Trauring <itamar@…>
News file.
13:22 Changeset in trunk [3a832ef] by Itamar Turner-Trauring <itamar@…>
Merge branch '3674.cli-tests-python-3' into …
13:21 Changeset in trunk [b0e6c86] by Itamar Turner-Trauring <itamar@…>
Better error messages.
01:44 Ticket #3666 (Treat sphinx-build's warnings as errors) closed by GitHub <noreply@…>
fixed: In [changeset:"964a637156e3a318af0108a29f858bf113cdef37/trunk"
01:44 Changeset in trunk [964a6371] by GitHub <noreply@…>
Merge pull request #1033 from …

2021-04-12:

16:53 Changeset in trunk [43620a3] by Itamar Turner-Trauring <itamar@…>
Port to Python 3.
14:27 Changeset in trunk [c3d2a26] by Itamar Turner-Trauring <itamar@…>
Remove unused imports.
14:25 Changeset in trunk [a0302c5] by Itamar Turner-Trauring <itamar@…>
Fix a BytesWarning?.
14:21 Ticket #3675 (BytesWarning isn't always being turned into errors) created by itamarst
Had a BytesWarning? in 2554112045b850764a728124b7cba966eca6aacc when I …
14:17 Changeset in trunk [2554112] by Itamar Turner-Trauring <itamar@…>
Handle Python 3 case where stdout by default is Unicode.
14:17 Changeset in trunk [e653230] by Itamar Turner-Trauring <itamar@…>
Match Python 3 behavior for stdout/stderr.
13:51 Changeset in trunk [8512bdc] by Itamar Turner-Trauring <itamar@…>
Even more progress towards passing Python 3 tests.
13:35 Changeset in trunk [069fcb9] by Itamar Turner-Trauring <itamar@…>
More progress towards passing Python 3 tests.
13:28 Changeset in trunk [06c4ed1] by Itamar Turner-Trauring <itamar@…>
Some progress towards passing Python 3 tests.
Note: See TracTimeline for information about the timeline view.