Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-11-05 | Handle a change in the implementation of hashlib in Python 3.9 | Nick Mathewson | |
Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change invalidated our old compatibility/workaround code, and made one of our tests fail. Fixes bug 40179; bugfix on 0.3.1.6-rc when the workaround code was added. | |||
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-07-03 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-02 | hs_ntor_ref.py: pass only strings to subprocess.Popen | Nick Mathewson | |
Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on 0.3.1.1-alpha. | |||
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-09-18 | Make hs_ntor_ref.py work with python3 | Nick Mathewson | |
2017-08-02 | Make the hs_ntor_ref logic more correct when there is no sha3 module | Nick Mathewson | |
2017-07-31 | Fix the hs_ntor integration tests to work with the pysha3 module | Nick Mathewson | |
The sha3 module should still work. Fixes bug 23071; bugfix on 0.3.1.1-alpha. | |||
2017-04-13 | prop224: Add Python integration tests for HS ntor. | George Kadianakis | |
This test is identical to the ./src/test/test_ntor.sh integration test. |