pdm.git
12 years agoGive the Python3 package a differentiating name. 0.1
Fredrik Tolf [Fri, 23 Dec 2011 05:36:23 +0000 (06:36 +0100)]
Give the Python3 package a differentiating name.

12 years agoMerge branch 'master' into python3
Fredrik Tolf [Fri, 23 Dec 2011 01:30:26 +0000 (02:30 +0100)]
Merge branch 'master' into python3

Conflicts:
pdm/perf.py

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 agoMerge branch 'master' into python3
Fredrik Tolf [Fri, 23 Dec 2011 00:53:15 +0000 (01:53 +0100)]
Merge branch 'master' into python3

Conflicts:
pdm/cli.py
pdm/srv.py

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 agoMerge branch 'master' into python3
Fredrik Tolf [Thu, 22 Dec 2011 05:12:45 +0000 (06:12 +0100)]
Merge branch 'master' into python3

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 agoTidied up super() calls.
Fredrik Tolf [Sat, 10 Dec 2011 04:45:48 +0000 (05:45 +0100)]
Tidied up super() calls.

12 years agoFixed all obvious byte/str errors.
Fredrik Tolf [Sat, 10 Dec 2011 04:44:44 +0000 (05:44 +0100)]
Fixed all obvious byte/str errors.

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 agoUse python3 as script interpreter.
Fredrik Tolf [Sat, 10 Dec 2011 04:10:10 +0000 (05:10 +0100)]
Use python3 as script interpreter.

12 years agoInitial Python 3 porting.
Fredrik Tolf [Sat, 10 Dec 2011 04:09:32 +0000 (05:09 +0100)]
Initial Python 3 porting.

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.