cpython/Lib
Neal Norwitz e7629c85bc Skip test_dbm if we can't write to the file
Cleanup (remove) the file(s) after we are done with the test.
(Fixes problem on snake farm)
2002-11-02 18:25:08 +00:00
..
compiler
curses Whitespace normalization (get rid of tabs). 2002-09-29 00:25:51 +00:00
distutils Fixes SF bug#614051: win32 build_ext problem. 2002-10-31 14:26:37 +00:00
email test_body_encoding(): a new test for Charset.body_encode(), especially 2002-10-21 05:43:58 +00:00
encodings Add new encoding for Ukrainian Cyrillic 2002-10-17 22:15:33 +00:00
hotshot
idlelib Implement Restoring Breakpoints in Subprocess Debugger 2002-10-23 04:48:08 +00:00
lib-old
lib-tk Patch #621891: Add askopenfile{name}s. 2002-10-13 10:28:04 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Skip test_dbm if we can't write to the file 2002-11-02 18:25:08 +00:00
xml Minor simplification. 2002-10-28 18:09:41 +00:00
__future__.py
__phello__.foo.py
_strptime.py Brett's fixes for various bugs and coding issues. Closes SF patch # 2002-09-23 22:46:49 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py Again, I did check in too many changes. Sorry. 2002-09-26 13:19:48 +00:00
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py Patches #626105: 2002-10-22 05:15:17 +00:00
cgi.py
CGIHTTPServer.py Must catch TypeError from int(length). 2002-10-17 16:21:35 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py Implement a safer and more predictable interpolation approach. 2002-10-25 21:52:00 +00:00
Cookie.py
copy.py
copy_reg.py
dbhash.py
difflib.py Added missing names to __all__. 2002-10-30 06:09:58 +00:00
dircache.py
dis.py
doctest.py
dumbdbm.py
FCNTL.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
heapq.py Added __all__. 2002-10-30 06:15:53 +00:00
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
ihooks.py
imaplib.py Added missing class to __all__. 2002-10-30 06:20:37 +00:00
imghdr.py
imputil.py
inspect.py
keyword.py Patrick K. O'Brien notices that kwlist was missing from __all__. 2002-10-30 05:17:22 +00:00
linecache.py
locale.py point people to the Python bug tracker, rather than to a mail 2002-10-19 20:19:10 +00:00
macpath.py Add os.path.supports_unicode_filenames for all platforms, 2002-10-08 02:44:31 +00:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
multifile.py Back out multifile.py 1.19 and 1.20. Fixes #514676. 2002-09-22 09:01:08 +00:00
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py Don't try to access sys.getwindowsversion unless it exists (ntpath is 2002-10-09 07:56:04 +00:00
nturl2path.py
os.py Remove more DOS support. 2002-10-09 17:23:29 +00:00
os2emxpath.py Add os.path.supports_unicode_filenames for all platforms, 2002-10-08 02:44:31 +00:00
pdb.doc
pdb.py
pickle.py Fiddle comments and variable names in whichmodule(). 2002-09-19 23:00:12 +00:00
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py Add os.path.supports_unicode_filenames for all platforms, 2002-10-08 02:44:31 +00:00
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. 2002-11-02 02:02:46 +00:00
Queue.py Patch #572628: Optional timeouts for put and get. 2002-10-15 15:11:13 +00:00
quopri.py
random.py
re.py point people to the Python bug tracker, rather than to a mail 2002-10-19 20:19:10 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py Allow restricted code to get byteorder, getdefaultencoding(), 2002-10-11 16:20:45 +00:00
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py .iterkeys() is not needed. 2002-10-04 20:01:48 +00:00
sgmllib.py
shelve.py Patch #624936: Implement __contains__. 2002-10-18 08:58:14 +00:00
shlex.py
shutil.py Added new move() function to __all__. 2002-10-30 05:44:50 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py Fix a problem in site.py which triggers in case sys.path is empty. 2002-09-19 11:11:27 +00:00
smtpd.py
smtplib.py Patch #572031: AUTH method LOGIN for smtplib 2002-10-06 17:55:08 +00:00
sndhdr.py
socket.py
SocketServer.py
sre.py Add finditer to __all__ (when defining it at all). 2002-10-14 12:22:17 +00:00
sre_compile.py Disable big charsets in UCS-4 builds. Works around #599377. 2002-09-26 16:39:20 +00:00
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py Convert empty string literal to string. Speed up creation of idmap. 2002-10-14 20:03:40 +00:00
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py Updates to track Grammar changes. The patch to token.py loosens the regexp to 2002-10-03 09:42:01 +00:00
symtable.py
tabnanny.py
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py Add comment about inability to handle Unicode strings (hopefully a 2002-10-22 18:31:50 +00:00
this.py
threading.py
toaiff.py
token.py Updates to track Grammar changes. The patch to token.py loosens the regexp to 2002-10-03 09:42:01 +00:00
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
unittest.py Now that TestCase is a new-style class, change loadTestsFromModule and 2002-09-30 19:25:56 +00:00
urllib.py Use fdopen() to create file from fd. 2002-10-11 14:36:24 +00:00
urllib2.py Typo in docstring 2002-10-11 17:27:55 +00:00
urlparse.py Added missing entries to __all__. 2002-10-16 21:21:39 +00:00
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py Allow Unicode strings as message and module name. 2002-10-14 21:06:02 +00:00
wave.py
weakref.py
webbrowser.py SF # 539360, webbrowser.py and konqueror, by Andy McKay 2002-10-11 22:04:22 +00:00
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py patch #624180 (part 2 of 2): 2002-11-01 17:14:16 +00:00
zipfile.py Patch #611760: read archives with comments. 2002-10-13 13:54:50 +00:00