cpython/Lib
Fredrik Lundh 15aaacc93e return codes are available on all platforms, not just on Unix 2004-10-17 14:47:05 +00:00
..
bsddb
compiler This is jiwon's patch to fix: 2004-10-11 15:35:53 +00:00
curses
distutils Patch 1046644 - improved distutils support for SWIG. 2004-10-14 10:02:08 +00:00
email Whitespace normalization. 2004-10-12 21:51:32 +00:00
encodings SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support 2004-09-07 20:24:22 +00:00
hotshot
idlelib release shenanigans 2004-10-15 08:07:21 +00:00
lib-old
lib-tk Convert boolean results back to strings. Fixes #807871. 2004-09-18 16:01:23 +00:00
logging Changes made to maintain 1.5.2 compatibility. 2004-10-03 19:12:07 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-freebsd6 Whitespace normalization. 2004-08-20 03:47:14 +00:00
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac removed 2.2 support 2004-10-02 14:06:56 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. 2004-08-30 10:19:56 +00:00
plat-sunos5
plat-unixware7
site-packages
test remove_stderr_debug_decorations(): Always try the substitution. Else 2004-10-14 04:16:54 +00:00
xml Require minimally PyXML 0.8.4. 2004-10-13 19:57:14 +00:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py Patch #727483: Add AUTH_TYPE and REMOTE_USER. 2004-08-29 16:53:26 +00:00
ConfigParser.py SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. 2004-10-03 15:55:09 +00:00
Cookie.py
DocXMLRPCServer.py Use multi-line import 2004-08-31 11:38:12 +00:00
HTMLParser.py remove unnecessary override of base class method 2004-09-08 22:58:36 +00:00
MimeWriter.py
Queue.py
SimpleHTTPServer.py Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the 2004-08-21 10:43:29 +00:00
SimpleXMLRPCServer.py Fix a small typo in the docstring for system_methodSignature . 2004-10-03 23:21:44 +00:00
SocketServer.py
StringIO.py Arghh, checked in wrong draft. Replacing with correct one. 2004-09-23 07:00:47 +00:00
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py Use multi-line import 2004-08-31 11:38:12 +00:00
_MozillaCookieJar.py Whitespace normalization. 2004-09-01 13:10:32 +00:00
__future__.py
__phello__.foo.py
_strptime.py Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to 2004-10-06 22:48:58 +00:00
_threading_local.py
aifc.py
anydbm.py
asynchat.py Trivial bug fix: deque == [] is not a good way to check if a deque is empty. 2004-09-27 17:49:00 +00:00
asyncore.py [Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable 2004-09-01 14:04:51 +00:00
atexit.py
audiodev.py
base64.py
bdb.py Patch #1003640: replace checkline() function parsing with new breakpoint logic: 2004-08-30 13:29:44 +00:00
binhex.py
bisect.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support 2004-09-07 20:24:22 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
cookielib.py [Patch #969907] Add traceback to warning output 2004-07-10 18:32:12 +00:00
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py Don't use mutable values for method defaults. 2004-10-12 09:12:16 +00:00
difflib.py Typo fix: 'comparisions' is not a word 2004-09-10 12:59:54 +00:00
dircache.py
dis.py
doctest.py Fixed a small bug. doctest didn't handle unicode docstrings containing 2004-10-13 14:15:32 +00:00
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. 2004-08-30 10:19:56 +00:00
gopherlib.py
gzip.py
heapq.py Fix erroneous docstring comment. 2004-09-06 07:04:09 +00:00
hmac.py
htmlentitydefs.py
htmllib.py clean up the API a little; exceptions are defined by this module 2004-09-09 02:24:13 +00:00
httplib.py SF bug #1046855: httplib index out of range 2004-10-14 15:23:38 +00:00
ihooks.py
imaplib.py Fix bug in _checkquote that raised an exception on empty "arg". 2004-10-08 04:05:39 +00:00
imghdr.py
imputil.py
inspect.py Import no longer needed. 2004-09-20 18:08:31 +00:00
keyword.py
linecache.py
locale.py
macpath.py Whitespace normalization. 2004-08-30 13:39:50 +00:00
macurl2path.py
mailbox.py Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of 2004-08-21 12:30:26 +00:00
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. 2004-08-30 10:19:56 +00:00
nturl2path.py
opcode.py
optparse.py
os.py Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and 2004-10-11 18:12:20 +00:00
os2emxpath.py Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. 2004-08-30 10:19:56 +00:00
pdb.doc
pdb.py Whitespace normalization. 2004-10-12 21:51:32 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
popen2.py Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and 2004-10-11 18:12:20 +00:00
poplib.py
posixfile.py
posixpath.py Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. 2004-08-30 10:19:56 +00:00
pprint.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Patch #934356: if a module defines __all__, believe that rather than using 2004-08-30 14:13:04 +00:00
quopri.py
random.py Use floor division operator. 2004-09-27 15:29:05 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py Remove rotor, xreadlines modules 2004-08-31 13:31:42 +00:00
rfc822.py Bug #1030125: rfc822 __iter__ problem 2004-09-22 17:17:32 +00:00
rlcompleter.py
robotparser.py Patch #1014237: Consistently return booleans throughout. 2004-08-23 20:42:35 +00:00
sched.py
sets.py
sgmllib.py add name that should be considered public to __all__ 2004-09-09 01:49:58 +00:00
shelve.py
shlex.py
shutil.py Rewrite rmtree using os.walk to fix bug #1025127: 2004-10-07 21:10:08 +00:00
site.py
smtpd.py Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. 2004-10-09 21:44:13 +00:00
smtplib.py
sndhdr.py
socket.py
sre.py Granted Noam Raphael's request for minor improvements to the re module and 2004-09-24 03:41:05 +00:00
sre_compile.py make sure to check for this limit even if we're running with -O 2004-10-15 06:15:08 +00:00
sre_constants.py PEP 292 classes Template and SafeTemplate are added to the string module. 2004-08-25 02:22:30 +00:00
sre_parse.py Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. 2004-09-03 20:15:56 +00:00
stat.py
statcache.py
statvfs.py
string.py Make the regex pattern easier to read, understand, and modify 2004-09-26 18:56:44 +00:00
stringold.py
stringprep.py
subprocess.py return codes are available on all platforms, not just on Unix 2004-10-17 14:47:05 +00:00
sunau.py
sunaudio.py
symbol.py SF patch #1007189, multi-line imports, for instance: 2004-08-31 10:07:13 +00:00
symtable.py
tabnanny.py
tarfile.py Patch #1029061: Always extract member names from the tarinfo. 2004-09-18 09:08:52 +00:00
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
tzparse.py
unittest.py Added an __iter__ method for test suites. 2004-08-28 15:22:12 +00:00
urllib.py Added a usegmt flag to email.Utils.formatdate - this allows it to be 2004-10-11 13:53:08 +00:00
urllib2.py Added a usegmt flag to email.Utils.formatdate - this allows it to be 2004-10-11 13:53:08 +00:00
urlparse.py
user.py
uu.py
warnings.py Stop producing or using OverflowWarning. PEP 237 thought this would 2004-08-25 02:14:08 +00:00
wave.py
weakref.py Use multi-line import 2004-08-31 11:38:12 +00:00
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py removed info@pythonware.com reference 2004-10-13 06:48:37 +00:00
zipfile.py