Commit Graph

991 Commits

Author SHA1 Message Date
Georg Brandl
b068e91803 Reformat to EOL80. 2009-01-10 21:23:39 +01:00
Georg Brandl
d0e0acaaa1 merge in trunk 2009-01-10 20:46:13 +01:00
Georg Brandl
4d345c8de3 Split stylesheets into basic, default and sphinxdoc. 2009-01-10 20:45:45 +01:00
Georg Brandl
beb141c1c7 merge in Ben's bundle with more py3k compatibility 2009-01-10 20:35:16 +01:00
Georg Brandl
45c7871448 Raise PycodeError directly on parsing. 2009-01-10 20:34:26 +01:00
Benjamin Peterson
07c5a8b449 use the py3k version of callable() 2009-01-10 13:04:23 -06:00
Benjamin Peterson
5e1711ab21 normalize raise statements 2009-01-10 13:02:24 -06:00
Benjamin Peterson
957973d651 fix a has_key() usage 2009-01-10 12:54:03 -06:00
Benjamin Peterson
9a4369a413 remove usage of .message 2009-01-10 12:46:01 -06:00
Georg Brandl
ec392f4888 Add Pygments style selection to theming. 2009-01-10 19:14:01 +01:00
Armin Ronacher
646840d387 Changed the tokenizer in pgen2 to add a newline to lines even if it's missing. This makes sure that a file that does not end with a newline is properly parsed. 2009-01-09 18:55:42 +01:00
Georg Brandl
386548ae19 Add Grammar.txt to Manifest. 2009-01-06 00:38:40 +01:00
Georg Brandl
13d9cddd1d Update Manifest. 2009-01-06 00:37:43 +01:00
Georg Brandl
34a08b862e Document how autodoc with attributes works. 2009-01-06 00:28:29 +01:00
Georg Brandl
9673be44f3 Use the correct style name. 2009-01-05 20:40:15 +01:00
Georg Brandl
4480cadccc merge 2009-01-05 20:30:37 +01:00
Georg Brandl
beb987bd5b Basic theme infrastructure. 2009-01-05 20:22:30 +01:00
Georg Brandl
249f9544b7 Create themes/ subdirectory and move stuff from templates/ and static/ there. 2009-01-05 19:19:28 +01:00
Georg Brandl
5881e534f1 Remove old Jinja 1 bridge. 2009-01-05 19:11:52 +01:00
Georg Brandl
b33d95bd99 Add JQuery license; add PSF copyright statement. 2009-01-05 00:04:53 +01:00
Georg Brandl
4b70c8ca75 Simplify script snippet, break long lines. 2009-01-04 23:23:54 +01:00
Benoit Boissinot
2cdaa240dc fix #30: disable the search box when javascript isn't available 2009-01-04 23:15:38 +01:00
Georg Brandl
32f6af61ba Add changelog entry for #32. 2009-01-04 22:34:00 +01:00
Georg Brandl
a759690221 merge in Murkt's branch 2009-01-04 22:33:00 +01:00
Georg Brandl
c83d630fd8 Close #52: There is now a `hlist` directive, creating a compact
list by placing distributing items into multiple columns.
2009-01-04 22:00:40 +01:00
Georg Brandl
09ccce67a9 Close #33: add manpages for command-line tools. 2009-01-04 21:20:51 +01:00
Georg Brandl
dd91ce47d5 Add changelog entries for news in pycode branch. 2009-01-04 21:07:25 +01:00
Georg Brandl
dc3679ddb5 merge in pycode branch 2009-01-04 20:55:01 +01:00
Georg Brandl
088d636487 A few more fixes in autodoc. 2009-01-04 20:52:35 +01:00
Georg Brandl
04689accd0 Small API change. 2009-01-04 20:43:15 +01:00
Georg Brandl
27bc4e3189 Add new tests for the attribute feature and fix existing tests. 2009-01-04 20:27:37 +01:00
Georg Brandl
cae384f5ff Add support for decoding strings and comments to the analyzer. 2009-01-04 20:02:24 +01:00
Georg Brandl
2e9866821e Support all types of string literals in literals.py. 2009-01-04 19:35:03 +01:00
Georg Brandl
8cf33a7043 Cache tags and attribute docs in the analyzer. 2009-01-04 19:16:52 +01:00
Georg Brandl
5df8e162f9 Fix a few remaining copyrights and add 2009 to license. 2009-01-04 14:39:36 +01:00
Georg Brandl
0c4a2bbe8d Fix bad node value for makevar. 2009-01-03 21:18:28 +01:00
Georg Brandl
b0f5eb2713 Add OpenLayers. 2009-01-03 13:29:26 +01:00
Georg Brandl
b4a866e2fb merge with main 2009-01-03 12:35:15 +01:00
Georg Brandl
4d083fabbe Add tests for new literalinclude options, and fix an off-by-one bug. 2009-01-03 12:29:42 +01:00
Georg Brandl
c0079863a0 merge in 0.5 2009-01-03 12:15:59 +01:00
Georg Brandl
f16f94f2cd Merge in copyright style changes from 0.5. 2009-01-03 12:15:19 +01:00
Georg Brandl
24023f8f3b Some more license nits. 2009-01-03 12:15:04 +01:00
Georg Brandl
0b28b3e6f6 Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
2009-01-03 11:57:07 +01:00
Georg Brandl
6a8b0aa599 merge in 0.5 2009-01-03 11:33:44 +01:00
Georg Brandl
9b48c13ee8 * #81: Write environment and search index in a manner that is safe
from exceptions that occur during dumping.
2009-01-03 11:13:43 +01:00
Georg Brandl
29e893205e merge in 0.5 2009-01-02 14:53:33 +01:00
Georg Brandl
8af0caea30 Fix #80: use string.ascii_* constants in case locale.setlocale() is
somehow called which then leads to UnicodeErrors.
2009-01-02 14:51:55 +01:00
Georg Brandl
9fc2437773 Document new literalinclude options. 2009-01-02 00:32:02 +01:00
Georg Brandl
8161b024ed Add lines and start-after/end-before options to literalinclude. 2009-01-02 00:25:29 +01:00
Georg Brandl
cac6f96948 Fix long line. 2009-01-01 23:49:32 +01:00