0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib
Skip Montanaro 7789237331 * Correct Sniffer doc to correspond to the implementation.
* Add optional delimiters arg to Sniffer.sniff() which restricts the set of
  candidate field delimiters.
2003-05-19 15:33:36 +00:00
..
bsddb Whitespace normalization. 2003-04-24 16:02:54 +00:00
compiler
curses
distutils Restore Python 1.5.2 compatibility. 2003-05-14 19:48:57 +00:00
email Bump version number 2003-05-08 03:34:58 +00:00
encodings Remove usage of re module from encodings package search function. 2003-05-16 17:07:51 +00:00
hotshot
idlelib Let Python inform the user what went wrong with the import. 2003-05-19 02:07:44 +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 Allow for Version, Flavor and Download-URL not being set. 2003-05-06 13:07:32 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +00:00
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test * Correct Sniffer doc to correspond to the implementation. 2003-05-19 15:33:36 +00:00
xml Whitespace normalization. 2003-04-24 16:02:54 +00:00
__future__.py
__phello__.foo.py
_strptime.py Call time.tzset (if available) just before calculating possible timezones from time.tzname. 2003-05-13 20:28:15 +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 Don't replace an empty line with "pass" when symbol == "eval", where 2003-05-16 01:24:30 +00:00
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy_reg.py
copy.py
csv.py * Correct Sniffer doc to correspond to the implementation. 2003-05-19 15:33:36 +00:00
dbhash.py typo 2003-05-05 14:16:41 +00:00
difflib.py
dircache.py
dis.py
doctest.py
DocXMLRPCServer.py Patch #727805: Remove extra line ending from CGI responses. 2003-05-01 05:05:09 +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 Whitespace normalization. 2003-05-12 20:19:37 +00:00
ihooks.py
imaplib.py improved CRLF regex for previous fix 2003-04-29 23:58:08 +00:00
imghdr.py
imputil.py
inspect.py Patch #711902: Cause pydoc to show data descriptor __doc__ strings. 2003-05-03 09:09:02 +00:00
keyword.py
linecache.py
locale.py
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
nturl2path.py
opcode.py Revert the previous enhancement to the bytecode optimizer. 2003-04-24 05:45:23 +00:00
optparse.py Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). 2003-05-08 01:38:52 +00:00
os2emxpath.py
os.py Add optional 'onerror' argument to os.walk(), to control error 2003-05-13 18:01:19 +00:00
pdb.doc
pdb.py
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 - add a dump_stats() method similar to that of the profile.Profile class 2003-05-14 14:28:09 +00:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Patch #711902: Cause pydoc to show data descriptor __doc__ strings. 2003-05-03 09:09:02 +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 Allow "@" in unquoted attribute values. 2003-04-29 22:12:55 +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 Patch #727805: Remove extra line ending from CGI responses. 2003-05-01 05:05:09 +00:00
site.py Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +00:00
SocketServer.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
sre.py
stat.py
statcache.py
statvfs.py
string.py
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 Whitespace normalization. 2003-05-12 20:19:37 +00:00
this.py
threading.py
timeit.py
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
urllib2.py To be on the safe side, backed out any questionable iteritem changes and set back to item calls. 2003-05-18 02:25:07 +00:00
urllib.py More fixes according to SF 549151: 2003-05-16 01:46:51 +00:00
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py defer re module imports to help improve interpreter startup 2003-05-14 17:33:53 +00:00
wave.py
weakref.py
webbrowser.py
whichdb.py detect old version 2 hash files and return "bsddb185" as the appropriate 2003-05-06 20:42:10 +00:00
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py Whitespace normalization. 2003-05-12 20:19:37 +00:00
zipfile.py