Commit graph

457 commits

Author SHA1 Message Date
paulmueller
b2ed176827 travis: system-site-packages 2015-05-12 11:00:12 +02:00
paulmueller
84244fdc4e install missing modules 2015-05-12 10:48:22 +02:00
paulmueller
e751d04c5e trying to test on travis ci, replace localhost by 0.0.0.0, see travis-ci/travis-ci#1304 2015-05-12 00:06:54 +02:00
paulmueller
312b3ee219 travis with apt-get 2015-05-11 23:53:23 +02:00
Paul Müller
7f2540ea24 added pool.map example 2015-05-07 13:39:51 +02:00
Paul Müller
be65d0bd4a map works for python2 2015-05-07 13:35:01 +02:00
Paul Müller
156bd41b80 proof of concept map with jm 2015-05-07 00:18:39 +02:00
Paul Müller
134765f661 trying to write mp.pool alternative with jm 2015-05-07 00:01:54 +02:00
Paul Müller
39b9baa705 copy docstring of decorated function to decorator 2015-05-06 21:31:07 +02:00
Paul Müller
4a8169c283 travis trigger build 2015-04-28 10:40:26 +02:00
Paul Müller
547448a9a8 travis: manually select python version 2015-04-26 18:47:44 +02:00
Paul Müller
2f920de909 travis: sudo for each command 2015-04-26 18:43:24 +02:00
Paul Müller
0f0e3a2830 travis: try all sudo 2015-04-26 18:36:04 +02:00
Paul Müller
9c43a60fd6 travis failing, try root 2015-04-26 18:32:42 +02:00
Paul Müller
1c9bda128a travis: typo in setup.py 2015-04-26 16:37:55 +02:00
Paul Müller
8831ac3d4f travis: need to use conda 2015-04-26 16:35:02 +02:00
Paul Müller
b34ffd6b24 travis: no system site packages 2015-04-26 16:20:52 +02:00
Paul Müller
7e16b579b6 travis virtualenv 2015-04-26 16:11:19 +02:00
Paul Müller
ecd917cf42 travis miniconda no needed 2015-04-26 16:10:11 +02:00
Paul Müller
864a903985 travis verbose 2015-04-26 16:05:40 +02:00
Paul Müller
f9fb4b9ca0 shields 2015-04-26 16:01:07 +02:00
Paul Müller
96c02df82e travis update 2015-04-26 15:55:20 +02:00
Paul Müller
877cfe94c6 travis sudo 2015-04-26 15:53:25 +02:00
Paul Müller
5e557170f4 travis edit 2015-04-26 15:51:22 +02:00
Paul Müller
ffdf9b827b travis on linux 2015-04-26 15:50:18 +02:00
Paul Müller
06bc6d4521 travis initial commit 2015-04-26 15:49:36 +02:00
Paul Müller
c653744296 Merge pull request #3 from cimatosa/master
Merge vefor travis tests
2015-04-26 15:46:17 +02:00
Paul Müller
3a9204e0c3 fix MANIFET.in 2015-04-09 17:54:06 +02:00
Paul Müller
dee5cea92f commit update 2015-04-08 23:32:51 +02:00
cimatosa
c382fd9734 fixed 'reset_bold widely not supported issue' 2015-04-07 13:47:18 +02:00
Paul Müller
2723a86865 Merge pull request #2 from cimatosa/master
merge from upstream
2015-04-03 16:41:05 +02:00
Paul Müller
710f363651 Merge pull request #20 from paulmueller/master
Merge pull request #1 from cimatosa/master
2015-04-03 16:39:41 +02:00
Paul Müller
6c81095509 better automated doc upload 2015-04-03 11:21:08 +02:00
Paul Müller
7fc6f9ab46 prevents accidental double build of docs 2015-04-03 11:10:57 +02:00
Paul Müller
0770540ab1 Merge pull request #1 from cimatosa/master
merge from upstream
2015-04-03 09:49:43 +02:00
Paul Müller
fecb333060 added info for building and uploading documentation 2015-04-03 09:37:21 +02:00
Paul Müller
1a2ee4124e remove artifacts from gh-pages generation 2015-04-03 09:34:33 +02:00
Paul Müller
2f0071ff75 ignore hidden files 2015-04-03 09:19:37 +02:00
Paul Müller
dde1605937 minor edit 2015-04-03 09:18:20 +02:00
Paul Müller
3210cec3c9 gh-pages script 2015-04-03 09:06:35 +02:00
Paul Müller
2b552a4e2f added gh-pages script 2015-04-03 08:54:21 +02:00
Paul Müller
72eade51e0 building docs requires package numpydoc. Added viewcode mod. 2015-04-03 08:28:54 +02:00
Paul Müller
49ecd70e2f Initial sphinx documentation. 2015-04-03 08:17:37 +02:00
Richard Hartmann
ae3cd03d99 made some more changes when dealing with Socket Exception to work with python2 also 2015-04-02 16:52:29 +02:00
Richard Hartmann
cc9e5d441d new queue put/get Error handling (from cima_working) 2015-04-02 09:33:04 +02:00
cimatosa
0f79fe2058 minor code formatting 2015-04-01 15:18:09 +02:00
cimatosa
c71eb3575c some PB fancy output formatting 2015-04-01 14:40:01 +02:00
cimatosa
c6a142af08 python2.7 hack to make math.ceil return an integer 2015-04-01 13:37:16 +02:00
cimatosa
e17992d0c2 got fancy ProgressBar and related stuff from cima_working 2015-04-01 13:29:31 +02:00
cimatosa
78efd43dc2 make progressBar aware of terminal resize, added percentage to progressBarFanc, fixed some tty reservation related issues 2015-04-01 13:24:35 +02:00