repo string | commit string | message string | diff string |
|---|---|---|---|
pjleonhardt/mysql_mirror | 03b4dafd179364a02a4cef282593e1a5dd61c6f3 | Beginnings of a demo rails app | diff --git a/README.rdoc b/README.rdoc
index 0e3de38..5dab617 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,34 +1,59 @@
= Mysql Mirror
Use MysqlMirror to mirror data between databases. This can be useful when you want to update your
development or staging environments with real data to work with. Or, if you do s... |
pjleonhardt/mysql_mirror | b993beefc5addd19e010c4a72da586da9080d916 | perms check | diff --git a/README.rdoc b/README.rdoc
index 79245a5..dbb40b9 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,43 +1,44 @@
= Mysql Mirror
Use MysqlMirror to mirror data between databases. This can be useful when you want to update your
development or staging environments with real data to work with. Or, if you do s... |
pjleonhardt/mysql_mirror | 4b2be2c531f61681e48ef22dde80c59e557fa441 | Fix for cross-host mirroring without where clause | diff --git a/mysql_mirror.gemspec b/mysql_mirror.gemspec
index 2766167..3ff914f 100644
--- a/mysql_mirror.gemspec
+++ b/mysql_mirror.gemspec
@@ -1,40 +1,40 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
... |
pjleonhardt/mysql_mirror | dcaa93a4143999cd6b49f1a174b9aac43937372b | Version bump to 0.1.3 | diff --git a/VERSION b/VERSION
index d917d3e..b1e80bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.2
+0.1.3
diff --git a/lib/mysql_mirror.rb b/lib/mysql_mirror.rb
index 5e6df26..8a7ea40 100644
--- a/lib/mysql_mirror.rb
+++ b/lib/mysql_mirror.rb
@@ -1,194 +1,200 @@
require 'active_record'
require 'fileutils'
... |
pjleonhardt/mysql_mirror | 77ed548685f79d99e1dcb61246aeee439cfd2e29 | Version Bump: 0.1.1 -> 0.1.2 | diff --git a/mysql_mirror.gemspec b/mysql_mirror.gemspec
index 60db834..2766167 100644
--- a/mysql_mirror.gemspec
+++ b/mysql_mirror.gemspec
@@ -1,40 +1,40 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
... |
pjleonhardt/mysql_mirror | f4488ee24368fc262ff06c7fc513d96247bf1864 | Version bump to 0.1.2 | diff --git a/VERSION b/VERSION
index 17e51c3..d917d3e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.1
+0.1.2
|
pjleonhardt/mysql_mirror | 440a065ac58773b57afcf75f8ebabfdf4f23886c | Bugfix for CLI where clause. Adding to_s method | diff --git a/lib/mysql_mirror.rb b/lib/mysql_mirror.rb
index cf89a25..5e6df26 100644
--- a/lib/mysql_mirror.rb
+++ b/lib/mysql_mirror.rb
@@ -1,190 +1,194 @@
require 'active_record'
require 'fileutils'
class MysqlMirror
class MysqlMirrorException < Exception; end
class Source < ActiveRecord::Base
end
... |
pjleonhardt/mysql_mirror | 8a7752d553db9c12f8822f13c85408c1e4e69bb6 | Gemifying mysql_mirror | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..088af20
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+pkg/*
diff --git a/README.rdoc b/README.rdoc
index 06efc15..79245a5 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,43 +1,43 @@
= Mysql Mirror
Use MysqlMirror to mirror data between databas... |
pjleonhardt/mysql_mirror | b517dfd919851e946d92a556c5d49df41b98e4dc | Version bump to 0.1.1 | diff --git a/VERSION b/VERSION
index 6e8bf73..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
|
pjleonhardt/mysql_mirror | f73276477b734393ef2e0c7056f5df8f19f86c7a | Version bump to 0.1.0 | diff --git a/VERSION b/VERSION
index 77d6f4c..6e8bf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
|
pjleonhardt/mysql_mirror | 2752fef8b2cc370fb909d9f05de47e16d1ac8164 | Version bump to 0.0.0 | diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..77d6f4c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.0.0
|
pjleonhardt/mysql_mirror | 8d0843793264fd90a30b3cd36c7084f5e944f6f6 | Tweaking README | diff --git a/README.rdoc b/README.rdoc
index a5463f1..06efc15 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,42 +1,43 @@
+= Mysql Mirror
Use MysqlMirror to mirror data between databases. This can be useful when you want to update your
development or staging environments with real data to work with. Or, if you do s... |
pjleonhardt/mysql_mirror | 99ba4e48b2e801bd46b311b9b73c1c231ac2907b | Moved doc to README, renaming from MysqlMirror2 -> MysqlMirror | diff --git a/README.rdoc b/README.rdoc
new file mode 100644
index 0000000..a5463f1
--- /dev/null
+++ b/README.rdoc
@@ -0,0 +1,42 @@
+Use MysqlMirror to mirror data between databases. This can be useful when you want to update your
+development or staging environments with real data to work with. Or, if you do some heav... |
rubyunworks/xmlproof | b874daae001cab17af9d56c37e67b8d2ee0795ec | upload CHSF demos | diff --git a/demo/chsf/data.xml b/demo/chsf/data.xml
new file mode 100644
index 0000000..e868039
--- /dev/null
+++ b/demo/chsf/data.xml
@@ -0,0 +1,10 @@
+<customer>
+ <name>Joe Blow</name>
+ <phone>505-995-4066</phone>
+ <address>
+ 118 San Salvador
+ Santa Fe NM, 87501
+ </address>
+ <on_account>Yes</on_accou... |
rubyunworks/xmlproof | 58b1c450686fb1a60bb865ccb97ac6c182891c85 | add rerexml to vendor | diff --git a/README b/README
index 472a2f7..1a7d304 100644
--- a/README
+++ b/README
@@ -1,97 +1,89 @@
-
= XMLProof/Ruby - An Implementation of xml:Proof for Ruby
==<a schema for the rest of us/>
== Introduction
XMLProof/Ruby is a 100% Ruby API for using xml:Proof, an alternate XML schema.
It was born out of... |
rubyunworks/xmlproof | 546f4b13df0c4972764851e67796708841fde706 | initial import | diff --git a/README b/README
new file mode 100644
index 0000000..472a2f7
--- /dev/null
+++ b/README
@@ -0,0 +1,97 @@
+
+= XMLProof/Ruby - An Implementation of xml:Proof for Ruby
+
+==<a schema for the rest of us/>
+
+== Introduction
+
+XMLProof/Ruby is a 100% Ruby API for using xml:Proof, an alternate XML schema.
+It w... |
riemann42/Music-Tag-OGG | 40f07f902e9fe968579c701481faed31152a7d1f | Version 0.4101 | diff --git a/lib/Music/Tag/OGG.pm b/lib/Music/Tag/OGG.pm
index 51086b1..10b8f16 100644
--- a/lib/Music/Tag/OGG.pm
+++ b/lib/Music/Tag/OGG.pm
@@ -1,252 +1,252 @@
package Music::Tag::OGG;
use strict; use warnings; use utf8;
-our $VERSION = '.4101';
+our $VERSION = '0.4101';
# Copyright © 2007,2008,2010 Edward Allen... |
riemann42/Music-Tag-OGG | b7f97e9f3b588251b7dcae769eb4770a3fb15b1f | Dated Changes | diff --git a/CHANGES b/CHANGES
index 865d4a5..f28044e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,33 +1,33 @@
CHANGES
- Release Name: 0.4101
+ Release Name: 0.4101 2010-08-16
* Updated to use new method system
* POD Changes
Release Name: 0.4001 2010-07-27
* Started using git and github
* Normalized ve... |
riemann42/Music-Tag-OGG | 5696e83d2700f02ea5992410eb8dcaa97c659520 | Cleanup before merge | diff --git a/CHANGES b/CHANGES
index 833ed9a..865d4a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,28 +1,33 @@
CHANGES
- Release Name: 0.40_01
+ Release Name: 0.4101
+ * Updated to use new method system
+
+ * POD Changes
+
+ Release Name: 0.4001 2010-07-27
* Started using git and github
* Normalized version accr... |
riemann42/Music-Tag-OGG | 128acd9e18c49dfb432b833d5e8144c45d98b44f | Adding MANIFEST.SKIP | diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..e0e49dd
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,9 @@
+^\.git\/
+Makefile$
+^blib
+^pm_to_blib
+^.*.bak
+^.*.old
+^cover_db
+^.*\.log
+^.*\.swp$
|
riemann42/Music-Tag-OGG | 777d79c93a49e5165fe32291195da0865d365793 | Moving to Music::Tag::Test for testing | diff --git a/MANIFEST b/MANIFEST
index 8922fb4..79abd47 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,15 +1,14 @@
CHANGES
-lib/Music/Tag/.OGG.pm.swp
lib/Music/Tag/OGG.pm
Makefile.PL
MANIFEST This list of files
META.yml Module meta-data (added by MakeMaker)
README
t/1-ogg.t
t/97-pod.t
t/98-pod-coverage.t
t/el... |
riemann42/Music-Tag-OGG | 99a77a0f20a15df586e13ccc1b0524d307743ce3 | Added license files | diff --git a/Artistic b/Artistic
new file mode 100644
index 0000000..5f22124
--- /dev/null
+++ b/Artistic
@@ -0,0 +1,131 @@
+
+
+
+
+ The "Artistic License"
+
+ Preamble
+
+The intent of this document is to state the conditions under which a
+Package may be copied, such that the Copyright Holder maintains some
+s... |
riemann42/Music-Tag-OGG | 58afc94cf73490b7ddbbf39f68cc0cd633983dc5 | Cleanup before merge | diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..833ed9a
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,28 @@
+CHANGES
+ Release Name: 0.40_01
+ * Started using git and github
+
+ * Normalized version accross plugins.
+
+ * POD Changes
+
+ * Revised Testing
+
+ Release Name: 0.35
+ * Updated to work wit... |
riemann42/Music-Tag-OGG | 104e76c38bbd206fa971ab6b0a67a4340167b62f | Documented changes | diff --git a/Changes b/Changes
deleted file mode 100644
index f0e7d91..0000000
--- a/Changes
+++ /dev/null
@@ -1,65 +0,0 @@
-Release Name: 0.35
-===========================
-* Updated to work with Ogg::Vorbis::Header::PurePerl to fix bug 43789
-
-Release Name: 0.33
-===========================
-* Removed write from tes... |
riemann42/Music-Tag-OGG | 5666cb397c5de5b34cd5e3490b631f4dcefebdb2 | Added cabability methods | diff --git a/lib/Music/Tag/OGG.pm b/lib/Music/Tag/OGG.pm
index 89e69b9..e1c4cbc 100644
--- a/lib/Music/Tag/OGG.pm
+++ b/lib/Music/Tag/OGG.pm
@@ -1,243 +1,258 @@
package Music::Tag::OGG;
use strict;
use warnings;
our $VERSION = .40_01;
# Copyright (c) 2007,2008 Edward Allen III. Some rights reserved.
#
# You ... |
riemann42/Music-Tag-OGG | 5f75c16d40c943e1fc4db06f1e2a0e9349dcd1bd | Normalized version to 0.40_01 | diff --git a/lib/Music/Tag/OGG.pm b/lib/Music/Tag/OGG.pm
index 9bd8372..89e69b9 100644
--- a/lib/Music/Tag/OGG.pm
+++ b/lib/Music/Tag/OGG.pm
@@ -1,243 +1,243 @@
package Music::Tag::OGG;
use strict;
use warnings;
-our $VERSION = 0.35;
+our $VERSION = .40_01;
# Copyright (c) 2007,2008 Edward Allen III. Some rights ... |
riemann42/Music-Tag-OGG | 6baf6fc655dba19a7f9c9b52158bc8d70df40ba3 | Maintenance changes | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8d89b36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+blib
+Makefile
+*.bak
+.*.swp
+*~
+pm_to_blib
+Build
+_build
+Build.bat
+Makefile.old
+*.tmp
+*.o
+*.tgz
+*.tar.gz
+cover_db
+Debian_CPANTS.txt
diff --git a/t/MusicTagTest.pm b/t/MusicTagTes... |
riemann42/Music-Tag-OGG | 18780eba525690133837856781f73613b1524563 | Spelling changes in POD | diff --git a/lib/Music/Tag/OGG.pm b/lib/Music/Tag/OGG.pm
index 03ea838..9bd8372 100644
--- a/lib/Music/Tag/OGG.pm
+++ b/lib/Music/Tag/OGG.pm
@@ -1,239 +1,243 @@
package Music::Tag::OGG;
+use strict;
+use warnings;
our $VERSION = 0.35;
# Copyright (c) 2007,2008 Edward Allen III. Some rights reserved.
#
# You ma... |
riemann42/Music-Tag-OGG | b82493cadd6c8dacca6c34a86f012950dc27a1b4 | pod move to end of file | diff --git a/MANIFEST b/MANIFEST
index 1b899c6..480bc7f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,11 +1,15 @@
Changes
+lib/Music/Tag/.OGG.pm.swp
lib/Music/Tag/OGG.pm
Makefile.PL
MANIFEST This list of files
+META.yml Module meta-data (added by MakeMaker)
README
-t/elise.ogg
t/1-ogg.t
-t/options.conf
t/2-pod.... |
riemann42/Music-Tag-OGG | 66415652b2c51e3380bbd07cb571b8117db1943a | Version: 0.35 | diff --git a/Changes b/Changes
index d41d238..f0e7d91 100644
--- a/Changes
+++ b/Changes
@@ -1,61 +1,65 @@
+Release Name: 0.35
+===========================
+* Updated to work with Ogg::Vorbis::Header::PurePerl to fix bug 43789
+
Release Name: 0.33
===========================
* Removed write from test
Release Nam... |
riemann42/Music-Tag-OGG | 16e5415886bd0c8575b2f3d534cd034e822b8526 | Version: 0.34 | diff --git a/META.yml b/META.yml
index 090f134..b5cbf31 100644
--- a/META.yml
+++ b/META.yml
@@ -1,15 +1,15 @@
--- #YAML:1.0
name: Music-Tag-OGG
-version: 0.33
+version: 0.34
abstract: Plugin module for Music::Tag to get information from ogg-vorbis headers.
license... |
riemann42/Music-Tag-OGG | f645a1763f8935072c165247cfc5b740f22d7ca8 | Version: 0.33 | diff --git a/Changes b/Changes
index 69cc005..d41d238 100644
--- a/Changes
+++ b/Changes
@@ -1,57 +1,61 @@
+Release Name: 0.33
+===========================
+* Removed write from test
+
Release Name: 0.32
===========================
* Added Music::Tag prereq (was incorrect!)
Release Name: 0.31
==================... |
riemann42/Music-Tag-OGG | f3de6329e89ffab53beb040b546aea8cb3079280 | Version: 0.32 | diff --git a/Changes b/Changes
index e32a94b..69cc005 100644
--- a/Changes
+++ b/Changes
@@ -1,53 +1,57 @@
+Release Name: 0.32
+===========================
+* Added Music::Tag prereq (was incorrect!)
+
Release Name: 0.31
===========================
* pod improvments
Release Name: 0.30
===========================... |
riemann42/Music-Tag-OGG | f4e11b6dd229af8bb352e71ac8cd8b2cb6f5e615 | Version: 0.31 | diff --git a/Changes b/Changes
index 9d5756b..e32a94b 100644
--- a/Changes
+++ b/Changes
@@ -1,49 +1,53 @@
+Release Name: 0.31
+===========================
+* pod improvments
+
Release Name: 0.30
===========================
-* Kwalitee and pod improments
+* Kwalitee and pod improvments
Release Name: 0.29
========... |
riemann42/Music-Tag-OGG | e1bcc9378813143fdf28df204e9456219c6eb35b | Version: 0.3 | diff --git a/Changes b/Changes
new file mode 100644
index 0000000..9d5756b
--- /dev/null
+++ b/Changes
@@ -0,0 +1,49 @@
+Release Name: 0.30
+===========================
+* Kwalitee and pod improments
+
+Release Name: 0.29
+===========================
+* Fixed type-o in synapsis (OGG was ogg)
+* Now requires Music::Tag ... |
iainmullan/greasemonkey | b02102d0bc0acafc1eacef98d3a903d8ece294d2 | Adding Goodreads library search script | diff --git a/goodreads_library_search.user.js b/goodreads_library_search.user.js
new file mode 100644
index 0000000..664151e
--- /dev/null
+++ b/goodreads_library_search.user.js
@@ -0,0 +1,46 @@
+// Goodreads Local Library Search
+// Copyright (c) 2009, Iain Mullan
+//
+// ----------------------------------------------... |
iainmullan/greasemonkey | bc028fea3f10bee65576489b6a97b1a3f573c675 | Adding flickr map monkey script | diff --git a/flickr_map_monkey.user.js b/flickr_map_monkey.user.js
new file mode 100644
index 0000000..9712e91
--- /dev/null
+++ b/flickr_map_monkey.user.js
@@ -0,0 +1,64 @@
+// Flickr Map Monkey
+// Copyright (c) 2008, Iain Mullan
+//
+// --------------------------------------------------------------------
+//
+// Thi... |
iainmullan/greasemonkey | 79723b78369d3211c74099579b26dd19da60bf51 | Adding lastfm flickr search script | diff --git a/lastfm_flickr_search.user.js b/lastfm_flickr_search.user.js
new file mode 100644
index 0000000..902f78a
--- /dev/null
+++ b/lastfm_flickr_search.user.js
@@ -0,0 +1,40 @@
+// ==UserScript==
+// @name Last.FM Events - Search My Flickr
+// @namespace http://www.ebotunes.com
+// @description ... |
lizconlan/textmate-settings | eb47bca77b8d3065a453a2ea8a37adc121057726 | large print file drawer | diff --git a/English.lproj/Project.nib/designable.nib b/English.lproj/Project.nib/designable.nib
new file mode 100644
index 0000000..07f1c93
--- /dev/null
+++ b/English.lproj/Project.nib/designable.nib
@@ -0,0 +1,2389 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" vers... |
lizconlan/textmate-settings | f79c4d18a3edfdb759392d153fd48d7dd964fd05 | ignoring things | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..496ee2c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
|
mthurlin/gevent-MySQL | 3c18b0ef54db5f6478179cdbbcb1c76efd0c59e7 | Turn off SSL on client_capabilities. | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index 1dab43c..52f256a 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,404 +1,406 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | 6625e0b5ea7d49d61a0ef73fab8bec4daf7e533f | setup.py pep8 fixes | diff --git a/setup.py b/setup.py
index 77c409e..eb47992 100755
--- a/setup.py
+++ b/setup.py
@@ -1,19 +1,24 @@
#! /usr/bin/env python
from setuptools import setup
from distutils.extension import Extension
VERSION = '0.0.1'
+DESCRIPTION = """\
+A gevent (http://www.gevent.org) adaption of the asynchronous MySQ... |
mthurlin/gevent-MySQL | 5db3de7a0816a1baac37f638d842cba3c08b1426 | Don't use cython in setup.py because .c file exists | diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755
index 6fa6f45..77c409e
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,19 @@
-from distutils.core import setup
-from distutils.extension import Extension
-from Cython.Distutils import build_ext
-
-VERSION = '0.0.1'
-
-setup(
- name = "gevent-MySQL",
... |
mthurlin/gevent-MySQL | fa2f20ad868973718080f64b14f7f12ec2c516b5 | added binary/blob field's tests. | diff --git a/test/testmysql.py b/test/testmysql.py
index 62c2480..b6c0e44 100644
--- a/test/testmysql.py
+++ b/test/testmysql.py
@@ -93,521 +93,561 @@ class TestMySQL(unittest.TestCase):
def query(s):
cnn = dbapi.connect(host = DB_HOST, user = DB_USER,
password = D... |
mthurlin/gevent-MySQL | dd17caca3b4ef2935238276c905ad5636abd93ff | avoid decoding binary strings. | diff --git a/lib/geventmysql/geventmysql._mysql.pyx b/lib/geventmysql/geventmysql._mysql.pyx
index 6c2465d..0ea1385 100644
--- a/lib/geventmysql/geventmysql._mysql.pyx
+++ b/lib/geventmysql/geventmysql._mysql.pyx
@@ -486,712 +486,713 @@ cdef class Buffer:
s = self._buff[self._position] + (self._buff[self.... |
mthurlin/gevent-MySQL | 8380290de33764ca2376b20b55327444c5a32094 | added binary/blob field's tests. | diff --git a/test/testmysql.py b/test/testmysql.py
index 62c2480..b6c0e44 100644
--- a/test/testmysql.py
+++ b/test/testmysql.py
@@ -93,521 +93,561 @@ class TestMySQL(unittest.TestCase):
def query(s):
cnn = dbapi.connect(host = DB_HOST, user = DB_USER,
password = D... |
mthurlin/gevent-MySQL | 162d098e3d4f8d97d27d3d6676f3c0afb38d9f16 | avoid decoding binary strings. | diff --git a/lib/geventmysql/geventmysql._mysql.pyx b/lib/geventmysql/geventmysql._mysql.pyx
index 6c2465d..0ea1385 100644
--- a/lib/geventmysql/geventmysql._mysql.pyx
+++ b/lib/geventmysql/geventmysql._mysql.pyx
@@ -486,712 +486,713 @@ cdef class Buffer:
s = self._buff[self._position] + (self._buff[self.... |
mthurlin/gevent-MySQL | 4380fc7961711f4f8a1588a99374ed92a49daa2b | Windows specific errors are only checked if running win32. | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index 2702603..1dab43c 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,397 +1,404 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | c68dfa247f5b7c9f9a673b26a8e93e02033cb03d | Make sure host in Connection.connect is a str. Otherwise addr isn't set | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index af94979..2702603 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,397 +1,397 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | 6607598a1157eed970ff98cd2c7c4e265e980145 | Make sure host in Connection.connect is a str. Otherwise addr isn't set | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index af94979..2702603 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,397 +1,397 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | e191afada185cf90e8904fc226352ee2565cb0da | Corrected problem when using %s in string arguments. | diff --git a/lib/geventmysql/__init__.py b/lib/geventmysql/__init__.py
index b847e12..cda7df7 100644
--- a/lib/geventmysql/__init__.py
+++ b/lib/geventmysql/__init__.py
@@ -1,228 +1,227 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the ... |
mthurlin/gevent-MySQL | 2a911f0f118a34d94a9365d5c25dd47f6ba14962 | Changed "passwd" to "password" to conform to DBAPI-spec | diff --git a/examples/benchmark.py b/examples/benchmark.py
index f3e9b0a..331f88d 100644
--- a/examples/benchmark.py
+++ b/examples/benchmark.py
@@ -1,28 +1,28 @@
import geventmysql
import time
import os
import gevent
curtime = time.time if os.name == "posix" else time.clock
C = 50
N = 1000
... |
mthurlin/gevent-MySQL | 0f8cadcc4369db1afe664d498c3ad5987d418f9e | Fixed missing gevent import | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index bd16e0b..09d572f 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,389 +1,390 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | cf5ed52aa09abe8eaf0f04fcd99edc70af290355 | Escaping speedup | diff --git a/lib/geventmysql/__init__.py b/lib/geventmysql/__init__.py
index 0031521..b847e12 100644
--- a/lib/geventmysql/__init__.py
+++ b/lib/geventmysql/__init__.py
@@ -1,244 +1,228 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the ... |
mthurlin/gevent-MySQL | 6d2a93e617d280eed122c0c53afe6e1f1110d375 | More pythonic list append.. | diff --git a/examples/benchmark.py b/examples/benchmark.py
index 45e09b0..f3e9b0a 100644
--- a/examples/benchmark.py
+++ b/examples/benchmark.py
@@ -1,31 +1,28 @@
import geventmysql
import time
import os
import gevent
curtime = time.time if os.name == "posix" else time.clock
C = 50
N = 1000
... |
mthurlin/gevent-MySQL | 27abaa20fc8f186815016de2e47e77fdc54bb705 | Benchmark example | diff --git a/examples/benchmark.py b/examples/benchmark.py
new file mode 100644
index 0000000..45e09b0
--- /dev/null
+++ b/examples/benchmark.py
@@ -0,0 +1,31 @@
+import geventmysql
+import time
+import os
+import gevent
+
+curtime = time.time if os.name == "posix" else time.clock
+
+
+C = 50
+N = 1000
+
+
... |
mthurlin/gevent-MySQL | 962d7524018fd5940696508303b4d17d2fe484eb | Added tests | diff --git a/test/gevent_test.sql b/test/gevent_test.sql
new file mode 100644
index 0000000..f70e4b9
--- /dev/null
+++ b/test/gevent_test.sql
@@ -0,0 +1,21 @@
+use gevent_test;
+
+CREATE TABLE `tbltest` (
+ `test_id` int(11),
+ `test_string` varchar(1024),
+ `test_blob` longblob
+) ENGINE=MyISAM DEFAULT CHARSET=lati... |
mthurlin/gevent-MySQL | 41b50bcd8c086b0dd1b1e593e3cd0e9425fa69f1 | Fixed a reference to TimeoutError | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index 2a1cd40..bd16e0b 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,389 +1,389 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | 693b00fd8a9c16e38f33c3626ac2d6f233307651 | Added property for capacity | diff --git a/lib/geventmysql/geventmysql._mysql.pyx b/lib/geventmysql/geventmysql._mysql.pyx
index 68881b6..5e8f762 100644
--- a/lib/geventmysql/geventmysql._mysql.pyx
+++ b/lib/geventmysql/geventmysql._mysql.pyx
@@ -1,1165 +1,1171 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concu... |
mthurlin/gevent-MySQL | 71ffaadb2b0fee9bdc9c341661867f8d8fbb65fa | Removed debug timeout | diff --git a/lib/geventmysql/client.py b/lib/geventmysql/client.py
index 82ffc62..2a1cd40 100644
--- a/lib/geventmysql/client.py
+++ b/lib/geventmysql/client.py
@@ -1,389 +1,389 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the New BSD ... |
mthurlin/gevent-MySQL | 20cefac45802e2bfe817c9ef488f94a7efe01c19 | Fixed reference to TaskletExit | diff --git a/lib/geventmysql/__init__.py b/lib/geventmysql/__init__.py
index e80c251..0031521 100644
--- a/lib/geventmysql/__init__.py
+++ b/lib/geventmysql/__init__.py
@@ -1,243 +1,244 @@
# Copyright (C) 2009, Hyves (Startphone Ltd.)
#
# This module is part of the Concurrence Framework and is released under
# the ... |
JoseBlanca/psubprocess | c824ad843fc1dd045cb4e3fd0deddae312ac870c | bugfix: config_job_file closed before using it | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index dc7abab..584d4a3 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,334 +1,335 @@
'''The main aim of this module is to provide an easy way to launch condor jobs.
Condor is a specialized workload management... |
JoseBlanca/psubprocess | 020a56c487cc159e7375d5e7a90bf874d534bb43 | Added bam splitter and joiner | diff --git a/psubprocess/bam.py b/psubprocess/bam.py
index ed28468..f1ec791 100644
--- a/psubprocess/bam.py
+++ b/psubprocess/bam.py
@@ -1,53 +1,91 @@
'''
Utils to split and join bams
Created on 06/09/2010
@author: peio
'''
-from psubprocess.utils import call
+from psubprocess.utils import call, get_fhand
+fro... |
JoseBlanca/psubprocess | 7ec8a276c812748b329d67793c49db4678cd5bf6 | Added splitter for bam files | diff --git a/psubprocess/bam.py b/psubprocess/bam.py
new file mode 100644
index 0000000..ed28468
--- /dev/null
+++ b/psubprocess/bam.py
@@ -0,0 +1,53 @@
+'''
+Utils to split and join bams
+
+Created on 06/09/2010
+
+@author: peio
+'''
+from psubprocess.utils import call
+
+
+def bam2sam(bam_fhand, sam_fhand):
+ '''I... |
JoseBlanca/psubprocess | ead40b3a68ecd9689343cc2a853374fa72cca936 | bugfix: program version is taken from psubprocess.__init__ | diff --git a/setup.py b/setup.py
index 066866d..8b8f0ae 100644
--- a/setup.py
+++ b/setup.py
@@ -1,73 +1,75 @@
'''
Created on 25/03/2009
@author: jose blanca
'''
#taken from django-tagging
import os
from distutils.core import setup
+import psubprocess
+
PACKAGE_DIR = 'psubprocess'
SCRIPTS_DIR = 'script... |
JoseBlanca/psubprocess | b5cd16022708982562b75587224ae8a3d68da2ad | version 0.1.1 | diff --git a/psubprocess/__init__.py b/psubprocess/__init__.py
index 0a6bcc0..2272ba3 100644
--- a/psubprocess/__init__.py
+++ b/psubprocess/__init__.py
@@ -1,7 +1,9 @@
'Some magic to get a nicer interface'
+__version__ = '0.1.1'
+
from . import prunner
from . import condor_runner
Popen = prunner.Popen
-CondorP... |
JoseBlanca/psubprocess | 2c3ca08a8fbf795aff4c5cc35da1e3ca6aa5e947 | added an splitter for items separated by blank lines | diff --git a/psubprocess/splitters.py b/psubprocess/splitters.py
index 233a900..caae9a1 100644
--- a/psubprocess/splitters.py
+++ b/psubprocess/splitters.py
@@ -1,264 +1,266 @@
'''
Created on 03/12/2009
@author: jose
'''
# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valencia
# This file... |
JoseBlanca/psubprocess | cb2127cc5241447fa3632227b845966241679e2e | added an splitter for items separated by blank lines | diff --git a/psubprocess/splitters.py b/psubprocess/splitters.py
index 2857424..233a900 100644
--- a/psubprocess/splitters.py
+++ b/psubprocess/splitters.py
@@ -1,234 +1,264 @@
'''
Created on 03/12/2009
@author: jose
'''
# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valencia
# This file... |
JoseBlanca/psubprocess | 2f102d750c30d41b72cc587a5ca404e92e71cf5e | setup moved to distutils | diff --git a/setup.py b/setup.py
index ca67e08..066866d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,73 +1,73 @@
'''
Created on 25/03/2009
@author: jose blanca
'''
#taken from django-tagging
import os
+from distutils.core import setup
PACKAGE_DIR = 'psubprocess'
SCRIPTS_DIR = 'scripts'
def fullsplit(pa... |
JoseBlanca/psubprocess | b0b0bde9ad07fddf7a6ad94723ac0e5e9259543e | build dirs added to gitignore | diff --git a/.gitignore b/.gitignore
index 57ea1eb..9ae73c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
.project
.pydevproject
*.pyc
*.tar.gz
doc/_build/
doc/downloads/
+build/
+dist/
+psubprocess.egg-info/
|
JoseBlanca/psubprocess | ec8f7a40ce89c9c9a36dab10124705427fc25287 | downloads added to git ignore | diff --git a/.gitignore b/.gitignore
index d03b75e..57ea1eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
.project
.pydevproject
*.pyc
*.tar.gz
+doc/_build/
+doc/downloads/
|
JoseBlanca/psubprocess | 192516192e45d7c7acc9c405b975f84768dc8f68 | tar.gz added to git ignore | diff --git a/.gitignore b/.gitignore
index a9af213..d03b75e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
.project
.pydevproject
+*.pyc
+*.tar.gz
|
JoseBlanca/psubprocess | 6d2c389f82edc5f0ed79480d6d3e0fc76d115f9a | added .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a9af213
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.project
+.pydevproject
|
JoseBlanca/psubprocess | ab951c652f93484898326daa4142cdb190495ed7 | bug fix: too many open files, python 2.6 required | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index d4ed412..dc7abab 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,334 +1,334 @@
'''The main aim of this module is to provide an easy way to launch condor jobs.
Condor is a specialized workload management... |
JoseBlanca/psubprocess | 526dc898e76f559989fb8f296dd8c5bd792cf4a7 | the registered spliter can now be called using the cmd_def | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 1fb2543..45a13df 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,487 +1,496 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | 1849b09fdac302aa9da116d3cf3d2bb22bd78159 | improved setup.py | diff --git a/setup.py b/setup.py
index 6370d93..ca67e08 100644
--- a/setup.py
+++ b/setup.py
@@ -1,20 +1,73 @@
'''
Created on 25/03/2009
@author: jose blanca
'''
+#taken from django-tagging
+
+import os
+
+PACKAGE_DIR = 'psubprocess'
+SCRIPTS_DIR = 'scripts'
+
+def fullsplit(path, result=None):
+ """
+ Sp... |
JoseBlanca/psubprocess | c0e49963bd9080310ce97b21ae82240a5ee4fb6c | now the cmd_def can be given in the command line | diff --git a/psubprocess/cmd_def_from_cmd.py b/psubprocess/cmd_def_from_cmd.py
new file mode 100644
index 0000000..eb62a4e
--- /dev/null
+++ b/psubprocess/cmd_def_from_cmd.py
@@ -0,0 +1,65 @@
+'''
+Created on 22/12/2009
+
+@author: jose
+'''
+
+# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valenc... |
JoseBlanca/psubprocess | 1223502b3c36205ecc999676422107e550ed0843 | unknown changes | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 8125dfe..8e62ad0 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,479 +1,484 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | b4572635a28686bb0a4529cfba2073e339ed73e3 | too many open files bug reproduced | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index d3212fe..d4ed412 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,339 +1,334 @@
'''The main aim of this module is to provide an easy way to launch condor jobs.
Condor is a specialized workload management... |
JoseBlanca/psubprocess | 95b7f40fed3d181c5f45e5312545b69ca6923fa7 | some minor cleaning in the condor job file writer | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index 2a280f2..d3212fe 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,340 +1,339 @@
'''The main aim of this module is to provide an easy way to launch condor jobs.
Condor is a specialized workload management... |
JoseBlanca/psubprocess | 60c304c54d8e64a24e74c87044336c3c6f0c8586 | refactoring of the splitter functions and adding of a new fastq splitter | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 5601d52..ca180e1 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,674 +1,480 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | 5330f5004ac023961cf0de40e3dc5abe168b742d | simplyfied call function | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index 6c45507..2a280f2 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,339 +1,340 @@
'''The main aim of this module is to provide an easy way to launch condor jobs.
Condor is a specialized workload management... |
JoseBlanca/psubprocess | 33450c2f9a37b61dca78a31c34a8f052ce5c45ec | add #!/usr/bin/env python to the scripts | diff --git a/scripts/run_in_parallel.py b/scripts/run_in_parallel.py
index a1aa3ce..ed0e798 100644
--- a/scripts/run_in_parallel.py
+++ b/scripts/run_in_parallel.py
@@ -1,117 +1,118 @@
+#!/usr/bin/env python
'''This script allows the easy parallelization of command line utilities.
If you have command that process a... |
JoseBlanca/psubprocess | 14b9d61c9050d126e9c23eba7b01bdcb7e7f74ff | bug fix. condor does not like os.symlink | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 8ecacbe..5601d52 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -125,549 +125,550 @@ class Popen(object):
stderr -- a fhand to store the stderr (default None)
stdin -- a fhand with the stdin (default None)
... |
JoseBlanca/psubprocess | f4bc17ccff03a33070022007e616f7dd95c01fa3 | the streams with no_split are not split now | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 7412f7c..8ecacbe 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,658 +1,673 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | 8f7e6dba187ad23c12f471b6f61040643097f30a | Some kill bugfixes and tests | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index dd2d938..7412f7c 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,649 +1,658 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | f465f1b38724e40e18be7410a216610b214d3268 | More documentation written | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index efd6a26..dd2d938 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,536 +1,542 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | f7235dc3729093dfb1c5bf7e018e53f19301d66f | Documentation added to the condor_runner module | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index 4882050..6c45507 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,298 +1,339 @@
-'''It launches processes using Condor with an interface similar to Popen
+'''The main aim of this module is to provide an easy... |
JoseBlanca/psubprocess | 1a45c629502ffacd0c0b9c968a03838a6747b34d | Several bugs in the parallel splitter fixed | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index 5baebeb..4882050 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,284 +1,298 @@
'''It launches processes using Condor with an interface similar to Popen
Created on 14/07/2009
@author: jose
'''
# C... |
JoseBlanca/psubprocess | 23767565b5d0a8ad955a32c80f0efe05d5276ceb | Now the job requirement options can be set for condor | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index 3e050c3..5baebeb 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,278 +1,284 @@
'''It launches processes using Condor with an interface similar to Popen
Created on 14/07/2009
@author: jose
'''
# C... |
JoseBlanca/psubprocess | 5b7d624ddf056b08bc33101a09af9230a2b18c33 | The condor_log file can be now set in run_with_condor | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index dc2d65a..3e050c3 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,275 +1,278 @@
'''It launches processes using Condor with an interface similar to Popen
Created on 14/07/2009
@author: jose
'''
# C... |
JoseBlanca/psubprocess | 3b22ca66e59001ddb5ab3dfae73da51d42bdd35e | In condor the binary should have an absolute path. That is now fixed. | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index efdd4d5..dc2d65a 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,260 +1,275 @@
'''It launches processes using Condor with an interface similar to Popen
Created on 14/07/2009
@author: jose
'''
# C... |
JoseBlanca/psubprocess | e36b3baf78abccbb2fe7a06baa112160cb19bf4b | Added a script to run commands using condor | diff --git a/scripts/run_with_condor.py b/scripts/run_with_condor.py
new file mode 100644
index 0000000..d650b40
--- /dev/null
+++ b/scripts/run_with_condor.py
@@ -0,0 +1,92 @@
+'''
+Created on 21/07/2009
+
+@author: jose
+'''
+
+# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valencia
+# This file... |
JoseBlanca/psubprocess | e29c056bbf0bc322dff1e565d6cedafd5b4a2929 | The input files created for the subjobs now have the same mode as the input files for the main cmd | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 9ae4304..9b3d6c1 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,631 +1,639 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
This module is usef... |
JoseBlanca/psubprocess | fb8417aca8cbfbaa5bbdc6973da4ad23bee025ac | Documentation added | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index ff9fcb8..9ae4304 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,590 +1,631 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
-Created on 16/07/20... |
JoseBlanca/psubprocess | 061900658c931fa91966dfe7168c6dd0bfc92b14 | Some bug fixes | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 8d4e6c5..ff9fcb8 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,590 +1,590 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
Created on 16/07/20... |
JoseBlanca/psubprocess | c858aa4d61f8601dab84562e9f59daec30ebdc96 | The package is named psubprocess | diff --git a/setup.py b/setup.py
index 522c88c..6370d93 100644
--- a/setup.py
+++ b/setup.py
@@ -1,20 +1,20 @@
'''
Created on 25/03/2009
@author: jose blanca
'''
from setuptools import setup
setup(
# basic package data
- name = "subprocess",
+ name = "psubprocess",
version = "0.0.1",
auth... |
JoseBlanca/psubprocess | e90951b425d1b02c8555337a892809eff43975a7 | Added an script to run the commands in parallel | diff --git a/scripts/__init__.py b/scripts/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/scripts/run_in_parallel.py b/scripts/run_in_parallel.py
new file mode 100644
index 0000000..399fe56
--- /dev/null
+++ b/scripts/run_in_parallel.py
@@ -0,0 +1,102 @@
+'''
+Created on 21/07/2009
+
+@author: jos... |
JoseBlanca/psubprocess | 8ae3f627a55b38e8486cc763286f3c5d4e0f409b | Now the parallel popen can kill all subjbos. | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index 4ce511d..8d4e6c5 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -61,513 +61,530 @@ def NamedTemporaryFile(dir=None, delete=False, suffix=''):
#python 2.6 this function should be removed
#pylint: disable-msg=C0103
#pyl... |
JoseBlanca/psubprocess | 707f83bb021652579aa548ecd0fb1d3e57c8a82f | Added a test for returncode in prunner | diff --git a/test/prunner_test.py b/test/prunner_test.py
index 7330e85..df3db46 100644
--- a/test/prunner_test.py
+++ b/test/prunner_test.py
@@ -1,154 +1,166 @@
'''
Created on 16/07/2009
@author: jose
'''
# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valencia
# This file is part of psub... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.