-
Notifications
You must be signed in to change notification settings - Fork 228
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: msgpack/msgpack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: devendor/msgpack-python
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
- 13 commits
- 1 file changed
- 2 contributors
Commits on Sep 28, 2018
-
travis: Run test on Python 3.4 (#307)
Python 3.4 is not supported officially. But keep running test for a while, to know when msgpack-python stop working on Python 3.4 actually.
Configuration menu - View commit details
-
Copy full SHA for 6494e91 - Browse repository at this point
Copy the full SHA 6494e91View commit details -
Rolls back legacy python and jython fixes in favor of implicit type
casting. The current patches did not work under jython-2.7.1 where implicit casting of buffer or memoryview doesn't work. It may also be the jython is a little pickier about string casting non string bytes due to the underlying strong typing of java. See issues #303 & #304. Rolls back / replaces: aa41e2f 5f684ae b10cf78
Configuration menu - View commit details
-
Copy full SHA for 88a8904 - Browse repository at this point
Copy the full SHA 88a8904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0e41c - Browse repository at this point
Copy the full SHA 7b0e41cView commit details -
Merge remote-tracking branch 'remotes/origin/devendor_legacy_fallback'
Replace jython and legacy cpython fixes with explicit type casting.
Configuration menu - View commit details
-
Copy full SHA for 5ea4d26 - Browse repository at this point
Copy the full SHA 5ea4d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2baaf7b - Browse repository at this point
Copy the full SHA 2baaf7bView commit details
Commits on Sep 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 394b339 - Browse repository at this point
Copy the full SHA 394b339View commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ea0065f - Browse repository at this point
Copy the full SHA ea0065fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b60399 - Browse repository at this point
Copy the full SHA 3b60399View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86a1b8 - Browse repository at this point
Copy the full SHA b86a1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88be776 - Browse repository at this point
Copy the full SHA 88be776View commit details -
Another approach to typecasting fix for jython. For some reason += th…
…rows TypeError, but .extend triggers implicit typecasting.
Configuration menu - View commit details
-
Copy full SHA for 9d4909a - Browse repository at this point
Copy the full SHA 9d4909aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fabfcd - Browse repository at this point
Copy the full SHA 1fabfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9422e07 - Browse repository at this point
Copy the full SHA 9422e07View 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 main...master