Skip to content

Releases: walles/px

1.0.8: Add stdin, stdout and stderr info in process details view

18 Aug 17:14
Compare
Choose a tag to compare
Also, this release makes the IPC section shorter by removing the headings from
its layout.

1.0.7: Minor issues handled

25 Jun 07:10
Compare
Choose a tag to compare
* "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

18 Jun 13:29
Compare
Choose a tag to compare
This release just updates the README file with examples.

1.0.5

24 Feb 18:05
Compare
Choose a tag to compare
Make the ptop load bar prettier

1.0.4

21 Feb 20:00
Compare
Choose a tag to compare
Add a system load bar to ptop

1.0.3: Preparations for releasing on pypi.python.org

13 Feb 20:52
Compare
Choose a tag to compare
* 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

06 Feb 05:54
Compare
Choose a tag to compare
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

29 Nov 10:35
Compare
Choose a tag to compare
Fix encoding problems on Python 2.7

1.0.0: Python 3 compatibility

28 Nov 22:29
Compare
Choose a tag to compare
This release adds Python 3 compatibility.

0.4.3: Fix pipes tracing on Linux

07 Jul 18:13
Compare
Choose a tag to compare
Before this release tracing IPC via pipes didn't work on Linux. Now it does.