cpython/Lib
Ezio Melotti 9a7d5ac9f6 This fixes a missing .lower() on the encoding name, a wrong byte undecodable by UTF-8, a wrong variable name, hopefully some windows buildbot on 3.x and adds a proper skip. It might break other things though. 2010-03-05 12:43:17 +00:00
..
ctypes Merged revisions 78544 via svnmerge from 2010-03-01 04:59:27 +00:00
curses
dbm
distutils Merged revisions 78678,78680,78682 via svnmerge from 2010-03-05 03:33:11 +00:00
email Merged revisions 78274 via svnmerge from 2010-02-21 04:39:40 +00:00
encodings
html
http Merged revisions 78299 via svnmerge from 2010-02-22 11:00:50 +00:00
idlelib Merged revisions 77209,77229,77359-77360,77371 via svnmerge from 2010-01-09 18:45:30 +00:00
importlib Importlib was not matching import's handling of .pyc files where it had less 2010-02-19 16:01:06 +00:00
json
lib2to3 Merged revisions 78683 via svnmerge from 2010-03-05 03:27:12 +00:00
logging Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from 2010-02-25 23:13:06 +00:00
msilib
multiprocessing Missing part from r78654 2010-03-04 16:10:55 +00:00
plat-aix4
plat-darwin
plat-freebsd4 Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-freebsd5 Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-freebsd6 Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-freebsd7 Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-freebsd8 Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-sunos5 Merged revisions 78678,78680,78682 via svnmerge from 2010-03-05 03:33:11 +00:00
plat-unixware7
pydoc_data
site-packages
sqlite3
test This fixes a missing .lower() on the encoding name, a wrong byte undecodable by UTF-8, a wrong variable name, hopefully some windows buildbot on 3.x and adds a proper skip. It might break other things though. 2010-03-05 12:43:17 +00:00
tkinter
unittest Merged revisions 78158 via svnmerge from 2010-02-11 14:16:38 +00:00
urllib Merged revisions 78431 via svnmerge from 2010-02-24 21:03:37 +00:00
wsgiref Manually copy patch for bug 7250 from the release26-maint branch. I suck 2010-03-01 21:53:00 +00:00
xml Merged revisions 78125 via svnmerge from 2010-02-09 17:25:47 +00:00
xmlrpc
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
_strptime.py
_threading_local.py fixes issue #1522237, bad init check in _threading_local 2010-02-22 19:55:46 +00:00
_weakrefset.py Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against 2010-01-08 17:54:23 +00:00
abc.py Merged revisions 77789 via svnmerge from 2010-01-27 02:25:58 +00:00
aifc.py
antigravity.py
argparse.py Merged revisions 78600-78601 via svnmerge from 2010-03-02 23:09:38 +00:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from 2010-01-09 18:53:06 +00:00
code.py
codecs.py
codeop.py
collections.py
colorsys.py
compileall.py
configparser.py Merged revisions 78232 via svnmerge from 2010-02-19 06:08:41 +00:00
contextlib.py
copy.py
copyreg.py
csv.py Merged revisions 78384 via svnmerge from 2010-02-23 22:57:58 +00:00
decimal.py Merged revisions 78217-78218 via svnmerge from 2010-02-18 14:49:50 +00:00
difflib.py
dis.py
doctest.py For 3.x, the "backslashreplace" error handling is plugged on the "write" method. 2010-02-27 14:21:57 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Merged revisions 77472-77473 via svnmerge from 2010-01-13 14:37:26 +00:00
hashlib.py Merged revisions 78528 via svnmerge from 2010-03-01 02:05:26 +00:00
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Add an os.get_exec_path() function to return the list of directories 2010-02-27 07:22:22 +00:00
os2emxpath.py
pdb.doc
pdb.py
pickle.py Simplified long coding in pickle.py. 2010-01-12 01:49:31 +00:00
pickletools.py
pipes.py
pkgutil.py
platform.py Merged revisions 78056 via svnmerge from 2010-02-07 11:33:33 +00:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 78207 via svnmerge from 2010-02-16 23:31:04 +00:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py Merged revisions 78141-78142 via svnmerge from 2010-02-11 02:42:19 +00:00
shlex.py
shutil.py Merged revisions 78364 via svnmerge from 2010-02-23 05:39:18 +00:00
site.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py Merged revisions 74426 via svnmerge from 2010-01-04 04:50:36 +00:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Merged revisions 77595 via svnmerge from 2010-01-18 09:15:14 +00:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py Merged revisions 78523 via svnmerge from 2010-03-01 00:17:40 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py Merged revisions 77919,77921-77922 via svnmerge from 2010-02-02 23:16:13 +00:00
tabnanny.py
tarfile.py Merged revisions 78623 via svnmerge from 2010-03-03 12:08:54 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Merged revisions 78517 via svnmerge from 2010-02-28 18:57:46 +00:00
timeit.py
token.py
tokenize.py
trace.py #6666: fix bug in trace.py that applied the list of ignored dirs only to 1st file 2010-02-22 22:16:58 +00:00
traceback.py
tty.py
turtle.py Merged revisions 77209,77229,77359-77360,77371 via svnmerge from 2010-01-09 18:45:30 +00:00
types.py
uu.py
uuid.py
warnings.py
wave.py use floor division where needed #7681 2010-01-13 03:49:50 +00:00
weakref.py Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against 2010-01-08 17:54:23 +00:00
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py Merged revisions 78097 via svnmerge from 2010-02-07 20:24:02 +00:00