twisted
twisted
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: just trying set of lookup and list to store
allrob23:trunk
2 hours ago
cover concat bug with tests
kipropbrian:11972-names-bindfix
10 hours ago
#12441 Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10. (#12442)
trunk
2 days ago
Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10. It seems that using a space in the value of the salt isn't ok. See the output of these command on the system python from RHEL/CentOS 10 (python 3.12): With a space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "string secret"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.12/crypt.py", line 86, in crypt return _crypt.crypt(word, salt) ^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument Without space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "somesalt"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 soNjU7bEB6dXw Fixes #12441.
Romain-Geissler-1A:fix-tests-rhel-10
2 days ago
Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10. It seems that using a space in the value of the salt isn't ok. See the output of these command on the system python from RHEL/CentOS 10 (python 3.12): With a space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "string secret"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.12/crypt.py", line 86, in crypt return _crypt.crypt(word, salt) ^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument Without space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "somesalt"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 soNjU7bEB6dXw Fixes #12441.
Romain-Geissler-1A:fix-tests-rhel-10
2 days ago
Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10. It seems that using a space in the value of the salt isn't ok. See the output of these command on the system python from RHEL/CentOS 10 (python 3.12): With a space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "string secret"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.12/crypt.py", line 86, in crypt return _crypt.crypt(word, salt) ^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument Without space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "somesalt"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 soNjU7bEB6dXw Fixes #12441.
Romain-Geissler-1A:fix-tests-rhel-10
2 days ago
feat: add misc changelog
allrob23:trunk
3 days ago
Fix #11972 origin str concat error in BindAuthority
kipropbrian:11972-names-bindfix
5 days ago
Active Branches
#12439 Change _observers from list to set
last run
2 hours ago
#12440
CodSpeed Performance Gauge
-4%
#11972 Fixes bug in BindAuthority zone file loading
last run
10 hours ago
#12438
CodSpeed Performance Gauge
0%
websocket server and client protocols based on `wsproto` package
last run
7 days ago
#12397
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs