Itamar Turner-Trauring
|
5dde21f966
|
Merge remote-tracking branch 'origin/3358.fileutil-to-python-3' into 3376.encodingutil-python-3
|
2020-08-12 10:15:45 -04:00 |
|
Itamar Turner-Trauring
|
3c5f4f7ddf
|
Merge remote-tracking branch 'origin/master' into 3376.encodingutil-python-3
|
2020-08-12 10:15:41 -04:00 |
|
Maciej Fijalkowski
|
c21acc64f0
|
merge master
|
2020-08-12 15:42:00 +02:00 |
|
Itamar Turner-Trauring
|
10378541d7
|
Use Python 2 ConfigParser, so correct exceptions get raised.
|
2020-08-11 16:40:00 -04:00 |
|
Itamar Turner-Trauring
|
11b934120c
|
Port to Python 3.
|
2020-08-11 15:49:59 -04:00 |
|
Itamar Turner-Trauring
|
babe2dbc85
|
Port to Python 3.
|
2020-08-11 15:45:52 -04:00 |
|
Itamar Turner-Trauring
|
80c7739096
|
Merge branch '3370.happiness-upload-python-3' into 3373.happinessutil-python-3
|
2020-08-11 14:54:39 -04:00 |
|
Itamar Turner-Trauring
|
202a7cf975
|
Merge remote-tracking branch 'origin/master' into 3370.happiness-upload-python-3
|
2020-08-11 14:53:34 -04:00 |
|
Itamar Turner-Trauring
|
a08cde9a4d
|
Port to Python 3.
|
2020-08-11 14:30:16 -04:00 |
|
Itamar Turner-Trauring
|
243d02ecb1
|
Port to Python 3.
|
2020-08-11 14:08:51 -04:00 |
|
Itamar Turner-Trauring
|
39fc75a3fd
|
Tweaks in preparation for Python 3 support.
|
2020-08-10 13:39:55 -04:00 |
|
Itamar Turner-Trauring
|
0e034e06b7
|
Port to Python 3.
|
2020-08-07 13:28:14 -04:00 |
|
Itamar Turner-Trauring
|
b82e2ad1c5
|
Tests for allmydata.monitor.
|
2020-08-07 13:26:44 -04:00 |
|
Itamar Turner-Trauring
|
5384768f76
|
Port to Python 3.
|
2020-08-07 13:08:53 -04:00 |
|
Itamar Turner-Trauring
|
7516a5526e
|
Port to Python 3.
|
2020-08-07 12:57:46 -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 |
|
Itamar Turner-Trauring
|
6c77a227ff
|
Port to Python 3.
|
2020-08-07 11:47:24 -04:00 |
|
Itamar Turner-Trauring
|
4d2193fe13
|
Fix the module name.
|
2020-08-07 11:12:12 -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
|
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
|
32945b85f6
|
Drop int.
|
2020-08-06 16:14:39 -04:00 |
|
Itamar Turner-Trauring
|
9669e4eaa7
|
Drop int.
|
2020-08-06 16:12:26 -04:00 |
|
Maciej Fijalkowski
|
9b9d530155
|
Fix some typos. Add docstring
|
2020-08-06 16:07:50 +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
|
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 |
|
Maciej Fijalkowski
|
d8bcbb901e
|
I think default mode is text
|
2020-08-04 12:26:43 +02:00 |
|
Maciej Fijalkowski
|
d53f67bc41
|
add assert for write_atomically
|
2020-08-04 11:15:32 +02:00 |
|
Itamar Turner-Trauring
|
2a623e0b05
|
Port to Python 3.
|
2020-08-03 14:13:16 -04:00 |
|
Itamar Turner-Trauring
|
622ed2f971
|
Standalone logging tests, most of them new, and an attempt to fix the parent
msgid logic so it's a little less broken.
|
2020-08-03 14:09:28 -04:00 |
|
Itamar Turner-Trauring
|
02daa12031
|
Move logging tests into their own, Python 3-compatible, module.
|
2020-08-03 11:33:29 -04:00 |
|
Itamar Turner-Trauring
|
1703230a2a
|
Use nummedobj from pyutil.
|
2020-08-03 11:33:21 -04:00 |
|
Itamar Turner-Trauring
|
24729dbd61
|
Port to Python 3.
|
2020-08-03 11:06:46 -04:00 |
|
Itamar Turner-Trauring
|
cd50ac434a
|
Port to Python 3.
|
2020-08-03 10:59:51 -04:00 |
|
Maciej Fijalkowski
|
bf37413e05
|
address the review (mostly)
|
2020-08-02 11:16:18 +02:00 |
|
Jean-Paul Calderone
|
27b6737eaf
|
Merge remote-tracking branch 'origin/master' into 3358.fileutil-to-python-3
with fijal
|
2020-07-30 13:38:47 -04:00 |
|
Maciej Fijalkowski
|
ecb3ee023d
|
add a dummy commit
|
2020-07-30 09:36:11 +02:00 |
|
Maciej Fijalkowski
|
7618b295cb
|
Revert "merge master (I think properly)"
This reverts commit 6140b5ff52aea8905500e54aa0c8e7cef5a4fe80, reversing
changes made to da87bd7e7fadab6f4c4a1459482864e98e2dc92f.
|
2020-07-30 09:29:20 +02:00 |
|
Maciej Fijalkowski
|
6140b5ff52
|
merge master (I think properly)
|
2020-07-29 21:09:23 +02:00 |
|
Itamar Turner-Trauring
|
5e308260b1
|
Port to Python 3.
|
2020-07-29 14:49:48 -04:00 |
|
Itamar Turner-Trauring
|
9c16a0554e
|
Get rid of unused code.
|
2020-07-29 14:38:58 -04:00 |
|
Maciej Fijalkowski
|
bfead0630d
|
leave a comment explaining why we removed open
|
2020-07-29 19:56:29 +02:00 |
|
Maciej Fijalkowski
|
724bf7de75
|
remove open from imported builtins
|
2020-07-29 19:56:01 +02:00 |
|
Itamar Turner-Trauring
|
9e4eda6912
|
Merge pull request #756 from tahoe-lafs/3359.statistics-python-3
Port statistics and dictutil to Python 3
Fixes ticket:3359
|
2020-07-29 13:16:17 -04:00 |
|
Maciej Fijalkowski
|
93c474c39b
|
make test_util pass under both pythons
|
2020-07-29 09:00:50 +02:00 |
|
Itamar Turner-Trauring
|
e954314fe5
|
Don't expose Python 3 dicts to innocent, unsuspecting Python 2 code.
|
2020-07-28 11:23:40 -04:00 |
|