cpython/Lib
2004-07-14 21:04:27 +00:00
..
bsddb Adds support for DB.pget and DBCursor.pget methods. 2004-06-28 04:06:49 +00:00
compiler this is patch 2004-07-12 13:15:56 +00:00
curses
distutils Recompiled after source file changes. 2004-07-14 15:22:05 +00:00
email _parsegen(): Add a missing check for NeedMoreData. 2004-05-15 16:26:28 +00:00
encodings Whitespace normalization. 2004-07-07 20:54:48 +00:00
hotshot
idlelib release dates 2004-07-08 05:59:43 +00:00
lib-old
lib-tk
logging Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) 2004-07-12 09:21:41 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
test Implemented thread-local data as proposed on python-dev: 2004-07-14 19:11:50 +00:00
xml
__future__.py
__phello__.foo.py
_LWPCookieJar.py Patch #963318: Add support for client-side cookie management. 2004-05-31 18:22:40 +00:00
_MozillaCookieJar.py Patch #963318: Add support for client-side cookie management. 2004-05-31 18:22:40 +00:00
_strptime.py
_threading_local.py Implemented thread-local data as proposed on python-dev: 2004-07-14 19:11:50 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py In poll(), check connections for exceptional conditions 2004-07-10 17:36:11 +00:00
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py Remove a useless operation, setting name to itself 2004-06-07 03:45:56 +00:00
bisect.py
calendar.py There is no reason to have an underscore after self 2004-06-07 03:47:06 +00:00
cgi.py
CGIHTTPServer.py
cgitb.py [Patch #987052 from Thomas Guettler] 2004-07-10 14:14:51 +00:00
chunk.py
cmd.py Whitespace normalization. 2004-07-07 20:54:48 +00:00
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py Patch #975885: print file name in err msg in quiet mode 2004-06-20 20:59:56 +00:00
ConfigParser.py ConfigParser: 2004-05-18 04:24:02 +00:00
Cookie.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 Use threading.local() instead of threading.currentThread(). 2004-07-14 21:04:27 +00:00
difflib.py SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator 2004-07-10 23:54:07 +00:00
dircache.py
dis.py
doctest.py Ported some features from zope: 2004-07-14 19:06:50 +00:00
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py
dummy_threading.py Implemented thread-local data as proposed on python-dev: 2004-07-14 19:11:50 +00:00
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 Improve the documented advice on how to best use heapq.heapreplace(). 2004-06-20 09:07:53 +00:00
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. 2004-06-05 15:31:45 +00:00
httplib.py Fix a bug that robotparser starves memory when the server responses 2004-06-05 13:30:56 +00:00
ihooks.py
imaplib.py Added IMAP4_stream to __all__ 2004-06-02 00:42:36 +00:00
imghdr.py
imputil.py
inspect.py SF bug #973092: inspect.getframeinfo bug if 'context' is to big 2004-06-15 11:22:53 +00:00
keyword.py
linecache.py
locale.py
macpath.py Feature request #935915: Add os.path.devnull. 2004-06-08 08:29:33 +00:00
macurl2path.py
mailbox.py [Bug #925107] Make .readline() consider self.stop. This makes read() and readline() very similar, so they're refactored into _read. Patch by Johannes Gijsbers. 2004-07-07 14:09:21 +00:00
mailcap.py
markupbase.py [Patch #965175] Incorporate a suggestion for a better error message 2004-07-10 21:49:45 +00:00
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py Make ntpath compress multiple slashes between drive letter and the rest of the 2004-07-10 20:42:22 +00:00
nturl2path.py
opcode.py Install two code generation optimizations that depend on NOP. 2004-06-21 16:31:15 +00:00
optparse.py
os.py Feature request #935915: Add os.path.devnull. 2004-06-08 08:29:33 +00:00
os2emxpath.py Feature request #935915: Add os.path.devnull. 2004-06-08 08:29:33 +00:00
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Added normalization for Windows system name. Closes SF #945665. 2004-06-19 17:17:00 +00:00
popen2.py
poplib.py
posixfile.py
posixpath.py Remove tabs introduced in last commit. 2004-07-11 19:16:21 +00:00
pprint.py typo - fixes 954030. 2004-05-14 16:31:56 +00:00
profile.doc
profile.py Using repr() generates entries that the current stats package can't 2004-07-12 23:38:02 +00:00
pstats.py
pty.py [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. 2004-06-05 16:27:16 +00:00
py_compile.py
pyclbr.py
pydoc.py Change pydoc.stripid() be able to match against 64-bit addresses by having 2004-06-19 01:22:48 +00:00
Queue.py Simplified the new get/get_nowait/put/put_nowait implementations a bit. 2004-07-12 01:20:32 +00:00
quopri.py
random.py Fix typo in comment. 2004-06-07 02:07:15 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py Committing Tim's patch for SF bug #983585: 2004-07-01 20:28:47 +00:00
rexec.py Remove reference to pcre module 2004-06-02 17:40:43 +00:00
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py
sgmllib.py
shelve.py
shlex.py
shutil.py - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects 2004-07-14 00:45:59 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py Change argument list for addsitedir() to not require a second argument and thus 2004-07-09 23:38:18 +00:00
smtpd.py Updated my email address to something that works <wink>. 2004-07-12 23:10:08 +00:00
smtplib.py Debug output is now printed to sys.stderr . 2004-07-10 23:14:30 +00:00
sndhdr.py
socket.py Add weakref support to sockets and re pattern objects. 2004-05-31 03:09:25 +00:00
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
stringprep.py Whitespace normalization. 2004-07-07 20:54:48 +00:00
sunau.py
sunaudio.py
symbol.py SF patch #872326: Generator expression implementation 2004-05-19 08:20:33 +00:00
symtable.py
tabnanny.py
tarfile.py [Patch 988444] 2004-07-10 22:02:11 +00:00
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py SF #965425: fix so hyphenated words surrounded by punctuation are 2004-06-03 01:59:41 +00:00
this.py
threading.py Implemented thread-local data as proposed on python-dev: 2004-07-14 19:11:50 +00:00
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
tzparse.py
unittest.py
urllib.py
urllib2.py Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee 2004-07-11 17:14:13 +00:00
urlparse.py rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network 2004-06-29 04:02:40 +00:00
user.py
UserDict.py The default argument in dict.setdefault() defaults to None. 2004-05-27 09:41:04 +00:00
UserList.py
UserString.py Add comments for unicode-only methods to give hints on AttributeError 2004-06-04 04:23:29 +00:00
uu.py
warnings.py
wave.py
weakref.py Make weak references subclassable: 2004-07-02 18:57:45 +00:00
webbrowser.py [Patch #981794] Add support for Firefox/Firebird 2004-07-10 22:07:02 +00:00
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py [Bug #841757] Patch from /F to allow Unicode strings as struct keys 2004-06-05 12:35:58 +00:00
zipfile.py Make struct formats for specifying file size to be unsigned instead of signed 2004-07-10 19:09:20 +00:00