--- /srv/rebuilderd/tmp/rebuilderdEJBkrg/inputs/xonsh-doc_0.19.4+dfsg-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdEJBkrg/out/xonsh-doc_0.19.4+dfsg-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-04-08 20:51:07.000000 debian-binary │ --rw-r--r-- 0 0 0 10680 2025-04-08 20:51:07.000000 control.tar.xz │ --rw-r--r-- 0 0 0 1020648 2025-04-08 20:51:07.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 10676 2025-04-08 20:51:07.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 1020764 2025-04-08 20:51:07.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/xonsh-doc/html/api/_autosummary/cmd/xonsh.completers.completer.html │ │ │ @@ -434,15 +434,15 @@ │ │ │
│ │ │ xonsh.completers.completer.list_completers()[source]
│ │ │

List the active completers

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -xonsh.completers.completer.remove_completer(name: ~typing.Annotated[str, ((), (('completer', <function complete_completer_names at 0x7fa2a0d95580>),))])[source]
│ │ │ +xonsh.completers.completer.remove_completer(name: ~typing.Annotated[str, ((), (('completer', <function complete_completer_names at 0x7f3f7312e020>),))])[source] │ │ │

Removes a completer from xonsh

│ │ │
│ │ │
Parameters:
│ │ │
│ │ │
name:

NAME is a unique name of a completer (run “completer list” to see the current │ │ │ completers in order)

│ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -171,15 +171,15 @@ │ │ │ │ ************ xxoonnsshh..ccoommpplleetteerrss..ccoommpplleetteerr_?¶ ************ │ │ │ │ xonsh.completers.completer.add_one_completer(nnaammee, ffuunncc, lloocc==''eenndd'')_[_s_o_u_r_c_e_]_¶ │ │ │ │ xonsh.completers.completer.complete_completer_names(xxsshh, ****__)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Complete all loaded completer names │ │ │ │ xonsh.completers.completer.list_completers()_[_s_o_u_r_c_e_]_¶ │ │ │ │ List the active completers │ │ │ │ xonsh.completers.completer.remove_completer(nnaammee:: ~~ttyyppiinngg..AAnnnnoottaatteedd[[ssttrr,, (((()),, │ │ │ │ - ((((''ccoommpplleetteerr'',, <>)),,))))]]) │ │ │ │ + ((((''ccoommpplleetteerr'',, <>)),,))))]]) │ │ │ │ _[_s_o_u_r_c_e_]_¶ │ │ │ │ Removes a completer from xonsh │ │ │ │ Parameters: │ │ │ │ nnaammee:: │ │ │ │ NAME is a unique name of a completer (run “completer list” to │ │ │ │ see the current completers in order) │ │ │ │ _N_e_x_t │ │ ├── ./usr/share/doc/xonsh-doc/html/api/_autosummary/cmd/xonsh.procs.jobs.html │ │ │ @@ -441,15 +441,15 @@ │ │ │

In non-interactive mode, send SIGHUP to all jobs.

│ │ │

In interactive mode, check for suspended or background jobs, print a │ │ │ warning if any exist, and return False. Otherwise, return True.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -xonsh.procs.jobs.disown_fn(job_ids: ~typing.Annotated[~typing.Sequence[int], ((), (('type', <class 'int'>), ('nargs', '*'), ('completer', <function job_id_completer at 0x7fa2a1f64040>)))], force_auto_continue=False)[source]
│ │ │ +xonsh.procs.jobs.disown_fn(job_ids: ~typing.Annotated[~typing.Sequence[int], ((), (('type', <class 'int'>), ('nargs', '*'), ('completer', <function job_id_completer at 0x7f3f7bbec040>)))], force_auto_continue=False)[source] │ │ │

Remove the specified jobs from the job table; the shell will no longer │ │ │ report their status, and will not complain if you try to exit an │ │ │ interactive shell with them running or stopped.

│ │ │

If the jobs are currently stopped and the $AUTO_CONTINUE option is not set │ │ │ ($AUTO_CONTINUE = False), a warning is printed containing information about │ │ │ how to make them continue after they have been disowned.

│ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -179,15 +179,15 @@ │ │ │ │ xonsh.procs.jobs.clean_jobs()_[_s_o_u_r_c_e_]_¶ │ │ │ │ Clean up jobs for exiting shell │ │ │ │ In non-interactive mode, send SIGHUP to all jobs. │ │ │ │ In interactive mode, check for suspended or background jobs, print a │ │ │ │ warning if any exist, and return False. Otherwise, return True. │ │ │ │ xonsh.procs.jobs.disown_fn(jjoobb__iiddss:: ~~ttyyppiinngg..AAnnnnoottaatteedd[[~~ttyyppiinngg..SSeeqquueennccee[[iinntt]],, │ │ │ │ (((()),, ((((''ttyyppee'',, <>)),, ((''nnaarrggss'',, ''**'')),, ((''ccoommpplleetteerr'',, <>))))))]],, ffoorrccee__aauuttoo__ccoonnttiinnuuee==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ + jjoobb__iidd__ccoommpplleetteerr aatt 00xx77ff33ff77bbbbeecc004400>>))))))]],, ffoorrccee__aauuttoo__ccoonnttiinnuuee==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Remove the specified jobs from the job table; the shell will no longer │ │ │ │ report their status, and will not complain if you try to exit an │ │ │ │ interactive shell with them running or stopped. │ │ │ │ If the jobs are currently stopped and the $AUTO_CONTINUE option is not │ │ │ │ set ($AUTO_CONTINUE = False), a warning is printed containing information │ │ │ │ about how to make them continue after they have been disowned. │ │ │ │ Parameters: │ │ ├── ./usr/share/doc/xonsh-doc/html/api/_autosummary/helpers/xonsh.tracer.html │ │ │ @@ -542,15 +542,15 @@ │ │ │
│ │ │ stop(filename)[source]
│ │ │

Stops tracing a file.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -toggle_color(toggle: ~typing.Annotated[bool, ((), (('type', <function to_bool at 0x7fa2a1fc02c0>), ('completer', None)))] = False)[source]
│ │ │ +toggle_color(toggle: ~typing.Annotated[bool, ((), (('type', <function to_bool at 0x7f3f7bc482c0>), ('completer', None)))] = False)[source] │ │ │

output color management for tracer

│ │ │
│ │ │
Parameters:
│ │ │
│ │ │
toggle

true/false, y/n, etc. to toggle color usage.

│ │ │
│ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -215,15 +215,15 @@ │ │ │ │ file paths to watch, use “__file__” (default) to select │ │ │ │ the current file. │ │ │ │ start(ffiilleennaammee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Starts tracing a file. │ │ │ │ stop(ffiilleennaammee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Stops tracing a file. │ │ │ │ toggle_color(ttooggggllee:: ~~ttyyppiinngg..AAnnnnoottaatteedd[[bbooooll, (((()), ((((''ttyyppee'', <>)), ((''ccoommpplleetteerr'', NNoonnee))))))]] == FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ + ttoo__bbooooll aatt 00xx77ff33ff77bbcc448822cc00>>)), ((''ccoommpplleetteerr'', NNoonnee))))))]] == FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ output color management for tracer │ │ │ │ Parameters: │ │ │ │ ttooggggllee │ │ │ │ true/false, y/n, etc. to toggle color usage. │ │ │ │ trace(ffrraammee, eevveenntt, aarrgg, **, ffiinndd__ffiillee==<>, │ │ │ │ pprriinntt__ccoolloorr==<>)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Implements a line tracing function. │ │ ├── ./usr/share/doc/xonsh-doc/html/api/_autosummary/helpers/xonsh.xontribs.html │ │ │ @@ -782,15 +782,15 @@ │ │ │
│ │ │
│ │ │
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -xonsh.xontribs.xontribs_load(names: ~typing.Annotated[~typing.Sequence[str], ((), (('nargs', '+'), ('completer', <function xontrib_names_completer at 0x7fa2a1c32480>)))] = (), verbose=False, full_module=False, suppress_warnings=False)[source]
│ │ │ +xonsh.xontribs.xontribs_load(names: ~typing.Annotated[~typing.Sequence[str], ((), (('nargs', '+'), ('completer', <function xontrib_names_completer at 0x7f3f7b73a480>)))] = (), verbose=False, full_module=False, suppress_warnings=False)[source] │ │ │

Load xontribs from a list of names

│ │ │
│ │ │
Parameters:
│ │ │
│ │ │
names

names of xontribs

│ │ │
│ │ │
verbose-v, –verbose

verbose output

│ │ │ @@ -808,29 +808,29 @@ │ │ │
│ │ │ xonsh.xontribs.xontribs_loaded()[source]
│ │ │

Returns list of loaded xontribs.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -xonsh.xontribs.xontribs_reload(names: ~typing.Annotated[~typing.Sequence[str], ((), (('nargs', '+'), ('completer', <function xontrib_unload_completer at 0x7fa2a1c32520>)))] = (), verbose=False)[source]
│ │ │ +xonsh.xontribs.xontribs_reload(names: ~typing.Annotated[~typing.Sequence[str], ((), (('nargs', '+'), ('completer', <function xontrib_unload_completer at 0x7f3f7b73a520>)))] = (), verbose=False)[source] │ │ │

Reload the given xontribs

│ │ │
│ │ │
Parameters:
│ │ │
│ │ │
names

name of xontribs to reload

│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -xonsh.xontribs.xontribs_unload(names: ~typing.Annotated[~typing.Sequence[str], ((), (('nargs', '+'), ('completer', <function xontrib_unload_completer at 0x7fa2a1c32520>)))] = (), verbose=False)[source]
│ │ │ +xonsh.xontribs.xontribs_unload(names: ~typing.Annotated[~typing.Sequence[str], ((), (('nargs', '+'), ('completer', <function xontrib_unload_completer at 0x7f3f7b73a520>)))] = (), verbose=False)[source] │ │ │

Unload the given xontribs

│ │ │
│ │ │
Parameters:
│ │ │
│ │ │
names

name of xontribs to unload

│ │ │
│ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -317,15 +317,15 @@ │ │ │ │ xonsh.xontribs.xontribs_list(ttoo__jjssoonn==FFaallssee, __ssttddoouutt==NNoonnee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ List installed xontribs and show whether they are loaded or not │ │ │ │ Parameters: │ │ │ │ ttoo__jjssoonn-j, –json │ │ │ │ reports results as json │ │ │ │ xonsh.xontribs.xontribs_load(nnaammeess:: ~~ttyyppiinngg..AAnnnnoottaatteedd[[~~ttyyppiinngg..SSeeqquueennccee[[ssttrr]],, │ │ │ │ (((()),, ((((''nnaarrggss'',, ''++'')),, ((''ccoommpplleetteerr'',, <>))))))]] == (()),, vveerrbboossee==FFaallssee,, ffuullll__mmoodduullee==FFaallssee,, │ │ │ │ + 00xx77ff33ff77bb7733aa448800>>))))))]] == (()),, vveerrbboossee==FFaallssee,, ffuullll__mmoodduullee==FFaallssee,, │ │ │ │ ssuupppprreessss__wwaarrnniinnggss==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Load xontribs from a list of names │ │ │ │ Parameters: │ │ │ │ nnaammeess │ │ │ │ names of xontribs │ │ │ │ vveerrbboossee-v, –verbose │ │ │ │ verbose output │ │ │ │ @@ -334,22 +334,22 @@ │ │ │ │ not inside xontrib package │ │ │ │ ssuupppprreessss__wwaarrnniinnggss-s, –suppress-warnings │ │ │ │ no warnings about missing xontribs and return code 0 │ │ │ │ xonsh.xontribs.xontribs_loaded()_[_s_o_u_r_c_e_]_¶ │ │ │ │ Returns list of loaded xontribs. │ │ │ │ xonsh.xontribs.xontribs_reload(nnaammeess:: ~~ttyyppiinngg..AAnnnnoottaatteedd[[~~ttyyppiinngg..SSeeqquueennccee │ │ │ │ [[ssttrr]],, (((()),, ((((''nnaarrggss'',, ''++'')),, ((''ccoommpplleetteerr'',, <>))))))]] == (()),, vveerrbboossee==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ + aatt 00xx77ff33ff77bb7733aa552200>>))))))]] == (()),, vveerrbboossee==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Reload the given xontribs │ │ │ │ Parameters: │ │ │ │ nnaammeess │ │ │ │ name of xontribs to reload │ │ │ │ xonsh.xontribs.xontribs_unload(nnaammeess:: ~~ttyyppiinngg..AAnnnnoottaatteedd[[~~ttyyppiinngg..SSeeqquueennccee │ │ │ │ [[ssttrr]],, (((()),, ((((''nnaarrggss'',, ''++'')),, ((''ccoommpplleetteerr'',, <>))))))]] == (()),, vveerrbboossee==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ + aatt 00xx77ff33ff77bb7733aa552200>>))))))]] == (()),, vveerrbboossee==FFaallssee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ Unload the given xontribs │ │ │ │ Parameters: │ │ │ │ nnaammeess │ │ │ │ name of xontribs to unload │ │ │ │ Notes │ │ │ │ Proper cleanup can be implemented by the xontrib. The default is │ │ │ │ equivalent to del sys.modules[module]. │ │ ├── ./usr/share/doc/xonsh-doc/html/envvars.html │ │ │ @@ -768,23 +768,23 @@ │ │ │ │ │ │
│ │ │

General

│ │ │
│ │ │

$HOSTNAME

│ │ │

Automatically set to the name of the current host.

│ │ │

configurable: True

│ │ │ -

default: <function GeneralSetting.<lambda> at 0x7fa2a1f24220>

│ │ │ +

default: <function GeneralSetting.<lambda> at 0x7f3f7bbac220>

│ │ │

store_as_str: False

│ │ │
│ │ │
│ │ │
│ │ │

$HOSTTYPE

│ │ │

Automatically set to a string that fully describes the system type on which xonsh is executing.

│ │ │

configurable: True

│ │ │ -

default: <function GeneralSetting.<lambda> at 0x7fa2a1f242c0>

│ │ │ +

default: <function GeneralSetting.<lambda> at 0x7f3f7bbac2c0>

│ │ │

store_as_str: False

│ │ │
│ │ │
│ │ │
│ │ │

$OLDPWD

│ │ │

Used to represent a previous present working directory.

│ │ │

configurable: False

│ │ │ ├── html2text {} │ │ │ │ @@ -241,22 +241,22 @@ │ │ │ │ _PP_rr_oo_mm_pp_tt_ _TT_oo_oo_ll_kk_ii_tt_ _tt_aa_bb_--_cc_oo_mm_pp_ll_ee_tt_ii_oo_nn_?¶ │ │ │ │ _$_C_O_M_P_L_E_T_I_O_N_S___C_O_N_F_I_R_M _$_C_O_M_P_L_E_T_I_O_N_S___D_I_S_P_L_A_Y _$_C_O_M_P_L_E_T_I_O_N_S___M_E_N_U___R_O_W_S │ │ │ │ _$_C_O_M_P_L_E_T_I_O_N___I_N___T_H_R_E_A_D _$_C_O_M_P_L_E_T_I_O_N___M_O_D_E _$_U_P_D_A_T_E___C_O_M_P_L_E_T_I_O_N_S___O_N___K_E_Y_P_R_E_S_S │ │ │ │ ********** GGeenneerraall_?¶ ********** │ │ │ │ ******** $$HHOOSSTTNNAAMMEE_?¶ ******** │ │ │ │ Automatically set to the name of the current host. │ │ │ │ ccoonnffiigguurraabbllee:: True │ │ │ │ -ddeeffaauulltt:: at 0x7fa2a1f24220> │ │ │ │ +ddeeffaauulltt:: at 0x7f3f7bbac220> │ │ │ │ ssttoorree__aass__ssttrr:: False │ │ │ │ =============================================================================== │ │ │ │ ******** $$HHOOSSTTTTYYPPEE_?¶ ******** │ │ │ │ Automatically set to a string that fully describes the system type on which │ │ │ │ xonsh is executing. │ │ │ │ ccoonnffiigguurraabbllee:: True │ │ │ │ -ddeeffaauulltt:: at 0x7fa2a1f242c0> │ │ │ │ +ddeeffaauulltt:: at 0x7f3f7bbac2c0> │ │ │ │ ssttoorree__aass__ssttrr:: False │ │ │ │ =============================================================================== │ │ │ │ ******** $$OOLLDDPPWWDD_?¶ ******** │ │ │ │ Used to represent a previous present working directory. │ │ │ │ ccoonnffiigguurraabbllee:: False │ │ │ │ ddeeffaauulltt:: ‘.’ │ │ │ │ ssttoorree__aass__ssttrr:: False │ │ ├── ./usr/share/doc/xonsh-doc/html/searchindex.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -12192,21 +12192,21 @@ │ │ │ │ "09": 140, │ │ │ │ "0b100": 137, │ │ │ │ "0b100101": [35, 98], │ │ │ │ "0b1101": [35, 98], │ │ │ │ "0dadd6": 70, │ │ │ │ "0m": [108, 115], │ │ │ │ "0x7efc8b367d90": 137, │ │ │ │ - "0x7fa2a0d95580": 10, │ │ │ │ - "0x7fa2a1c32480": 98, │ │ │ │ - "0x7fa2a1c32520": 98, │ │ │ │ - "0x7fa2a1f24220": 119, │ │ │ │ - "0x7fa2a1f242c0": 119, │ │ │ │ - "0x7fa2a1f64040": 32, │ │ │ │ - "0x7fa2a1fc02c0": 95, │ │ │ │ + "0x7f3f7312e020": 10, │ │ │ │ + "0x7f3f7b73a480": 98, │ │ │ │ + "0x7f3f7b73a520": 98, │ │ │ │ + "0x7f3f7bbac220": 119, │ │ │ │ + "0x7f3f7bbac2c0": 119, │ │ │ │ + "0x7f3f7bbec040": 32, │ │ │ │ + "0x7f3f7bc482c0": 95, │ │ │ │ "1": [1, 2, 18, 20, 22, 26, 28, 29, 33, 35, 36, 37, 39, 42, 48, 55, 74, 78, 79, 80, 88, 90, 92, 93, 94, 95, 97, 98, 100, 102, 107, 108, 117, 118, 119, 125, 128, 137, 138, 140, 141, 142, 147], │ │ │ │ "10": [20, 35, 92, 98, 119, 127, 128, 137, 140, 142, 143, 147], │ │ │ │ "100": [20, 25, 109, 119, 121, 140], │ │ │ │ "1000": [29, 88, 141], │ │ │ │ "100000000": 142, │ │ │ │ "100x": 109, │ │ │ │ "1024": 36,