Commit Graph

198 Commits

Author SHA1 Message Date
andrew.kuchling
5416da2565 Add an item; small edits 2007-08-14 01:39:44 +00:00
Georg Brandl
3db541c50d No parens anymore in :func: and :meth:. 2007-08-13 21:04:50 +00:00
Georg Brandl
ba4557f58f More fixes by Tim Hatch. 2007-08-13 20:52:56 +00:00
Georg Brandl
4d962a12f7 More small fixes. 2007-08-13 19:58:15 +00:00
skip.montanaro
d8cd98a4c7 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 2007-08-12 11:45:05 +00:00
Georg Brandl
bc0ec2c4ae Port rev. 56940, 56943. 2007-08-12 08:03:59 +00:00
Georg Brandl
bbf900dd4a A few more short fixes. 2007-08-11 12:11:02 +00:00
Georg Brandl
fc357f4f81 Remove a few mentions of deprecated features long gone. 2007-08-11 07:54:32 +00:00
Georg Brandl
92920dfadd Port rev. 56915. 2007-08-11 07:06:52 +00:00
Georg Brandl
c62294f360 Fixes for bugs found by Tim Hatch. 2007-08-10 21:25:06 +00:00
Georg Brandl
d06a0780b2 Fix a couple double backslashes and port rev. 56885. 2007-08-10 06:10:32 +00:00
Georg Brandl
e61378d74f Move jinja external to svn.python.org, extend Makefile. 2007-08-10 05:59:40 +00:00
Georg Brandl
b1271fa623 Fix searching and search index creation for incremental builds. 2007-08-09 19:22:20 +00:00
Georg Brandl
be36a0f85d Fix typo in link, extend README. 2007-08-09 17:16:28 +00:00
Georg Brandl
a47becbdcc Add a README.txt file to the trees. 2007-08-09 16:32:50 +00:00
Georg Brandl
700a73971f Also checkout docutils 0.4. 2007-08-09 15:55:16 +00:00
Georg Brandl
c21d3845aa Add a Makefile to the Doc trees. 2007-08-09 15:46:06 +00:00
Georg Brandl
af33fd9548 Add an explicit doctreedir option. 2007-08-09 09:47:24 +00:00
Georg Brandl
edd5ff70d9 Move web startup code to __init__.py. 2007-08-09 09:19:37 +00:00
Georg Brandl
9a267392c2 Port rev. 56830. 2007-08-08 13:05:17 +00:00
Georg Brandl
8f943b6121 Document set constructors in stdtypes. 2007-08-08 12:07:32 +00:00
Georg Brandl
259bb631c8 Merge latest two revs, write about. 2007-08-08 11:53:20 +00:00
mark.summerfield
9ed6e630ff Added more cross-references between containers & regarding strings.
Deleted some of the dict constructor examples to avoid confusing
newcomers.
Added mild warning about using float keys for dicts.
Added cross-references between time, datetime, and calendar.
Added other cross-references.
2007-08-08 11:10:08 +00:00
mark.summerfield
e49c8a45b4 I have reordered the table of contents for the library. 2007-08-08 11:09:20 +00:00
Georg Brandl
67e2e52af5 Update bug reporting page for roundup. 2007-08-08 07:33:11 +00:00
Georg Brandl
52a7637cfd Port rev. 56806. 2007-08-08 06:23:21 +00:00
Georg Brandl
843e3f7508 Port rev. 56784. 2007-08-07 06:30:36 +00:00
Georg Brandl
3ffecea9fc Port rev. 56782. 2007-08-07 06:30:02 +00:00
Georg Brandl
3a946215af Fix a key name. 2007-08-06 19:05:14 +00:00
Georg Brandl
47a9ad555e Fix module index cloud size calculation. 2007-08-06 17:04:12 +00:00
Georg Brandl
9fe28bd780 Apply config overrides before searching for version info. 2007-08-06 16:54:17 +00:00
Georg Brandl
8ea4b866d8 Add header links statically. 2007-08-06 16:51:47 +00:00
Georg Brandl
12ffdb0103 Make the "standard types" docs more standard.
Add links from all constructors in "built-in functions" to
stdtypes.
2007-08-06 16:50:04 +00:00
Georg Brandl
338fa90190 Port rev. 56767f. 2007-08-06 16:29:32 +00:00
Georg Brandl
79f1a1eecb Add module names even to names in classes. Add a config option for that.
Add a :samp: role for highlighting text inside literal code.
Fix the time module docs.
2007-08-06 10:49:52 +00:00
mark.summerfield
cc5aedc6ce Added more cross-references for strings. And one more for open(). 2007-08-06 09:21:32 +00:00
mark.summerfield
cbd3fe5790 Added to the description: mention of and links to dict, list, and tuple,
and mention of bsddb.btopen().
2007-08-06 08:54:04 +00:00
Georg Brandl
cf0ab55a5a Port rev. 56764. 2007-08-06 08:07:23 +00:00
Georg Brandl
d3a70da988 Add missing file... 2007-08-06 07:57:06 +00:00
Georg Brandl
97205a8b8b Port rev. 56754, 56755. 2007-08-06 07:31:28 +00:00
Georg Brandl
35e26230fd Other minor fixes. 2007-08-05 12:26:55 +00:00
Georg Brandl
134590216d Only highlight snippets as Python if they can be parsed as Python. 2007-08-04 23:33:10 +00:00
Georg Brandl
3d44c1cb7f Don't mangle "--" in option names. 2007-08-04 23:07:57 +00:00
Georg Brandl
5fa895a2c4 Update readme. 2007-08-04 22:51:34 +00:00
Georg Brandl
0dc5e041ad Fix a whole load of markup glitches introduced mostly by the converter.
Many thanks to Tim Hatch for finding them, and thanks to Emacs for making it easy to fix them :)
2007-08-04 22:45:13 +00:00
Georg Brandl
8809f4163c Update traditional stylesheet, fix a markup glitch. 2007-08-04 18:17:51 +00:00
Georg Brandl
2aa14f1180 Replace some XXXs on the index page.
Port the download page, still needs to be populated.
2007-08-04 17:16:56 +00:00
Georg Brandl
a5c6fe7ac0 Further style nit and fix a missing import error. 2007-08-04 15:55:16 +00:00
Georg Brandl
7e6201a701 Merge rev 56731 to 3k tree. 2007-08-04 14:42:35 +00:00
Georg Brandl
3c274f05c2 Make admonitions take less space. 2007-08-04 14:41:59 +00:00