pdm.git
11 years agoSet non-blocking mode on server sockets, for Jython's sake. jython
Fredrik Tolf [Fri, 18 Jan 2013 22:16:35 +0000 (23:16 +0100)]
Set non-blocking mode on server sockets, for Jython's sake.

11 years agoRemoved a few things not supported by Jython.
Fredrik Tolf [Fri, 18 Jan 2013 22:11:59 +0000 (23:11 +0100)]
Removed a few things not supported by Jython.

12 years agoAdded a client resolve syntax for connecting to remote Unix sockets.
Fredrik Tolf [Sun, 15 Jan 2012 06:49:33 +0000 (07:49 +0100)]
Added a client resolve syntax for connecting to remote Unix sockets.

12 years agoAdded a somewhat socket-compatible interface for communicating with remote Unix socke...
Fredrik Tolf [Sun, 15 Jan 2012 06:49:15 +0000 (07:49 +0100)]
Added a somewhat socket-compatible interface for communicating with remote Unix sockets over SSH.

12 years agoFixed up documentation a bit.
Fredrik Tolf [Tue, 27 Dec 2011 22:11:01 +0000 (23:11 +0100)]
Fixed up documentation a bit.

12 years agoRe-enabled project URL.
Fredrik Tolf [Fri, 23 Dec 2011 06:16:30 +0000 (07:16 +0100)]
Re-enabled project URL.

12 years agoBumped version number.
Fredrik Tolf [Fri, 23 Dec 2011 06:15:51 +0000 (07:15 +0100)]
Bumped version number.

12 years agoReformat docstrings to work better with epydoc.
Fredrik Tolf [Fri, 23 Dec 2011 06:04:38 +0000 (07:04 +0100)]
Reformat docstrings to work better with epydoc.

12 years agoDocumented pdm.perf as well.
Fredrik Tolf [Fri, 23 Dec 2011 01:29:33 +0000 (02:29 +0100)]
Documented pdm.perf as well.

12 years agoMade the finishevent's aborted parameter optional.
Fredrik Tolf [Fri, 23 Dec 2011 01:28:37 +0000 (02:28 +0100)]
Made the finishevent's aborted parameter optional.

12 years agoImproved documentation.
Fredrik Tolf [Fri, 23 Dec 2011 01:01:27 +0000 (02:01 +0100)]
Improved documentation.

12 years agoDocumented pdm.cli as well.
Fredrik Tolf [Thu, 22 Dec 2011 19:28:23 +0000 (20:28 +0100)]
Documented pdm.cli as well.

12 years agoInclude perfclient in pdm.cli's exports.
Fredrik Tolf [Thu, 22 Dec 2011 19:01:48 +0000 (20:01 +0100)]
Include perfclient in pdm.cli's exports.

12 years agoStarted documentation.
Fredrik Tolf [Thu, 22 Dec 2011 18:29:25 +0000 (19:29 +0100)]
Started documentation.

12 years agoMerge branch 'master' of git.dolda2000.com:/srv/git/r/pdm
Fredrik Tolf [Thu, 22 Dec 2011 06:47:01 +0000 (07:47 +0100)]
Merge branch 'master' of git.dolda2000.com:/srv/git/r/pdm

12 years agoReturn fileno from clients, for use in select.
Fredrik Tolf [Thu, 22 Dec 2011 05:11:31 +0000 (06:11 +0100)]
Return fileno from clients, for use in select.

12 years agoClose perfproxies on __del__.
Fredrik Tolf [Sat, 17 Dec 2011 05:58:36 +0000 (06:58 +0100)]
Close perfproxies on __del__.

12 years agoParse the socket mode explicitly in octal.
Fredrik Tolf [Sat, 10 Dec 2011 04:12:45 +0000 (05:12 +0100)]
Parse the socket mode explicitly in octal.

12 years agoAdded a distutils script.
Fredrik Tolf [Wed, 23 Nov 2011 02:49:34 +0000 (03:49 +0100)]
Added a distutils script.

12 years agoAdded a simple REPL client.
Fredrik Tolf [Wed, 23 Nov 2011 01:03:59 +0000 (02:03 +0100)]
Added a simple REPL client.

12 years agoImproved process event structure.
Fredrik Tolf [Wed, 23 Nov 2011 00:59:42 +0000 (01:59 +0100)]
Improved process event structure.

12 years agoIntroduced paired events for processes.
Fredrik Tolf [Wed, 23 Nov 2011 00:53:58 +0000 (01:53 +0100)]
Introduced paired events for processes.

12 years agoFixed client bug.
Fredrik Tolf [Wed, 23 Nov 2011 00:53:47 +0000 (01:53 +0100)]
Fixed client bug.

12 years agoIntroduced an event base class.
Fredrik Tolf [Wed, 23 Nov 2011 00:38:38 +0000 (01:38 +0100)]
Introduced an event base class.

12 years agoInitial commit.
Fredrik Tolf [Wed, 23 Nov 2011 00:36:50 +0000 (01:36 +0100)]
Initial commit.