Commit Graph

1183 Commits

Author SHA1 Message Date
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
6a8b0aa599 merge in 0.5 2009-01-03 11:33:44 +01:00
Georg Brandl
29e893205e merge in 0.5 2009-01-02 14:53:33 +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
Georg Brandl
a10c326bdd Add Python license info, add parse.c source generated by Cython. 2009-01-01 23:48:10 +01:00
Benjamin Peterson
bb6b7d9b31 add a test for detecting python console sessions 2009-01-01 10:33:41 -06:00
Georg Brandl
3fd31a2628 Add WFront. 2008-12-31 00:21:19 +01:00
Georg Brandl
43a0e0b9a6 Update Czech locale. 2008-12-30 23:02:47 +01:00
Georg Brandl
c80dc58ac1 Rename "object" to "pyobject" and document it. 2008-12-30 15:45:02 +01:00
Georg Brandl
ddee927c46 Add "object" option to literalinclude directive. 2008-12-30 15:41:21 +01:00
Georg Brandl
ed60ae4118 * Add a tag-finding method based on tokens.
* Don't parse immediately if tokenizing suffices.
* Also cache by file name.
2008-12-30 12:42:26 +01:00
Georg Brandl
08148a42d1 Move docstring processing to an util module. 2008-12-30 02:37:20 +01:00
Georg Brandl
0fb89a8e87 Ignore .so files. 2008-12-30 02:37:01 +01:00
Georg Brandl
28829fa9d5 Also find attribute docs in the "other" style: docstrings after the
assignment.
2008-12-30 02:26:47 +01:00
Georg Brandl
83cf763804 First iteration of an autodoc that handles attribute documentation. 2008-12-30 02:09:29 +01:00
Georg Brandl
0edeba7acb Move benchmark into __main__ block. 2008-12-30 01:32:01 +01:00
Georg Brandl
eb7d654cb0 Some speedups in pytree.
Add Cython parse.py replacement, yielding a 2x speedup in parsing.
2008-12-30 01:29:49 +01:00
Georg Brandl
eb66f15544 Ignore grammar pickle files. 2008-12-29 22:30:41 +01:00
Georg Brandl
428ed4a277 Another fix for DEDENT/INDENT handling. 2008-12-29 22:30:00 +01:00
Georg Brandl
21caf917f2 Fix handling of INDENT/DEDENT tokens. 2008-12-29 22:25:15 +01:00
Georg Brandl
3d4963ae02 Improve error handling. 2008-12-29 20:47:32 +01:00
Georg Brandl
f4cff4371e Add comment. 2008-12-29 20:39:14 +01:00
Georg Brandl
bb2f9b67d8 Cleanup; add scoping to ClassAttrVisitor. 2008-12-29 20:37:30 +01:00
Georg Brandl
49c15e93a2 Add pgen2 and custom utilities. 2008-12-29 20:22:18 +01:00
Georg Brandl
2dc410c1bb fix whitespace glitch 2008-12-29 20:20:17 +01:00
Georg Brandl
04348edcee New builder for Qt help collections, by Antonio Valentino.
(This is not finished work yet.)
2008-12-29 00:51:51 +01:00
Georg Brandl
f13c3a00cd Close #23: Added a `classmethod directive along with method`
and ``staticmethod``.
2008-12-29 00:11:06 +01:00
Georg Brandl
1aa8baa0d8 Fix #46: allow linking to special labels via :ref:abc <genindex>. 2008-12-28 23:59:40 +01:00
Georg Brandl
dc960ca7df Update translation catalogs. 2008-12-28 23:41:29 +01:00