mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* refectored builtins * refectored posix and readers * refectored posix and readers * proxies * pipelines * basic procs import cleanup * fixed / refactored tests * procs docs * amalgamate * XONSH_DEBUG=1 in tests * exclude xonsh.procs mypy * Use `pip install` instead of `python setup.py install` * Update docs/api/procs/pipelines.rst Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> Co-authored-by: Gil Forsyth <gil@forsyth.dev> Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
27 lines
449 B
ReStructuredText
27 lines
449 B
ReStructuredText
**Added:**
|
|
|
|
* New ``xonsh.procs`` subpackage for handling subprocess mode.
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* The deprecated ``foreground`` decorator has been removed.
|
|
Please use ``unthreadable`` instead.
|
|
* ``xonsh.proc.unthreadable`` and ``xonsh.proc.uncapturable``
|
|
have been moved to ``xonsh.tools``. Please import from
|
|
this module instead.
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|