28faf72
Update the changelogs; sync README with docs on new Windows builds. by
2015-05-24 00:20:13 -0400
f0cacd5
Version bump to 0.4.1; fix broken sed commands in release.sh. by
2015-05-24 00:11:32 -0400
e49e1e6
Merge branch 'develop' by
2015-05-23 23:35:45 -0400
8f5f9b4
(tag: v0.4)
release/0.4 by
2015-05-23 23:35:42 -0400
432da12
Changelog update for 0.4. by
2015-05-23 23:29:15 -0400
ef18166
Update changelog following #94. by
2015-01-12 18:26:13 -0500
07a3d84
Merge pull request #94 from jayvdb/setup-compile-fallback-v040 by
2015-01-12 18:04:48 -0500
e71e7b4
Update copyright years for 2015; fix whitespace in docs. by
2015-01-12 02:40:40 -0500
4e8ce52
(refs/pull/94/head)
Support 'setup.py test' and test without extension by
2015-01-12 18:33:26 +1100
a64bae3
Add support for a NOWEB env var, update docs. by
2015-01-11 23:57:28 -0500
de325a0
Issue #26 Use pure python on compilation failure by
2015-01-10 15:53:48 +0700
d30222e
Fix integration docs based on README.md by
2014-12-28 15:56:18 -0500
69ef246
Merge pull request #92 from legoktm/patch-2 by
2014-12-28 15:51:56 -0500
c8b8cd6
(refs/pull/92/head)
Another thing missed in #91 by
2014-12-28 12:50:19 -0800
77644ea
lego missed a spot in #91 by
2014-12-28 15:42:04 -0500
c9ef040
lego missed a spot in #91 by
2014-12-28 15:41:25 -0500
e882500
Merge pull request #91 from legoktm/docs/print-func by
2014-12-28 15:32:22 -0500
0f16d0c
(refs/pull/91/head)
Target documentation for Python 3 usage by
2014-12-27 21:19:17 -0800
16ea817
Merge pull request #90 from ricordisamoa/patch-1 by
2014-12-25 02:25:21 -0500
53e92ae
(refs/pull/90/head)
Update README.rst for Pywikibot core by
2014-12-24 23:26:36 +0100
a00c645
Fix handling of tag closes within <nowiki> (fixes #89). by
2014-12-24 14:38:50 -0500
47b44a9
Add a failing test for #89. by
2014-12-24 13:19:24 -0500
5f6afe7
Fix version string to 0.4.dev0. by
2014-12-24 13:18:46 -0500
0ae8460
Add changelog entry for roundtripping tests. [skip ci] by
2014-10-24 16:33:50 -0500
45ed8c4
Merge branch 'feature/tables' into develop (closes #81) by
2014-10-24 16:23:48 -0500
a15f617
(refs/pull/81/head)
Minor bugfix. by
2014-10-24 03:43:22 -0500
9fc4b90
Refactor a lot of table error recovery code. by
2014-10-24 03:40:37 -0500
8480381
Credit for table parsing code. [skip ci] by
2014-10-23 21:53:55 -0500
fb26145
Port tokenizer updates to C. by
2014-10-23 21:40:50 -0500
4d40459
Update table tests to reflect new grammar. by
2014-10-23 21:27:55 -0500
640005d
Tokenizer cleanup; make inline table syntax invalid as it should be. by
2014-10-23 21:27:21 -0500
e1ebb59
Ensure token list is copied before being fed to the builder. by
2014-10-22 22:59:42 -0500
913ff59
Cleanup; add a missing test. by
2014-10-22 20:34:36 -0500
504b8ba
Add test code for a missing branch of Tag.wiki_markup.setter; cleanup. by
2014-10-22 19:22:50 -0500
5d29bff
Remove an incorrect usage of Py_XDECREF(). by
2014-10-22 19:04:11 -0500
457355d
Remove try/except that is impossible to fail inside of. by
2014-10-22 18:52:58 -0500
c638746
Add a test for tokenizer line 1384. by
2014-10-22 15:38:13 -0500
92cf8f2
Add a couple more tests involving templates. by
2014-10-22 15:13:53 -0500
7489253
Break at 80 cols for most lines. by
2014-10-19 21:45:17 -0500
67c2365
Merge branch 'develop' into feature/tables by
2014-10-19 20:49:28 -0500
bd85805
Add integration tests for token roundtripping. by
2014-10-19 20:49:16 -0500
b7c46a6
Add tables to changelog. by
2014-10-19 20:44:57 -0500
e446c51
Adjust table test labels for consistency. by
2014-10-19 01:51:44 -0500
810c24e
Don't check quotes when attributes are built from tokens. by
2014-10-19 01:11:46 -0500
32d8bc5
Merge pull request #83 from legoktm/patch-1 by
2014-08-03 02:26:00 -0400
cb875ae
(refs/pull/83/head)
Force opening README.rst as utf-8 by
2014-08-02 19:30:20 -0700
1a4c88e
Correctly handle no table endings by
2014-07-25 15:54:37 -0700
c802b1f
Change context to uint64_t by
2014-07-25 15:53:35 -0700
8dc70bc
Add test coverage by
2014-07-22 16:31:56 -0700
c631080
Fix C code to make declarations before statements by
2014-07-22 16:01:32 -0700
1b3e3c3
Change wiki tags to use style separators by
2014-07-22 15:17:51 -0700
213c105
Table tags are no longer self-closing by
2014-07-22 14:31:37 -0700
64869fe
Remove style test by
2014-07-22 12:23:44 -0700
7bbeb68
Fix ordering of tag representation by
2014-07-22 10:41:34 -0700
94a9e32
Add missing comma to test output. by
2014-07-21 15:51:59 -0400
0128b1f
Implement CTokenizer for tables by
2014-07-18 17:41:24 -0700
2d945b3
Use uint64_t for context by
2014-07-17 16:21:20 -0700
406dd3a
All tokenizer end methods return a stack by
2014-07-17 16:07:43 -0700
e6ec5dc
Refactor methods to avoid returning tuples by
2014-07-16 18:11:12 -0700
151a73e
Fix issue with incorrect table attributes by
2014-07-16 15:03:26 -0700
8b5d6f9
Changes to table close handling by
2014-07-16 14:31:40 -0700
457b224
Add padding to table cell tags by
2014-07-16 13:07:11 -0700
ddaa3ec
Reorder table tokenizer methods for forward declaration by
2014-07-16 12:28:40 -0700
842af20
fixed hacky table cell style exception, added tests by
2014-07-16 12:23:38 -0700
f1664a8
Updated row and table handling by
2014-07-16 10:00:58 -0700
ec08001
Tables and rows now use newline as padding by
2014-07-15 18:19:48 -0700
9e4bb0c
Clean up and style changes by
2014-07-15 15:45:53 -0700
d356a57
Added closing_wiki_markup support to Tag node by
2014-07-15 14:37:58 -0700
9f159ec
Add table start/row start style attribute support by
2014-07-15 13:32:33 -0700
0bba69d
Added tests/support for header cells by
2014-07-15 10:23:44 -0700
a13bc94
Started table cell attribute support by
2014-07-15 10:17:23 -0700
b7e40d7
Table cells now recurse by
2014-07-14 16:03:09 -0700
a8d2983
Started table parsing in PyTokenizer by
2014-07-14 10:37:36 -0700
87e0079
Take proper advantage of Sphinx's default domains. by
2014-07-11 00:30:47 -0400
2b1f7e5
Clean up/revise docs. by
2014-07-11 00:08:21 -0400
bbd4cd9
Add tests for some missed things in Wikicode. by
2014-07-10 23:35:36 -0400
e294ee6
Improve ListProxy detaching behavior. by
2014-07-10 22:34:51 -0400
6954480
Fix template parsing when comments are inside the name (fixes #59). by
2014-07-10 20:17:45 -0400
fc529bd
Add unit tests for #59. by
2014-07-10 19:48:12 -0400
871d48c
Solve a couple more coverage issues; tighten. by
2014-07-10 19:20:48 -0400
ded89fb
Add a few unit tests for untested code; remove a useless conditional. by
2014-07-05 19:27:26 -0400
963cb2f
Store builder handlers in a dictionary. ~5% speedup. by
2014-07-05 15:53:57 -0400
b997e4c
Support attributes quoted with '; add required quotes in value setter. by
2014-07-05 04:21:56 -0400
a4c2fd0
Remove some useless code in the tokenizers. by
2014-07-05 01:00:11 -0400
8bc7ea6
Improve test coverage; fix some node-related bugs. by
2014-07-04 20:47:08 -0400
08cafc0
Raise ParserError for internal problems. Improve coverage. Cleanup. by
2014-07-04 16:57:00 -0400
50515f3
README badge thing. by
2014-07-03 17:21:00 -0400
25e7e7d
Test coveralls. by
2014-07-03 16:59:49 -0400
b7dc27b
Merge pull request #80 from valhallasw/patch-2 by
2014-06-28 13:51:45 -0400
ad03f60
(refs/pull/80/head)
Add build requirements by
2014-06-28 11:11:11 +0200
38e423b
Update release script. by
2014-06-27 20:40:36 -0400
4852a6c
Merge branch 'valhallasw-winbuild' into develop by
2014-06-27 20:04:35 -0400
d8adb62
Some tweaks, but no change in functionality. by
2014-06-27 19:56:18 -0400
9b207dc
Use the newer SVG. by
2014-06-27 18:52:24 -0400
efcd59e
Put -q earlier so Travis generates fewer messages. by
2014-06-27 18:51:22 -0400
fb16781
3.4 should work on Travis now. by
2014-06-27 18:49:44 -0400
642c9dd
(refs/pull/79/merge)
Merge 5e9930b8a0
into 94b6557d00
by
2014-06-27 22:37:32 +0000
5e9930b
(refs/pull/79/head)
Fix tabs in update_mwpfh.py by
2014-06-28 00:37:31 +0200
581ca9a
Update README.rst for the new Windows wheels by
2014-06-28 00:35:50 +0200
05d0487
Improve .gitignore by
2014-06-27 15:21:45 -0700