Commit graph

10809 commits

Author SHA1 Message Date
a
dbbc5ce33b test 2024-08-09 14:21:56 +02:00
Andy Kipp
ad77f6d2a9
Merge branch 'main' into fix_bad_file_descriptor 2024-08-09 14:03:02 +02:00
a
f8d7970e32 Merge remote-tracking branch 'origin/fix_bad_file_descriptor' into fix_bad_file_descriptor 2024-08-09 13:45:30 +02:00
a
1211be1cdd news 2024-08-09 13:45:19 +02:00
Noorhteen Raja NJ
bc8faa4e94
use faster coverage (#5657)
* use faster coverage

* chore: disable branch for faster line coverage on py312+
2024-08-09 15:49:36 +05:30
Andy Kipp
ebb3b9b33d
Update README.rst: more examples 2024-08-08 15:29:18 +02:00
pre-commit-ci[bot]
f42cd81253 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-08 12:58:28 +00:00
a
8ab57b1d1e Merge remote-tracking branch 'origin/fix_bad_file_descriptor' into fix_bad_file_descriptor 2024-08-08 14:58:01 +02:00
a
ae9abc212c test 2024-08-08 14:57:34 +02:00
a
cd40708d71 test 2024-08-08 14:57:24 +02:00
Andy Kipp
df6734281d
Merge branch 'main' into fix_bad_file_descriptor 2024-08-08 14:27:15 +02:00
Andy Kipp
a1846d0579
Fix safe readlines: AttributeError: 'NoneType' object has no attribute 'readlines' (#5646)
* fix

* news

* fix

---------

Co-authored-by: a <1@1.1>
2024-08-08 14:26:33 +02:00
Andy Kipp
c0e0687376
docs: Update bash to xonsh guide (#5628)
* update bash to xonsh

* Update bash_to_xsh.rst

* Update bash_to_xsh.rst

* Update docs/bash_to_xsh.rst

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

* Update docs/bash_to_xsh.rst

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

---------

Co-authored-by: a <1@1.1>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
2024-08-07 22:39:00 +02:00
a
1534890dc1 bump test 2024-08-07 16:51:03 +02:00
a
ee9eb7ed43 bump test 2024-08-07 16:47:50 +02:00
a
6c2ae3669d Merge remote-tracking branch 'origin/fix_bad_file_descriptor' into fix_bad_file_descriptor 2024-08-07 14:57:21 +02:00
a
01afe9d5d8 news 2024-08-07 14:57:11 +02:00
pre-commit-ci[bot]
379d94f1f2 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-07 12:14:08 +00:00
a
1c5d8cb3cf test 2024-08-07 14:13:26 +02:00
a
d4291afe9a test 2024-08-07 14:03:35 +02:00
a
b28315823d test 2024-08-07 13:41:26 +02:00
pre-commit-ci[bot]
a185c65d1c
[pre-commit.ci] pre-commit autoupdate (#5643)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.0...v1.11.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-07 00:24:03 +02:00
a
1a598157d0 test 2024-08-07 00:09:34 +02:00
a
b46976f624 Merge remote-tracking branch 'origin/fix_bad_file_descriptor' into fix_bad_file_descriptor 2024-08-07 00:02:24 +02:00
a
2065c05db3 news 2024-08-07 00:02:17 +02:00
pre-commit-ci[bot]
d344ec10f1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-06 22:00:42 +00:00
a
62db5df0aa test 2024-08-07 00:00:20 +02:00
a
2fa82c5e45 fix 2024-08-06 23:44:17 +02:00
a
5f78310f15 fix 2024-08-06 23:23:56 +02:00
Andy Kipp
f917d2ea8c
Update index.html: fix preview image url 2024-08-06 13:24:35 +02:00
Andy Kipp
1c792bc884
MULTILINE_PROMPT: using space without background (#5634)
* Update environ.py

* Update multiline_prompt.rst

* Update multiline_prompt.rst

* chore: configure codcov action

---------

Co-authored-by: Noorhteen Raja NJ <jnoortheen@gmail.com>
2024-08-04 06:39:01 +05:30
Andy Kipp
086476be95
tools: using path in chdir (#5637)
chdir path

Co-authored-by: a <1@1.1>
2024-07-30 16:31:21 +02:00
pre-commit-ci[bot]
d6492b3b9f
[pre-commit.ci] pre-commit autoupdate (#5635)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-29 20:31:24 +02:00
Aidan Courtney
58e2856145
Fix: exception when completing in python-only context (#5632)
* Fix: change xonsh/completer.py:Completer.complete_with_context and xonsh/completer.py:Completer.complete_line to use the python context prefix if available. Add simple regression test: tests/test_completer.py:test_python_only_context

* Add news item

* Fix: misspelled 'command'

* Update fix_python_only_completion.rst

* Update fix_python_only_completion.rst

---------

Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
2024-07-27 21:03:35 +05:30
Andy Kipp
32d72af53d
MULTILINE_PROMPT: using space with background (#5624)
* Update environ.py

* news

---------

Co-authored-by: a <1@1.1>
2024-07-25 12:11:12 +02:00
Andy Kipp
680dcf06ff
executables: Added `locate_relative_path functionality to locate_file`. (#5630)
* locate_relative_path

* test

* news

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test

* test

* support pathext

* test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test

* test

* sep

* prefix

* fix pyghook

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix pyghook

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: a <1@1.1>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-25 12:56:30 +05:30
Andy Kipp
31e7c4204a
Fixed `$AUTO_CD` regress after previous refactoring. (#5629)
* fix autocd

* test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: a <1@1.1>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-24 19:00:53 +02:00
Andy Kipp
aed574004d
Update comparison.rst 2024-07-24 15:59:56 +02:00
pre-commit-ci[bot]
ec5f4d8559
[pre-commit.ci] pre-commit autoupdate (#5619)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.5.4)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-22 21:35:54 +02:00
Andy Kipp
3f295ee9bc
Micro cleaning executables.py (#5616)
Update executables.py
2024-07-22 11:25:44 +02:00
Gil Forsyth
32a085543a
docs: fix up broken apidocs links (#5609)
docs: fix up api doc paths
2024-07-20 14:32:43 -04:00
Gil Forsyth
5d1f769e88 Updated CHANGELOG for 0.18.2 2024-07-18 09:23:44 -04:00
Gil Forsyth
bbd5e3c263 bumped version to 0.18.2 2024-07-18 09:23:44 -04:00
Gil Forsyth
0d622fdb8b Updated authorship for 0.18.2 2024-07-18 09:23:44 -04:00
Andy Kipp
168299f23f
Update README.rst: projects reorder 2024-07-18 13:28:02 +02:00
Andy Kipp
968c90e7dc
Update README.rst: projects 2024-07-18 13:26:59 +02:00
Andy Kipp
2414ec167a
fix locate_file (#5606)
* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

---------

Co-authored-by: a <1@1.1>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-18 10:53:00 +02:00
Gil Forsyth
dd656ab7fa Updated CHANGELOG for 0.18.1 2024-07-17 10:43:37 -04:00
Gil Forsyth
e4eba5bca9 bumped version to 0.18.1 2024-07-17 10:43:37 -04:00
Gil Forsyth
48e0d1887b Updated authorship for 0.18.1 2024-07-17 10:43:37 -04:00