Timeline
2020-12-23:
- 15:09 Changeset in trunk [eb8837a] by
- More things that need to be bytes.
- 15:01 Changeset in trunk [15f2d43] by
- Fix tests on Python 3.
- 14:54 Changeset in trunk [3c8550b] by
- Python 3 fix: direct indexing of bytes returns an int.
- 14:42 Changeset in trunk [58cb757] by
- Sometimes these values are more extended Unicode than ASCII.
- 14:34 Changeset in trunk [f736dc6f] by
- Fix some tests caused by unicode rendering.
- 14:17 Changeset in trunk [c5b403bd] by
- Make the class new style again on Python 2.
- 14:14 Changeset in trunk [2c7dde9] by
- Merge remote-tracking branch 'origin/master' into …
- 14:14 Ticket #3572 (Fix the intermittent failing test_system test on PyPy) closed by
- fixed: In [changeset:"4e4114486710a2e88d494dcb6c0adf9e356173e7/trunk" …
- 14:14 Changeset in trunk [4e41144] by
- Merge pull request #944 from tahoe-lafs/3572.pypy-has-no-refcounting …
2020-12-22:
- 20:32 Ticket #3321 (PyPy CI: allmydata.test.test_system.SystemTest.test_filesystem ...) closed by
- duplicate: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3572 was a duplicate of this
- 18:21 Changeset in trunk [55698cc8] by
- Merge remote-tracking branch 'origin/master' into …
- 18:19 Changeset in trunk [1c7956b] by
- Port to Python 3.
- 18:18 Changeset in trunk [3ca1745] by
- News file.
- 18:17 Changeset in trunk [cbf348f2] by
- Get rid of debug print.
- 18:17 Changeset in trunk [8881728] by
- Another passing test on Python 3.
- 18:14 Changeset in trunk [baa2cff] by
- Unbreak Python 2.
- 18:04 Changeset in trunk [0133889] by
- Fix intermittent failing test on PyPy? hopefully. PyPy? does not have …
- 16:44 Ticket #3572 (Fix the intermittent failing test_system test on PyPy) created by
- 16:43 Ticket #3564 (Re-enable Eliot log testing on Python 3) closed by
- fixed: In [changeset:"f9ee4b239f0bbeff2ac470e861ae5ad9ddcde93b/trunk" …
- 16:43 Changeset in trunk [f9ee4b23] by
- Merge pull request #934 from …
- 16:36 Changeset in trunk [74c0888] by
- Another passing test on Python 3.
- 16:03 Changeset in trunk [0534979] by
- Another passing test on Python 3.
- 15:48 Changeset in trunk [cabfdad] by
- Merge branch '3564.eliot-log-testing-python-3' into …
- 15:47 Changeset in trunk [f30376ad] by
- Make sure test output can encode bytes correctly too.
2020-12-21:
- 18:27 Ticket #3567 (allmydata.test.test_storage_client.StoragePluginWebPresence sometimes ...) closed by
- fixed: In [changeset:"ab7c382dec0a29c95f87e06d7cee2c526f793d6e/trunk" …
- 18:27 Changeset in trunk [ab7c382] by
- Merge pull request #939 from …
- 18:26 Ticket #3568 (codecov results for fork PRs are delivered before all coverage is ...) closed by
- fixed: In [changeset:"6dc2928172d71751e6e34802f7b585bc536c0547/trunk" …
- 18:26 Changeset in trunk [6dc2928] by
- Merge pull request #941 from …
- 18:20 Changeset in trunk [b46898f] by
- Merge branch '3564.eliot-log-testing-python-3' into …
- 18:20 Changeset in trunk [7fc64fd] by
- Also handle bytes when serializing production Eliot log messages on …
- 18:12 Changeset in trunk [a8732a3c] by
- Merge branch '3564.eliot-log-testing-python-3' into …
- 18:12 Changeset in trunk [c25dd57] by
- Make sure we can handle bytes, plus a couple other fixes.
- 16:12 Changeset in trunk [2737229] by
- Another passing test.
- 15:58 Changeset in trunk [a2f04284] by
- Another passing test.
- 15:52 Changeset in trunk [d8197d9] by
- Another passing test.
- 15:29 Changeset in trunk [15c7af8e] by
- Another passing test.
- 15:04 Changeset in trunk [98c71e5] by
- More progress towards passing tests.
- 07:49 Changeset in trunk [80c68a4] by
- cover more error-cases
- 06:17 Changeset in trunk [d31d8e19] by
- module docstring
- 06:15 Changeset in trunk [5eff6f9] by
- add a few docstrings for accessors etc
- 06:03 Changeset in trunk [5d4253b] by
- reject a bunch of invalid signatures
- 05:21 Changeset in trunk [bfd45d3] by
- typo
- 05:21 Changeset in trunk [361acc2] by
- irrelevant comment
- 05:19 Changeset in trunk [24ac2c6] by
- I guess only OSError we care about?
- 05:15 Changeset in trunk [d267bb3] by
- leftover comment
- 05:12 Changeset in trunk [07180b2] by
- spelling
- 05:09 Ticket #3571 (Should grid-manager accept only "its" certificates?) created by
- When adding a grid-manager certificate to a Tahoe configuration with …
- 05:05 Changeset in trunk [f4164aa] by
- missed a new arg
- 05:03 Changeset in trunk [e38a1c3] by
- two colons
- 05:02 Changeset in trunk [fbddff3] by
- link grid-manager into the ToC
- 02:10 Changeset in trunk [ff182e6] by
- signatures are detached
- 01:58 Ticket #3570 (Multiple developers can sign releases) created by
- It is desirable to give multiple developers the ability to sign …
2020-12-18:
- 21:29 Ticket #3565 (Starting porting web tests to Python 3) closed by
- fixed: In [changeset:"99b02a93100d9c2ea3765f461ff2a0d72df86ce3/trunk" …
- 21:29 Changeset in trunk [99b02a9] by
- Merge pull request #938 from tahoe-lafs/3565.web-tests-python-3-part-1 …
- 21:12 Changeset in trunk [2ec7d52] by
- Some progress towards passing tests on Python 3.
- 21:10 Changeset in trunk [c71acf93] by
- Bytes, alas.
- 20:43 Changeset in trunk [5315d48] by
- Merge remote-tracking branch 'origin/master' into …
- 20:43 Changeset in trunk [f964ae1] by
- Docstrings.
- 19:01 Ticket #3552 (Port test_system to Python 3) closed by
- fixed: In [changeset:"28e83696842aa3297f54b8279df8b473d562f371/trunk" …
- 19:00 Changeset in trunk [28e8369] by
- Merge pull request #931 from tahoe-lafs/3552.test_system-python-3 …
- 16:35 Ticket #3569 (Port allmydata.stats to Python 3) created by
- This module should be ported. When it is, there is some code in …
- 16:34 Changeset in trunk [50a794a] by
- More accurate docstring.
- 16:33 Changeset in trunk [865f3fd] by
- Improve the docstring.
- 16:29 Changeset in trunk [721b02b] by
- Use the function I specifically wrote for this!
- 16:26 Changeset in trunk [8f4a0379] by
- Correct examples.
- 16:21 Changeset in trunk [b24a9f7] by
- Trying to get test_grid working on Python 3.
- 16:14 Changeset in trunk [602a06e] by
- Extract Parameters type in scripts.types_.
- 16:07 Changeset in trunk [189608e1] by
- Remove GENERATED_FILES, unused
- 16:05 Changeset in trunk [c2d2aba] by
- Add reference to ticket.
- 15:59 Changeset in trunk [0e248cb] by
- Declare signing key as required in introducer client publish.
- 15:55 Changeset in trunk [090031cb] by
- Remove confirm_share_allocation from interface (unused).
- 15:53 Changeset in trunk [d051791] by
- Add reference to ticket.
- 15:51 Changeset in trunk [ea0c10e] by
- Remove set_size, unused
- 15:36 Changeset in trunk [efd0aef] by
- Indicate that unichr is Python 2 only.
- 15:33 Changeset in trunk [51b0b201] by
- Expand comment to provide more context.
- 14:58 Changeset in trunk [99da74f] by
- Change comment to clarify that it's the implementation that's incomplete.
- 14:23 Changeset in trunk [950ca18] by
- Ignores no longer needed.
Note: See TracTimeline
for information about the timeline view.