Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d1fe8fa
added _Py_normpathAndSize
finnagin Jul 3, 2023
726da04
Merge remote-tracking branch 'upstream/main' into 106242
finnagin Jul 3, 2023
8cab42c
PyAPI_FUNC -> extern
finnagin Jul 5, 2023
82a9d36
remove prinfs
finnagin Jul 5, 2023
6c18bf8
fix length calculation
finnagin Jul 5, 2023
c90249d
length -> norm_size, fix begining null char case
finnagin Jul 6, 2023
8e1f1ea
fix norm_size calculation
finnagin Jul 6, 2023
3003891
add test cases
finnagin Jul 6, 2023
2fcae77
Merge remote-tracking branch 'upstream/main' into 106242
finnagin Jul 6, 2023
30fa3a4
move tests to test_genericpath.py
finnagin Jul 6, 2023
f0afe44
handle edge cases
finnagin Jul 6, 2023
6412901
decrement p2 when == minp2 & update minp2 handling with leading ./
finnagin Jul 13, 2023
78192de
change test case to no longer include null character
finnagin Jul 13, 2023
199abac
Merge remote-tracking branch 'upstream/main' into 106242
finnagin Jul 13, 2023
cbe57c4
Merge branch 'python:main' into 106242
finnagin Jul 13, 2023
4b9de2c
Add norm_size variable description, add normpath description
finnagin Jul 13, 2023
f1731f1
update normpathAndSize description
finnagin Jul 13, 2023
d7f7045
norm_size->normsize
finnagin Jul 16, 2023
184fde9
Merge remote-tracking branch 'upstream/main' into 106242
finnagin Jul 16, 2023
9e0d52a
remove trailing whitespace
finnagin Jul 16, 2023
3815967
Merge remote-tracking branch 'upstream/main' into 106242
finnagin Jul 16, 2023
d9d78cc
Merge branch 'python:main' into 106242
finnagin Jul 16, 2023
3ef9e3b
_Py_normpathAndSize -> _Py_normpath_and_size
finnagin Jul 17, 2023
c885d13
revert test_addpackage_import_bad_pth_file change
finnagin Jul 17, 2023
d896d45
merge upstream/main, fix merge conflicts
finnagin Aug 14, 2023
0959e2b
📜🤖 Added by blurb_it.
blurb-it[bot] Aug 14, 2023
aecae84
Update Misc/NEWS.d/next/Library/2023-08-14-23-11-11.gh-issue-106242.7…
finnagin Aug 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Library/2023-08-14-23-11-11.gh-issue-106242.7…
…1HMym.rst

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
  • Loading branch information
finnagin and zooba authored Aug 14, 2023
commit aecae846fff0a15585178d61cdc44cae1b91bb76
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes :func:`os.normpath` to handle embedded null characters without truncating the path.
Fixes :func:`os.path.normpath` to handle embedded null characters without truncating the path.