-
Notifications
You must be signed in to change notification settings - Fork 385
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pyinvoke/invoke
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pyinvoke/invoke
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 7 files changed
- 2 contributors
Commits on Sep 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c125ac - Browse repository at this point
Copy the full SHA 7c125acView commit details -
Configuration menu - View commit details
-
Copy full SHA for edbb0b1 - Browse repository at this point
Copy the full SHA edbb0b1View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8a1b5b - Browse repository at this point
Copy the full SHA b8a1b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a020da - Browse repository at this point
Copy the full SHA 0a020daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 506bf4e - Browse repository at this point
Copy the full SHA 506bf4eView commit details
Commits on Oct 10, 2025
-
handle TIOCGWINSZ struct correctly
`TIOCGWINSZ` contains 4, not 2 unsigned shorts: ```C struct winsize { unsigned short ws_row; unsigned short ws_col; unsigned short ws_xpixel; /* unused */ unsigned short ws_ypixel; /* unused */ }; ``` Fixes the following test failures when building with Python3.14: ``` =========================== short test summary info ============================ FAILED tests/runners.py::Local_::pty::when_pty_True_we_use_pty_fork_and_os_exec - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::pty_uses_WEXITSTATUS_if_WIFEXITED - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::pty_uses_WTERMSIG_if_WIFSIGNALED - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::WTERMSIG_result_turned_negative_to_match_subprocess - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::pty_is_set_to_controlling_terminal_size - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::spurious_OSErrors_handled_gracefully - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::other_spurious_OSErrors_handled_gracefully - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::non_spurious_OSErrors_bubble_up - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::stop_mutes_errors_on_pty_close - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::fallback::can_be_overridden_by_kwarg - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::fallback::can_be_overridden_by_config - SystemError: buffer overflow FAILED tests/runners.py::Local_::pty::fallback::overridden_fallback_affects_result_pty_value - SystemError: buffer overflow FAILED tests/runners.py::Local_::shell::defaults_to_bash_or_cmdexe_when_pty_True - SystemError: buffer overflow FAILED tests/runners.py::Local_::shell::may_be_overridden_when_pty_True - SystemError: buffer overflow FAILED tests/runners.py::Local_::env::uses_execve_for_pty_True - SystemError: buffer overflow FAILED tests/terminals.py::terminals::pty_size::calls_fcntl_with_TIOCGWINSZ - SystemError: buffer overflow ================== 16 failed, 952 passed, 11 skipped in 6.67s ================== ``` Resolves #1038 .Configuration menu - View commit details
-
Copy full SHA for 89167c1 - Browse repository at this point
Copy the full SHA 89167c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c5032 - Browse repository at this point
Copy the full SHA 87c5032View commit details -
Include newer Python releases in CI config
We will be dropping 3.6 and rejiggering all this in a major release later, but for now this helps prove bugfixes aimed at these newer interpreters.
Configuration menu - View commit details
-
Copy full SHA for c03ed22 - Browse repository at this point
Copy the full SHA c03ed22View commit details -
Configuration menu - View commit details
-
Copy full SHA for b06a3a4 - Browse repository at this point
Copy the full SHA b06a3a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283d4fb - Browse repository at this point
Copy the full SHA 283d4fbView commit details
Commits on Oct 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 294ea5d - Browse repository at this point
Copy the full SHA 294ea5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26efe98 - Browse repository at this point
Copy the full SHA 26efe98View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.0...2.2.1