Skip to content
Permalink

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:DecartesDeveloper/ironpython3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
...
head repository:IronLanguages/ironpython3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 118 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. Implement Support for One-liner Installs (IronLanguages#1957)

    * Download Zip File as a Fallback in Install-IronPython.ps1 * Add Default Path to Install-IronPython.ps1 * Add iex DownloadString Invocation Example to Install-IronPython.ps1 * Add Install-IronPython.ps1 to README.md * Fix Destination Path Install-IronPython.ps1 * Add PowerShell Usage Examples to README.md * Catch API Errors in Install-IronPython.ps1 * Use `Scriptblock.Create` Instead of `iex` in PowerShell Example in README.md * Reverse $Path to Have no Default Value in Install-IronPython.ps1 Also fixes example text * Fix Search Paths in README PowerShell Example * Fix the One-Liner in the README * Improve Verbage in PowerShell Example in README.md * Make Download Path in Install-IronPython.ps1 Cross-Platform * Fix Example in Install-IronPython.ps1 * Use Different Install Path in README.md PowerShell Example * Improve PowerShell Example in README.md by Adding Pip, SQLite, and WPF * Use Different Example Install Path in Install-IronPython.ps1 Usage Text * Fix Search Paths in README.md PowerShell Example bumping to 3.4.2 will occur in a later commit * Fix and Improve Search Path Resolution in README.md PowerShell Example * Bump 3.4.0 to 3.4.2 in README.md * Add Link for PowerShell Usage in README.md * Improve Readability of One-Liner in README.md * Bump 3.4.0 to 3.4.2 in Install-IronPython.ps1 Also places web install into its own example block
    @anonhostpi
    anonhostpi authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    e73a4c7View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442964cView commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    4d07fc1View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Add nullable annotations (IronLanguages#1962)

    * Add nullable annotations * Fix generate
    @slozier
    slozier authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    ff61e59View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a8b15View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Configuration menu
    Copy the full SHA
    5c55837View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Backport changes from 3.6 (IronLanguages#1966)

    * Backport changes from 3.6 * Fix test_pep3118
    @slozier
    slozier authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f47ed34View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16ab3bView commit details
    Browse the repository at this point in the history
Loading