Commit Graph

  • 9eefb36a01 travis-ci: remove osx, python builds not supported there master Mark Charney 2017-06-13 08:49:37 -0400
  • 064d7d1a3a travis-ci: trying to add osx and linux Mark Charney 2017-06-13 08:36:57 -0400
  • 71cf3a1d5c travis.yml: adding more tests Mark Charney 2017-06-13 08:27:33 -0400
  • 277d17d661 travis-ci: add multiple python versions Mark Charney 2017-06-13 08:19:17 -0400
  • 62b09da335 util.py: read hashes file with rb Mark Charney 2017-06-12 17:02:18 -0400
  • 4347e71179 Merge pull request #13 from intelxed/python3 Mark Charney 2017-06-12 16:26:52 -0400
  • 46e7005556 use is_stringish() to avoid bytes vs str tests everywhere Mark Charney 2017-06-12 08:11:49 -0400
  • 3e45dfe393 env: bytes/str confusion Mark Charney 2017-06-11 11:49:48 -0400
  • 7e2a108bd1 timed4 test fix. no stderr from python functions Mark Charney 2017-06-09 23:13:46 -0400
  • f337fd5045 spew test update print_function Mark Charney 2017-06-09 22:59:41 -0400
  • 5989d5606b env.py: file() -> open(), comments about possible PY3 mods Mark Charney 2017-06-09 22:58:34 -0400
  • 447934df65 stdin test: use right kw arg, pass filename not stream Mark Charney 2017-06-09 22:58:23 -0400
  • f667f9c314 util: add list() around map() usage Mark Charney 2017-06-09 22:49:18 -0400
  • cfef9d3743 tests: fixing prints Mark Charney 2017-06-09 21:42:47 -0400
  • ad615f1fde work_queue dump output ensure_string() for bytes Mark Charney 2017-06-09 21:36:54 -0400
  • 76927e29a9 nodag test: add import find Mark Charney 2017-06-09 21:31:32 -0400
  • 3b2c33a43c negtime test. print_function Mark Charney 2017-06-09 21:30:35 -0400
  • 82898b9c0c util: replace file() with open() Mark Charney 2017-06-09 21:22:08 -0400
  • 802eafdefe add universal_newlines=True to Popen() cmds Mark Charney 2017-06-09 21:09:45 -0400
  • 0a84755ae3 tests fixup print() and windows-onlyness Mark Charney 2017-06-09 20:45:52 -0400
  • ca1d2c8819 winreg vs _winreg Mark Charney 2017-06-09 20:36:21 -0400
  • a64903656b using atexit for dag signature writing instead of __del__ (from original py3 port) Mark Charney 2017-06-09 20:25:10 -0400
  • d79825e036 fix termination API for task queues. (from original py3 mbuild port) Mark Charney 2017-06-09 20:20:58 -0400
  • 35af85c723 workqueue: string or bytes test and encoding string before hashing Mark Charney 2017-06-09 20:12:22 -0400
  • c4994e2593 work_queue: latent bug missing underscore on one call to _extend_output() Mark Charney 2017-06-09 20:08:37 -0400
  • b263729d83 dag: replace x.itervalues() with iter(x.values()) Mark Charney 2017-06-09 20:04:55 -0400
  • e9f6ab90b1 replace map(lambda x with [ ... for x in lst] Mark Charney 2017-06-09 20:00:31 -0400
  • 7a97205bc5 scanner: file open idiom Mark Charney 2017-06-09 19:40:46 -0400
  • 603080cea3 hash_file() mods replacing file(x).readlines(). Mark Charney 2017-06-09 19:37:22 -0400
  • 7655ac754a "or isinstance(x,str)" needed for some things that were isinstance(x,bytes). suspect more issues Mark Charney 2017-06-09 19:22:33 -0400
  • a6e0393391 diteritems() -> iter(d.items()) Mark Charney 2017-06-09 19:14:59 -0400
  • 894520a0a0 add ensure_string() to output of subprocess. Mark Charney 2017-06-09 17:48:09 -0400
  • 3d5252e069 fix isinstance() types.ListType (etc.) strings -> bytes. kept types.FunctionType Mark Charney 2017-06-09 17:36:02 -0400
  • c5e76d288c fixing indentation, more imports, module refs. Mark Charney 2017-06-09 17:06:59 -0400
  • ad99c936c7 py3 port. print function and imports fixes. Queue name. Exception syntax Mark Charney 2017-06-09 16:51:07 -0400
  • abafe5a6f6 remove a dead fn. add a comment Mark Charney 2017-04-07 12:29:13 -0400
  • 26a0d75aa8 msvs2017 tweak to allow build from msvs-initialized env Mark Charney 2017-04-05 14:04:59 -0400
  • 1d99e0e5b4 work_queue: indenting Mark Charney 2017-02-13 09:55:47 -0500
  • 72ddfc2a35 First cut at msvs2017 (dev15) support Mark Charney 2017-03-31 14:12:01 -0400
  • b8b53c1c6d msvs support for MSVS2015 (dev14) with various SDK versions Mark Charney 2017-01-09 16:32:46 -0500
  • 488c420bff fixed build on FX-6300 mrexodia 2016-12-23 09:01:12 +0100
  • c795fbf0d6 rename LICENSE.txt -> LICENSE Mark Charney 2016-12-20 14:24:01 -0500
  • 3f9186ef2b Merge pull request #2 from nonakap/fix/build_on_netbsd Mark Charney 2016-12-19 22:49:01 -0500
  • fbbfee364e Merge pull request #6 from rscohn2/feature/appveyor Mark Charney 2016-12-19 19:13:20 -0500
  • 3da6256d77 replace linux-only command Robert Cohn 2016-12-19 23:36:03 +0000
  • 8c39a21b2d add appveyor Robert Cohn 2016-12-19 23:31:15 +0000
  • 56d27826b1 Merge pull request #5 from intelxed/mjc/term-race Mark Charney 2016-12-19 14:09:06 -0500
  • 91ac8807d2 fixed termination race condition by not clearing thread list Mark Charney 2016-12-19 13:59:34 -0500
  • 939b4838b9 Merge pull request #3 from rscohn2/feature/travisci Mark Charney 2016-12-19 08:54:37 -0500
  • fd59eb3763 test on linux with travis-ci Robert Cohn 2016-12-19 12:11:07 +0000
  • 2af18deca0 fix build on NetBSD/amd64. Kimihiro Nonaka 2016-12-19 17:09:03 +0900
  • 341ed15927 Merge pull request #1 from rscohn2/patch-1 markcharney 2016-12-16 12:35:46 -0500
  • 27925f4c0f correct formatting issue in README.md rscohn2 2016-12-16 09:28:00 -0500
  • 52ceb3152e initial commit Mark Charney 2016-12-15 14:25:06 -0500