..
__init__.py
fix: handle isatty correctly ( #18277 )
2022-10-03 12:05:55 +05:30
background_jobs.py
chore!: drop backup.py direct calls + pragma nocov
2022-12-13 14:18:19 +05:30
backups.py
chore!: drop backup.py direct calls + pragma nocov
2022-12-13 14:18:19 +05:30
bench_helper.py
refactor: bench_helper
2022-08-11 23:53:21 +05:30
boilerplate.py
feat: hook ignore_links_on_delete to skip doctypes on delete ( #19347 )
2022-12-20 11:17:28 +05:30
caching.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
change_log.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
commands.py
fix: correct stacklevel for warnings ( #18633 )
2022-10-28 12:22:24 +05:30
connections.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
csvutils.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
dashboard.py
Merge branch 'develop' into sync-dashboard
2022-09-12 16:19:19 +05:30
data.py
feat(util): add is_last_day_of_the_month ( #18835 )
2022-11-10 15:18:49 +05:30
dateutils.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
deprecations.py
refactor(db): deprecated unused functions
2022-11-09 16:10:09 +05:30
diff.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
doctor.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
error.py
fix: pop pwd from form dict, disable auth loggin
2022-08-18 15:32:42 +05:30
file_lock.py
feat: inter-process file locks ( #19133 )
2022-12-06 16:31:51 +05:30
file_manager.py
fix: support symlinked and /files directory
2022-11-01 13:25:21 +05:30
fixtures.py
fix: commit after app install
2022-09-12 12:23:14 +05:30
formatters.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
global_search.py
chore: Add optional typing hints for params with default None
2022-12-15 13:47:05 +05:30
goal.py
Merge branch 'develop' into get-all-mod
2022-07-01 13:25:32 +05:30
html_utils.py
fix: allow mark tag in texteditor ( #18871 )
2022-11-14 17:33:28 +05:30
identicon.py
refactor: Itenticon
2022-08-11 23:53:21 +05:30
image.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
install.py
fix: disable signups by default ( #19114 )
2022-12-05 16:40:51 +05:30
jinja.py
fix: improve condition to init context
2022-12-07 13:46:34 +05:30
jinja_globals.py
refactor: remove txt param from generate_hash use
2022-11-10 11:56:48 +05:30
lazy_loader.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
logger.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
make_random.py
refactor: make_random
2022-08-11 23:53:21 +05:30
momentjs.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
nestedset.py
chore: typo in validate_loop msg ( #19091 )
2022-12-03 12:08:41 +05:30
oauth.py
refactor: remove txt param from generate_hash use
2022-11-10 11:56:48 +05:30
password.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
password_strength.py
perf: Pre-compile and re-use regexp pattern
2022-06-08 14:07:38 +05:30
pdf.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
print_format.py
feat: add parameters language and letter_head to download_pdf
2022-12-14 13:59:46 +01:00
redis_queue.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
redis_wrapper.py
fix: only execute generator if value is not found in redis cache ( #18472 )
2022-10-20 16:48:03 +05:30
response.py
fix: serialize function objects to their repr
2022-09-12 11:49:25 +05:30
safe_exec.py
fix: set filename explicitly for safe_exec
2022-12-07 16:34:27 +05:30
scheduler.py
refactor: Duplicate enqueue checks
2022-12-14 15:46:46 +05:30
subscription.py
feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263 ) ( #18281 )
2022-10-03 16:41:12 +05:30
synchronization.py
feat: operation level locking for CLI commands ( #19162 )
2022-12-08 13:24:43 +05:30
testutils.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
typing_validations.py
refactor: validate_argument_types
2022-12-19 15:07:03 +05:30
user.py
perf: dont order by for uniq searches
2022-08-21 17:37:40 +05:30
verified_command.py
refactor: hmac generation
2022-11-12 13:05:57 +05:30
weasyprint.py
fix: handle "No Letterhead" in new print format builder ( #18990 )
2022-11-24 10:54:46 +05:30
xlsxutils.py
refactor: use provide_binary_file
2022-11-26 20:08:50 +01:00