cpython/Lib
Thomas Heller 904ca11a87 Changes:
distutils/command/bdist_wininst.py:
- the windows installer is again able to compile after installing
  the files. Note: The default has changed, the packager has to
  give --no-target-compile/--no-target-optimize to NOT compile
  on the target system. (Another note: install_lib's --compile
  --optimize options have the same semantics to switch off
  the compilation. Shouldn't the names change?)
- All references to specific python versions are gone.
- A small bug:
    raise DistutilsPlatformError ("...")
  instead of
    raise DistutilsPlatformError, ("...")
- When bdist_wininst creates an installer for one specific python
  version, this is reflected in the name:
    Distutils-0.9.2.win32-py15.exe instead of
    Distutils-0.9.2.win32.exe
- bdist_wininst, when run as script, reads the wininst.exe file
  and rewrites itself. Previously this was done by hand.

misc/install.c
- All the changes needed for compilation
- Deleted a lot of debug/dead code
2000-09-07 15:59:22 +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 Changes: 2000-09-07 15:59:22 +00:00
dos-8x3 The usual. 2000-09-05 04:49:50 +00:00
encodings
idlelib Initial revision 2000-08-15 01:13:23 +00:00
lib-old
lib-tk Older Tk versions don't support mousewheel support. Set event.delta 2000-09-07 15:05:09 +00:00
plat-aix3
plat-aix4
plat-freebsd2
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
test test_mmap wrote null bytes into its expected-output file; this caused me to 2000-09-04 07:34:06 +00:00
xml Remove the outer test for __name__; not necessary. 2000-08-04 03:14:55 +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
asyncore.py
atexit.py
audiodev.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
base64.py
BaseHTTPServer.py updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
Bastion.py
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 Closing patch #101120 -- After everyone agreed. 2000-08-25 21:47:56 +00:00
CGIHTTPServer.py Now that StreamRequestHandler defaults rfile to buffered, make it 2000-09-01 03:27:34 +00:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py Whitespace cleanup; now passes the regression test (the last checkin made 2000-08-24 14:40:35 +00:00
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
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
htmlentitydefs.py
htmllib.py
httplib.py add docstring explaining makefile limitation 2000-08-23 20:34:17 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py Restored commonprefix() semantics. 2000-08-23 09:13:40 +00:00
macstat.py
macurl2path.py
mailbox.py Use built in function filter instead of doing it laboriously by hand. 2000-08-11 07:48:36 +00:00
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.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
nntplib.py
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
persist.py
pickle.py
pipes.py
popen2.py The "more" cmd varies across Windows flavors, sometimes adding stray 2000-09-01 20:38:55 +00:00
poplib.py
posixfile.py Add support for FreeBSD-[45]. 2000-08-29 14:57:27 +00:00
posixpath.py revert semantics of commonprefix to work character-by-character 2000-08-22 13:01:53 +00:00
pprint.py
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
pty.py
py_compile.py
pyclbr.py
Queue.py
quopri.py
random.py
re.py
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
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py For this server to work on Windows, directories should use "/" as the 2000-09-04 15:55:31 +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 updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
SocketServer.py In class StreamRequestHandler, make the default buffering for rfile 2000-09-01 03:25:14 +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
sre_parse.py -- tightened up parsing of octal numbers 2000-09-02 11:03:34 +00:00
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
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 fixes bug #111951 2000-08-31 15:48:10 +00:00
urllib2.py
urlopen.py
urlparse.py
user.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
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