68 Commits

Author SHA1 Message Date
Randall Degges
390a299fee Updating changelog. 2015-03-30 09:32:07 -07:00
Randall Degges
b1e0e67875 Merge pull request #10 from areski/patch-1
Fix MANIFEST.in
2015-03-30 09:30:57 -07:00
Areski Belaid
58a768eff9 Fix MANIFEST.in 2015-03-30 11:14:24 +02:00
Randall Degges
5331ff646e Adding readme updates / logo. 2015-03-29 00:43:40 -07:00
Randall Degges
5bb2eb4036 Removing duplicate changes. 2015-03-29 00:35:24 -07:00
Randall Degges
fddefefdfb Removing old SVN references. 2015-03-29 00:35:08 -07:00
Randall Degges
b1ecd24847 Removing legacy upgrading notes. 2015-03-29 00:34:53 -07:00
Randall Degges
e47aa2729c Cleaning up. 2015-03-29 00:34:43 -07:00
Randall Degges
67dec4c827 Adding maintainer note. 2015-03-29 00:32:28 -07:00
Randall Degges
e7630f09ab Fixing formatting. 2015-03-29 00:31:10 -07:00
Randall Degges
567a328c64 Updating changelog. 0.4.2 2015-03-29 00:27:59 -07:00
Randall Degges
e4ed55c479 Version bump! 2015-03-29 00:26:23 -07:00
Randall Degges
ed748a2ab5 Merge pull request #9 from eill/master
Python 3 AMI fix
2015-03-29 00:24:41 -07:00
Timur Tuchkovenko
9fe12dfa83 python3 compatibility manager fix 2015-02-27 00:10:32 +05:00
Randall Degges
c515b97b9a Merge pull request #8 from eill/master
Python 3 support.
2014-10-13 11:04:11 -07:00
Timur Tuchkovenko
5efe3f4593 minor rewrite for Python 3 support. Some other fixes in corresponding files. 2014-10-08 11:43:32 +06:00
Randall Degges
6bd0cc9bd6 Merge pull request #7 from Sp1tF1r3/master
Added action Reload
2014-09-17 19:36:39 -07:00
Sp1tF1r3
10d897a5dd Added action Reload 2014-09-17 16:39:01 -04:00
Randall Degges
630fc7b102 Merge pull request #5 from Eyepea/master
Add AGI script example + README rename
2013-12-03 09:19:19 -08:00
Ludovic Gasc
82cf4d022f Add AGI script example. 2013-12-03 11:40:03 +01:00
Ludovic Gasc
d496ad0831 Add execution rights for setup.py 2013-12-03 11:39:05 +01:00
Ludovic Gasc
c4d5a73dee Rename README file to have html formatting in Github 2013-12-03 11:37:40 +01:00
Randall Degges
432104417d Merge pull request #4 from areski/master
Simple example
2012-11-12 12:54:39 -08:00
Areski Belaid
fed2705abb add simple example for show channels 2012-11-12 11:20:05 +01:00
Randall Degges
2664927f02 Merge pull request #3 from areski/master
PEP8 Fixes
2012-11-11 20:01:39 -08:00
Areski Belaid
2ab6d3ff7d PEP8 Fixes 2012-11-11 18:43:41 +01:00
Randall Degges
6728264a24 Merge pull request #1 from Gerrrr/master
Representation of manager.ManagerMsg was fixed.
2012-08-26 14:19:31 -07:00
Aleksandr Sorokoumov
caf94ddb59 representation of managermsg was fixed 2012-08-26 16:30:34 +04:00
Randall Degges
ed2be0e297 Adding general .gitignore file.
This provides blocking for most temporary and python-specific files.
2011-06-05 15:04:54 -07:00
Randall Degges
7493c64c9b Merge branch 'release/0.4' 2011-05-31 17:24:21 -07:00
Randall Degges
35f0557817 Updating CHANGELOG. 2011-05-31 17:24:03 -07:00
Randall Degges
fc8c193dcd Adding module variable __version__. 2011-05-31 17:22:11 -07:00
Randall Degges
9782b61280 Adding sane version import code to setup module.
This will allow us to actually specify a legitimate version for PyPI.
2011-05-31 17:21:46 -07:00
Randall Degges
60b904bf10 Adding in bugfix for issue with manager.status().
The problem is that the status command returns output in a special format, that
was not being parsed correctly.

This fix is a bit ugly, but is the only way (afaik) to cleanly handle the
status command so that its output can be used.
2011-05-31 17:12:23 -07:00
Randall Degges
85fc17017e Removing trailing whitespace from files. 2011-05-31 12:56:57 -07:00
Randall Degges
c1b0b6657f Adding myself as the maintainer. 2011-05-31 12:56:06 -07:00
Randall Degges
ff3cd79f08 Adding a note to the README file about the fork. 2011-05-31 12:53:55 -07:00
Randall Degges
c468e105cd Removing README.html from MANIFEST.in.
This file doesn't exist...
2011-05-31 12:51:23 -07:00
Randall Degges
8bc5358268 Adding CHANGELOG to MANIFEST.in. 2011-05-31 12:50:42 -07:00
Randall Degges
5f8112eea9 Removing debian/rpm includes from MANIFEST.in. 2011-05-31 12:50:25 -07:00
Randall Degges
73d5092559 Removing debian files.
These should be kept separately, not with the project code. This package is the
python package (for pip!). This stuff should be dealt with by the debian
maintainer.
2011-05-31 12:49:34 -07:00
Randall Degges
9f08b0171b Removing rpm specs.
This is a python package--should have all of this stuff stored separately out
of the project code.
2011-05-31 12:48:55 -07:00
Randall Degges
3327fe4764 Updating project name in setup.py.
Changing to `pyst2` (forked name).
2011-05-31 12:48:16 -07:00
Randall Degges
caa2ba7f10 Renaming ChangeLog -> CHANGELOG.
Looks a lot nicer this way.
2011-05-31 12:27:38 -07:00
Randall Degges
92f257474d Removing trailing whitespace from ChangeLog. 2011-05-31 12:27:15 -07:00
Randall Degges
5109880bf5 Removing sourceforge logo from README. 2011-05-31 12:26:25 -07:00
Randall Degges
5012994b1a Removing trailing whitespace from README. 2011-05-31 12:25:55 -07:00
schlatterbeck
417a083266 - fix 'clean' target of Makefile.
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@25 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
2010-06-30 16:05:24 +00:00
schlatterbeck
00faa6857c - links to SF project page and typo fixed. You notice such thinks alway
immediately *after* a release :-(


git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@24 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
2010-06-30 14:46:29 +00:00
schlatterbeck
5efd1ebf42 - Merged /pyst/tags/V_0_3:r21-22 (simple Makefile change for Release)
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@23 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
2010-06-30 14:30:41 +00:00