Commit a602728
committed
fix: Also preserve trailing nulls in strings, not just bytes
Extended the fix to remove rstrip from strings as well and store actual
byte lengths for both strings and bytes in format metadata.1 parent 3f874bc commit a602728
3,347 files changed
Lines changed: 1407863 additions & 5 deletions
File tree
- Lib/multiprocessing
- install
- bin
- include/python3.15
- cpython
- internal
- mimalloc
- mimalloc
- lib
- pkgconfig
- python3.15
- __phello__
- _pyrepl
- asyncio
- collections
- compression
- _common
- zstd
- concurrent
- futures
- interpreters
- config-3.15-x86_64-linux-gnu
- ctypes
- macholib
- curses
- dbm
- email
- mime
- encodings
- ensurepip
- _bundled
- html
- http
- idlelib
- Icons
- idle_test
- importlib
- metadata
- resources
- json
- logging
- multiprocessing
- dummy
- pathlib
- profiling
- sampling
- _assets
- _flamegraph_assets
- _heatmap_assets
- _vendor
- d3-flame-graph/4.1.3
- d3/7.8.5
- live_collector
- tracing
- pydoc_data
- re
- site-packages
- pip-26.0.1.dist-info
- licenses
- src/pip/_vendor
- cachecontrol
- certifi
- dependency_groups
- distlib
- distro
- idna
- msgpack
- packaging
- pkg_resources
- platformdirs
- pygments
- pyproject_hooks
- requests
- resolvelib
- rich
- tomli_w
- tomli
- truststore
- urllib3
- pip
- _internal
- cli
- commands
- distributions
- index
- locations
- metadata
- importlib
- models
- network
- operations
- build
- install
- req
- resolution
- legacy
- resolvelib
- utils
- vcs
- _vendor
- cachecontrol
- caches
- certifi
- dependency_groups
- distlib
- distro
- idna
- msgpack
- packaging
- licenses
- pkg_resources
- platformdirs
- pygments
- filters
- formatters
- lexers
- styles
- pyproject_hooks
- _in_process
- requests
- resolvelib
- resolvers
- rich
- tomli_w
- tomli
- truststore
- urllib3
- contrib
- _securetransport
- packages
- backports
- util
- sqlite3
- string
- sysconfig
- test
- archivetestdata
- audiodata
- audit_test_data
- certdata
- capath
- cjkencodings
- configdata
- crashers
- data
- decimaltestdata
- dtracedata
- encoded_modules
- leakers
- libregrtest
- mathdata
- regrtestdata/import_from_tests
- test_regrtest_b
- subprocessdata
- support
- _hypothesis_stubs
- test_ast
- data
- test_asyncio
- test_capi
- test_cext
- test_concurrent_futures
- test_cppext
- test_ctypes
- test_dataclasses
- test_doctest
- test_email
- data
- test_free_threading
- test_future_stmt
- test_gdb
- test_importlib
- builtin
- extension
- frozen
- import_
- metadata
- data
- sources
- example2
- example2
- example
- example
- namespace_pkgs
- both_portions/foo
- foo
- module_and_namespace_package
- a_test
- not_a_namespace_pkg/foo
- portion1/foo
- portion2/foo
- project1/parent/child
- project2/parent/child
- project3/parent/child
- partial
- resources
- source
- test_import
- data
- circular_imports
- subpkg2
- parent
- subpkg
- lazy_imports
- badsyntax
- pkg
- package2
- package3
- package4
- package
- unwritable
- test_inspect
- test_interpreters
- test_io
- test_json
- test_module
- test_multiprocessing_forkserver
- test_multiprocessing_fork
- test_multiprocessing_spawn
- test_os
- test_pathlib
- support
- test_peg_generator
- test_profiling
- test_sampling_profiler
- test_pydoc
- test_pyrepl
- test_sqlite3
- test_string
- test_tkinter
- test_tomllib
- data
- invalid
- array-of-tables
- array
- boolean
- dates-and-times
- dotted-keys
- inline-table
- keys-and-vals
- literal-str
- multiline-basic-str
- multiline-literal-str
- table
- valid
- array
- dates-and-times
- inline-table
- multiline-basic-str
- test_tools
- i18n_data
- msgfmt_data
- test_ttk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
361 | 363 | | |
362 | 364 | | |
363 | 365 | | |
| |||
481 | 483 | | |
482 | 484 | | |
483 | 485 | | |
484 | | - | |
485 | | - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
486 | 489 | | |
487 | 490 | | |
488 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Binary file not shown.
0 commit comments