cpython/Lib
Neal Norwitz 7443b80549 Backport 51432:
Fix bug #1543303, tarfile adds padding that breaks gunzip.
Patch # 1543897.  (remove the padding)
2006-08-21 18:43:51 +00:00
..
bsddb
compiler Fix a bug in the ``compiler`` package that caused invalid code to be 2006-08-16 23:38:05 +00:00
ctypes Remove the special casing of Py_None when converting the return value 2006-08-16 15:10:12 +00:00
curses
distutils Revert to having static version numbers again. 2006-08-16 08:13:26 +00:00
email
encodings Correction of patch #1455898: In the mbcs decoder, set final=False 2006-08-02 13:53:55 +00:00
hotshot
idlelib File menu hotkeys: there were three 'p' assignments. Reassign the 2006-08-16 21:45:59 +00:00
lib-tk
logging Repair logging test spew caused by rev. 51206. 2006-08-12 08:32:02 +00:00
msilib
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Backport 51432: 2006-08-21 18:43:51 +00:00
wsgiref
xml
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py Whitespace normalization. 2006-08-15 00:25:04 +00:00
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_strptime.py
_threading_local.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. 2006-08-10 17:41:07 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
functools.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.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
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
quopri.py
random.py
re.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py
site.py Patch #1540892: site.py Quitter() class attempts to close sys.stdin 2006-08-16 05:01:42 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statvfs.py
string.py Cookie.py shouldn't "bogusly" use string._idmap. 2006-08-14 22:01:24 +00:00
stringold.py
stringprep.py
struct.py
subprocess.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py Make tabnanny recognize IndentationErrors raised by tokenize. 2006-08-14 21:34:08 +00:00
tarfile.py Backport 51432: 2006-08-21 18:43:51 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py Make tabnanny recognize IndentationErrors raised by tokenize. 2006-08-14 21:34:08 +00:00
trace.py Patch #1536071: trace.py should now find the full module name of a 2006-08-14 21:55:28 +00:00
traceback.py Better fix for bug #1531405, not executing str(value) twice. 2006-08-04 18:07:34 +00:00
tty.py
types.py
unittest.py
urllib.py
urllib2.py Patch #1542948: fix urllib2 header casing issue. With new test. 2006-08-20 13:15:43 +00:00
urlparse.py
user.py
uu.py
uuid.py Bug #1541863: uuid.uuid1 failed to generate unique identifiers 2006-08-18 03:40:13 +00:00
warnings.py
wave.py
weakref.py
webbrowser.py webbrowser: Silence stderr output if no gconftool or gnome browser found 2006-08-08 11:52:34 +00:00
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py