Michael Haggerty

Show:

What's happening?

  • Problem (pickle-related?) running cvs2svn

    The cvs2svn test suite, which runs reliably under Linux + Python 2.4/2.5 + Subversion 1.5, fails when run under psyco: $ svn checkout http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn --username guest $ cd cvs2svn # Add lines to cvs2svn script to fire up psyco # Test 77 is a simple test from our test suite that fails: $ ./run-tests.py 77 [...] cvs2svn_lib.common.InternalError: ID...

    2009-07-25 17:25:59 UTC in Psyco, the Python Specializing Compiler

  • Comment: Change x and y axis values

    This is not really an appropriate question for the tracker. You should consider sending your question to the users mailing list.

    2009-06-11 10:32:04 UTC in Gnuplot.py

  • Comment: float64 handling patch for utils.py

    I noticed a few stylistic problems with this patch: - The docstring should be within the function, as it was before. - The code should be indented using four spaces per indent (no TABs) - It is not acceptable to print to standard output or call sys.exit() from within a library function. Why not just let the ValueError propagate out? If not, then you should raise another exception type.

    2009-03-08 06:27:07 UTC in Gnuplot.py

  • Comment: Fix for the Fedora package

    The file "demo.py" is a demo of the functionality of Gnuplot.py. "test.py" is the Gnuplot.py test suite. Neither file is part of the library itself (i.e., they don't need to be installed to the python library directory), but both *are* meant to be executed during the development process. Accordingly, they both have shebang lines and both have the svn:executable properties set in the SVN...

    2008-10-03 18:55:29 UTC in Gnuplot.py

  • Gnuplot.py

    mhagger committed revision 310 to the Gnuplot.py SVN repository, changing 3 files.

    2008-10-03 18:53:20 UTC in Gnuplot.py

  • Comment: Error in gp_win32.py

    In the past this has always indicated that the pgnuplot.exe executable was either not installed, or not in PATH, or not executable for some other reason. If that is not the case, feel free to reopen the bug.

    2008-08-05 06:30:36 UTC in Gnuplot.py

  • Comment: Hang on _FIFOWriter Thread on Method Access

    The thread that is started by _FIFOFileItem tries to write the data to one end of the named pipe, expecting the other end to be read by the main thread. The thread terminates as soon as the whole contents of the pipe have been read and the pipe closed, but not before that. Since you are not reading the data out of the pipe, the thread waits forever. Since the thread is not a daemon thread...

    2008-05-26 20:25:11 UTC in Gnuplot.py

  • Comment: Failure on Win32 when CWD is a UNC path

    Please note that the Python subprocess module was only introduced in Python 2.4. Currently, Gnuplot.py claims to work with Python 1.5 or later. It seems absurd to continue to support Python 1.5, but a jump to Python 2.4 *might* cause problems for some users, especially if they are using Gnuplot.py in a server environment. If you want to support versions of Python older than 2.4 (for...

    2008-01-15 04:52:37 UTC in Gnuplot.py

  • Remove redundant code in ntpath.walk()

    The documentation for os.listdir() explicitly says that it omits directories '.' and '..' even if they are present in the directory, and the implementation in posixmodule.c seems to agree. Yet the implementation of os.path.walk() in ntpath.py still checks for and excludes '.' and '..' from the names gotten from os.listdir(). This seems like dead code. The analogous check was removed from...

    2007-04-08 12:03:06 UTC in Python

  • Gnuplot.py

    mhagger committed revision 299 to the Gnuplot.py SVN repository, changing 3 files.

    2007-03-30 12:52:17 UTC in Gnuplot.py

About Me

  • 2000-06-05 (9 years ago)
  • 38106
  • mhagger (My Site)
  • Michael Haggerty

Send me a message