1.
fcntl — The fcntl() and ioctl() system calls — Python v2.6.1 ...
fcntl — The fcntl() and ioctl() system calls¶. Platforms: Unix. This module performs file control and I/O control on file descriptors. ...
2.
Installing Python Modules — Python v2.6.1 documentation
Feb 19, 2009 ... For Python 1.5.2, the Distutils will normally be installed to prefix/lib/python1.5/site-packages/distutils, so the system configuration file ...
3.
test — Regression tests package for Python — Python v3.0.1 ...
test — Regression tests package for Python. Writing Unit Tests for the test package; Running tests using test.regrtest. test.support — Utility functions for ...
4.
_winreg – Windows registry access — Python v2.6.1 documentation
ExpandEnvironmentStrings(unicode)¶. Expands environment strings %NAME% in unicode string like ... ExpandEnvironmentStrings(u"%windir%") u"C:\\Windows" ...
5.
The Python Tutorial — Python v2.6.1 documentation
Feb 19, 2009 ... It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and ...
6.
traceback — Print or retrieve a stack traceback — Python v2.6.1 ...
This module provides a standard interface to extract, format and print stack traces of Python programs. It exactly mimics the behavior of the Python ...
7.
Built-in Types — Python v2.6.1 documentation
In addition, Python’s strings support the sequence type methods described in ..... Uses lowercase exponential format if exponent is less than -4 or not less ...
8.
time — Time access and conversions — Python v2.6.1 documentation
The argument may be a floating point number to indicate a more precise sleep time. The actual suspension time may be less than that requested because any ...
9.
Undocumented Modules — Python v2.6.1 documentation
Importing icopen will replace the builtin open() with a version that uses Internet Config to set file type and creator for new files. ...
10.
re — Regular expression operations — Python v2.6.1 documentation
This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ...