[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit a8a2dac1d6485caea6758ad8f5d2e94fa1184586 Author: Translation commit bot Date: Mon Mar 11 05:49:42 2019 + Update translations for tpo-web --- contents+es.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+es.po b/contents+es.po index

[tor-commits] [translation/tpo-web_completed] Update translations for tpo-web_completed

2019-03-10 Thread translation
commit 9885d7989ba5d780092609f87dc64178ffcf577c Author: Translation commit bot Date: Mon Mar 11 05:20:25 2019 + Update translations for tpo-web_completed --- contents.pot | 897 +++ 1 file changed, 466 insertions(+), 431

[tor-commits] [tpo/staging] translate link labels on navbar and footer

2019-03-10 Thread emmapeel
commit 83252fd4c04bfcd26c93990ed7e6e2c03f563e64 Author: emma peel Date: Mon Mar 11 05:57:58 2019 +0100 translate link labels on navbar and footer --- templates/footer.html | 6 +++--- templates/navbar.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2019-03-10 Thread translation
commit 1c9224d24e0ee992ad616dd86e292c72f0e01270 Author: Translation commit bot Date: Mon Mar 11 04:46:01 2019 + Update translations for https_everywhere_completed --- hi/https-everywhere.dtd | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2019-03-10 Thread translation
commit 13ca9224c48f613e4cb30f93ec1cb43de11d982b Author: Translation commit bot Date: Mon Mar 11 04:45:53 2019 + Update translations for https_everywhere --- hi/https-everywhere.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hi/https-everywhere.dtd

[tor-commits] [tpo/staging] add Russian language

2019-03-10 Thread emmapeel
commit e5984378a72aa129881ffeb9f78c6b31c9f523e1 Author: emma peel Date: Mon Mar 11 05:27:15 2019 +0100 add Russian language --- configs/i18n.ini | 2 +- databags/about+ru.ini | 1 + databags/alternatives.ini | 6 ++

[tor-commits] [tpo/staging] change prefix to staging site so it is more useful for translators

2019-03-10 Thread emmapeel
commit 5994012628b72d2e21cef55975b8ec5dce538cc5 Author: emma peel Date: Mon Mar 11 05:27:46 2019 +0100 change prefix to staging site so it is more useful for translators --- configs/i18n.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/i18n.ini

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2019-03-10 Thread translation
commit 0f16146abf74c14f32ff3caed0938e7bc0702c8f Author: Translation commit bot Date: Mon Mar 11 04:15:51 2019 + Update translations for https_everywhere --- hi/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hi/https-everywhere.dtd

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit 7207b6c822c3ef830a1a01f13c1e70c1513c11e4 Author: Translation commit bot Date: Mon Mar 11 01:19:44 2019 + Update translations for tpo-web --- contents+zh-CN.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents+zh-CN.po b/contents+zh-CN.po index 6c7d509ed..42ac71eb5

[tor-commits] [chutney/master] Python3: exec() now expects a string, not a file.

2019-03-10 Thread nickm
commit dce899f1322c11735ab25e11278f5ac13575d804 Author: Nick Mathewson Date: Thu Feb 28 11:26:21 2019 -0500 Python3: exec() now expects a string, not a file. --- lib/chutney/TorNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py

[tor-commits] [chutney/master] python3: filters aren't lists.

2019-03-10 Thread nickm
commit 386afd94bcaeda119cba7dac4e742dbc8205e265 Author: Nick Mathewson Date: Thu Feb 28 12:24:04 2019 -0500 python3: filters aren't lists. The filter() builtin now returns a generator, rather than a list. We need to explicitly convert the generators to a list for python3. ---

[tor-commits] [chutney/master] Update "chutney" script to prefer python, then python3, then python2

2019-03-10 Thread nickm
commit 04f641def696dfa897255e7a34577e2a7e9863fb Author: Nick Mathewson Date: Thu Feb 28 11:17:09 2019 -0500 Update "chutney" script to prefer python, then python3, then python2 --- chutney | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chutney b/chutney index

[tor-commits] [chutney/master] Use a wrapper to make two mode-0700 directories at once

2019-03-10 Thread nickm
commit d07859bb532faff007fd9ddf795bf31d35b32c44 Author: Nick Mathewson Date: Fri Mar 8 09:02:15 2019 -0500 Use a wrapper to make two mode-0700 directories at once --- lib/chutney/TorNet.py | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git

[tor-commits] [chutney/master] Another python3 fix, about directory permissions made by os.makedirs

2019-03-10 Thread nickm
commit 49087abb2aba3c8acafd16287cc158f55d5ca6de Author: Nick Mathewson Date: Thu Feb 28 12:52:56 2019 -0500 Another python3 fix, about directory permissions made by os.makedirs In python3, os.makedir()'s mode argument doesn't affect any directory created except the last one in

[tor-commits] [chutney/master] Allow warnings from within runConfigFile

2019-03-10 Thread nickm
commit ced12d75dbbf305a4ddd2de37285a5216aee4d2f Author: Nick Mathewson Date: Thu Feb 28 11:33:32 2019 -0500 Allow warnings from within runConfigFile The lack of "global" here, and the lack of putting a warning count in the globals, was running us into trouble. ---

[tor-commits] [chutney/master] Python3 fix: open /dev/urandom in binary mode.

2019-03-10 Thread nickm
commit c7c0974d1736581cdb6cde473a468fab3d1ab964 Author: Nick Mathewson Date: Thu Feb 28 12:18:14 2019 -0500 Python3 fix: open /dev/urandom in binary mode. We should really be using os.urandom(), but I'm going for small fixes here. --- scripts/chutney_tests/verify.py | 2 +- 1

[tor-commits] [chutney/master] python3: itervalues no longer exists

2019-03-10 Thread nickm
commit bb4c2d261b97126aec4e4d31aa47b827bbeeedcf Author: Nick Mathewson Date: Thu Feb 28 12:58:40 2019 -0500 python3: itervalues no longer exists Fortunately, the peers dict is small, so we can just use values() --- lib/chutney/Traffic.py | 2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [chutney/master] Python3: Various bytes/unicode fixes

2019-03-10 Thread nickm
commit 620efe453c30f47c784f5df287d2aea74f6e8dc4 Author: Nick Mathewson Date: Thu Feb 28 13:09:25 2019 -0500 Python3: Various bytes/unicode fixes --- lib/chutney/Traffic.py | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/chutney/Traffic.py

[tor-commits] [chutney/master] Python3: get socket errno from errno attr, not from subscripting

2019-03-10 Thread nickm
commit e54f24dfb49101bd73fb617e94ea6afd51ba1e90 Author: Nick Mathewson Date: Thu Feb 28 12:36:23 2019 -0500 Python3: get socket errno from errno attr, not from subscripting --- lib/chutney/Traffic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [torspec/master] bandwidth-file: Correct part of the version 1.2.0 change description

2019-03-10 Thread nickm
commit b8ca52cc89b90d07d961841b9e18440548407ad4 Author: teor Date: Wed Mar 6 09:35:54 2019 +1000 bandwidth-file: Correct part of the version 1.2.0 change description --- bandwidth-file-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Merge branch 'bandwidth_file_name_squashed'

2019-03-10 Thread nickm
commit e6ce3948e85c991f5d8fb9880911543083a76726 Merge: 1e3fac1 8d7d1a7 Author: Nick Mathewson Date: Fri Mar 8 10:29:23 2019 -0500 Merge branch 'bandwidth_file_name_squashed' bandwidth-file-spec.txt | 24 1 file changed, 12 insertions(+), 12 deletions(-)

[tor-commits] [torspec/master] bandwidth-file: Clean up trailing spaces in the text file

2019-03-10 Thread nickm
commit 8d7d1a7ea1a1a0efed64ad3f146b2c82f00ce7d6 Author: teor Date: Wed Mar 6 09:36:43 2019 +1000 bandwidth-file: Clean up trailing spaces in the text file --- bandwidth-file-spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Consistently use term 'Bandwidth File'

2019-03-10 Thread nickm
commit f67315832d85229e52429a0e6a356d5fb6000cd7 Author: Damian Johnson Date: Sat Jan 19 14:31:29 2019 -0800 Consistently use term 'Bandwidth File' Usually the 'Bandwidth File' spec called its actual documents 'Bandwidth Lists'. Juga and teor have both said they prefer the term

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit 7eb86a7874d1d5c8492aa6bc7f62efe394af7af8 Author: Translation commit bot Date: Sun Mar 10 22:49:41 2019 + Update translations for tpo-web --- contents+ru.po | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/contents+ru.po b/contents+ru.po index

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit 1b41a4c382a0dbc5f5ab7d8cb2385f17b39a540b Author: Translation commit bot Date: Sun Mar 10 19:19:54 2019 + Update translations for tpo-web --- contents+ru.po | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/contents+ru.po

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit 5ae39cfefa9a1b0f5e660a3498fb6b06a219fae9 Author: Translation commit bot Date: Sun Mar 10 11:49:49 2019 + Update translations for tpo-web --- contents+de.po | 22 ++-- contents+es.po | 106 ++--- 2 files changed, 76

[tor-commits] [translation/bridgedb] Update translations for bridgedb

2019-03-10 Thread translation
commit 924e670183d6fe194bda8cbff03bc10492c330ef Author: Translation commit bot Date: Sun Mar 10 11:15:16 2019 + Update translations for bridgedb --- es/LC_MESSAGES/bridgedb.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/LC_MESSAGES/bridgedb.po

[tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed

2019-03-10 Thread translation
commit 586733e12519dc9473830dfac4e1a0b1d908eca0 Author: Translation commit bot Date: Sun Mar 10 11:15:24 2019 + Update translations for bridgedb_completed --- es/LC_MESSAGES/bridgedb.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/LC_MESSAGES/bridgedb.po

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit c0ed2a8a6055af4789ef22c3000c642183721744 Author: Translation commit bot Date: Sun Mar 10 10:49:45 2019 + Update translations for tpo-web --- contents+de.po | 56 +++- 1 file changed, 51 insertions(+), 5 deletions(-) diff

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit 69d2852aa2f04b6d38a3684d780223fad6f88310 Author: Translation commit bot Date: Sun Mar 10 10:19:47 2019 + Update translations for tpo-web --- contents+de.po | 50 +++--- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit df025e452c76e4c6097d39a6b4bd069498270446 Author: Translation commit bot Date: Sun Mar 10 09:49:50 2019 + Update translations for tpo-web --- contents+de.po | 28 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/contents+de.po

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-03-10 Thread translation
commit cd06dcfb6f324251e1e8422e700059fad6a00cc6 Author: Translation commit bot Date: Sun Mar 10 08:19:52 2019 + Update translations for tpo-web --- contents+es.po | 114 - 1 file changed, 55 insertions(+), 59 deletions(-) diff

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2019-03-10 Thread translation
commit 2633b1537e981eac0f87f3b1e66d2bb5bb73cd84 Author: Translation commit bot Date: Sun Mar 10 08:15:47 2019 + Update translations for https_everywhere --- hi/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hi/https-everywhere.dtd