- 1. Introduction
- 2. Built-In Objects
- 2.1 Built-in Functions
- 2.2 Non-essential Built-in Functions
- 2.3 Built-in Types
- 2.3.1 Truth Value Testing
- 2.3.2 Boolean Operations -- and, or, not
- 2.3.3 Comparisons
- 2.3.4 Numeric Types -- int, float, long, complex
- 2.3.5 Iterator Types
- 2.3.6 Sequence Types -- str, unicode, list, tuple, buffer, xrange
- 2.3.7 Set Types -- set, frozenset
- 2.3.8 Mapping Types -- classdict
- 2.3.9 File Objects
- 2.3.10 Other Built-in Types
- 2.3.11 Special Attributes
- 2.4 Built-in Exceptions
- 2.5 Built-in Constants
- 3. Python Runtime Services
- 4. String Services
- 5. Miscellaneous Services
- 6. Generic Operating System Services
- 7. Optional Operating System Services
- 8. Unix Specific Services
- 9. The Python Debugger
- 10. The Python Profiler
- 11. Internet Protocols and Support
- 12. Internet Data Handling
- 13. Structured Markup Processing Tools
- 14. Multimedia Services
- 15. Cryptographic Services
- 16. Graphical User Interfaces with Tk
- 17. Restricted Execution
- 18. Python Language Services
- 19. Python compiler package
- 20. SGI IRIX Specific Services
- 21. SunOS Specific Services
- 22. MS Windows Specific Services
- A. Undocumented Modules
- B. Reporting Bugs
- C. History and License
- Module Index
- Index
Release 2.4.2, documentation updated on 28 September 2005.
See About this document... for information on suggesting changes.