FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-89727: Fix os.walk to handle late editing of dirs by jonburdo · Pull Request #100703 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-89727: Fix os.walk to handle late editing of dirs
- #100703
#100703
Closed
jonburdo
wants to merge 14 commits into
python:main
python/cpython:main
from
jonburdo:os-walk-dirs-editing
jonburdo/cpython:os-walk-dirs-editing
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
gh-89727: Fix os.walk to handle late editing of dirs
#100703
jonburdo
wants to merge 14 commits into
python:main
python/cpython:main
from
jonburdo:os-walk-dirs-editing
jonburdo/cpython:os-walk-dirs-editing
Copy head branch name to clipboard
Commits
Commits on Jan 3, 2023
adopt old os.walk behavior to handle changes to dirs list after iteration over it has begun
jonburdo
committed
2767f70
View commit details
Copy full SHA for 2767f70
Browse repository at this point
move stack logic to bottom of loop in os.walk
jonburdo
committed
04a16a2
View commit details
Copy full SHA for 04a16a2
Browse repository at this point
move scandir logic to bottom of loop
jonburdo
committed
6b0465f
View commit details
Copy full SHA for 6b0465f
Browse repository at this point
use for-loop to process dirs in bottom-up clause
jonburdo
committed
2ff800f
View commit details
Copy full SHA for 2ff800f
Browse repository at this point
Merge branch 'main' into os-walk-dirs-editing
jonburdo
committed
072bdfb
View commit details
Copy full SHA for 072bdfb
Browse repository at this point
return if scandir_it fails on first value
jonburdo
committed
41d7463
View commit details
Copy full SHA for 41d7463
Browse repository at this point
add test for late modification of dirs in os.walk
jonburdo
committed
d81ff45
View commit details
Copy full SHA for d81ff45
Browse repository at this point
Merge branch 'main' into os-walk-dirs-editing
jonburdo
authored
431d47a
View commit details
Copy full SHA for 431d47a
Browse repository at this point
use while-else instead of while True, make variable names clearer
jonburdo
committed
2829a7d
View commit details
Copy full SHA for 2829a7d
Browse repository at this point
change os.walk docstring to say "traverse" instead of "recurse"
jonburdo
committed
b59358b
View commit details
Copy full SHA for b59358b
Browse repository at this point
Commits on Jan 4, 2023
fix scandir comment
jonburdo
committed
839f31e
View commit details
Copy full SHA for 839f31e
Browse repository at this point
Merge branch 'main' into os-walk-dirs-editing
jonburdo
committed
1011e19
View commit details
Copy full SHA for 1011e19
Browse repository at this point
split topdown and bottomup logic into separate functions for os.walk
jonburdo
committed
80b7e82
View commit details
Copy full SHA for 80b7e82
Browse repository at this point
Commits on Jan 5, 2024
Merge branch 'main' into os-walk-dirs-editing
erlend-aasland
authored
70cb0c2
View commit details
Copy full SHA for 70cb0c2
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL