-
Notifications
You must be signed in to change notification settings - Fork 10
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: cemerick/nrepl-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: clojure-vim/nrepl-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 6 files changed
- 1 contributor
Commits on Aug 25, 2016
-
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`.
Configuration menu - View commit details
-
Copy full SHA for 5130f8a - Browse repository at this point
Copy the full SHA 5130f8aView commit details
Commits on Sep 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d3398f1 - Browse repository at this point
Copy the full SHA d3398f1View commit details
Commits on Oct 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 90061f8 - Browse repository at this point
Copy the full SHA 90061f8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dce101a - Browse repository at this point
Copy the full SHA dce101aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a97ba25 - Browse repository at this point
Copy the full SHA a97ba25View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d4fc74b - Browse repository at this point
Copy the full SHA d4fc74bView commit details
Commits on Apr 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8095cac - Browse repository at this point
Copy the full SHA 8095cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3a7f8 - Browse repository at this point
Copy the full SHA ca3a7f8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a162b84 - Browse repository at this point
Copy the full SHA a162b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff08b51 - Browse repository at this point
Copy the full SHA ff08b51View 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 master...master