cpython/Lib
Greg Ward acff0b3f3b Changed so lines that are all comment (or just whitespace + comment)
are completely skipped, rather than being treated as blank lines
(and then subject to the 'skip_blanks' flag).  This allows us
to process old-style Setup files, which rely on
  hello \\
  # boo!
  there
coming out as "hello there".
2000-09-16 18:33:36 +00:00
..
compiler patch by Neil Schemenauer to improve (fix?) line number generation 2000-09-01 20:47:37 +00:00
curses Tweak curses.wrapper so it initializes colors if they are available. 2000-08-09 21:11:07 +00:00
distutils Changed so lines that are all comment (or just whitespace + comment) 2000-09-16 18:33:36 +00:00
dos-8x3 The usual. 2000-09-05 04:49:50 +00:00
encodings Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
idlelib Initial revision 2000-08-15 01:13:23 +00:00
lib-old Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
lib-tk Removed some debugging prints: When running user configuration code 2000-09-15 04:41:22 +00:00
plat-aix3
plat-aix4
plat-freebsd2 New files from Thomas Gellekum 1998-05-06 15:14:36 +00:00
plat-freebsd3
plat-freebsd4 tg@freebsd.org 2000-08-31 02:42:11 +00:00
plat-freebsd5 tg@freebsd.org 2000-08-31 02:42:11 +00:00
plat-generic
plat-irix5 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-irix6 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
site-packages Add a README file so that cvs update -P doesn't obliterate this 2000-03-31 20:03:56 +00:00
test - add a new test 2000-09-15 22:32:29 +00:00
xml Fixed some typos. Removed one obsolete comment. 2000-09-15 18:38:47 +00:00
BaseHTTPServer.py updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
Bastion.py
CGIHTTPServer.py Now that StreamRequestHandler defaults rfile to buffered, make it 2000-09-01 03:27:34 +00:00
ConfigParser.py Small fixes by Petru Paler (patch #100946) checked in with esr's approval. 2000-07-21 05:19:59 +00:00
Cookie.py Whitespace cleanup; now passes the regression test (the last checkin made 2000-08-24 14:40:35 +00:00
Makefile
MimeWriter.py Run the self-test (test.test_MimeWriter) when invoked as a script. 1998-04-23 13:34:57 +00:00
Queue.py
SimpleHTTPServer.py For this server to work on Windows, directories should use "/" as the 2000-09-04 15:55:31 +00:00
SocketServer.py In class StreamRequestHandler, make the default buffering for rfile 2000-09-01 03:25:14 +00:00
StringIO.py
UserDict.py Barry's patch to implement the new setdefault() method. 2000-08-08 16:12:54 +00:00
UserList.py Support for augmented assignment in the UserList, UserDict, UserString and 2000-08-24 20:14:10 +00:00
UserString.py simple typo that makes regression test test_userstring fail 2000-08-24 21:47:34 +00:00
aifc.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
anydbm.py
asynchat.py Match Sam Rushing's current version of asyncore.py and asynchat.py 2000-09-08 20:30:39 +00:00
asyncore.py Untabify. When compiling in -tt mode, an inconsistent Tab use error 2000-09-11 04:00:46 +00:00
atexit.py
audiodev.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
base64.py a couple of nits from Patch #100933 2000-07-25 14:34:38 +00:00
bdb.py
binhex.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
bisect.py
builtin.py
calendar.py patches from David Goodger. Closes patch 101085. 2000-08-30 14:01:28 +00:00
cgi.py fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI 2000-09-15 20:06:57 +00:00
chunk.py
cmd.py Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in 2000-07-11 13:03:55 +00:00
code.py
codecs.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
copy.py Added Unicode objects to the copy mechanism. Since these are immutable, 2000-09-07 11:00:03 +00:00
copy_reg.py
dbhash.py
dircache.py
dis.py Add missing opcodes. Thanx to jeremy for reminding me ;) 2000-08-24 22:44:53 +00:00
dospath.py revert semantics of commonprefix to work character-by-character 2000-08-22 13:01:53 +00:00
dumbdbm.py Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem: 2000-07-10 13:56:35 +00:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Added support for RFC 959's REST command (restart), closing SF patch 2000-09-01 06:09:23 +00:00
getopt.py
getpass.py
gettext.py Repaired comment. 2000-09-01 02:20:20 +00:00
glob.py
gopherlib.py
gzip.py SF patch #100740: Add optional size arguments to .readline() and 2000-07-29 20:15:26 +00:00
htmlentitydefs.py
htmllib.py
httplib.py cope with weird Content-Length values returned from servers by 2000-09-14 20:34:27 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py no changes other than indentation level (now 4) and comment reflow. 2000-07-18 09:09:48 +00:00
keyword.py
knee.py
linecache.py
locale.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
macpath.py Restored commonprefix() semantics. 2000-08-23 09:13:40 +00:00
macstat.py
macurl2path.py
mailbox.py Detlef Lannert <lannert@uni-duesseldorf.de>: 2000-09-14 14:44:43 +00:00
mailcap.py More trivial comment -> docstring transformations by Ka-Ping Yee, 2000-02-04 15:10:34 +00:00
mhlib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
mimetools.py
mimetypes.py
mimify.py
multifile.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
mutex.py
netrc.py Apply Greg Kochanski's fix for open/265. 2000-07-13 13:25:07 +00:00
nntplib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
ntpath.py revert semantics of commonprefix to work character-by-character 2000-08-22 13:01:53 +00:00
nturl2path.py
os.py Added os.popen2() and os.popen3() for non-Windows platforms. 2000-08-28 17:20:05 +00:00
pdb.doc
pdb.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
persist.py
pickle.py Fix Bug #114293: 2000-09-15 15:14:51 +00:00
pipes.py
popen2.py The "more" cmd varies across Windows flavors, sometimes adding stray 2000-09-01 20:38:55 +00:00
poplib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
posixfile.py Do not try to fix bugs while sleeping. 2000-09-09 06:29:35 +00:00
posixpath.py revert semantics of commonprefix to work character-by-character 2000-08-22 13:01:53 +00:00
pprint.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
pre.py Correct docstring about return value when group didn't participate in match 2000-09-04 03:19:48 +00:00
profile.doc
profile.py remove all occurence of math.rint() from the sources 2000-08-10 04:23:30 +00:00
pstats.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
pty.py
py_compile.py Support \r in source files. Closes bug #101425. 2000-09-15 06:57:26 +00:00
pyclbr.py
quopri.py
random.py Repair senseless random.seed docstring (reported on c.l.py). 2000-09-16 04:02:48 +00:00
re.py My fix to the URL accidentally also switched back to the "pre" module. 2000-08-01 21:22:16 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py Support for augmented assignment in the UserList, UserDict, UserString and 2000-08-24 20:14:10 +00:00
rlcompleter.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py apply patch #100868 from Moshe Zadka: 2000-07-12 09:55:30 +00:00
site.py Add new builtin commands "copyright", "license", "credits" which 2000-09-05 04:39:55 +00:00
smtplib.py Applied patch #101350, closing it. 2000-09-01 06:40:07 +00:00
sndhdr.py
socket.py Before comparing os.uname() to BeOS check that os.uname actually exists:-) 2000-09-15 12:59:46 +00:00
sre.py -- reset marks if repeat_one tail doesn't match 2000-08-07 20:59:04 +00:00
sre_compile.py -- reset marks if repeat_one tail doesn't match 2000-08-07 20:59:04 +00:00
sre_constants.py final 0.9.8 updates: 2000-08-01 22:47:49 +00:00
sre_parse.py -- tightened up parsing of octal numbers 2000-09-02 11:03:34 +00:00
stat.py
statcache.py
statvfs.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
string.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
stringold.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
sunau.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
sunaudio.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
symbol.py Update for augmented assignment. 2000-08-24 21:08:39 +00:00
tabnanny.py
telnetlib.py
tempfile.py Patch by tg@FreeBSD.org to try /var/tmp first. 2000-08-29 14:55:03 +00:00
threading.py Revise to use atexit instead of monkeying with sys.exitfunc directly. 2000-08-18 15:50:54 +00:00
toaiff.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
token.py Update for augmented assignment. 2000-08-24 21:08:39 +00:00
tokenize.py Update for augmented assignment, tested & approved by Guido. 2000-08-24 21:44:52 +00:00
traceback.py Patch by Toby Dickenson: don't die when an error occurs during string 2000-08-22 02:04:46 +00:00
tty.py
types.py
tzparse.py
urllib.py Remove "," from the list of always_safe characters. It is a reserved 2000-09-14 16:59:07 +00:00
urllib2.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
urlparse.py
user.py
uu.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
wave.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
webbrowser.py Hack the Windows code to use os.popen(). 2000-09-03 17:12:50 +00:00
whichdb.py Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) 2000-08-04 08:46:59 +00:00
whrandom.py
xdrlib.py
xmllib.py New method getnamespace. 2000-08-31 10:27:00 +00:00
zipfile.py