0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
2004-07-07 14:09:21 +00:00
..
bsddb Adds support for DB.pget and DBCursor.pget methods. 2004-06-28 04:06:49 +00:00
compiler
curses
distutils Fix SF#983164. 2004-07-06 19:23:27 +00:00
email
encodings
hotshot
idlelib whitespace normalization 2004-07-06 21:53:27 +00:00
lib-old
lib-tk
logging Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. 2004-07-03 11:48:34 +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 testGetServBy(): Use services that should be available both on *nix and 2004-07-06 16:48:25 +00:00
xml
__future__.py
__phello__.foo.py
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
aifc.py
anydbm.py
asynchat.py
asyncore.py For readable() objects, the previous value of 'flags' was ignored. 2004-07-07 12:23:53 +00:00
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py Fix 2004-07-01 14:52:10 +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
Cookie.py
cookielib.py
copy_reg.py
copy.py
csv.py
dbhash.py
decimal.py * Add __eq__ and __ne__ so that things like list.index() work properly 2004-07-05 22:53:03 +00:00
difflib.py Reverse argument order for nsmallest() and nlargest(). 2004-06-15 23:53:35 +00:00
dircache.py
dis.py
doctest.py
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py
dummy_threading.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 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
httplib.py
ihooks.py
imaplib.py
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
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
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py Install two code generation optimizations that depend on NOP. 2004-06-21 16:31:15 +00:00
optparse.py
os2emxpath.py
os.py
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
pprint.py
profile.doc
profile.py
pstats.py
pty.py
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
quopri.py
random.py
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
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py
sgmllib.py
shelve.py
shlex.py
shutil.py shutil.move() will raise an exception when trying to move a directory into 2004-06-19 21:11:35 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py
smtpd.py remove debugging print 2004-06-26 19:42:10 +00:00
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre_compile.py
sre_constants.py
sre_parse.py
sre.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
stringprep.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py
this.py
threading.py threading.Thread objects will now print a traceback for an exception raised 2004-07-03 03:52:35 +00:00
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
tzparse.py
unittest.py
urllib2.py [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also legal if a Range: header was supplied. 2004-06-29 13:19:19 +00:00
urllib.py
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
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py Make weak references subclassable: 2004-07-02 18:57:45 +00:00
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py