Size: 2881
Comment:
|
← Revision 48 as of 2008-11-15 13:59:52 ⇥
Size: 3344
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
PythonLibraryRefTemplate$ |
|
Line 15: | Line 17: |
(conversion to Wiki Format by [:LloydFlanagan:A. Lloyd Flanagan], who didn't know what he was getting into) | (conversion to Wiki Format by [[LloydFlanagan|A. Lloyd Flanagan]], who didn't know what he was getting into) |
Line 21: | Line 23: |
[:/FrontMatter:Front Matter] | [[/FrontMatter|Front Matter]] |
Line 25: | Line 27: |
1. [:/Introduction:Introduction] | 1. [[/Introduction|Introduction]] |
Line 27: | Line 29: |
2. [:/BuiltInObjects:Built In Objects] | 2. [[/BuiltInObjects|Built In Objects]] |
Line 29: | Line 31: |
3. [:/PythonRuntimeServices:Python Runtime Services] | 3. [[/PythonRuntimeServices|Python Runtime Services]] |
Line 31: | Line 33: |
4. [:/StringServices:String Services] | 4. [[/StringServices|String Services]] |
Line 33: | Line 35: |
5. [:/MiscellaneousServices:Miscellaneous Services] | 5. [[/MiscellaneousServices|Miscellaneous Services]] |
Line 35: | Line 37: |
6. [:/GenericOperatingSystemServices:Generic Operating System Services] | 6. [[/GenericOperatingSystemServices|Generic Operating System Services]] |
Line 37: | Line 39: |
7. [:/OptionalOperatingSystemServices:Optional Operating System Services] | 7. [[/OptionalOperatingSystemServices|Optional Operating System Services]] |
Line 39: | Line 41: |
8. [:/UnixSpecificServices:Unix Specific Services] | 8. [[/UnixSpecificServices|Unix Specific Services]] |
Line 41: | Line 43: |
9. [:/ThePythonDebugger:The Python Debugger] | 9. [[/ThePythonDebugger|The Python Debugger]] |
Line 43: | Line 45: |
10. [:/ThePythonProfiler:The Python Profiler] | 10. [[/ThePythonProfiler|The Python Profiler]] |
Line 45: | Line 47: |
11. [:/InternetProtocolsAndSupport:Internet Protocols And Support] | 11. [[/InternetProtocolsAndSupport|Internet Protocols And Support]] |
Line 47: | Line 49: |
12. [:/InternetDataHandling:Internet Data Handling] | 12. [[/InternetDataHandling|Internet Data Handling]] |
Line 49: | Line 51: |
13. [:/StructuredMarkupProcessingTools:Structured Markup Processing Tools] | 13. [[/StructuredMarkupProcessingTools|Structured Markup Processing Tools]] |
Line 51: | Line 53: |
14. [:/MultimediaServices:Multimedia Services] | 14. [[/MultimediaServices|Multimedia Services]] |
Line 53: | Line 55: |
15. [:/CryptographicServices:Cryptographic Services] | 15. [[/CryptographicServices|Cryptographic Services]] |
Line 55: | Line 57: |
16. [:/GraphicalUserInterfacesWithTk:Graphical User Interfaces With Tk] | 16. [[/GraphicalUserInterfacesWithTk|Graphical User Interfaces With Tk]] |
Line 57: | Line 59: |
17. [:/RestrictedExecution:Restricted Execution] | 17. [[/RestrictedExecution|Restricted Execution]] |
Line 59: | Line 61: |
18. [:/PythonLanguageServices:Python Language Services] | 18. [[/PythonLanguageServices|Python Language Services]] |
Line 61: | Line 63: |
19. [:/PythonCompilerPackage:Python Compiler Package] | 19. [[/PythonCompilerPackage|Python Compiler Package]] |
Line 63: | Line 65: |
20. [:/SgiIrixSpecificServices:Sgi Irix Specific Services] | 20. [[/SgiIrixSpecificServices|Sgi Irix Specific Services]] |
Line 65: | Line 67: |
21. [:/SunOsSpecificServices:Sun OS Specific Services] | 21. [[/SunOsSpecificServices|Sun OS Specific Services]] |
Line 67: | Line 69: |
22. [:/MsWindowsSpecificServices:MS Windows Specific Services] | 22. [[/MsWindowsSpecificServices|MS Windows Specific Services]] |
Line 69: | Line 71: |
22.1 msvcrt - Useful routines from the MS VC++ runtime 22.1.1 File Operations 22.1.2 Console I/O 22.1.3 Other Functions 22.2 _winreg - Windows registry access 22.2.1 Registry Handle Objects 22.3 winsound -- Sound-playing interface for Windows |
A. [[/UndocumentedModules|Undocumented Modules]] |
Line 77: | Line 73: |
A. [:/UndocumentedModules:Undocumented Modules] | B. [[/ReportingBugs|Reporting Bugs]] |
Line 79: | Line 75: |
A.1 Frameworks A.2 Miscellaneous useful utilities A.3 Platform specific modules A.4 Multimedia A.5 Obsolete A.6 SGI-specific Extension modules |
C. [[/HistoryAndLicense|History And License]] |
Line 86: | Line 77: |
B. [:/ReportingBugs:Reporting Bugs] | [[/ModuleIndex|Module Index]] |
Line 88: | Line 79: |
C. [:/HistoryAndLicense:History And License] | [[/PythonLibraryReferenceIndex|Python Library Reference Index]] |
Line 90: | Line 81: |
C.1 History of the software C.2 Terms and conditions for accessing or otherwise using Python [:/ModuleIndex:Module Index] [:/PythonLibraryReferenceIndex:Python Library Reference Index] [:/AboutThisDocument:About This Document] ... |
[[/AboutThisDocument|About This Document]] ... |
Line 100: | Line 84: |
LloydFlanagan - 5/24/2004 | |
Line 102: | Line 85: |
This is an example comment. | Another set of annotatable documentation is at http://pydoc.amk.ca/frame.html . That site wraps a frameset around the Python 2.3.4 documentation and adds some JavaScript that updates another frame to display a Wiki page for the documentation page you're viewing. Please go and add any commentary, links, or other material you wish. If it becomes clear that people will actually use these annotated docs, they'll probably get moved onto python.org. AndrewKuchling -- 2004-09-09 |
Line 104: | Line 94: |
LloydFlanagan - 5/24/2004 | LloydFlanagan -- 10/8/2004 |
Line 106: | Line 96: |
And here's another! | I've checked out Andrew's setup. It's brilliant! I've been looking at a system for parsing the current CVS documentation, creating wiki pages out of it, and updating them as the docs are changed. Meanwhile, Andrew has come up with a scheme to view the standard HTML pages side-by-side with comments. Since that's so functional, and these docs are obsolete already, I'll probably stop work on this version until I think of something better. Err, make that "if". Thanks Andrew! |
Line 108: | Line 102: |
Python Library Reference
Guido van Rossum
Fred L. Drake, Jr., editor
Email: docs@python.org
Release 2.3.3
December 19, 2003
(conversion to Wiki Format by A. Lloyd Flanagan, who didn't know what he was getting into)
Note: this is an unofficial posting of the official python documentation. So PLEASE DON'T modify the existing text! It will probably just be overwritten and no one will realize you've done it. PLEASE DO add any and all comments at the end of the section they apply to. That's what it's for! |
Table Of Contents
1. Introduction
6. Generic Operating System Services
7. Optional Operating System Services
11. Internet Protocols And Support
13. Structured Markup Processing Tools
16. Graphical User Interfaces With Tk
20. Sgi Irix Specific Services
22. MS Windows Specific Services
Python Library Reference Index
Comments
Another set of annotatable documentation is at http://pydoc.amk.ca/frame.html .
That site wraps a frameset around the Python 2.3.4 documentation and adds some JavaScript that updates another frame to display a Wiki page for the documentation page you're viewing.
Please go and add any commentary, links, or other material you wish. If it becomes clear that people will actually use these annotated docs, they'll probably get moved onto python.org.
AndrewKuchling -- 2004-09-09
LloydFlanagan -- 10/8/2004
I've checked out Andrew's setup. It's brilliant! I've been looking at a system for parsing the current CVS documentation, creating wiki pages out of it, and updating them as the docs are changed. Meanwhile, Andrew has come up with a scheme to view the standard HTML pages side-by-side with comments.
Since that's so functional, and these docs are obsolete already, I'll probably stop work on this version until I think of something better. Err, make that "if".
Thanks Andrew!