Commit Graph

  • 1b6a3580cc Fix BrokenPipeError when piping kbinxml output master v2.1 William Toohey 2024-04-28 10:54:05 +1000
  • b1cb927fd2 Remove py2 support, format code, add type annotations, convert illegal node names 2.0 William Toohey 2023-10-26 18:02:31 +1000
  • 3a7f038c70 Merge branch 'master' of https://github.com/mon/kbinxml William Toohey 2023-07-13 21:09:24 +1000
  • ae7c172820 Be more lenient when decoding malformed strings William Toohey 2023-07-13 21:09:15 +1000
  • 718d4c8478 testcases: update output kbin for array alignmen test Shiz 2023-06-03 03:16:47 +0200
  • 0ca9ac4cb2 testcases: update output kbin for array alignmen test Shiz 2023-06-03 03:16:47 +0200
  • ce3c47325f
    Merge pull request #7 from Shizmob/feature/array-alignment-testcase Will 2023-06-03 10:11:54 +1000
  • 48db748632 testcases: add array packing/alignment test case Shiz 2023-06-02 14:37:45 +0200
  • b847de5453 Bump version to 1.7 1.7 William Toohey 2021-05-03 22:33:39 +1000
  • 5707a6bf8b is_binary_xml: don't explode on too-short inputs William Toohey 2021-05-03 22:32:27 +1000
  • 3cbc3179a8 Support namespace deserialisation William Toohey 2020-07-10 10:23:36 +1000
  • b1339d6c4b Fix strings with extra NUL padding William Toohey 2020-07-10 09:26:55 +1000
  • ca4a6e309e re-add 0x00 encoding William Toohey 2018-06-19 16:26:43 +1000
  • 8784a76672 ISO 8859 was also wrong William Toohey 2018-06-15 15:58:32 +1000
  • 68166ea9ab I was using the wrong encoding the whole time 1.6 William Toohey 2018-06-15 15:08:42 +1000
  • fed34e0943 Fix python 2 (again) William Toohey 2018-05-31 15:23:29 +1000
  • 042323917c Drop bitarray requirement 1.5 William Toohey 2018-05-25 23:59:55 +1000
  • dccacdb6e6 Fix python2 (again) 1.4 William Toohey 2018-01-30 11:16:21 +1000
  • 50fa4b8d23 Support writing compressed tag names 1.3 William Toohey 2018-01-10 22:24:59 +1000
  • a4eb17c70b Speed improvements William Toohey 2018-01-09 21:25:56 +1000
  • acd3a4195d PyPi! 1.2 William Toohey 2018-01-09 17:05:30 +1000
  • 1fc6b47484 In-memory size calculation William Toohey 2018-01-09 16:55:13 +1000
  • a77eee91db
    Create LICENSE Will 2018-01-07 22:41:52 +1000
  • 4e53144e42 Simpler install guide William Toohey 2018-01-05 01:56:41 +1000
  • b7e7387031 Set encoding variable on plaintext input 1.1 William Toohey 2017-12-18 20:31:21 +1000
  • d17d979682 Now an installable package! William Toohey 2017-12-12 03:28:57 +1000
  • 0aaffee14f Minor readability improvements and bugfixes William Toohey 2017-12-08 00:13:42 +1000
  • e1cf85298e
    Fix a045 decoding Willy Lau 2017-11-16 21:38:22 -0500
  • a6c27eef65 Fix unicode in attr values William Toohey 2017-07-21 01:00:13 +1000
  • d4514ea4be Switch to lxml, completely fix Unicode, add test cases William Toohey 2017-07-05 17:51:47 +1000
  • be1c9f9a8c Fix 1 byte sixbit names William Toohey 2017-06-28 20:47:05 +1000
  • 01eee84a1c Python 3 compatibility, fix decode errors. Closes #5 William Toohey 2017-06-26 19:39:53 +1000
  • e61daef7a3 More comprehensive test files and basic test script William Toohey 2017-06-26 19:34:06 +1000
  • 9a7b6abe10 Add test files and expected outputs - not passing yet William Toohey 2017-06-26 12:51:58 +1000
  • 88427291ff Fix missing ':' in sixbit encoder William Toohey 2017-06-22 00:34:01 +1000
  • d9fe9c7c3a Add README William Toohey 2017-06-22 00:17:34 +1000
  • 48d5a075b4 Rename main module for PEP William Toohey 2017-06-22 00:12:10 +1000
  • 84f6ffd116 Much needed cleanup/restructure William Toohey 2017-06-22 00:11:28 +1000
  • 6447b4cce4 Merge df48dc23a4 into d21602e149 Will Xyen L 2017-06-21 08:23:13 +0000
  • 6f62a2db64 Fix #1 (alignment) William Toohey 2017-06-21 18:22:46 +1000
  • df48dc23a4 Fix nodebuf offset Will Xyen L 2017-06-21 04:22:09 -0400
  • 5417bcfb45 Merge 47bf6952d1 into d21602e149 Will Xyen L 2017-06-21 08:18:13 +0000
  • 47bf6952d1 Cleanup buffere alignment Will Xyen L 2017-06-21 04:17:48 -0400
  • d21602e149 Merge pull request #2 from mon/fix-attributes Will 2017-06-20 23:35:04 +1000
  • 8195191489 Save attributes after node contents Will Xyen L 2017-06-20 06:46:34 -0400
  • c39b50a236 Fix various issues, move to class structure William Toohey 2017-06-13 23:52:50 +1000
  • d1e9ab72bf Initial commit William Toohey 2017-06-13 19:57:04 +1000