Georg Brandl
|
f8383bece2
|
Fix the relative font sizes a bit.
|
2007-09-01 15:39:59 +00:00 |
|
Georg Brandl
|
4058a055a3
|
Don't use absolute font sizes. Fixes #1072.
|
2007-09-01 07:37:04 +00:00 |
|
Georg Brandl
|
32aa42f067
|
Fix index subitem generation.
|
2007-08-31 08:47:16 +00:00 |
|
Georg Brandl
|
2a780f0cf5
|
No "quadruple" entries anymore.
|
2007-08-31 07:00:44 +00:00 |
|
Georg Brandl
|
d5469b432d
|
Add a shorthand notation for single index entries.
|
2007-08-31 06:56:18 +00:00 |
|
Georg Brandl
|
a6cadae78f
|
Support backslash "escaping" in descitem signatures.
|
2007-08-30 08:36:04 +00:00 |
|
Georg Brandl
|
acda414be2
|
Don't use JavaScript and section anchors in the htmlhelp version.
|
2007-08-24 20:49:57 +00:00 |
|
Georg Brandl
|
a84bedff72
|
Don't use fixed font names, only generic ones like "sans-serif".
|
2007-08-21 06:16:00 +00:00 |
|
Georg Brandl
|
656f99e7b8
|
A "-q" option to shut up stdout.
|
2007-08-19 13:08:06 +00:00 |
|
Georg Brandl
|
b6024b9ab7
|
Add `! ` x-ref feature.
|
2007-08-17 16:55:09 +00:00 |
|
Georg Brandl
|
ac90866723
|
Two fixes.
|
2007-08-17 07:44:32 +00:00 |
|
Georg Brandl
|
12cfdea91f
|
Add glossary directive and :term: role for crossreferencing into the glossary.
|
2007-08-17 06:27:35 +00:00 |
|
Georg Brandl
|
a826246980
|
Remove leading spaces, makes the index ~100K smaller.
|
2007-08-17 06:25:38 +00:00 |
|
Georg Brandl
|
d0121841a6
|
Use the "with" __future__ statement when parsing python snippets.
|
2007-08-17 06:24:52 +00:00 |
|
Brett Cannon
|
aeb2e1e3bc
|
Fix bug where a default tuple did not have enough value to unpack.
|
2007-08-16 01:50:19 +00:00 |
|
Georg Brandl
|
43ec19ffb7
|
Format .. warning::s with a "Caveat" label.
|
2007-08-15 19:06:17 +00:00 |
|
Georg Brandl
|
d302c52646
|
Add a way to mark deprecated modules, and show this information in the module index.
Also, generate a useful "title" attribute for module crossreferences.
|
2007-08-15 18:42:00 +00:00 |
|
Georg Brandl
|
11cab438b8
|
Allow a leading dot in x-reference roles, marking reversed search order for targets.
|
2007-08-15 18:05:01 +00:00 |
|
Georg Brandl
|
2192e92ec9
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |
|
Georg Brandl
|
bc32dde2a5
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |
|
Georg Brandl
|
4fc61114e5
|
Copy the environment pickle to the output dir in the web builder.
|
2007-08-15 14:25:09 +00:00 |
|
Georg Brandl
|
276141002f
|
Give some poor files a proper extension.
|
2007-08-15 13:59:05 +00:00 |
|
Georg Brandl
|
c52b0f6f23
|
Update TODO and README.
|
2007-08-15 13:56:54 +00:00 |
|
Georg Brandl
|
e8c3a65147
|
Add x-refs between mac sections.
|
2007-08-15 13:40:25 +00:00 |
|
Georg Brandl
|
0503040766
|
Merge the Mac library part into the Library part.
The "Using Python on the Mac" is now a HOWTO.
|
2007-08-15 09:00:54 +00:00 |
|
Georg Brandl
|
1716523338
|
Port rev. 57049.
|
2007-08-15 07:34:46 +00:00 |
|
Georg Brandl
|
07b9a4a39b
|
Add proper status to 404 responses.
|
2007-08-14 20:13:04 +00:00 |
|
Georg Brandl
|
e38934976a
|
Fix arg.
|
2007-08-14 20:10:55 +00:00 |
|
Georg Brandl
|
7e2a3c7b6a
|
Fix paths.
|
2007-08-14 20:09:49 +00:00 |
|
Georg Brandl
|
690ea9f511
|
Add a robots.py to the web app.
|
2007-08-14 20:06:25 +00:00 |
|
Georg Brandl
|
f61b28a73d
|
Merge latest revs by Mark.
|
2007-08-14 19:05:11 +00:00 |
|
Georg Brandl
|
f60281302e
|
Add a paragraph about sentence ending spaces.
|
2007-08-14 18:04:22 +00:00 |
|
mark.summerfield
|
d49f60f2fc
|
A couple of tiny clarifications for re, and one for struct.
|
2007-08-14 14:19:43 +00:00 |
|
mark.summerfield
|
e71fbe50f0
|
Made re (?iL..x) slightly clearer and fixed one or two other tiny details.
|
2007-08-14 11:07:09 +00:00 |
|
mark.summerfield
|
cd6d0f9e74
|
Added a couple of cross-refs between the context manager/with statement sections.
|
2007-08-14 10:51:02 +00:00 |
|
Georg Brandl
|
41a246c0f0
|
Add a new "from LaTeX" chapter to "Documenting."
|
2007-08-14 10:26:12 +00:00 |
|
Georg Brandl
|
c985c68334
|
Update README.
|
2007-08-14 10:24:55 +00:00 |
|
Georg Brandl
|
3bdaa933d7
|
List added files separately.
|
2007-08-14 09:57:25 +00:00 |
|
Georg Brandl
|
52f44e63e6
|
Port rev. 57009, also fix the docs for string.whitespace.
|
2007-08-14 09:31:22 +00:00 |
|
Georg Brandl
|
04be1fae70
|
Port rev. 57000, 57007.
|
2007-08-14 06:47:49 +00:00 |
|
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 |
|