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
Georg Brandl
859e30e485
Add the module name to module globals' descriptions.
2007-08-04 14:33:16 +00:00
mark.summerfield
07412998eb
Deleted comment: XXX Reference URLs that compare the different UI packages
...
They are too changeable, so instead I've added a reference to the Python Wiki
page which has such links.
Dropped coverage of PyKDE because it is platform-specific. I think
it is best to only list cross-platform GUI libraries here and leave
people to go to the Wiki for platform-specific GUI libraries.
Dropped the listing for FXPy since its website hasn't been updated
since 2002 and its most "up-to-date" installer for Windows is for Python 2.2!
Slightly slimmed down wxWidgets coverage for balance.
So now only the "big 3" cross-platform toolkits,
PyGTK, PyQt, and wxPython, are listed, and they now appear in
alphabetical order.
2007-08-04 08:01:07 +00:00
Georg Brandl
9b8d5fe104
Merge 56702-56729 and write a bit on reST source style guide.
2007-08-04 07:22:22 +00:00
mark.summerfield
e2527d6484
Changed third para of description to give greater emphasis
...
to other GUI toolkits.
2007-08-04 07:11:49 +00:00
Georg Brandl
b028c48213
Fix broken link in zipfile docs.
2007-08-03 15:46:34 +00:00
mark.summerfield
473c656b0e
Changed all references to stat module S_* constants to stat.S_*
...
since it is v. confusing that in module os these constants are from
the stat module rather than from os.
Also added a couple of cross-references to open().
2007-08-03 13:20:47 +00:00
Georg Brandl
674f8e3d26
Fix the copyright page.
2007-08-03 12:08:08 +00:00
Georg Brandl
2587f186fc
Write a bit more in "Documenting".
2007-08-03 11:56:22 +00:00
Georg Brandl
d0a6b3d1c3
Merge revs 56695--56698 to 3k tree.
2007-08-03 11:33:03 +00:00
mark.summerfield
4c801894ec
Added note and cross-reference to close sf bug 1760423.
...
(But can't close the bug because I don't know how.)
2007-08-03 11:22:32 +00:00
mark.summerfield
28bed74654
Addd a few cross-references.
...
Clarified the short-circuit behavior of or and and.
2007-08-03 10:52:05 +00:00
mark.summerfield
14392934bf
Added a few cross-references and a few more links.
...
Added a note that __import__ is "advanced" since that's the first
function that appears and looks scary for newcomers.
Added an example for enumerate since I don't think it is
immediately obvious how it works.
2007-08-03 10:31:21 +00:00
mark.summerfield
dfc057928c
Made the intro text more positive in tone.
...
Noted that Win & Mac installers normally include the whole library
but that Unix users may need to add packages.
Added a link to pypy.
2007-08-03 09:09:18 +00:00
Georg Brandl
6ea0df4f60
Disable enumerated lists introduced by alphabetic or roman numerals.
2007-08-03 08:15:50 +00:00
Georg Brandl
27fdfc9838
Fix remaining references to "../foo" HTML pages.
2007-08-03 07:46:12 +00:00
Georg Brandl
98f098e4be
Fix the modindex checkboxes if none is selected.
2007-08-03 07:40:36 +00:00
Georg Brandl
dbeb13600f
Re-add the _ast docs to 3k; rename it accordingly.
2007-08-03 07:35:19 +00:00
Georg Brandl
6f7b816ab8
Replace .. include by a new .. literalinclude which doesn't raise if the file isn't found.
2007-08-03 07:32:31 +00:00
Georg Brandl
1a15ed97bb
Merge Doc changes in rev. 56685:
...
Remove several h/w and o/s specific modules that are undocumented, obsolete,
and/or not widely used:
linuxaudiodev.c, sunaudiodev.c Lib/plat-sunos5/SUNAUDIODEV.py
Lib/audiodev.py Tools/audiopy/audiopy
Move Lib/toaiff.py to Demo.
See PEP 3108 for most of the details.
2007-08-03 05:52:43 +00:00