forked from jython/frozen-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CPythonLib.includes
187 lines (185 loc) · 2.18 KB
/
CPythonLib.includes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# files to be copied from the CPython Lib distribution,
# used as fileset in build.xml (target copy-full)
# Lib directories, in alphabetical order:
compiler/**
distutils/**
email/**
encodings/**
ensurepip/**
importlib/*
lib2to3/**
json/**
logging/*
pydoc_data/**
test/**
unittest/**
xml/dom/**
xml/etree/**
# Lib files, in alphabetical order:
__future__.py
_LWPCookieJar.py
_MozillaCookieJar.py
_pyio.py
_strptime.py
_threading_local.py
abc.py
aifc.py
anydbm.py
argparse.py
ast.py
atexit.py
asynchat.py
asyncore.py
BaseHTTPServer.py
base64.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
cgitb.py
CGIHTTPServer.py
chunk.py
cmd.py
cmp.py
cmpcache.py
code.py
codecs.py
collections.py
colorsys.py
commands.py
compileall.py
contextlib.py
ConfigParser.py
cookielib.py
copy.py
copy_reg.py
Cookie.py
csv.py
difflib.py
dircache.py
dircmp.py
dis.py
DocXMLRPCServer.py
dospath.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
exceptions.py
filecmp.py
fnmatch.py
formatter.py
fpformat.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
gettext.py
glob.py
gopherlib.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
nntplib.py
numbers.py
ntpath.py
nturl2path.py
opcode.py
optparse.py
pdb.py
pickle.py
pickletools.py
pipes.py
plistlib.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
pyclbr.py
pydoc_topics.py
Queue.py
quopri.py
random.py
re.py
reconvert.py
repr.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sha.py
sets.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleXMLRPCServer.py
site-packages/README
smtpd.py
smtplib.py
sndhdr.py
SocketServer.py
sre*.py
stat.py
string.py
StringIO.py
symbol.py
sysconfig.py
tabnanny.py
telnetlib.py
this.py
textwrap.py
tempfile.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
tzparse.py
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
uuid.py
warnings.py
whichdb.py
whrandom.py
wsgiref.egg-info
wsgiref/*.py
xdrlib.py
xmllib.py
xmlrpclib.py