Panagiotis Vasilopoulos
|
674a821fbb
|
Stop assuming that /usr/bin/python exists
Fixes 33192
|
2020-02-16 21:58:01 +02:00 |
|
cclauss
|
3208a74f90
|
Use print() function in both Python 2 and Python 3
|
2020-01-28 01:38:54 +01:00 |
|
teor
|
1619f14a04
|
python: Add __future__ imports for python 3 compatibility
Except for src/ext, which we may not want to modify.
Closes ticket 32732.
|
2019-12-12 15:58:51 +10:00 |
|
Nick Mathewson
|
2f683465d4
|
Bump copyright date to 2019
|
2019-01-16 12:33:22 -05:00 |
|
Nick Mathewson
|
fb0019daf9
|
Update copyrights to 2018.
|
2018-06-20 08:13:28 -04:00 |
|
Nick Mathewson
|
7505f452c8
|
Run the copyright update script.
|
2017-03-15 16:13:17 -04:00 |
|
Nick Mathewson
|
26a9787aa5
|
MOre gen_server_ciphers improvements:
- Remove DES from mandatory list.
- always put the closing ; on its own line.
|
2017-01-27 16:15:26 -05:00 |
|
Nick Mathewson
|
8a9eca1267
|
Teach gen_server_ciphers about CCM and Chacha.
Also, teach it to not use 3DES any more.
|
2017-01-24 15:29:26 -05:00 |
|
Nick Mathewson
|
f54e54b0b4
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
|
Nick Mathewson
|
de3bbc4f53
|
Move code-generation scripts to scripts/codegen
Now that we have a scripts/* directory, let's put the scripts we use
for generating C there.
|
2014-05-07 01:17:41 -04:00 |
|