cpython/Lib
2008-04-07 01:53:39 +00:00
..
bsddb #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
compiler Fix test_compiler after adding unicode_literals 2008-03-27 05:02:57 +00:00
ctypes Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. 2008-04-04 08:35:44 +00:00
curses
distutils Issue #2513: enable 64bit cross compilation on windows. 2008-04-07 01:53:39 +00:00
email
encodings
hotshot
idlelib Updating for 2.6a2 2008-04-03 04:10:02 +00:00
lib-tk #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
lib2to3 Merged revisions 61990-62079 via svnmerge from 2008-03-31 05:20:55 +00:00
logging Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period. 2008-04-02 21:09:27 +00:00
msilib
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 #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
plat-netbsd1
plat-next3
plat-os2emx #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3 Prevent test_sqlite from hanging on older versions of sqlite. 2008-04-05 04:26:31 +00:00
test Make file objects as thread safe as the underlying libc FILE* implementation. 2008-04-06 23:11:17 +00:00
wsgiref
xml #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
__future__.py Patch #2477: Added from __future__ import unicode_literals 2008-03-26 22:01:37 +00:00
__phello__.foo.py
_abcoll.py
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py #2498 modernized try, except, finally statements in bdb 2008-03-28 20:56:00 +00:00
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from 2008-03-26 12:49:49 +00:00
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py
copy.py Issue 2460: Make Ellipsis objects copyable. 2008-03-24 08:17:39 +00:00
copy_reg.py
cProfile.py
csv.py
dbhash.py
decimal.py Issue #2482: Make sure that the coefficient of a Decimal 2008-03-25 18:47:59 +00:00
difflib.py
dircache.py
dis.py
doctest.py
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py prevent a warning from the struct module when data size >= 2**32. 2008-03-23 23:45:12 +00:00
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
io.py Use the new unicode literals for the io module 2008-03-26 23:13:59 +00:00
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
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py Added help options to PDB 2008-03-26 11:57:47 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
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
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 #2248: return result of QUIT from quit(). 2008-03-27 13:27:31 +00:00
sndhdr.py
socket.py
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statvfs.py
string.py
StringIO.py
stringold.py
stringprep.py
struct.py
subprocess.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more 2008-03-25 06:12:45 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace 2008-04-03 23:07:55 +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:23:54 +00:00
trace.py
traceback.py
tty.py
types.py
unittest.py
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.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