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: cemerick/nrepl-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clojure-vim/nrepl-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 25, 2016

  1. Check for end of datum more specifically

    This prevents an empty list being treated as the end of a datum.
    
    For example decoding `["foo", []]`, would give `["foo"]` and leave an
    'e' on the end of input `s`.
    SevereOverfl0w committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    5130f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

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

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    90061f8 View commit details
    Browse the repository at this point in the history
  2. Switch to plain StringIO for Py2

    0 length strings break without this change, apparently you cannot
    'write' to a cStringIO.StringI
    
    It also doesn't support unicode.
    SevereOverfl0w committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    dce101a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a97ba25 View commit details
    Browse the repository at this point in the history
  4. Produce the binary form of the nrepl socket

    This is because in order to work with unicode, we must read in terms of
    bytes from the IO, not characters.
    SevereOverfl0w committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    d4fc74b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Configuration menu
    Copy the full SHA
    8095cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3a7f8 View commit details
    Browse the repository at this point in the history
  3. Handle many types of number in Python2

    In Python2, there is both long and int.  In python3 long
    doesn't exist.  This ensures that anything inheriting
    from the base class works.
    SevereOverfl0w committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    a162b84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff08b51 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy