Jean-Paul Calderone
1f3d246567
try to get more info
2020-08-07 15:13:33 -04:00
Jean-Paul Calderone
5736f9cdeb
Let's just see, for fun
2020-08-07 14:31:32 -04:00
Jean-Paul Calderone
d6a80c891a
try to understand the CI failures
2020-08-07 13:39:51 -04:00
Itamar Turner-Trauring
5d70a78cce
Merge pull request #761 from tahoe-lafs/3365.log-python-3
...
Fixes ticket:3365
Port allmydata.util.log to Python 3
2020-08-07 12:40:58 -04:00
Jean-Paul Calderone
80136da0a6
This Fedora probably also has no Python version tag
2020-08-07 11:14:58 -04:00
Jean-Paul Calderone
fc901e9614
Merge pull request #765 from tahoe-lafs/3372.alphabetize-PORTED_MODULES
...
Sort the Python 3 ported modules list (as we said we would)
Fixes: ticket:3372
2020-08-07 11:12:56 -04:00
Itamar Turner-Trauring
4d2193fe13
Fix the module name.
2020-08-07 11:12:12 -04:00
Itamar Turner-Trauring
fb9bf5511f
Passing tests.
2020-08-07 11:09:41 -04:00
Chad Whitacre
49c631b4c8
Sort the thing we said we'd sort
2020-08-07 08:43:54 -04:00
Itamar Turner-Trauring
0622b86b91
Merge remote-tracking branch 'origin/master' into 3370.happiness-upload-python-3
2020-08-06 17:03:43 -04:00
Itamar Turner-Trauring
f53ea4579d
Merge remote-tracking branch 'origin/master' into 3365.log-python-3
2020-08-06 17:03:27 -04:00
Itamar Turner-Trauring
596cf09e2f
Merge pull request #763 from tahoe-lafs/3368.leaky-newints
...
Fixes ticket:3368
Get rid of leaky newints.
2020-08-06 17:02:03 -04:00
Itamar Turner-Trauring
d8f74770eb
Port to Python 3.
2020-08-06 16:38:19 -04:00
Itamar Turner-Trauring
c6d4ec0295
Port the test module to Python 3.
2020-08-06 16:33:04 -04:00
Itamar Turner-Trauring
ff5cfe0c71
Update ratchet with new test.
2020-08-06 16:15:31 -04:00
Itamar Turner-Trauring
32945b85f6
Drop int.
2020-08-06 16:14:39 -04:00
Itamar Turner-Trauring
dab690a757
Flake fixes.
2020-08-06 16:13:10 -04:00
Itamar Turner-Trauring
9669e4eaa7
Drop int.
2020-08-06 16:12:26 -04:00
Maciej Fijalkowski
b0b2d16383
port uri.py and test_uri.py to Python3. Interim checkin
2020-08-06 17:23:17 +02:00
Maciej Fijalkowski
9b9d530155
Fix some typos. Add docstring
2020-08-06 16:07:50 +02:00
Maciej Fijalkowski
b71ae461a6
use less hacks in yaml tests
2020-08-06 16:06:01 +02:00
Maciej Fijalkowski
57fdd9f6b4
s/unicode/str/ (from future.builtins import str kind of str)
2020-08-06 15:11:41 +02:00
Itamar Turner-Trauring
b8df17283b
News file. Not bothering with explanation since the regression was only in
...
unreleased versions.
2020-08-05 11:54:09 -04:00
Itamar Turner-Trauring
70851fe753
Death to newint.
2020-08-05 11:53:23 -04:00
Itamar Turner-Trauring
11c7841cd7
Merge pull request #760 from tahoe-lafs/3364.crypto-python-3
...
Fixes ticket:3364
Port allmydata.crypto to Python 3
2020-08-05 11:26:30 -04:00
Itamar Turner-Trauring
0bef1eb4e2
Support prefix that is bytes.
2020-08-05 11:25:40 -04:00
Jean-Paul Calderone
4492e0e917
Merge pull request #762 from tahoe-lafs/3366.codechecks-macOS
...
Get `tox -e codechecks` to work on macOS
Fixes: ticket:3366
2020-08-05 08:59:28 -04:00
Chad Whitacre
1ef25e128c
Merge pull request #759 from tahoe-lafs/3362.enforce-no-tabs
...
Enforce no tabs
2020-08-05 07:59:51 -04:00
Itamar Turner-Trauring
ff7cf4d731
Test improvements.
2020-08-04 15:15:32 -04:00
Itamar Turner-Trauring
ce33101d08
Remove unused import.
2020-08-04 15:03:06 -04:00
Itamar Turner-Trauring
e664aaf548
Merge pull request #757 from tahoe-lafs/3361.limiter-and-gcutil-py3
...
Fixes ticket:3361
Delete unused limiter, and port gcutil to Python 3
2020-08-04 15:01:05 -04:00
Maciej Fijalkowski
82409138b7
an attempt to have the encoding/decoding dance done properly for one case
2020-08-04 17:25:40 +02:00
Maciej Fijalkowski
aeb681a854
hopefully fix the ratchet files
2020-08-04 15:49:55 +02:00
Maciej Fijalkowski
9f77bf7d60
futurize uri.py and test_uri.py
2020-08-04 15:49:17 +02:00
Maciej Fijalkowski
d8bcbb901e
I think default mode is text
2020-08-04 12:26:43 +02:00
Maciej Fijalkowski
5fcc8c65db
add passing ratchet tests
2020-08-04 11:15:44 +02:00
Maciej Fijalkowski
d53f67bc41
add assert for write_atomically
2020-08-04 11:15:32 +02:00
Chad Whitacre
2a6cd8eb58
Get tox -e codechecks
to work (on macOS?)
...
Without this, git fails underneath towncrier with an "error: Could not
expand include path '~/.gitcinclude'".
See: https://stackoverflow.com/q/36908041
I had added similar for `tox -e py36` in d25c8b1a
.
2020-08-03 21:19:26 -04:00
Chad Whitacre
f0ddda9665
Add a codecheck for tabs in indentation
2020-08-03 21:14:55 -04:00
Jean-Paul Calderone
f889edb9bd
Merge remote-tracking branch 'origin/master' into 3336.py36-off-travis
2020-08-03 17:18:07 -04:00
Jean-Paul Calderone
a47bd93fd0
news fragment
2020-08-03 17:12:15 -04:00
Jean-Paul Calderone
1b0f83599d
See if we can get the image names right
2020-08-03 17:08:45 -04:00
Jean-Paul Calderone
ab9ccae1d1
try doing the pip wheel
with the right LANG
2020-08-03 17:02:15 -04:00
Jean-Paul Calderone
612afdcf7c
that is useless, the error is in the docker image build
2020-08-03 17:02:15 -04:00
Jean-Paul Calderone
a513c7ab28
try setting it in here
2020-08-03 17:02:15 -04:00
Jean-Paul Calderone
8348e7032b
this is basically already set (LANG in UTF_8_ENVIRONMENT)
2020-08-03 17:02:15 -04:00
Jean-Paul Calderone
ec7531f113
maybe this will let it get to the right place
2020-08-03 17:02:15 -04:00
Jean-Paul Calderone
b99ec195cd
See if this helps the py36 zfec installation
2020-08-03 17:02:14 -04:00
Jean-Paul Calderone
3744b4d24c
FROM creates a new build stage which discards all prior ARGs
2020-08-03 17:02:14 -04:00
Jean-Paul Calderone
ee32b3555a
Burn the Python version into the Docker image tag
2020-08-03 17:02:14 -04:00