Itamar Turner-Trauring
|
2447d09fc0
|
Port to Python 3.
|
2021-06-14 11:58:48 -04:00 |
|
Itamar Turner-Trauring
|
430bc51e29
|
SFTP integration tests pass on Python 3.
|
2021-05-10 11:41:59 -04:00 |
|
Itamar Turner-Trauring
|
1257fc18c8
|
Additional test coverage and corresponding bug fixes for password auth on Python 3.
|
2021-05-10 11:10:52 -04:00 |
|
Jason R. Coombs
|
1b46f981c6
|
Remove AccountURLChecker, the code that relies on it, associated tests, and docs.
|
2021-04-17 17:01:15 -04:00 |
|
Itamar Turner-Trauring
|
dee9f622a9
|
Tests pass on Python 3.
|
2021-03-15 11:01:56 -04:00 |
|
Itamar Turner-Trauring
|
943eabab28
|
Pacify flake8.
|
2021-01-29 10:02:16 -05:00 |
|
Itamar Turner-Trauring
|
6fd62eb25e
|
Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3
|
2021-01-28 15:15:57 -05:00 |
|
Itamar Turner-Trauring
|
d1be6b4bde
|
Prepare for merge.
|
2021-01-28 15:10:57 -05:00 |
|
Itamar Turner-Trauring
|
0902c8e156
|
Merge remote-tracking branch 'origin/master' into 3584.integration-tests-sftp
|
2021-01-21 13:34:51 -05:00 |
|
Jason R. Coombs
|
7d468cde19
|
Merge branch 'master' into 3399.mypy
|
2021-01-15 11:17:47 -05:00 |
|
Itamar Turner-Trauring
|
8f1864842f
|
Fix integration tests.
|
2021-01-11 15:23:17 -05:00 |
|
Itamar Turner-Trauring
|
1b1d87f9f9
|
Merge branch '3584.integration-tests-sftp' into 3579.ftp-python-3
|
2021-01-11 14:05:07 -05:00 |
|
Itamar Turner-Trauring
|
ce58f63040
|
Merge remote-tracking branch 'origin/master' into 3584.integration-tests-sftp
|
2021-01-11 13:55:03 -05:00 |
|
Itamar Turner-Trauring
|
f71dcfe9fc
|
Lint.
|
2021-01-08 13:42:10 -05:00 |
|
Itamar Turner-Trauring
|
7a15f7e11d
|
Switch to modern (circa 2014!) Conch API.
|
2021-01-08 13:32:11 -05:00 |
|
Itamar Turner-Trauring
|
3b29a5f707
|
Work with new Unicode configs.
|
2021-01-07 11:59:23 -05:00 |
|
Itamar Turner-Trauring
|
7b1bfadd21
|
Rip out FTP.
|
2021-01-06 13:39:52 -05:00 |
|
Itamar Turner-Trauring
|
7b091bde9b
|
Port to Python 3.
|
2021-01-06 10:51:05 -05:00 |
|
Itamar Turner-Trauring
|
ebaf075966
|
Another passing test on Python 3.
|
2021-01-06 09:38:43 -05:00 |
|
Itamar Turner-Trauring
|
d82bcc5280
|
Another passing test on Python 3.
|
2021-01-06 09:26:18 -05:00 |
|
Itamar Turner-Trauring
|
06fb9496ab
|
Another test passing on Python 3.
|
2021-01-05 16:35:57 -05:00 |
|
Itamar Turner-Trauring
|
0241244e49
|
Another test passing on Python 3.
|
2021-01-05 16:30:17 -05:00 |
|
Itamar Turner-Trauring
|
3a6b92f39f
|
More progress to passing tests on Python 3.
|
2021-01-04 11:48:38 -05:00 |
|
Itamar Turner-Trauring
|
2bf278e55d
|
Even more tests passing on Python 3.
|
2021-01-04 11:39:25 -05:00 |
|
Itamar Turner-Trauring
|
3d42030e01
|
More tests pass on Python 3.
|
2021-01-04 11:21:26 -05:00 |
|
Itamar Turner-Trauring
|
a54aeae338
|
Port to Python 3.
|
2021-01-04 11:05:59 -05:00 |
|
Itamar Turner-Trauring
|
744e205763
|
Tests pass on Python 3.
|
2021-01-04 11:03:38 -05:00 |
|
Jason R. Coombs
|
574613a892
|
Merge branch 'master' into 3399.mypy
|
2020-12-26 12:45:09 -05:00 |
|
Jason R. Coombs
|
41c341a3cc
|
Prefer type(None) for better compatibility.
|
2020-11-29 15:24:20 -05:00 |
|
Jason R. Coombs
|
67f0be8431
|
Prefer type(None) for better compatibility.
|
2020-11-29 15:13:19 -05:00 |
|
Jean-Paul Calderone
|
1a5efa5ec9
|
Just let the test use the real SFTPServer service
|
2020-11-24 14:05:00 -05:00 |
|
Itamar Turner-Trauring
|
375ed5096c
|
Config parsing now always returns Unicode.
|
2020-10-26 12:12:49 -04:00 |
|
Jason R. Coombs
|
480bec6d0d
|
Rename 'ShortReadOnlySFTPFile.async' to '.async_' for compatibility with Python 3.7 and later.
|
2020-08-21 19:55:34 -04:00 |
|
meejah
|
1549e7eb18
|
simplify (for line in f.readlines() -> for line in f)
|
2020-05-06 15:16:34 -06:00 |
|
meejah
|
4c3d0ea6cc
|
use 'with open' for more file-opens
|
2020-05-04 21:59:15 -06:00 |
|
Jean-Paul Calderone
|
ef73e18f3d
|
Remove the greater part of the implementation
|
2020-02-13 10:43:50 -05:00 |
|
tpltnt
|
c8f11dc2d3
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
|
heartsucker
|
a087a5be72
|
removed tuple unpacking in function definitons for python3 compatibility
|
2019-04-18 13:37:18 +02:00 |
|
heartsucker
|
0750dbac38
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
|
heartsucker
|
f4ff91a6c1
|
updated python2 long numeric literals for python3 compatibility
|
2019-04-03 10:04:02 +02:00 |
|
heartsucker
|
d8187a0f6a
|
Merge pull request #589 from tahoe-lafs/3015-octal-numeric-literals
updated instances of octal literals to use the format 0o123 for python3 compatibility
|
2019-03-31 11:24:39 +02:00 |
|
heartsucker
|
129ef22185
|
updated instances of octal literals to use the format 0o123 for python3 compatibility
|
2019-03-29 11:08:44 +01:00 |
|
Jean-Paul Calderone
|
53b40ef0e0
|
don't double start; don't try to handle double start.
|
2019-03-28 16:10:36 -04:00 |
|
Jean-Paul Calderone
|
ae2be27e3a
|
Merge remote-tracking branch 'origin/master' into 2995.remove-unnecessary-key-copying
|
2019-03-19 12:09:35 -04:00 |
|
Jean-Paul Calderone
|
4860d16401
|
Update the comment to reflect the updated implementation
|
2019-03-18 19:22:38 -04:00 |
|
Jean-Paul Calderone
|
20ba53f586
|
reflow for changed indentation level
|
2019-03-18 19:21:05 -04:00 |
|
Jean-Paul Calderone
|
55690bf639
|
Do it without a new flag
This is safer against other conditions where _deque ends up with items when we
start a scan - for example, if we chunk up deque processing.
|
2019-03-18 15:38:18 -04:00 |
|
Jean-Paul Calderone
|
d1a62b1c99
|
Attempt to avoid the startup double-scan and related problems
|
2019-03-18 14:24:34 -04:00 |
|
Jean-Paul Calderone
|
c01c85522d
|
Use the method
There is a method. Why not use it?
|
2019-03-18 14:18:09 -04:00 |
|
Jean-Paul Calderone
|
fda3d38c85
|
Avoid the extra dict lookup in the loop
Get the info at iteration time
|
2019-03-14 13:11:47 -04:00 |
|