Timeline


and

2021-02-18:

18:19 Changeset in trunk [041b72f] by Itamar Turner-Trauring <itamar@…>
Fix lint.
16:56 Changeset in trunk [e9bf769] by Itamar Turner-Trauring <itamar@…>
Port to Python 3.
16:55 Changeset in trunk [cbb2cfc] by Itamar Turner-Trauring <itamar@…>
Port to Python 3.

2021-02-17:

21:05 Changeset in trunk [de0365a] by Itamar Turner-Trauring <itamar@…>
Port to Python 3.
20:45 Changeset in trunk [c6342d8] by Itamar Turner-Trauring <itamar@…>
News file.
20:44 Changeset in trunk [64490880] by Itamar Turner-Trauring <itamar@…>
Port to Python 3.
20:37 Changeset in trunk [debda0d] by Itamar Turner-Trauring <itamar@…>
Merge branch '3611.web-python-3-part-2' into 3615.web-python-3-part-3
20:37 Ticket #3615 (Port allmydata.web to Python 3, part 3) created by itamarst
Porting will continue until morale improves.

2021-02-16:

11:57 Changeset in trunk [5e52c03e] by GitHub <noreply@…>
Merge pull request #983 from tahoe-lafs/3613.port-history Port …

2021-02-15:

20:13 Changeset in trunk [939988a] by Jason R. Coombs <jaraco@…>
Add workaround for compatibility on Python 2 where …
19:39 Changeset in trunk [6118d1a] by Jason R. Coombs <jaraco@…>
Remove runner from ported modules.
19:13 Changeset in trunk [d02334b] by Jason R. Coombs <jaraco@…>
Rely on futurize to expose the moved modules.
18:26 Changeset in trunk [09f3e3f] by Jason R. Coombs <jaraco@…>
Remove comment, superseded by docstring.
18:19 Python3 edited by jaraco
Update fourth step again, this time to delete all instances of from … (diff)
18:10 Changeset in trunk [0de90fda] by Jason R. Coombs <jaraco@…>
Merge commit '2fb603e60' into 3603.scripts
18:10 Changeset in trunk [2fb603e] by Jason R. Coombs <jaraco@…>
Rewrite doctest to pass on Python 2+3.
18:06 Changeset in trunk [ebbe645] by Jason R. Coombs <jaraco@…>
Use explicit unicode literal for docstring. Now test passes on Python …
17:49 Changeset in trunk [4cb8c42] by Jason R. Coombs <jaraco@…>
Manually reviewed test_runner (no legacy map, filter, or keys found). …
17:47 Changeset in trunk [746e1b2] by Jason R. Coombs <jaraco@…>
Fix test failures on Python 2 by wrapping cli calls in unicode_to_argv.
17:38 Changeset in trunk [d59d64d] by Jason R. Coombs <jaraco@…>
Fully port test_runner. Introduces three new errors on Python 2.
17:37 Python3 edited by jaraco
Need also to remove 'from builtins import str' (diff)
17:32 Python3 edited by jaraco
Add automation for futurize patch. (diff)
17:18 Changeset in trunk [2dc0a55] by Jason R. Coombs <jaraco@…>
Truncate newsfragment
17:15 Changeset in trunk [3c93605] by Jason R. Coombs <jaraco@…>
Add docstring to types_.
17:12 Ticket #3614 (Consider renaming types_ module) created by jaraco
The allmydata.scripts package has a types_ module. The trailing …
16:40 Changeset in trunk [520e8fe] by Itamar Turner-Trauring <itamar@…>
Pacify typechecker.
16:39 Changeset in trunk [9bb64ab] by Itamar Turner-Trauring <itamar@…>
Flake fix.
16:38 Changeset in trunk [5b4428b] by Itamar Turner-Trauring <itamar@…>
Merge remote-tracking branch 'origin/master' into 3611.web-python-3-part-2
16:38 Ticket #3606 (Port web test in test_system to Python 3) closed by GitHub <noreply@…>
fixed: In [changeset:"2aec4756b89dd16f32d982c2b4e2a580fa5ab572/trunk"
16:38 Changeset in trunk [2aec475] by GitHub <noreply@…>
Merge pull request #978 from tahoe-lafs/3606.test_system-web-python3 …
16:14 Changeset in trunk [06cd0156] by Itamar Turner-Trauring <itamar@…>
Merge remote-tracking branch 'origin/master' into …
16:13 Ticket #3607 (Start porting allmydata.web to Python 3) closed by GitHub <noreply@…>
fixed: In [changeset:"e41ff1a17dc44db450ad9cbf4bce01cd517d6062/trunk"
16:13 Changeset in trunk [e41ff1a] by GitHub <noreply@…>
Merge pull request #979 from tahoe-lafs/3607.web-python-3-part-1 Port …
14:36 Changeset in trunk [30f5c71] by Jason R. Coombs <jaraco@…>
Encode expected message. Fixes remaining test failures in test_runner.
14:33 Changeset in trunk [f183be9d] by Jason R. Coombs <jaraco@…>
Decode config file on read and expect bytes in the stdout. Fixes an …
14:28 Changeset in trunk [3acad65] by Jason R. Coombs <jaraco@…>
Decode config file on read and expect bytes in the stdout. Fixes an …
14:24 Changeset in trunk [dc883c0] by Jason R. Coombs <jaraco@…>
Decode config file on read. Fixes two test failures on Python 3.
14:20 Changeset in trunk [eefb700] by Jason R. Coombs <jaraco@…>
Add test_runner to the ported test modules. Selectively decode …

2021-02-13:

20:50 Changeset in trunk [6db7b4a6] by Chad Whitacre <chad@…>
YOLO
20:48 Changeset in trunk [8700aae] by Chad Whitacre <chad@…>
¯\_(ツ)_/¯
20:47 Ticket #3613 (Port history.py to Python 3) created by chadwhitacre
https://github.com/tahoe-lafs/tahoe-lafs/pull/983
20:42 Python3 edited by chadwhitacre
Claim history (diff)

2021-02-12:

21:17 Changeset in trunk [7ed3d959] by Jason R. Coombs <jaraco@…>
Add newsfragment
21:08 Changeset in trunk [df137cc] by Jason R. Coombs <jaraco@…>
Merge branch 'master' into 3603.scripts
19:49 Changeset in trunk [f0ac0921] by Jean-Paul Calderone <exarkun@…>
Avoid the pidfile stuff on Windows
19:42 Changeset in trunk [e9adccd] by Jean-Paul Calderone <exarkun@…>
more logs
19:39 Changeset in trunk [47b60c0] by Jean-Paul Calderone <exarkun@…>
oh yea I think it's this
19:38 Changeset in trunk [6458183] by Jean-Paul Calderone <exarkun@…>
maybe it's this
19:37 Changeset in trunk [50e033f] by Jean-Paul Calderone <exarkun@…>
Log unhandled output from the tahoe runner helper
19:32 Changeset in trunk [4575deb] by Jean-Paul Calderone <exarkun@…>
Attempt to address non-ascii exceptions from the option parser
19:26 Changeset in trunk [680a5a0] by Jean-Paul Calderone <exarkun@…>
mangling no longer a thing
18:35 Changeset in trunk [91490fc] by Jean-Paul Calderone <exarkun@…>
Merge remote-tracking branch 'origin/master' into 3528.test_cli-no-mock
18:29 Ticket #3581 (Remove argv unicode "mangling" complexity) closed by GitHub <noreply@…>
fixed: In [changeset:"33d566ec875f1e2f06997fbce12855346bffdcc4/trunk"
18:29 Changeset in trunk [33d566e] by GitHub <noreply@…>
Merge pull request #965 from LeastAuthority?/3581.unicode_to_argv.1 …
18:28 Ticket #3385 (Use coveralls.io) closed by GitHub <noreply@…>
fixed: In [changeset:"a3be55a12946628ec753e1581bb140744f084e3c/trunk"
18:28 Changeset in trunk [a3be55a] by GitHub <noreply@…>
Merge pull request #956 from …
18:10 Changeset in trunk [11e1fab] by Jean-Paul Calderone <exarkun@…>
Change the platform check to one mypy can recognize :/
18:08 Changeset in trunk [8ffb083] by Jean-Paul Calderone <exarkun@…>
Merge remote-tracking branch 'origin/master' into 3581.unicode_to_argv.1
17:58 Changeset in trunk [7864330] by Jean-Paul Calderone <exarkun@…>
Merge remote-tracking branch 'origin/master' into …
17:10 Ticket #3600 (allmydata.test.common.*TestCase have broken skip/cleanup interaction) closed by GitHub <noreply@…>
fixed: In [changeset:"0b45c2592db73e48d723007628f2ced35d795634/trunk"
17:10 Changeset in trunk [0b45c259] by GitHub <noreply@…>
Merge pull request #973 from LeastAuthority?/3600.eliotutil-vs-skips …
17:01 Changeset in trunk [42c4bac] by Itamar Turner-Trauring <itamar@…>
Fix test failure.
16:55 Ticket #3612 (Disable build-depgraph in CI) closed by GitHub <noreply@…>
fixed: In [changeset:"3693453ecb3a8f29c404336aec0dad3b12a01605/trunk"
16:54 Changeset in trunk [3693453] by GitHub <noreply@…>
Merge pull request #981 from tahoe-lafs/3612.disable-build-depgraph …
16:49 Changeset in trunk [b71a90de] by Itamar Turner-Trauring <itamar@…>
Check some packages, at least, for unicode-vs-bytes issues
16:47 Changeset in trunk [308fa3e] by Itamar Turner-Trauring <itamar@…>
News file.
16:47 Changeset in trunk [c5a426b] by Itamar Turner-Trauring <itamar@…>
More unicode-of-bytes fixes.
16:37 Changeset in trunk [a069566] by Itamar Turner-Trauring <itamar@…>
More unicode-of-bytes bug fixes.
16:22 Changeset in trunk [5561f9fa] by Itamar Turner-Trauring <itamar@…>
Merge remote-tracking branch 'origin/master' into 3607.web-python-3-part-1
15:30 Changeset in trunk [681572b] by Itamar Turner-Trauring <itamar@…>
Merge remote-tracking branch 'origin/3606.test_system-web-python3' …
15:27 Changeset in trunk [b935318] by Itamar Turner-Trauring <itamar@…>
More unicode-of-bytes issues.
15:23 Changeset in trunk [66b5a15] by Itamar Turner-Trauring <itamar@…>
News file.
15:23 Changeset in trunk [5aa452c] by Itamar Turner-Trauring <itamar@…>
Drop build-porting-depgraph step.
15:22 Changeset in trunk [585c554] by Jean-Paul Calderone <exarkun@…>
Clarify _TwoLoggers
15:20 Ticket #3612 (Disable build-depgraph in CI) created by itamarst
It broke mysteriously …
15:14 Changeset in trunk [9a9b4bb] by Jean-Paul Calderone <exarkun@…>
Use a monkey patching library for monkey patching
15:07 Changeset in trunk [ff25ee3] by Jean-Paul Calderone <exarkun@…>
Merge remote-tracking branch 'origin/master' into 3600.eliotutil-vs-skips
15:03 Ticket #3326 (Replace support of Debian 8 with support of Debian 10) closed by GitHub <noreply@…>
fixed: In [changeset:"27e223aba8ce96a30ebb2f7b725e6080ce7cf05b/trunk"
15:03 Changeset in trunk [27e223a] by GitHub <noreply@…>
Merge pull request #980 from tahoe-lafs/3326.debian-8-to-10 Replace …
14:54 Changeset in trunk [db7a53f8] by Itamar Turner-Trauring <itamar@…>
Merge branch '3607.web-python-3-part-1' into 3611.web-python-3-part-2
14:53 Changeset in trunk [60da23a] by Itamar Turner-Trauring <itamar@…>
Fix another unicode-of-bytes issue.
14:48 Changeset in trunk [145d6b6] by Itamar Turner-Trauring <itamar@…>
Document trinary logic.
14:47 Changeset in trunk [85cdd28] by Itamar Turner-Trauring <itamar@…>
Document trinary logic.

2021-02-11:

21:25 Ticket #3592 (Add pre-hashing convergence tag construction unit tests) closed by GitHub <noreply@…>
fixed: In [changeset:"9ad4d31d9d9e049540308d3e7137bb1eeaa06f10/trunk"
21:25 Changeset in trunk [9ad4d31d] by GitHub <noreply@…>
Merge pull request #968 from …
21:06 Changeset in trunk [a8b1c204] by Jean-Paul Calderone <exarkun@…>
Mark the expected result literal as the correct type, bytes
20:59 Changeset in trunk [7f22441] by Jean-Paul Calderone <exarkun@…>
Change Debian 8 to Debian 10 for CI
20:58 Changeset in trunk [451ede26] by Jean-Paul Calderone <exarkun@…>
news fragment
20:46 Changeset in trunk [5568170c] by Jean-Paul Calderone <exarkun@…>
Slightly better docs for the share count limits on convergence hash tag
18:28 Changeset in trunk [9f1ca2a] by Itamar Turner-Trauring <itamar@…>
More fixes for unicode-of-bytes bugs.
18:11 Changeset in trunk [eebeca3] by Itamar Turner-Trauring <itamar@…>
Fix some more unicode()-of-bytestring bugs.
17:53 Changeset in trunk [05a85b0c] by Itamar Turner-Trauring <itamar@…>
Fix some unicode(bytes_object) bugs.
15:08 Changeset in trunk [9190f32] by Itamar Turner-Trauring <itamar@…>
Add some type annotations.
Note: See TracTimeline for information about the timeline view.