Commit graph

  • 08f0219b2c use use_dir_session_cache arg eugenesvk 2024-08-12 02:16:09 +07:00
  • 4ecc2f4192 doc: add a note on normalizing path to match internally cleared paths for cache eugenesvk 2024-08-09 20:19:45 +07:00
  • 3393678bb2 don't expand symlinks when cleaning paths eugenesvk 2024-08-09 18:51:47 +07:00
  • e42cc91cb7 refactor timing in test_locate_file_clean_path_cache_time to avoid CI issues eugenesvk 2024-08-09 18:23:54 +07:00
  • 686c91af92 pre-commit eugenesvk 2024-08-09 17:22:02 +07:00
  • 12a08c6137 add a function to hash a list of strings eugenesvk 2024-08-09 17:20:37 +07:00
  • 3f507a7934 refactor clean path cache to store multiple clean paths eugenesvk 2024-08-09 17:20:29 +07:00
  • f3f26098d1 cache the PATH used to cache clean_paths eugenesvk 2024-08-09 15:09:51 +07:00
  • b9ab2c459b skip a timing test when for some reason 0 duration is reported eugenesvk 2024-08-09 14:25:59 +07:00
  • 32f0794650 pre-commit fixes eugenesvk 2024-08-09 14:13:39 +07:00
  • 26b4911280 update function comment eugenesvk 2024-08-09 13:01:47 +07:00
  • c22a791068 Return case sensitive found file output when we have such information: eugenesvk 2024-08-09 12:51:54 +07:00
  • 982e6f774d exe search: compare lowercased file names with lowercased cache/dir list eugenesvk 2024-08-09 12:33:28 +07:00
  • b9c9147320 add lower-case set for matching file existence in listed dirs eugenesvk 2024-08-09 03:59:08 +07:00
  • 321627f254 update locate_file_in_path_env description eugenesvk 2024-12-12 01:20:43 +07:00
  • 90e785e320 add type info eugenesvk 2024-08-09 02:38:49 +07:00
  • 722215113c add test for xonsh_win_dir_session_cache eugenesvk 2024-08-09 02:20:17 +07:00
  • ab56c72c0e fix condition check errors eugenesvk 2024-08-09 02:20:36 +07:00
  • 856505cdab pre-commit fixes eugenesvk 2024-08-08 22:24:37 +07:00
  • bd4d3f1fce use dir_cache if configured eugenesvk 2024-12-12 01:19:47 +07:00
  • 694f2740d8 add news eugenesvk 2024-08-08 22:24:05 +07:00
  • 898b89de53 doc: update platform tips eugenesvk 2024-08-08 22:30:42 +07:00
  • 169a2cf63d add dir_cache to PathCache eugenesvk 2024-08-08 22:03:08 +07:00
  • 7778421295 rename PathCleanCache to PathClean to also store dir session cache eugenesvk 2024-08-08 21:53:35 +07:00
  • a1ce0e4d16 simplify executable list of conditional branches eugenesvk 2024-08-08 21:50:58 +07:00
  • 67fca85166 use session dir cache for syntax highlighting if configured eugenesvk 2024-08-08 21:45:48 +07:00
  • db01d3b010 add an argument to enable using dir session cache eugenesvk 2024-08-08 21:44:03 +07:00
  • f7ed5268c7 add XONSH_WIN_DIR_SESSION_CACHE config env var to signal a list of dirs to cache a scan of eugenesvk 2024-12-12 01:16:30 +07:00
  • c92c54d7ee pre-commit eugenesvk 2024-08-08 21:17:37 +07:00
  • 06bb8083b4 add an argument to allow disabling use of path cache to locate_executable eugenesvk 2024-08-08 21:11:56 +07:00
  • b5d2d683d7 cache a list of cleaned paths to avoid wasting time cleaning it on every keystroke eugenesvk 2024-12-12 00:46:58 +07:00
  • e1a53ae6af test: add timing test for PathCleanCache eugenesvk 2024-12-12 00:45:33 +07:00
  • 02cf287389 add news eugenesvk 2024-07-22 23:25:47 +07:00
  • e2059bc0c8 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-12-11 17:32:19 +00:00
  • ce5b659d8d don't limit to Windows eugenesvk 2024-12-12 00:26:22 +07:00
  • 217246e8c3 consolidate dupe code into a separate function eugenesvk 2024-08-08 19:24:58 +07:00
  • d65038bdda test: add more iterations to avoid CI failing sometimes pre-commit-ci[bot] 2024-08-08 09:46:00 +00:00
  • 894ffb899c List dirs in PATHs for faster typing (color highlighting) eugenesvk 2024-08-08 15:45:56 +07:00
  • 0d8409a6fb doc: add a Windows tip eugenesvk 2024-08-08 16:35:24 +07:00
  • 74e0247d3e add news eugenesvk 2024-07-22 23:25:47 +07:00
  • 94c7ef1c86 test: add test_xonsh_win_path_dirs_to_list eugenesvk 2024-08-08 15:10:18 +07:00
  • 44bf8dde0b add 'XONSH_WIN_PATH_DIRS_TO_LIST' config env variable eugenesvk 2024-08-08 14:45:49 +07:00
  • 8898f605e9
    xonsh/lib: Create README.md Andy Kipp 2024-12-11 16:19:25 +06:00
  • 3b3a231c55
    Merge branch 'main' into main Andy Kipp 2024-12-11 16:17:00 +06:00
  • 4c538ac062
    Merge branch 'main' into timing_table Andy Kipp 2024-12-10 12:26:47 +06:00
  • 4c0b223e7b
    Allow non-integer exit codes (#5721) Evgeny 2024-12-10 13:26:12 +07:00
  • 71fecfb925
    Merge branch 'main' into fr-exit-str Andy Kipp 2024-12-10 12:18:47 +06:00
  • c85b8923a0
    [pre-commit.ci] pre-commit autoupdate (#5746) pre-commit-ci[bot] 2024-12-10 01:02:12 +05:30
  • 01605b8f92
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-12-09 17:53:47 +00:00
  • a333999cb9 shorten test eugenesvk 2024-08-10 13:36:40 +07:00
  • 19ae243ed5 pre-commit eugenesvk 2024-08-10 02:08:17 +07:00
  • 884b40941a add news eugenesvk 2024-08-10 01:54:13 +07:00
  • 4adf68b628 add test for parsing XSH eugenesvk 2024-08-10 01:42:34 +07:00
  • 69a4f687e5 fix shebang parsing for xonsh eugenesvk 2024-08-09 21:53:37 +07:00
  • 33e2c9151c Windows: force interpreted (Py/Xonsh) executable files to invoke an interpeter eugenesvk 2021-11-20 15:19:14 +07:00
  • 173a10e4c8 remove more 0s obscuring the few biggest numbers eugenesvk 2024-08-14 21:27:35 +07:00
  • 4943f55ad2 reformat eugenesvk 2024-08-13 20:11:48 +07:00
  • 8e0f9f39e4 add news eugenesvk 2024-08-13 20:09:24 +07:00
  • d53b219825 clean timing table eugenesvk 2024-08-13 20:02:28 +07:00
  • 45a2988e97 Update fr-exit-str.rst Andy Kipp 2024-11-03 20:17:40 +01:00
  • 9da044777a doc: add news item eugenesvk 2024-11-03 16:05:45 +07:00
  • 54738bf25a Allow non-integer exit codes justl like in Python proper eugenesvk 2024-11-03 15:50:50 +07:00
  • a38bd4decd
    remove Authors from branch.rst Kyle Gottfried 2024-09-04 13:24:12 -04:00
  • acdc875a3e
    add branch.rst Kyle Gottfried 2024-09-01 13:57:10 -04:00
  • 8c3667793a
    Add suggestions from @anki-code Kyle Gottfried 2024-08-30 08:53:16 -04:00
  • 7b701ef826
    [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-08-30 01:36:57 +00:00
  • 4d7e296414
    Update environ with docs Kyle Gottfried 2024-08-29 21:36:38 -04:00
  • 591f8c517b
    Disable executable lookup for workstations with ondemand antivirus scanners Kyle Gottfried 2024-08-29 21:18:18 -04:00
  • c059ac23d2 Updated CHANGELOG for 0.19.0 0.19.0 Gil Forsyth 2024-12-09 09:41:03 -05:00
  • 689e8cb314 bumped version to 0.19.0 Gil Forsyth 2024-12-09 09:41:03 -05:00
  • f55164aad7 Updated authorship for 0.19.0 Gil Forsyth 2024-12-09 09:41:03 -05:00
  • 9d49292453
    test: split a test to include Windows (#5665) Evgeny 2024-12-08 21:52:08 +07:00
  • 5be2fa0a1e
    [pre-commit.ci] pre-commit autoupdate (#5712) pre-commit-ci[bot] 2024-12-08 14:07:36 +00:00
  • bd0febe125 chore: ignore mypy error Noortheen Raja 2024-12-08 19:30:27 +05:30
  • f8813a65cf chore: ignore UP031 Noortheen Raja 2024-12-08 19:19:36 +05:30
  • 311a58ce98 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-12-02 18:01:28 +00:00
  • 055321dba7
    chore: add 3.13 to release jobs and remove stale dependency (#5735) Gil Forsyth 2024-12-08 07:43:50 -05:00
  • a44b52ea7d chore: add 3.13 to release jobs and remove stale dep Gil Forsyth 2024-11-18 17:57:48 -05:00
  • 1d1e7a8827
    try just using CaseSenssitiveDict from requests to see if it works (#5744) Simon Billinge 2024-12-08 09:28:31 +01:00
  • 9ae14866de
    test: add Python 3.13 to test matrix (#5733) Gil Forsyth 2024-12-08 03:00:20 -05:00
  • 77355e5923 tests for CaseInsensitiveDict Simon Billinge 2024-12-08 00:52:03 -05:00
  • 69d3beaa08 code now passing tests locally. I still need to write tests for the new Class Simon Billinge 2024-12-07 15:37:30 -05:00
  • d70ddfc8b4 news Simon Billinge 2024-12-06 23:18:10 -05:00
  • 1f8572a033 put the dependency back in pyproject.toml and ignore typing on import Simon Billinge 2024-12-06 23:16:44 -05:00
  • a29064f8a4 try just using CaseSenssitiveDict from requests to see if it works Simon Billinge 2024-12-06 22:53:05 -05:00
  • 403b72f460 fix unit tests ading2210 2024-12-03 10:21:51 -08:00
  • b1833e7700
    Rename test_jobs.xsh to test_api_jobs.xsh Andy Kipp 2024-12-03 19:03:04 +06:00
  • 9c8b9e42b1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-12-02 21:11:05 +00:00
  • 1b585c9aba add test cases and news entry Allen Ding 2024-12-02 13:07:47 -08:00
  • 620f6a22df add xonsh.api.jobs Allen Ding 2024-12-02 10:17:36 -08:00
  • 0791372f30
    Fix DeprecationWarning while initializing Expression (#5739) Bala 2024-12-02 17:31:09 +05:30
  • d833b6c094 Fixing more ast related warnings Bala 2024-11-26 19:07:10 +05:30
  • b8645f23bc
    added test Alex Prabhat Bara 2024-11-25 11:27:36 +05:30
  • 7878221b89 Rename the news file to the branch name Bala 2024-11-24 12:29:39 +05:30
  • 9cf8961127 Add news item Bala 2024-11-24 12:26:44 +05:30
  • 48414b4791 Fix DeprecationWarning while initializing Expression Bala 2024-11-24 12:15:13 +05:30
  • 21b95dd473
    Rename fix_unexpected_numerical_token_after_dollar to fix_unexpected_numerical_token_after_dollar.rst Andy Kipp 2024-11-23 11:38:08 +06:00
  • e253a31381
    Update fix_unexpected_numerical_token_after_dollar Andy Kipp 2024-11-23 11:35:40 +06:00
  • 6fd886b6cc
    added news Alex Prabhat Bara 2024-11-22 17:24:14 +05:30
  • e18d6c70a3
    fix for unexpected numerical token after dollar Alex Prabhat Bara 2024-11-22 17:18:28 +05:30