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: prompt-toolkit/python-prompt-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: prompt-toolkit/python-prompt-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    738fd89 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    3877ed0 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.16

    jonathanslenders committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    b07e251 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Make sure HANDLE on Windows has correct size

    Previously, the type of various HANDLEs are native Python integer types.
    The ctypes library will treat them as 4-byte integer when used in function
    arguments. On 64-bit Windows, HANDLE is 8-byte and usually a small integer.
    Depending on whether the extra 4 bytes are zero-ed out or not, things can
    happen to work, or break.
    
    This patch adds explicit type casts so ctypes uses 8-byte integers for
    HANDLEs on 64-bit Windows.
    
    Fixes #406.
    quark-zju authored and jonathanslenders committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    81046d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Release 1.0.17

    jonathanslenders committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    2ee24b6 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.18

    jonathanslenders committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c1c59da View commit details
    Browse the repository at this point in the history
Loading