--- /srv/rebuilderd/tmp/rebuilderdawoZsx/inputs/python3.13-doc_3.13.12-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdawoZsx/out/python3.13-doc_3.13.12-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-02-04 15:06:39.000000 debian-binary │ --rw-r--r-- 0 0 0 26528 2026-02-04 15:06:39.000000 control.tar.xz │ --rw-r--r-- 0 0 0 15592432 2026-02-04 15:06:39.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 26532 2026-02-04 15:06:39.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 15592552 2026-02-04 15:06:39.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1153,15 +1153,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 795 2026-02-04 15:06:39.000000 ./usr/share/doc-base/python3.13-doc.python3.13-ext │ │ │ -rw-r--r-- 0 root (0) root (0) 688 2026-02-04 15:06:39.000000 ./usr/share/doc-base/python3.13-doc.python3.13-lib │ │ │ -rw-r--r-- 0 root (0) root (0) 326 2026-02-04 15:06:39.000000 ./usr/share/doc-base/python3.13-doc.python3.13-new │ │ │ -rw-r--r-- 0 root (0) root (0) 905 2026-02-04 15:06:39.000000 ./usr/share/doc-base/python3.13-doc.python3.13-ref │ │ │ -rw-r--r-- 0 root (0) root (0) 547 2026-02-04 15:06:39.000000 ./usr/share/doc-base/python3.13-doc.python3.13-tut │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/info/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/info/python3.13/ │ │ │ --rw-r--r-- 0 root (0) root (0) 5318367 2026-02-04 15:06:39.000000 ./usr/share/info/python3.13.info.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 5318370 2026-02-04 15:06:39.000000 ./usr/share/info/python3.13.info.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/lintian/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/lintian/overrides/ │ │ │ -rw-r--r-- 0 root (0) root (0) 80 2026-02-04 15:06:39.000000 ./usr/share/lintian/overrides/python3.13-doc │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/devhelp/books/python3.13 -> ../../doc/python3.13/html │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/doc/python3.13/html/_static/jquery.js -> ../../../../javascript/jquery/jquery.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/doc/python3.13/html/_static/underscore.js -> ../../../../javascript/underscore/underscore.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-02-04 15:06:39.000000 ./usr/share/doc/python3.13-doc/html -> ../python3.13/html │ │ ├── ./usr/share/doc/python3.13/html/library/audit_events.html │ │ │ @@ -266,15 +266,15 @@ │ │ │ │ │ │

cpython.run_startup

│ │ │

filename

│ │ │

[1]

│ │ │ │ │ │

cpython.run_stdin

│ │ │

│ │ │ -

[1][2][3]

│ │ │ +

[1][2][3]

│ │ │ │ │ │

ctypes.addressof

│ │ │

obj

│ │ │

[1]

│ │ │ │ │ │

ctypes.call_function

│ │ │

func_pointer, arguments

│ │ ├── ./usr/share/doc/python3.13/html/using/cmdline.html │ │ │ @@ -316,15 +316,15 @@ │ │ │
│ │ │ -
│ │ │

Read commands from standard input (sys.stdin). If standard input is │ │ │ a terminal, -i is implied.

│ │ │

If this option is given, the first element of sys.argv will be │ │ │ "-" and the current directory will be added to the start of │ │ │ sys.path.

│ │ │ -

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │ +

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ <script>
│ │ │

Execute the Python code contained in script, which must be a filesystem │ │ │ path (absolute or relative) referring to either a Python file, a directory │ │ │ @@ -981,15 +981,15 @@ │ │ │

│ │ │
│ │ │ PYTHONINSPECT
│ │ │

If this is set to a non-empty string it is equivalent to specifying the │ │ │ -i option.

│ │ │

This variable can also be modified by Python code using os.environ │ │ │ to force inspect mode on program termination.

│ │ │ -

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │ +

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │
│ │ │

Changed in version 3.12.5: (also 3.11.10, 3.10.15, 3.9.20, and 3.8.20) │ │ │ Emits audit events.

│ │ │
│ │ │
│ │ │

Changed in version 3.13: Uses PyREPL if possible, in which case PYTHONSTARTUP is │ │ │ also executed. Emits audit events.

│ │ ├── ./usr/share/info/python3.13.info.gz │ │ │ ├── python3.13.info │ │ │ │ @@ -1366597,75 +1366597,75 @@ │ │ │ │ 014da440: 3136 3239 0a52 6566 3a20 476c 6f62 616c 1629.Ref: Global │ │ │ │ 014da450: 2055 6e62 6f75 6e64 6564 2053 6571 7565 Unbounded Seque │ │ │ │ 014da460: 6e63 6573 2047 5553 2d46 6f6f 746e 6f74 nces GUS-Footnot │ │ │ │ 014da470: 652d 317f 3137 3134 3333 3131 0a4e 6f64 e-1.17143311.Nod │ │ │ │ 014da480: 653a 2050 7974 686f 6e20 4d6f 6475 6c65 e: Python Module │ │ │ │ 014da490: 2049 6e64 6578 7f31 3731 3433 3338 390a Index.17143389. │ │ │ │ 014da4a0: 4e6f 6465 3a20 496e 6465 787f 3137 3136 Node: Index.1716 │ │ │ │ -014da4b0: 3236 3234 0a52 6566 3a20 6c69 6272 6172 2624.Ref: librar │ │ │ │ -014da4c0: 792f 7374 6474 7970 6573 2074 7570 6c65 y/stdtypes tuple │ │ │ │ -014da4d0: 2069 6e64 6578 7f31 3932 3636 3434 300a index.19266440. │ │ │ │ -014da4e0: 5265 663a 2031 6464 317f 3139 3236 3634 Ref: 1dd1.192664 │ │ │ │ -014da4f0: 3431 0a52 6566 3a20 3134 3135 7f31 3932 41.Ref: 1415.192 │ │ │ │ -014da500: 3636 3434 330a 5265 663a 2034 3430 647f 66443.Ref: 440d. │ │ │ │ -014da510: 3139 3236 3634 3435 0a52 6566 3a20 3134 19266445.Ref: 14 │ │ │ │ -014da520: 3136 7f31 3932 3636 3434 370a 5265 663a 16.19266447.Ref: │ │ │ │ -014da530: 2036 6436 7f31 3932 3636 3434 390a 5265 6d6.19266449.Re │ │ │ │ -014da540: 663a 206c 6962 7261 7279 2f5f 7468 7265 f: library/_thre │ │ │ │ -014da550: 6164 2073 7461 7274 5f6e 6577 5f74 6872 ad start_new_thr │ │ │ │ -014da560: 6561 647f 3139 3236 3634 3531 0a52 6566 ead.19266451.Ref │ │ │ │ -014da570: 3a20 3434 3130 7f31 3932 3636 3435 330a : 4410.19266453. │ │ │ │ -014da580: 5265 663a 206c 6962 7261 7279 2f74 696d Ref: library/tim │ │ │ │ -014da590: 6520 6175 6469 745f 6576 656e 745f 7469 e audit_event_ti │ │ │ │ -014da5a0: 6d65 5f73 6c65 6570 5f30 7f31 3932 3636 me_sleep_0.19266 │ │ │ │ -014da5b0: 3435 350a 5265 663a 206c 6962 7261 7279 455.Ref: library │ │ │ │ -014da5c0: 2f73 7464 7479 7065 7320 6c69 7374 2072 /stdtypes list r │ │ │ │ -014da5d0: 656d 6f76 657f 3139 3236 3634 3537 0a52 emove.19266457.R │ │ │ │ -014da5e0: 6566 3a20 6c69 6272 6172 792f 7374 6474 ef: library/stdt │ │ │ │ -014da5f0: 7970 6573 206c 6973 7420 6578 7465 6e64 ypes list extend │ │ │ │ -014da600: 7f31 3932 3636 3435 390a 5265 663a 2031 .19266459.Ref: 1 │ │ │ │ -014da610: 3765 627f 3139 3236 3634 3631 0a52 6566 7eb.19266461.Ref │ │ │ │ -014da620: 3a20 3434 3065 7f31 3932 3636 3436 330a : 440e.19266463. │ │ │ │ -014da630: 5265 663a 206c 6962 7261 7279 2f75 6e69 Ref: library/uni │ │ │ │ -014da640: 7474 6573 7420 756e 6974 7465 7374 2074 ttest unittest t │ │ │ │ -014da650: 6561 7244 6f77 6e4d 6f64 756c 657f 3139 earDownModule.19 │ │ │ │ -014da660: 3236 3634 3635 0a52 6566 3a20 6c69 6272 266465.Ref: libr │ │ │ │ -014da670: 6172 792f 7374 6474 7970 6573 206c 6973 ary/stdtypes lis │ │ │ │ -014da680: 7420 696e 7365 7274 7f31 3932 3636 3436 t insert.1926646 │ │ │ │ -014da690: 370a 5265 663a 2034 3431 387f 3139 3236 7.Ref: 4418.1926 │ │ │ │ -014da6a0: 3634 3639 0a52 6566 3a20 3434 3066 7f31 6469.Ref: 440f.1 │ │ │ │ -014da6b0: 3932 3636 3437 310a 5265 663a 2031 3338 9266471.Ref: 138 │ │ │ │ -014da6c0: 377f 3139 3236 3634 3733 0a52 6566 3a20 7.19266473.Ref: │ │ │ │ -014da6d0: 3131 6532 7f31 3932 3636 3437 350a 5265 11e2.19266475.Re │ │ │ │ -014da6e0: 663a 206c 6962 7261 7279 2f61 7379 6e63 f: library/async │ │ │ │ -014da6f0: 696f 2061 7564 6974 5f65 7665 6e74 5f63 io audit_event_c │ │ │ │ -014da700: 7079 7468 6f6e 5f72 756e 5f73 7464 696e python_run_stdin │ │ │ │ -014da710: 5f30 7f31 3932 3636 3437 370a 5265 663a _0.19266477.Ref: │ │ │ │ -014da720: 2033 3635 7f31 3932 3636 3437 390a 5265 365.19266479.Re │ │ │ │ -014da730: 663a 2075 7369 6e67 2f63 6d64 6c69 6e65 f: using/cmdline │ │ │ │ -014da740: 2061 7564 6974 5f65 7665 6e74 5f63 7079 audit_event_cpy │ │ │ │ -014da750: 7468 6f6e 5f72 756e 5f73 7464 696e 5f32 thon_run_stdin_2 │ │ │ │ -014da760: 7f31 3932 3636 3438 310a 5265 663a 2033 .19266481.Ref: 3 │ │ │ │ -014da770: 3634 7f31 3932 3636 3438 330a 5265 663a 64.19266483.Ref: │ │ │ │ -014da780: 2075 7369 6e67 2f63 6d64 6c69 6e65 2061 using/cmdline a │ │ │ │ -014da790: 7564 6974 5f65 7665 6e74 5f63 7079 7468 udit_event_cpyth │ │ │ │ -014da7a0: 6f6e 5f72 756e 5f66 696c 655f 307f 3139 on_run_file_0.19 │ │ │ │ -014da7b0: 3236 3634 3835 0a52 6566 3a20 6c69 6272 266485.Ref: libr │ │ │ │ -014da7c0: 6172 792f 7374 6474 7970 6573 206c 6973 ary/stdtypes lis │ │ │ │ -014da7d0: 7420 706f 707f 3139 3236 3634 3837 0a52 t pop.19266487.R │ │ │ │ -014da7e0: 6566 3a20 6c69 6272 6172 792f 7374 6474 ef: library/stdt │ │ │ │ -014da7f0: 7970 6573 206c 6973 7420 636c 6561 727f ypes list clear. │ │ │ │ -014da800: 3139 3236 3634 3839 0a52 6566 3a20 6c69 19266489.Ref: li │ │ │ │ -014da810: 6272 6172 792f 7374 6474 7970 6573 206c brary/stdtypes l │ │ │ │ -014da820: 6973 7420 6170 7065 6e64 7f31 3932 3636 ist append.19266 │ │ │ │ -014da830: 3439 310a 5265 663a 2034 3430 617f 3139 491.Ref: 440a.19 │ │ │ │ -014da840: 3236 3634 3933 0a52 6566 3a20 6c69 6272 266493.Ref: libr │ │ │ │ -014da850: 6172 792f 7374 6474 7970 6573 2074 7570 ary/stdtypes tup │ │ │ │ -014da860: 6c65 2063 6f75 6e74 7f31 3932 3636 3439 le count.1926649 │ │ │ │ -014da870: 350a 5265 663a 2075 7369 6e67 2f63 6d64 5.Ref: using/cmd │ │ │ │ -014da880: 6c69 6e65 2061 7564 6974 5f65 7665 6e74 line audit_event │ │ │ │ -014da890: 5f63 7079 7468 6f6e 5f72 756e 5f73 7464 _cpython_run_std │ │ │ │ -014da8a0: 696e 5f31 7f31 3932 3636 3439 370a 1f0a in_1.19266497... │ │ │ │ +014da4b0: 3236 3234 0a52 6566 3a20 3164 6431 7f31 2624.Ref: 1dd1.1 │ │ │ │ +014da4c0: 3932 3636 3434 300a 5265 663a 206c 6962 9266440.Ref: lib │ │ │ │ +014da4d0: 7261 7279 2f73 7464 7479 7065 7320 6c69 rary/stdtypes li │ │ │ │ +014da4e0: 7374 2061 7070 656e 647f 3139 3236 3634 st append.192664 │ │ │ │ +014da4f0: 3431 0a52 6566 3a20 6c69 6272 6172 792f 41.Ref: library/ │ │ │ │ +014da500: 5f74 6872 6561 6420 7374 6172 745f 6e65 _thread start_ne │ │ │ │ +014da510: 775f 7468 7265 6164 7f31 3932 3636 3434 w_thread.1926644 │ │ │ │ +014da520: 330a 5265 663a 206c 6962 7261 7279 2f61 3.Ref: library/a │ │ │ │ +014da530: 7379 6e63 696f 2061 7564 6974 5f65 7665 syncio audit_eve │ │ │ │ +014da540: 6e74 5f63 7079 7468 6f6e 5f72 756e 5f73 nt_cpython_run_s │ │ │ │ +014da550: 7464 696e 5f30 7f31 3932 3636 3434 350a tdin_0.19266445. │ │ │ │ +014da560: 5265 663a 2031 3165 327f 3139 3236 3634 Ref: 11e2.192664 │ │ │ │ +014da570: 3437 0a52 6566 3a20 3137 6562 7f31 3932 47.Ref: 17eb.192 │ │ │ │ +014da580: 3636 3434 390a 5265 663a 206c 6962 7261 66449.Ref: libra │ │ │ │ +014da590: 7279 2f74 696d 6520 6175 6469 745f 6576 ry/time audit_ev │ │ │ │ +014da5a0: 656e 745f 7469 6d65 5f73 6c65 6570 5f30 ent_time_sleep_0 │ │ │ │ +014da5b0: 7f31 3932 3636 3435 310a 5265 663a 206c .19266451.Ref: l │ │ │ │ +014da5c0: 6962 7261 7279 2f73 7464 7479 7065 7320 ibrary/stdtypes │ │ │ │ +014da5d0: 6c69 7374 2070 6f70 7f31 3932 3636 3435 list pop.1926645 │ │ │ │ +014da5e0: 330a 5265 663a 2075 7369 6e67 2f63 6d64 3.Ref: using/cmd │ │ │ │ +014da5f0: 6c69 6e65 2061 7564 6974 5f65 7665 6e74 line audit_event │ │ │ │ +014da600: 5f63 7079 7468 6f6e 5f72 756e 5f66 696c _cpython_run_fil │ │ │ │ +014da610: 655f 307f 3139 3236 3634 3535 0a52 6566 e_0.19266455.Ref │ │ │ │ +014da620: 3a20 6c69 6272 6172 792f 7374 6474 7970 : library/stdtyp │ │ │ │ +014da630: 6573 206c 6973 7420 696e 7365 7274 7f31 es list insert.1 │ │ │ │ +014da640: 3932 3636 3435 370a 5265 663a 2031 3431 9266457.Ref: 141 │ │ │ │ +014da650: 367f 3139 3236 3634 3539 0a52 6566 3a20 6.19266459.Ref: │ │ │ │ +014da660: 3434 3065 7f31 3932 3636 3436 310a 5265 440e.19266461.Re │ │ │ │ +014da670: 663a 206c 6962 7261 7279 2f73 7464 7479 f: library/stdty │ │ │ │ +014da680: 7065 7320 6c69 7374 2065 7874 656e 647f pes list extend. │ │ │ │ +014da690: 3139 3236 3634 3633 0a52 6566 3a20 3434 19266463.Ref: 44 │ │ │ │ +014da6a0: 3064 7f31 3932 3636 3436 350a 5265 663a 0d.19266465.Ref: │ │ │ │ +014da6b0: 2034 3430 667f 3139 3236 3634 3637 0a52 440f.19266467.R │ │ │ │ +014da6c0: 6566 3a20 7573 696e 672f 636d 646c 696e ef: using/cmdlin │ │ │ │ +014da6d0: 6520 6175 6469 745f 6576 656e 745f 6370 e audit_event_cp │ │ │ │ +014da6e0: 7974 686f 6e5f 7275 6e5f 7374 6469 6e5f ython_run_stdin_ │ │ │ │ +014da6f0: 317f 3139 3236 3634 3639 0a52 6566 3a20 1.19266469.Ref: │ │ │ │ +014da700: 6c69 6272 6172 792f 7374 6474 7970 6573 library/stdtypes │ │ │ │ +014da710: 206c 6973 7420 636c 6561 727f 3139 3236 list clear.1926 │ │ │ │ +014da720: 3634 3731 0a52 6566 3a20 3336 347f 3139 6471.Ref: 364.19 │ │ │ │ +014da730: 3236 3634 3733 0a52 6566 3a20 3434 3130 266473.Ref: 4410 │ │ │ │ +014da740: 7f31 3932 3636 3437 350a 5265 663a 2034 .19266475.Ref: 4 │ │ │ │ +014da750: 3430 617f 3139 3236 3634 3737 0a52 6566 40a.19266477.Ref │ │ │ │ +014da760: 3a20 7573 696e 672f 636d 646c 696e 6520 : using/cmdline │ │ │ │ +014da770: 6175 6469 745f 6576 656e 745f 6370 7974 audit_event_cpyt │ │ │ │ +014da780: 686f 6e5f 7275 6e5f 7374 6469 6e5f 307f hon_run_stdin_0. │ │ │ │ +014da790: 3139 3236 3634 3739 0a52 6566 3a20 3134 19266479.Ref: 14 │ │ │ │ +014da7a0: 3135 7f31 3932 3636 3438 310a 5265 663a 15.19266481.Ref: │ │ │ │ +014da7b0: 206c 6962 7261 7279 2f73 7464 7479 7065 library/stdtype │ │ │ │ +014da7c0: 7320 6c69 7374 2072 656d 6f76 657f 3139 s list remove.19 │ │ │ │ +014da7d0: 3236 3634 3833 0a52 6566 3a20 6c69 6272 266483.Ref: libr │ │ │ │ +014da7e0: 6172 792f 7374 6474 7970 6573 2074 7570 ary/stdtypes tup │ │ │ │ +014da7f0: 6c65 2069 6e64 6578 7f31 3932 3636 3438 le index.1926648 │ │ │ │ +014da800: 350a 5265 663a 206c 6962 7261 7279 2f73 5.Ref: library/s │ │ │ │ +014da810: 7464 7479 7065 7320 7475 706c 6520 636f tdtypes tuple co │ │ │ │ +014da820: 756e 747f 3139 3236 3634 3837 0a52 6566 unt.19266487.Ref │ │ │ │ +014da830: 3a20 3434 3138 7f31 3932 3636 3438 390a : 4418.19266489. │ │ │ │ +014da840: 5265 663a 2033 3635 7f31 3932 3636 3439 Ref: 365.1926649 │ │ │ │ +014da850: 310a 5265 663a 2036 6436 7f31 3932 3636 1.Ref: 6d6.19266 │ │ │ │ +014da860: 3439 330a 5265 663a 206c 6962 7261 7279 493.Ref: library │ │ │ │ +014da870: 2f75 6e69 7474 6573 7420 756e 6974 7465 /unittest unitte │ │ │ │ +014da880: 7374 2074 6561 7244 6f77 6e4d 6f64 756c st tearDownModul │ │ │ │ +014da890: 657f 3139 3236 3634 3935 0a52 6566 3a20 e.19266495.Ref: │ │ │ │ +014da8a0: 3133 3837 7f31 3932 3636 3439 370a 1f0a 1387.19266497... │ │ │ │ 014da8b0: 456e 6420 5461 6720 5461 626c 650a 0a1f End Tag Table... │ │ │ │ 014da8c0: 0a4c 6f63 616c 2056 6172 6961 626c 6573 .Local Variables │ │ │ │ 014da8d0: 3a0a 636f 6469 6e67 3a20 7574 662d 380a :.coding: utf-8. │ │ │ │ 014da8e0: 456e 643a 0a End:.