Releases: walles/px
Releases · walles/px
1.0.8: Add stdin, stdout and stderr info in process details view
Also, this release makes the IPC section shorter by removing the headings from its layout.
1.0.7: Minor issues handled
* "localhost.localdomain" is now presented as just "localhost" * Suggest "sudo lsof" rather than just "lsof" for complete file listing * #24: Handle "ps" being wrapped in a script * Release instructions updated * test.sh / ci.sh reliability fixes for Arch Linux
1.0.6: Documentation updates
This release just updates the README file with examples.
1.0.5
1.0.4
1.0.3: Preparations for releasing on pypi.python.org
* setup.py: Switch package name to "pxpx"; just "px" wasn't available on Pypi * README: Covert to Restructured Text as used on Pypi * setup.py: Use README.rst as the "long_description" * setup.py: Add Pypi classifiers * setup.py: Add missing "ptop" entry point In addition to this, we now treat "node" as an interpreter when parsing command lines. That's really unrelated, but slipped in here anyway.
1.0.2: Touchups
Bugs fixed: * px.pex: The same binary now works on both Python 2 and Python 3 * ptop: Various Python 2 vs Python 3 issues fixed, no known issues left * --install: Fix it so that it works * The distributed binary now uses "python" as its interpreter (was "python2.7") New features: * ptop: Inverse video headings * Java command line parsing: Add support for -ea and -da * Development: Add a "test.sh" for faster test+build cycle. "ci.sh" is still what CI runs and can still be used locally as well.
1.0.1
1.0.0: Python 3 compatibility
This release adds Python 3 compatibility.
0.4.3: Fix pipes tracing on Linux
Before this release tracing IPC via pipes didn't work on Linux. Now it does.