-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #260 Partial python 3 compatibility #658
Merged
richardjgowers
merged 25 commits into
MDAnalysis:develop
from
jbarnoud:issue-260-python-3
Jan 26, 2016
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bd6663d
Fix implicit relative import in the PDB parser
jbarnoud 756ca76
Fix print for py3 in LAMMPS topology parser
jbarnoud 0f4eec1
Make some coordinate parser optional on Py3
jbarnoud 36a38a5
Fix implicit relative import in test plugins
jbarnoud 7b1fded
Replace iteritems with six.iteritems
jbarnoud da8bfa5
Fix how unicode Angstrom symbol is encoded
jbarnoud 2dc601c
Make topology objects hashable on Python 3
jbarnoud 23b8cdd
Replace print statement by print function
jbarnoud 9f191b6
Make tests from test_util.py pass on python 3
jbarnoud 6a5c60f
Make test_altloc.py pass on Python 3
jbarnoud fa990ec
Male test_log.py pass on Python 3
jbarnoud 6fed196
Make test_persistance.py pass on Python 3
jbarnoud 269c629
Use six for StringIO and cPickle everywhere
jbarnoud b1640c3
Make test_tprparser.py pass on Python 3
jbarnoud 64ad467
Fix some call to map that expected a list output
jbarnoud 20d0ab0
Avoid import * in test_modelling.py
jbarnoud d7d9562
Avoid import * in test_topology
jbarnoud c739bbe
Avoid import * in test_atomgroup.py
jbarnoud fde8735
On python 3 skip tests that use unsupported reader
jbarnoud 18beb92
Make Travis run the tests on python 3
jbarnoud c4281f3
Simplify the __hash__ function of `TopologyObject`
jbarnoud 3acef5b
Add a warning when MDAnalysis is imported on py 3
jbarnoud b51ba1c
Make test_topology.py pass on python 3
jbarnoud b0f0364
Skip a test that relies on the LAMMPS parser
jbarnoud 187272c
Random fixes to improve python 3 compatibility
jbarnoud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why aren't these tests activated for python3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The memleak plugin is not compatible with python 3. See #662.