Skip to content

commits Search Results · repo:gitpython-developers/GitPython language:Python is:public is:unmerged is:merged

Filter by

4.3k results
 (464 ms)

4.3k results

ingitpython-developers/GitPython (press backspace or delete to remove)

Fix bugs affecting exception wrapping in rmtree callback
  •  Byron committed 
    on Oct 10, 2023

The wording was ambiguous before, because fixing a PermissionError could mean addressing it successfully at runtime (which is the intende…

The main change here is to move the tests of how the HIDE_* environment variables are treated up near the rmtree tests, since they althou…

Now that the expected truth values are intuitive, it is no longer necessary to group them by result and include messages that acknowldge …

This changes how HIDE_WINDOWS_KNOWN_ERRORS and HIDE_WINDOWS_FREEZE_ERRORS environment variables, if present, are interpreted, so that val…

For now, this doesn't change how the correspondng environment variables are interpreted, in terms of truth and falsehood. But it does *co…

This warns if the HIDE_WINDOWS_KNOWN_ERRORS or HIDE_WINDOWS_FREEZE_ERRORS environment variables are set. These behave unexpectedly, inclu…

The new test method just verifies the current behavior of the HIDE_WINDOWS_KNOWN_ERRORS and HIDE_WINDOWS_FREEZE_ERRORS environment variab…

- Slightly improve import sorting, grouping, and formatting. - Move the cygpath pairs parameters into the test class, so they can be imme…