~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/python_standard_libs.py

  • Committer: Gavin Panella
  • Date: 2011-04-18 16:17:35 UTC
  • mto: This revision was merged to the branch mainline in revision 12859.
  • Revision ID: gavin.panella@canonical.com-20110418161735-ey675y6ssve9o9ie
Update python_standard_libs.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    stdout.write("python_standard_libs = [\n")
26
26
    for module in sorted(modules, key=str.lower):
27
27
        stdout.write("    %r,\n" % module)
28
 
    stdout.write("    ]")
 
28
    stdout.write("    ]\n")
29
29
 
30
30
 
31
31
python_standard_libs = [
 
32
    '__builtin__',
 
33
    '__future__',
 
34
    '__main__',
 
35
    '_winreg',
 
36
    'abc',
 
37
    'aepack',
 
38
    'aetools',
 
39
    'aetypes',
32
40
    'aifc',
 
41
    'al',
 
42
    'AL',
33
43
    'anydbm',
 
44
    'applesingle',
34
45
    'array',
 
46
    'ast',
35
47
    'asynchat',
36
48
    'asyncore',
37
49
    'atexit',
38
50
    'audioop',
 
51
    'autoGIL',
39
52
    'base64',
40
53
    'BaseHTTPServer',
41
54
    'Bastion',
 
55
    'bdb',
42
56
    'binascii',
43
57
    'binhex',
44
58
    'bisect',
45
59
    'bsddb',
 
60
    'buildtools',
46
61
    'bz2',
47
62
    'calendar',
 
63
    'Carbon',
 
64
    'cd',
 
65
    'cfmfile',
48
66
    'cgi',
49
67
    'CGIHTTPServer',
50
68
    'cgitb',
55
73
    'codecs',
56
74
    'codeop',
57
75
    'collections',
 
76
    'ColorPicker',
58
77
    'colorsys',
59
78
    'commands',
60
79
    'compileall',
76
95
    'dbhash',
77
96
    'dbm',
78
97
    'decimal',
 
98
    'DEVICE',
79
99
    'difflib',
80
100
    'dircache',
81
101
    'dis',
86
106
    'dumbdbm',
87
107
    'dummy_thread',
88
108
    'dummy_threading',
 
109
    'EasyDialogs',
89
110
    'email',
90
111
    'encodings',
91
112
    'errno',
93
114
    'fcntl',
94
115
    'filecmp',
95
116
    'fileinput',
 
117
    'findertools',
 
118
    'FL',
 
119
    'fl',
 
120
    'flp',
 
121
    'fm',
96
122
    'fnmatch',
97
123
    'formatter',
98
124
    'fpectl',
99
125
    'fpformat',
 
126
    'fractions',
 
127
    'FrameWork',
100
128
    'ftplib',
101
129
    'functools',
 
130
    'future_builtins',
102
131
    'gc',
103
132
    'gdbm',
 
133
    'gensuitemodule',
104
134
    'getopt',
105
135
    'getpass',
106
136
    'gettext',
 
137
    'gl',
 
138
    'GL',
107
139
    'glob',
108
 
    'gopherlib',
109
140
    'grp',
110
141
    'gzip',
111
142
    'hashlib',
116
147
    'htmllib',
117
148
    'HTMLParser',
118
149
    'httplib',
 
150
    'ic',
 
151
    'icopen',
119
152
    'imageop',
120
153
    'imaplib',
 
154
    'imgfile',
121
155
    'imghdr',
122
156
    'imp',
 
157
    'imputil',
123
158
    'inspect',
 
159
    'io',
124
160
    'itertools',
 
161
    'jpeg',
 
162
    'json',
125
163
    'keyword',
 
164
    'lib2to3',
126
165
    'linecache',
127
166
    'locale',
128
167
    'logging',
 
168
    'macerrors',
 
169
    'MacOS',
 
170
    'macostools',
 
171
    'macpath',
 
172
    'macresource',
129
173
    'mailbox',
130
174
    'mailcap',
131
175
    'marshal',
136
180
    'mimetypes',
137
181
    'MimeWriter',
138
182
    'mimify',
 
183
    'MiniAEFrame',
139
184
    'mmap',
140
185
    'modulefinder',
 
186
    'msilib',
 
187
    'msvcrt',
141
188
    'multifile',
 
189
    'multiprocessing',
142
190
    'mutex',
 
191
    'Nav',
143
192
    'netrc',
144
193
    'new',
145
194
    'nis',
146
195
    'nntplib',
 
196
    'numbers',
147
197
    'operator',
148
198
    'optparse',
149
199
    'os',
153
203
    'pickle',
154
204
    'pickletools',
155
205
    'pipes',
 
206
    'PixMapWrapper',
156
207
    'pkgutil',
157
208
    'platform',
 
209
    'plistlib',
158
210
    'popen2',
159
211
    'poplib',
160
212
    'posix',
176
228
    'resource',
177
229
    'rexec',
178
230
    'rfc822',
179
 
    'rgbimg',
180
231
    'rlcompleter',
181
232
    'robotparser',
182
233
    'runpy',
200
251
    'SocketServer',
201
252
    'spwd',
202
253
    'sqlite3',
 
254
    'ssl',
203
255
    'stat',
204
256
    'statvfs',
205
257
    'string',
208
260
    'struct',
209
261
    'subprocess',
210
262
    'sunau',
 
263
    'sunaudiodev',
 
264
    'SUNAUDIODEV',
211
265
    'symbol',
 
266
    'symtable',
212
267
    'sys',
213
268
    'syslog',
214
269
    'tabnanny',
216
271
    'telnetlib',
217
272
    'tempfile',
218
273
    'termios',
219
 
    'test.test_support',
220
274
    'test',
221
275
    'textwrap',
222
276
    'thread',
234
288
    'types',
235
289
    'unicodedata',
236
290
    'unittest',
 
291
    'urllib',
237
292
    'urllib2',
238
 
    'urllib',
239
293
    'urlparse',
240
294
    'user',
241
295
    'UserDict',
243
297
    'UserString',
244
298
    'uu',
245
299
    'uuid',
 
300
    'videoreader',
 
301
    'W',
246
302
    'warnings',
247
303
    'wave',
248
304
    'weakref',
249
305
    'webbrowser',
250
306
    'whichdb',
 
307
    'winsound',
251
308
    'wsgiref',
252
309
    'xdrlib',
253
310
    'xml',