COMMITS
/ ciphers/xor_cipher.py September 22, 2021
C
from __future__ import annotations (#4763)
Christian Clauss committed
April 4, 2021
D
fix(mypy): type annotations for cipher algorithms (#4306)
Dhruv Manilawala committed
October 21, 2020
C
Pyupgrade to python3.8 (#3616)
Christian Clauss committed
October 17, 2020
C
Fixed typo in caesar_cipher.py (#2979)
CapofWeird committed
October 16, 2020
J
Add typehints ciphers and bool alg (#3264)
Jenia Dysin committed
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
February 7, 2020
C
Travis CI: Don’t allow bare exceptions (#1734)
Christian Clauss committed
January 3, 2020
C
pyupgrade --py37-plus **/*.py (#1654)
Christian Clauss committed
November 16, 2019
C
Fix indentation contains tabs (flake8 E101,W191) (#1573)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 6, 2019
C
print() is a function just like every other function (#1101)
Christian Clauss committed
October 19, 2018
A
increment 1
Alex Brown committed