cpython/Lib
Amaury Forgeot d'Arc 8432d86b9f Fix a reference leak found by Georg, when compiling a class nested in another class.
Test is run with "regrtest.py -R:: test_compile"

Backport of r62015
2008-03-28 20:45:42 +00:00
..
bsddb * fix failing test_recno.py - backport from trunk. 2007-11-07 07:25:20 +00:00
compiler
ctypes Fix the way methods are created for the _ctypes.COMError exception 2008-02-06 19:58:46 +00:00
curses Fix off-by-one error that resulted in missed characters 2008-01-19 23:44:39 +00:00
distutils Backport of r61263: 2008-03-06 07:14:26 +00:00
email
encodings Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. 2008-01-23 14:20:41 +00:00
hotshot
idlelib Add section for 2.5.3. 2008-03-06 06:56:35 +00:00
lib-tk
logging #1021: fix a bug to allow basicConfig to accept NOTSET as a level. 2008-03-16 21:33:48 +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 Backport r59688. 2008-01-19 20:34:19 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Fix a reference leak found by Georg, when compiling a class nested in another class. 2008-03-28 20:45:42 +00:00
wsgiref
xml #1433694: minidom's .normalize() failed to set .nextSibling for last element. 2008-02-23 17:21:44 +00:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
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 Backport r60653: 2008-02-07 19:58:37 +00:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
contextlib.py Fix issue #1705170 (backport from trunk) 2007-11-07 12:26:40 +00:00
cookielib.py
copy.py
copy_reg.py
csv.py Issue #2432: give DictReader the dialect and line_num attributes 2008-03-21 20:01:55 +00:00
dbhash.py
decimal.py Issue #2482: Make sure that the coefficient of a Decimal instance 2008-03-25 18:58:13 +00:00
difflib.py
dircache.py
dis.py
doctest.py back in these go - thanks to Titus Brown for the fix 2007-11-24 14:31:16 +00:00
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 Backport r58868: 2007-11-06 00:32:04 +00:00
htmlentitydefs.py
htmllib.py
httplib.py Patch #1966: Break infinite loop in httplib when the servers 2008-02-12 18:48:23 +00:00
ihooks.py
imaplib.py #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. 2008-02-23 19:06:54 +00:00
imghdr.py
imputil.py
inspect.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. 2008-01-19 20:14:40 +00:00
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 Change isbasestring function as discussed on the cvs list a while ago 2008-01-27 19:01:59 +00:00
os.py Backport of issue 1755179 fix. 2008-01-07 16:49:02 +00:00
os2emxpath.py
pdb.doc
pdb.py In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout) 2008-02-13 18:41:48 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py issue1082: Fixing system and platform names for Vista. 2007-09-17 20:58:46 +00:00
popen2.py
poplib.py
posixfile.py
posixpath.py Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. 2008-01-04 13:22:36 +00:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
quopri.py
random.py
re.py Backport doc fixes from 2.6. These are all things that were already 2008-02-05 17:31:37 +00:00
repr.py
rexec.py
rfc822.py
rlcompleter.py Bug #2220: handle rlcompleter attribute match failure more gracefully. 2008-03-06 07:46:26 +00:00
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py Backport 58618: 2007-10-24 03:52:50 +00:00
smtplib.py ** backport r60015 from trunk. 2008-01-17 07:54:47 +00:00
sndhdr.py
socket.py #1389051, #1092502: fix excessively large allocations when using read() on a socket 2008-02-23 19:30:59 +00:00
sre.py
sre_compile.py Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: 2008-01-03 19:08:15 +00:00
sre_constants.py
sre_parse.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py backport r60104 + r60111 from trunk. 2008-01-19 22:29:41 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Backport the nts() function from the trunk. This fixes problems with 2008-02-11 18:36:07 +00:00
telnetlib.py
tempfile.py Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile 2008-02-11 12:53:42 +00:00
textwrap.py
this.py
threading.py Backport of r60190: 2008-01-22 01:29:11 +00:00
timeit.py
toaiff.py
token.py
tokenize.py Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: 2008-03-27 23:41:59 +00:00
trace.py back in these go - thanks to Titus Brown for the fix 2007-11-24 14:31:16 +00:00
traceback.py
tty.py
types.py
unittest.py
urllib.py
urllib2.py
urlparse.py Forgot to backport the rest of #1637. 2008-01-06 02:40:07 +00:00
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py backport r60116 - fix zipfile to work with archives having file 2008-01-19 23:16:01 +00:00