cpython/Lib
2004-11-01 08:26:09 +00:00
..
bsddb
compiler This is jiwon's patch to fix: 2004-10-11 15:35:53 +00:00
curses Display helpful message; print repr() of return value so the whitespace is clearer 2004-10-19 19:36:09 +00:00
distutils Fix [1055540 ] bdist_wininst broken for pure Python distributions 2004-10-27 21:54:33 +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 format_paragraph_event(): Patch 961387 introduced a bug here, causing 2004-10-24 23:45:42 +00:00
lib-old
lib-tk Convert boolean results back to strings. Fixes #807871. 2004-09-18 16:01:23 +00:00
logging Fixed bug in handling of args in LogRecord.__init__. 2004-10-21 21:24:27 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac Made <data> output match Apple's exactly. To do that I had to add a custom 2004-10-26 10:30:55 +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 Bug #1057993: Use sleep() always instead of os.utime() possibly broken 2004-11-01 08:26:09 +00:00
xml when only using half of the return value of os.path.split(), use 2004-10-20 11:08:35 +00:00
__future__.py
__phello__.foo.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
_strptime.py Fix bug of implementation of algorithm for calculating the date from year, week 2004-10-28 04:49:21 +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
BaseHTTPServer.py
Bastion.py
bdb.py SF bug #1052503: pdb runcall should accept keyword arguments 2004-10-24 00:32:24 +00:00
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py Patch #727483: Add AUTH_TYPE and REMOTE_USER. 2004-08-29 16:53:26 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() 2004-10-17 23:51:21 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
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
cookielib.py Remove unnecessary imports 2004-10-17 16:23:52 +00:00
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py SF patch #1053375. 2004-10-27 06:21:46 +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
DocXMLRPCServer.py Use multi-line import 2004-08-31 11:38:12 +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
HTMLParser.py remove unnecessary override of base class method 2004-09-08 22:58:36 +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 SF #737473: Show up-to-date source code in tracebacks always. 2004-10-26 09:16:42 +00:00
locale.py
macpath.py Whitespace normalization. 2004-08-30 13:39:50 +00:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.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 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 Update optparse module and test suite to Optik 1.5a2. 2004-10-27 02:20:04 +00:00
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 SF bug #1052503: pdb runcall should accept keyword arguments 2004-10-24 00:32:24 +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
Queue.py
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
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 Bug #1048941: shutil.rmtree error handling was always broken 2004-10-31 12:05:31 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py Fix a small typo in the docstring for system_methodSignature . 2004-10-03 23:21:44 +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
SocketServer.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 SF patch #1056967, changes the semantics of Template.safe_substitute() to not 2004-11-01 03:52:43 +00:00
StringIO.py Arghh, checked in wrong draft. Replacing with correct one. 2004-09-23 07:00:47 +00:00
stringold.py
stringprep.py
subprocess.py Fix docstring formatting of escape sequences. 2004-10-17 16:36:53 +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 #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 2004-10-20 11:48:42 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py SF #737473: Show up-to-date source code in tracebacks always. 2004-10-26 09:16:42 +00:00
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
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py Use multi-line import 2004-08-31 11:38:12 +00:00
webbrowser.py
whichdb.py SF patch #1038388: __main__ for whichdb.py 2004-10-20 07:17:16 +00:00
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py removed info@pythonware.com reference 2004-10-13 06:48:37 +00:00
zipfile.py