From: <la...@us...> - 2009-07-19 20:52:36
|
Revision: 858 http://cclib.svn.sourceforge.net/cclib/?rev=858&view=rev Author: langner Date: 2009-07-19 20:52:30 +0000 (Sun, 19 Jul 2009) Log Message: ----------- Minimal, nondisruptice changes to handle input streams in ccopen and logfile.__init__(). This allows open files, StringIO objects, and almost anything with a read() method to be passed. A few small changes and the script ccget would now be capable of accepting piped input (which would be really convenient and cool). Modified Paths: -------------- trunk/src/cclib/parser/logfileparser.py trunk/src/cclib/parser/utils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2009-07-20 16:56:51
|
Revision: 860 http://cclib.svn.sourceforge.net/cclib/?rev=860&view=rev Author: langner Date: 2009-07-20 16:56:48 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Use isinstance and types.StringTypes when checking the type of input in order to account for both str and unicode objects. Modified Paths: -------------- trunk/src/cclib/parser/logfileparser.py trunk/src/cclib/parser/utils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2009-07-20 21:07:13
|
Revision: 861 http://cclib.svn.sourceforge.net/cclib/?rev=861&view=rev Author: langner Date: 2009-07-20 21:07:04 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Reorder import alphabetically. Modified Paths: -------------- trunk/src/cclib/parser/adfparser.py trunk/src/cclib/parser/gamessparser.py trunk/src/cclib/parser/gamessukparser.py trunk/src/cclib/parser/gaussianparser.py trunk/src/cclib/parser/jaguarparser.py trunk/src/cclib/parser/logfileparser.py trunk/src/cclib/parser/molproparser.py trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2009-07-20 22:00:21
|
Revision: 863 http://cclib.svn.sourceforge.net/cclib/?rev=863&view=rev Author: langner Date: 2009-07-20 22:00:17 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Moved ccopen to its own module in order to avoid circular imports. Modified Paths: -------------- trunk/src/cclib/parser/__init__.py trunk/src/cclib/parser/gaussianparser.py trunk/src/cclib/parser/logfileparser.py trunk/src/cclib/parser/utils.py Added Paths: ----------- trunk/src/cclib/parser/ccopen.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2009-07-20 22:07:52
|
Revision: 864 http://cclib.svn.sourceforge.net/cclib/?rev=864&view=rev Author: langner Date: 2009-07-20 22:07:48 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Fixed and clean up imports. Modified Paths: -------------- trunk/src/cclib/parser/ccopen.py trunk/src/cclib/parser/logfileparser.py trunk/src/cclib/parser/utils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2009-07-20 22:12:53
|
Revision: 865 http://cclib.svn.sourceforge.net/cclib/?rev=865&view=rev Author: langner Date: 2009-07-20 22:12:41 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Fixed small bug pointed out by pychecker. Modified Paths: -------------- trunk/src/cclib/parser/ccopen.py trunk/src/cclib/parser/utils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2012-10-20 01:07:44
|
Revision: 992 http://cclib.svn.sourceforge.net/cclib/?rev=992&view=rev Author: langner Date: 2012-10-20 01:07:36 +0000 (Sat, 20 Oct 2012) Log Message: ----------- Some random style improvements (mostly whitespace) Modified Paths: -------------- trunk/src/cclib/parser/adfparser.py trunk/src/cclib/parser/ccopen.py trunk/src/cclib/parser/data.py trunk/src/cclib/parser/gamessparser.py trunk/src/cclib/parser/gamessukparser.py trunk/src/cclib/parser/gaussianparser.py trunk/src/cclib/parser/jaguarparser.py trunk/src/cclib/parser/logfileparser.py trunk/src/cclib/parser/molproparser.py trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |