cpython/Lib
2008-11-19 18:26:12 +00:00
..
bsddb Bugfix for issue3885 and 'DB.verify()' crash. 2008-09-23 18:54:08 +00:00
compiler
ctypes Fix issue #3547 for MingW, update comments. 2008-09-29 19:56:24 +00:00
curses
distutils Bumping to 2.6 final. 2008-10-01 21:46:40 +00:00
email
encodings
hotshot
idlelib use new showwarnings signature for idle #3391 2008-10-16 19:40:14 +00:00
json check for error conditions in _json #3623 2008-10-16 21:09:28 +00:00
lib-tk Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ 2008-11-19 09:09:41 +00:00
lib2to3 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from 2008-11-10 22:11:12 +00:00
logging
msilib
multiprocessing issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller 2008-09-30 00:15:45 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
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 #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. 2008-11-18 22:19:37 +00:00
wsgiref
xml
__future__.py
__phello__.foo.py
_abcoll.py
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py
aifc.py
antigravity.py easter egg 2008-10-15 11:49:10 +00:00
anydbm.py
ast.py Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior. 2008-10-20 21:29:08 +00:00
asynchat.py warnings.catch_warnings() now returns a list or None instead of the custom 2008-09-09 00:49:16 +00:00
asyncore.py Fix for issue 4332 in trunk. 2008-11-19 18:26:12 +00:00
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py fix #4150: pdb's up command didn't work for generators in post-mortem 2008-10-22 21:16:34 +00:00
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. 2008-09-25 23:31:52 +00:00
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py
copy.py
copy_reg.py
cProfile.py
csv.py
dbhash.py
decimal.py
difflib.py
dircache.py
dis.py
doctest.py patch from issue 1108 2008-11-19 03:35:41 +00:00
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py
ftplib.py backport r66656 so people using -Qnew aren't affected 2008-09-27 22:08:12 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py The docs for httplib.HTTPConnection.putheader() have claimed for quite a while 2008-11-15 22:40:44 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py return ArgInfo from inspect.getargvalues #4092 2008-10-21 22:18:29 +00:00
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py warnings.catch_warnings() now returns a list or None instead of the custom 2008-09-09 00:49:16 +00:00
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py Fixed a modulefinder crash on certain relative imports. 2008-10-30 20:18:13 +00:00
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py Per Greg Ward, optparse is no longer being externally maintained. 2008-10-06 12:07:04 +00:00
os.py
os2emxpath.py
pdb.doc
pdb.py fix #4150: pdb's up command didn't work for generators in post-mortem 2008-10-22 21:16:34 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py #4157 move two test functions out of platform.py. 2008-10-21 22:01:38 +00:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
pydoc_topics.py update pydoc topics 2008-10-02 20:46:58 +00:00
Queue.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
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre.py
sre_compile.py remove set compat cruft 2008-10-14 22:37:18 +00:00
sre_constants.py
sre_parse.py remove set compat cruft 2008-10-14 22:37:18 +00:00
ssl.py fix for release blocker 3910, 2.6 regression in socket.ssl method 2008-09-29 18:56:38 +00:00
stat.py
statvfs.py
string.py fix comment 2008-11-09 01:52:32 +00:00
StringIO.py
stringold.py
stringprep.py
struct.py
subprocess.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
unittest.py
urllib.py #3879 fix a regression in urllib.getproxies_environment 2008-09-21 21:27:51 +00:00
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
uuid.py
warnings.py Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) 2008-09-11 12:11:06 +00:00
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py