cpython/Lib
Skip Montanaro c689918c94 Regain throughput lost with the _socketobject wrapper. The
throughput-sensitive methods are grabbed from the underlying _socket.socket
object.  Closes SF patch 729293.
2003-04-29 19:27:26 +00:00
..
bsddb Whitespace normalization. 2003-04-24 16:02:54 +00:00
compiler SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
curses SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
distutils new method: has_function() - returns a boolean indicating whether the 2003-04-24 19:49:23 +00:00
email Get rid of some hard coded tabs 2003-04-24 15:58:47 +00:00
encodings Whitespace normalization. 2003-04-24 16:02:54 +00:00
hotshot
idlelib New feature: when saving a file, keep the eol convention of the 2003-04-25 18:36:31 +00:00
lib-old
lib-tk Remove extra space in docstring 2003-04-17 13:13:55 +00:00
logging Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes 2003-04-23 13:12:19 +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-linux1
plat-linux2
plat-mac If not icon file is specified use the default Python Applet icons. 2003-04-22 14:33:48 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Use Tim's suggestion to fix 2003-04-29 17:07:36 +00:00
xml Whitespace normalization. 2003-04-24 16:02:54 +00:00
__future__.py
__phello__.foo.py
_strptime.py Raise a ValueError when there is data that was not covered in the format string. Done to match behavior of pre-existing C-based strptime implementations. 2003-04-28 21:30:13 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
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
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy.py
copy_reg.py
csv.py rework Sniffer api significantly 2003-04-25 14:47:16 +00:00
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py
DocXMLRPCServer.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
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 GNUTranslations: 2003-04-24 18:13:39 +00:00
glob.py
gopherlib.py
gzip.py
heapq.py
hmac.py
htmlentitydefs.py Add two dictionaries to htmlentitydefs: name2codepoint maps 2003-04-16 09:46:13 +00:00
htmllib.py
HTMLParser.py
httplib.py Implement IDNA (Internationalized Domain Names in Applications). 2003-04-18 10:39:54 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
keyword.py
linecache.py
locale.py Support '' as the argument for the setlocale emulation. Fixes #678259. 2003-03-30 15:42:13 +00:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py SF bug 557704: netrc module can't handle all passwords 2003-04-24 20:11:20 +00:00
new.py
nntplib.py - Several methods of nntplib.NNTP have grown an optional file argument 2003-04-19 18:04:57 +00:00
ntpath.py make nt altsep forward slash - closes bug 709428 2003-03-28 22:23:24 +00:00
nturl2path.py
opcode.py Revert the previous enhancement to the bytecode optimizer. 2003-04-24 05:45:23 +00:00
optparse.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
os.py New generator os.walk() does a bit more than os.path.walk() does, and 2003-04-25 07:11:48 +00:00
os2emxpath.py
pdb.doc
pdb.py Detabified. 2003-04-09 19:36:34 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Fix docstring typo 2003-04-24 16:36:49 +00:00
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py SF patch #706338, Fix a few broken links in pydoc by Greg Chapman 2003-03-30 20:31:34 +00:00
Queue.py
quopri.py
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py
sgmllib.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
shelve.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
shlex.py - Changed shlex.split() method to have more useful and 2003-04-20 01:57:03 +00:00
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py When on MacOSX, and only in a framework build, add 2003-04-16 13:12:21 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py Regain throughput lost with the _socketobject wrapper. The 2003-04-29 19:27:26 +00:00
SocketServer.py
sre.py
sre_compile.py Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. 2003-04-19 12:56:08 +00:00
sre_constants.py Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. 2003-04-19 12:56:08 +00:00
sre_parse.py Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. 2003-04-19 08:37:24 +00:00
stat.py
statcache.py
statvfs.py
string.py Attempt to make all the various string *strip methods the same. 2003-04-10 22:35:32 +00:00
StringIO.py
stringold.py
stringprep.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix 2003-04-22 22:03:11 +00:00
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py
this.py
threading.py
timeit.py add a #! line for unix weenies 2003-04-08 19:49:40 +00:00
toaiff.py
token.py
tokenize.py
trace.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
traceback.py
tty.py
types.py
tzparse.py
unittest.py SF bug #715145: unittest.py still uses != in failUnlessEqual 2003-04-04 22:56:42 +00:00
urllib.py SF Patch 549151: urllib2 POSTs on redirect 2003-04-24 15:32:12 +00:00
urllib2.py SF Patch 549151: urllib2 POSTs on redirect 2003-04-24 15:32:12 +00:00
urlparse.py Patch #712124: Remove obsolete comment. 2003-03-30 16:28:26 +00:00
user.py
UserDict.py
UserList.py
UserString.py Attempt to make all the various string *strip methods the same. 2003-04-10 22:35:32 +00:00
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py [Patch #628208] Add optional support for the 'nil' extension 2003-04-25 00:26:51 +00:00
zipfile.py