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: 2.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 6 contributors

Commits on May 8, 2019

  1. Add python_requires to help pip

    hugovk authored and jonathanslenders committed May 8, 2019
    Configuration menu
    Copy the full SHA
    1cd47b1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

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

Commits on Jun 15, 2019

  1. Remove no-\r assertion in print_formatted_text

    Nic Watson authored and jonathanslenders committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    7490c3b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    2eb19a1 View commit details
    Browse the repository at this point in the history
  2. 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.
    
    Thanks to @quark-zju for providing this patch to the 1.0 branch. This patch
    contains similar changes for the the 2.0 branch.
    jonathanslenders committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    a0e5037 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Release 2.0.10

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

Commits on Nov 9, 2019

  1. Fix meta-information for FuzzyWordCompleter

    Fixes FuzzyWordCompleter bug as described in #997
    nebbles authored and jonathanslenders committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    eda8875 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. fix auto_suggestion

    vaaaaanquish authored and jonathanslenders committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    4faca97 View commit details
    Browse the repository at this point in the history
Loading