..
pdf_generator
fix: ensure bench setup-chrome respects site config path for chromium
2025-12-31 16:49:23 +05:30
telemetry
fix: force type check in whitelisted methods 2 ( #37086 )
2026-02-19 14:58:16 +05:30
__init__.py
fix: remove redundant isinstance check in encode_dict ( #35932 )
2026-01-30 04:09:58 +00:00
background_jobs.py
fix: ruff "unsafe" fixes
2025-12-22 21:06:48 +05:30
backups.py
fix: force type check in whitelisted methods ( #37044 )
2026-02-17 15:16:30 +00:00
bench_helper.py
fix: always print tracebacks ( #28838 )
2024-12-19 12:46:11 +00:00
boilerplate.py
fix(DX): Add patches folder when generating new app boilerplate ( #37352 )
2026-02-23 11:08:20 +05:30
caching.py
perf: faster retrieval from site cache
2025-03-16 12:35:37 +05:30
change_log.py
fix: avoid shell in changelog git calls
2025-12-29 10:29:55 +08:00
commands.py
style: re-format with ruff
2024-02-05 18:53:33 +05:30
connections.py
fix(connections): try all available interfaces, not just ipv4
2026-01-08 18:10:02 +05:30
csvutils.py
fix: force type check in whitelisted methods 2 ( #37086 )
2026-02-19 14:58:16 +05:30
dashboard.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
data.py
fix: round negative and positive values the same way ( #36242 )
2026-02-17 11:23:37 +05:30
dateutils.py
feat!: enhance Language to become more of a Locale ( #27178 )
2024-09-21 16:02:58 +02:00
defaults.py
refactor: fixup with ruff 0.8.1
2024-12-04 13:18:04 +05:30
deprecations.py
devx: add deprecation dumpster ( #27887 )
2024-10-08 18:56:10 +02:00
diff.py
fix: force type check in whitelisted methods 2 ( #37086 )
2026-02-19 14:58:16 +05:30
doctor.py
fix: check for running jobs before migrating ( #31438 )
2025-02-26 09:30:38 +00:00
error.py
fix(error): don't return in a finally block (PEP-765) ( #35610 )
2026-01-05 06:41:16 +00:00
file_lock.py
refactor: simplify code
2024-02-06 13:02:45 +05:30
file_manager.py
fix: force type check in whitelisted methods 2 ( #37086 )
2026-02-19 14:58:16 +05:30
fixtures.py
fix: sort file/dir names for fixtures ( #33783 )
2025-08-25 12:14:02 +00:00
formatters.py
fix: do not round whole floats in format
2026-02-11 16:09:37 +05:30
frappecloud.py
fix: granular status in system health report
2025-02-25 10:38:25 +05:30
global_search.py
fix: Apply full perm logic on global search ( #37400 )
2026-02-23 17:55:27 +05:30
goal.py
chore: deprecate validate_filters
2025-12-30 13:02:49 +05:30
html_utils.py
fix: allow dangerous HTML in link exists exception ( #37677 )
2026-03-02 09:00:43 +00:00
identicon.py
refactor: fixup with ruff 0.8.1
2024-12-04 13:18:04 +05:30
image.py
perf: Reduce memory usage of exif stripping ( #35566 )
2025-12-31 11:30:13 +00:00
inplacevar.py
chore(inplacevar): lint
2025-10-03 00:13:55 +05:30
install.py
fix(desktop_icon): use app_name instead of app_title
2026-02-17 03:25:02 +05:30
jinja.py
Revert "fix: Always reset globals on cached templates ( #30897 )" ( #30906 )
2025-01-28 10:02:00 +00:00
jinja_globals.py
chore: add include_icons jinja global
2024-06-11 20:03:15 +02:00
lazy_loader.py
style: re-format with ruff
2024-02-05 18:53:33 +05:30
local.py
fix: ruff "unsafe" fixes
2025-12-22 21:06:48 +05:30
logger.py
Testing Module ( #28000 )
2024-10-07 09:46:49 +02:00
make_random.py
refactor: use wildcard to avoid duplicating some queries
2026-01-08 18:56:05 +05:30
messages.py
fix!: Restrict allowed HTML in msgprints ( #37399 )
2026-02-23 11:49:15 +00:00
modules.py
perf: Remove unused empty table checks ( #35469 )
2025-12-29 07:28:41 +00:00
momentjs.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
nestedset.py
fix: rebuild tree should process nodes in *some* order ( #37116 )
2026-02-17 14:33:40 +05:30
number_format.py
feat!: enhance Language to become more of a Locale ( #27178 )
2024-09-21 16:02:58 +02:00
oauth.py
fix(oauth): add another fallback for first name
2026-03-04 11:38:40 +05:30
password.py
fix: prevent logout due to empty "Password" field ( #29158 )
2025-07-28 10:04:10 +05:30
password_strength.py
fix: handle password feedback for common words and suggestions ( #35156 )
2025-12-19 14:44:22 +05:30
pdf.py
Revert "fix(pdf): removal of header and footer margins"
2026-03-02 19:29:36 +05:30
print_format.py
chore: resolve conflicts
2026-02-20 15:25:46 +01:00
print_utils.py
Revert "feat: use chrome from system/docker file"
2026-03-03 12:03:20 +05:30
redis_queue.py
refactor: permutate implementation to assert no functional change in preparation ( #28160 )
2024-10-18 02:40:06 +02:00
redis_wrapper.py
refactor: rewrite concurrent_limit to use LIST + BLPOP semaphore
2026-04-18 14:21:33 +05:30
response.py
fix: use actual file name for private files
2026-02-20 14:44:44 +05:30
safe_exec.py
Revert "fix(safe-exec): Allow WITH queries" ( #37175 )
2026-02-18 07:21:41 +00:00
scheduler.py
fix: ruff fixes
2025-12-22 21:06:48 +05:30
sentry.py
feat: Enable Sentry Sampling
2024-10-28 11:27:51 +01:00
synchronization.py
refactor: fixup with ruff 0.8.1
2024-12-04 13:18:04 +05:30
testutils.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
translations.py
refactor: move stuff away from init.py ( #33283 )
2025-07-11 07:18:16 +00:00
typing_validations.py
fix: Allow untyped self/cls ( #37053 )
2026-02-16 06:57:38 +00:00
user.py
fix: Handle missing default workspace ( #37359 )
2026-02-23 11:43:25 +05:30
verified_command.py
refactor: hmac generation
2022-11-12 13:05:57 +05:30
weasyprint.py
fix: pass letterhead and render layout header/footer in print format builder beta browser print
2026-03-04 02:02:01 +05:30
xlsxutils.py
perf: reduce frappe.as_unicode calls and use str.replace
2026-01-26 13:46:20 +05:30