cpython/Lib
Tim Peters b2fc21e9f8 sqlite on Windows:
- The buildbot "fetch it" step failed at the end, due to
  using Unix syntax in the final "copy the DLL" step.
  test_sqlite was skipped as a result.

- test_sqlite is no longer an expected skip on Windows.
2006-04-04 15:21:02 +00:00
..
bsddb Plug the last 657 referenceleaks in test_bsddb3: a circular reference 2006-03-12 00:13:09 +00:00
compiler Use absolute imports 2006-04-03 04:45:34 +00:00
ctypes Get ctypes loader working on OSF1 (Tru64) 2006-04-03 06:52:43 +00:00
curses
distutils Bug #1458017: make distutils.Log._log more forgiving when passing in 2006-04-01 07:46:54 +00:00
email The email module's parsedate_tz function now sets the daylight savings 2006-04-03 08:05:07 +00:00
encodings Whitespace. 2006-03-27 09:02:04 +00:00
hotshot
idlelib preparation for 2.5a1 2006-04-03 15:03:44 +00:00
lib-tk Remove "disgusting hack" in favour of closure (patch #1462235) 2006-04-02 21:09:51 +00:00
logging Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. 2006-03-15 12:45:07 +00:00
msilib Import bdist_msi 2006-03-05 13:36:04 +00:00
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 Damn another occurrence of using as as a keywordf 2006-03-22 07:13:30 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3 Update to pysqlite 2.2.0 2006-04-04 06:29:05 +00:00
test sqlite on Windows: 2006-04-04 15:21:02 +00:00
xmlcore
BaseHTTPServer.py Typo fix 2006-03-07 16:16:07 +00:00
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
Queue.py Don't decrement below zero. And add more tests. 2006-03-25 12:15:04 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py SF patch #1359365: file and cStringIO raise a ValueError when next() is called 2006-03-15 08:23:53 +00:00
UserDict.py - Patch 1433928: 2006-02-25 22:38:04 +00:00
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py I could have sworn this was part of the change to not abbreviate ABSOLUTE 2006-04-03 06:58:51 +00:00
__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 For backwards compatibility reasons the global function 2006-04-03 15:24:49 +00:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Change raise statement to PEP 8 style. 2006-03-18 16:35:17 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
contextlib.py Fix typos; enhance comments on patch for SF #1462485. 2006-04-03 21:20:07 +00:00
cookielib.py
copy.py Whitespace normalization. 2006-02-26 04:21:50 +00:00
copy_reg.py Patch #1462313, bug #1443328: the pickle modules now can handle classes 2006-03-31 18:25:44 +00:00
csv.py
dbhash.py
decimal.py Um, I thought I'd already checked this in. 2006-03-10 02:28:35 +00:00
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py dummy_thread needs to support PEP 343 too. 2006-03-27 23:32:10 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py Bug #1445068: getpass.getpass() can now be given an explicit stream 2006-03-31 18:42:16 +00:00
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 Regenerate. 2006-02-28 22:50:17 +00:00
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py Bug #1442874: handle "<!>", the empty SGML comment 2006-03-09 13:27:14 +00:00
md5.py
mhlib.py
mimetools.py Bug #1250170, Patch #1462230: handle socket.gethostname() 2006-03-31 17:18:06 +00:00
mimetypes.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py PEP 343 -- the with-statement. 2006-02-27 22:32:47 +00:00
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
popen2.py Clarify cases when waitpid might not return self.pid. 2006-03-24 08:26:26 +00:00
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Fix pydoc.synopsis() so that it doesn't error out with an unreadable 2006-03-08 09:34:53 +00:00
quopri.py
random.py Another crack at bug #1460340: make random.sample(dict) 2006-04-01 00:26:53 +00:00
re.py Rename sre.py -> re.py 2006-03-16 06:30:02 +00:00
repr.py
rexec.py Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. 2006-03-16 06:50:13 +00:00
rfc822.py
rlcompleter.py
robotparser.py
runpy.py Whitespace normalization. 2006-03-25 01:50:43 +00:00
sched.py
sets.py
sgmllib.py Whitespace normalization. 2006-04-03 02:46:44 +00:00
sha.py
shelve.py
shlex.py
shutil.py
site.py Whitespace normalization. 2006-03-10 23:39:56 +00:00
smtpd.py
smtplib.py bug #1257988: don't bail out on gethostbyname(gethostname()) failure 2006-03-31 19:34:13 +00:00
sndhdr.py
socket.py Whitespace normalization. 2006-03-22 03:23:21 +00:00
sre.py Spel compatibility write. 2006-03-16 06:33:21 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py Avoid forward-declaring the methods array. 2006-03-10 11:20:04 +00:00
subprocess.py
sunau.py
sunaudio.py
symbol.py PEP 343 -- the with-statement. 2006-02-27 22:32:47 +00:00
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Um, I thought I'd already checked this in. 2006-03-10 02:28:35 +00:00
timeit.py
toaiff.py
token.py
tokenize.py Insert a safety space after numbers as well as names in untokenize(). 2006-03-30 21:43:35 +00:00
trace.py
traceback.py traceback now shows error position for all SyntaxError subclasses, 2006-03-31 15:59:13 +00:00
tty.py
types.py
unittest.py
urllib.py Revert r43399. 2006-03-28 19:19:56 +00:00
urllib2.py Readd urllib.quote import as it doesn't cause any harm. 2006-04-02 21:13:13 +00:00
urlparse.py Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results 2006-04-01 22:14:43 +00:00
user.py
uu.py Make uu use floor division instead of classic division. 2006-03-28 10:29:45 +00:00
warnings.py PEP 352 implementation. Creates a new base class, BaseException, which has an 2006-03-01 04:25:17 +00:00
wave.py
weakref.py
webbrowser.py
whichdb.py
xdrlib.py Make xdrlib use floor division instead of classic division. 2006-03-28 10:07:46 +00:00
xml.py
xmllib.py
xmlrpclib.py
zipfile.py