seitime-frappe/frappe
Gavin D'souza e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
..
automation chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
chat chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
commands chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
config chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
contacts chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
core chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
custom chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
data feat: option to anonymize ip for google analytics 2020-09-28 19:04:09 +02:00
data_migration chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
database chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
desk chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
email chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
event_streaming chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
geo chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
integrations chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
model chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
modules chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
patches chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
printing chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
public Merge pull request #13338 from resilient-tech/fix-cb-grid 2021-05-25 15:47:38 +00:00
search chore: Remove f prefix on plain string 2021-05-11 13:02:45 +05:30
social chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
templates chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
tests chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
translations fix: translation (#12117) 2021-01-05 17:18:54 +05:30
utils chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
website chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
workflow chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
www chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
__init__.py fix: Replace cmp with different logic 2021-05-26 13:25:01 +05:30
api.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
app.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
auth.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
boot.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
build.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
cache_manager.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
client.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
defaults.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
deferred_insert.py
exceptions.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
frappeclient.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
handler.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
hooks.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
installer.py refactor(minor): Simplify site directory generation 2021-05-06 20:54:39 +05:30
middlewares.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
migrate.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
modules.txt
monitor.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
oauth.py Merge branch 'version-13' into develop 2021-05-17 11:21:46 +05:30
parallel_test_runner.py fix: Get ORCHESTRATOR_URL from secrets 2021-05-10 16:14:36 +05:30
patches.txt fix: Patch Update Notification channel 2021-05-03 19:35:21 +05:30
permissions.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
pythonrc.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
rate_limiter.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
realtime.py chore: Drop dead code 2021-05-06 19:24:12 +05:30
recorder.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
sessions.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
share.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_runner.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
translate.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
twofactor.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30