Commit Graph

1466 Commits

Author SHA1 Message Date
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
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