Timeline
2019-04-01:
- 17:01 Ticket #3017 (MagicFolder.startService is called twice because ...) closed by
- fixed: Fixed in …
- 16:54 Changeset in trunk [7b314ce] by
- Attempt to avoid the hang condition The Python 2.7 subprocess module …
- 16:54 Changeset in trunk [cd16b92] by
- news fragment
- 13:55 Ticket #3021 (Sometimes the test suite hangs) created by
- With seemingly increasing frequency, the test suite hangs a couple …
- 12:38 WikiStart edited by
- link to Aspiration announcement in news (diff)
2019-03-31:
- 09:24 Ticket #3015 (Update octal numeric literals) closed by
- fixed
- 09:24 Changeset in trunk [d8187a0] by
- Merge pull request #589 from tahoe-lafs/3015-octal-numeric-literals …
2019-03-30:
- 16:09 Ticket #3020 (Update long numeric literals) created by
- The long type doesn't exist in Python3, only int.
2019-03-29:
- 17:38 Changeset in trunk [7263ceb] by
- Merge pull request #591 from tahoe-lafs/3017.magic-folder-double-start …
- 17:05 Ticket #3019 (Remove tuple unpacking in function definitions for Python3 compatibility) created by
- […]
- 17:02 Ticket #2976 (Subcommands listed in `tahoe --help` are not grouped by function) closed by
- fixed: In [changeset:"3c68f5897af52fed35fcab092c4ba3d6ebe19ff6/trunk" …
- 17:02 Changeset in trunk [3c68f58] by
- Merge pull request #555 from tahoe-lafs/2976.help-output-groups …
- 17:01 Ticket #3012 (Sometimes CircleCI hang-kills test suite jobs) closed by
- fixed: In [changeset:"d572f2641eac0d08eed08f8fa55d929aef4b4387/trunk" …
- 17:01 Changeset in trunk [d572f26] by
- Merge pull request #585 from tahoe-lafs/subunitreporter-rterrors Ask …
- 10:08 Changeset in trunk [129ef22] by
- updated instances of octal literals to use the format 0o123 for …
- 08:33 Ticket #3011 (Replace StringIO imports with six.moves) closed by
- fixed
- 08:33 Ticket #3001 (Python 3 syntax compatibility ratchet CI job) closed by
- fixed
- 08:28 Ticket #3018 (Ensure all the dependencies of Tahoe-LAFS support Python 2 and 3) created by
- All the Python deps need to support Python 3 also. I used …
2019-03-28:
- 23:01 Ticket #3016 (Intermittent "Address already in use" failures in test_system, test_client) closed by
- fixed: In [changeset:"7511b5956be4d54e5f51d061c5b06454cf59fa6e/trunk" …
- 23:01 Changeset in trunk [7511b595] by
- Merge pull request #590 from tahoe-lafs/3016.address-already-in-use …
- 20:18 Changeset in trunk [a4a73a2] by
- Fix incorrect assertion
- 20:10 Changeset in trunk [d430f6b] by
- news fragment
- 20:10 Changeset in trunk [53b40ef0] by
- don't double start; don't try to handle double start.
- 20:08 Ticket #3017 (MagicFolder.startService is called twice because ...) created by
- […] Just stop calling startService on the magic folder and its …
- 20:06 Changeset in trunk [a7d1878] by
- try really hard to bind that random ephemeral port number
- 19:42 Ticket #3006 (Expose the Eliot logs in a safer way) closed by
- fixed: Fixed in …
- 19:14 Changeset in trunk [6970c2c] by
- Merge pull request #579 from tahoe-lafs/3001-python3-syntax-check …
- 19:14 Changeset in trunk [6dc487b] by
- News fragment
- 19:14 Changeset in trunk [f5e287d3] by
- Use the port assigner in test_introducer
- 19:02 Changeset in trunk [4265cc8] by
- And for the NoNetworkGrid? clients' web port config
- 19:02 Changeset in trunk [2898b24] by
- Use the port assigner for the web port config as well
- 18:54 Changeset in trunk [7c97503] by
- Move and somewhat refactor assign_foolscap_port. These changes make …
- 18:44 Ticket #3016 (Intermittent "Address already in use" failures in test_system, test_client) created by
- Along the lines of: …
- 17:14 Changeset in trunk [8f828c5] by
- Merge pull request #583 from tahoe-lafs/3011-six-moves-stringio …
- 13:06 Ticket #3010 (Replace print statement with print fuction) closed by
- fixed
- 13:06 Ticket #3009 (Replace print statement with print fuction for all tahoe_* scripts) closed by
- fixed
- 13:06 Ticket #3008 (Update test code to use print function over print statement) closed by
- fixed
- 13:06 Ticket #3002 (Replace print statement with print fuction for all files in the ...) closed by
- fixed
- 12:47 Ticket #3015 (Update octal numeric literals) created by
- Old syntax: 0123 New syntax: 0o123
- 12:17 Ticket #3014 (Update raise syntax for python3 compatibility) created by
- PEP 3109 says (basically) raise should be raise E(arg1) not `raise …
- 11:38 Ticket #3013 (Update try/except syntax for python3 compatibility) created by
- Instances of except SomeError, e: need to be updated to `except …
- 11:32 Changeset in trunk [305499a] by
- created list of currently valid python3 files
- 11:32 Changeset in trunk [be910fe] by
- updated syntax in directory.py to make whole allmydata.web python3 …
- 11:32 Changeset in trunk [5adde83] by
- python3 compatibility for show-tool-versions.py for CI
- 11:32 Changeset in trunk [838610df] by
- added news fragment for python3 syntax checker
- 11:32 Changeset in trunk [138669c] by
- python3 syntax checker ratchet job
- 11:31 Changeset in trunk [dbfcf8a] by
- replaced StringIO imports with six.moves
- 02:54 Changeset in trunk [664bd2de] by
- Merge pull request #582 from tahoe-lafs/3010-remaining-print-functions …
2019-03-26:
- 00:19 Changeset in trunk [d73626b] by
- Merge pull request #580 from tahoe-lafs/3008-test-print-function …
- 00:07 Changeset in trunk [d896475] by
- Merge pull request #581 from …
2019-03-25:
- 23:12 Changeset in trunk [42c5bc1] by
- Merge pull request #584 from …
- 19:44 Changeset in trunk [7cfcf839] by
- news fragment
- 19:43 Ticket #3012 (Sometimes CircleCI hang-kills test suite jobs) created by
- Sometimes CircleCI kills test jobs after 20 minutes of inactivity. …
- 17:20 Changeset in trunk [4def49ed] by
- ask subunitreporter for progress reporting
- 16:01 Changeset in trunk [a26b9ca] by
- workaround https://github.com/crossbario/autobahn-python/issues/1151
- 12:42 Changeset in trunk [848950a] by
- Merge remote-tracking branch 'origin/master' into …
Note: See TracTimeline
for information about the timeline view.