.. |
compiler
|
SF bug 430991: wrong co_lnotab
|
2001-06-09 09:26:21 +00:00 |
curses
|
…
|
|
distutils
|
Patch #429442 from Jason Tishler: Corrects sys.platform and
|
2001-07-20 19:29:04 +00:00 |
encodings
|
This patch by Martin v. Loewis changes the UTF-16 codec to only
|
2001-06-19 20:07:51 +00:00 |
idlelib
|
updated about info for 0.8.1 release
|
2001-07-21 09:59:58 +00:00 |
lib-old
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
lib-tk
|
…
|
|
plat-aix3
|
…
|
|
plat-aix4
|
…
|
|
plat-beos5
|
…
|
|
plat-freebsd2
|
…
|
|
plat-freebsd3
|
…
|
|
plat-freebsd4
|
…
|
|
plat-freebsd5
|
…
|
|
plat-generic
|
…
|
|
plat-irix5
|
…
|
|
plat-irix6
|
…
|
|
plat-linux1
|
…
|
|
plat-linux2
|
…
|
|
plat-netbsd1
|
…
|
|
plat-next3
|
…
|
|
plat-riscos
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
plat-sunos4
|
…
|
|
plat-sunos5
|
…
|
|
plat-unixware7
|
…
|
|
site-packages
|
…
|
|
test
|
On WIndows, skip the part of test_dircache that can't work on Windows.
|
2001-07-21 02:22:14 +00:00 |
xml
|
Added function xml.sax.saxutils.quoteattr().
|
2001-07-19 16:10:15 +00:00 |
BaseHTTPServer.py
|
…
|
|
Bastion.py
|
…
|
|
CGIHTTPServer.py
|
…
|
|
ConfigParser.py
|
When reading a continuation line, make sure we still use the transformed
|
2001-07-06 17:22:48 +00:00 |
Cookie.py
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
FCNTL.py
|
…
|
|
HTMLParser.py
|
…
|
|
MimeWriter.py
|
…
|
|
Queue.py
|
…
|
|
SimpleHTTPServer.py
|
…
|
|
SocketServer.py
|
IMPORTANT FIX: This should definitely go into the 2.1.1 release!!!
|
2001-07-10 11:50:09 +00:00 |
StringIO.py
|
…
|
|
TERMIOS.py
|
…
|
|
UserDict.py
|
Patch #413171: Implement get, setdefault, update in terms of
|
2001-06-18 01:09:41 +00:00 |
UserList.py
|
Patch #424475: Speed-up tp_compare usage, by special-casing the common
|
2001-06-09 07:34:05 +00:00 |
UserString.py
|
…
|
|
__future__.py
|
Preliminary support for "from __future__ import generators" to enable
|
2001-07-15 21:08:29 +00:00 |
aifc.py
|
…
|
|
anydbm.py
|
…
|
|
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
atexit.py
|
…
|
|
audiodev.py
|
…
|
|
base64.py
|
check in for patch #430846
|
2001-06-07 18:56:13 +00:00 |
bdb.py
|
Return self.trace_dispatch from dispatch_return() to enable stepping through generators. (An alternative would be to create a new "yield" debugger event, but that involves many more changes, and might break Bdb subclasses.)
|
2001-06-25 18:01:24 +00:00 |
binhex.py
|
…
|
|
bisect.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
Solve SF bug #231249: cgi.py opens too many (temporary) files.
|
2001-06-29 13:06:06 +00:00 |
chunk.py
|
…
|
|
cmd.py
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
code.py
|
…
|
|
codecs.py
|
Whitespace normalization.
|
2001-05-29 06:06:54 +00:00 |
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
commands.py
|
…
|
|
compileall.py
|
…
|
|
copy.py
|
…
|
|
copy_reg.py
|
…
|
|
dbhash.py
|
Fix bug #422702: Make flag argument to open optional, and document it that way.
|
2001-06-05 05:33:19 +00:00 |
difflib.py
|
…
|
|
dircache.py
|
…
|
|
dis.py
|
Merging the gen-branch into the main line, at Guido's direction. Yay!
|
2001-06-18 22:08:13 +00:00 |
doctest.py
|
Document doctest's generator-future hack.
|
2001-07-16 18:39:58 +00:00 |
dospath.py
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
dumbdbm.py
|
Replace __import__ with import as.
|
2001-07-19 10:06:39 +00:00 |
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
Patch #409973: Speedup glob.glob, add fnmatch.filter.
|
2001-06-06 06:24:38 +00:00 |
formatter.py
|
…
|
|
fpformat.py
|
…
|
|
ftplib.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
…
|
|
glob.py
|
Patch #409973: Speedup glob.glob, add fnmatch.filter.
|
2001-06-06 06:24:38 +00:00 |
gopherlib.py
|
…
|
|
gzip.py
|
…
|
|
htmlentitydefs.py
|
…
|
|
htmllib.py
|
…
|
|
httplib.py
|
more public symbols for __all__
|
2001-06-01 16:25:38 +00:00 |
ihooks.py
|
…
|
|
imaplib.py
|
Whitespace normalization, plus:
|
2001-07-21 01:41:30 +00:00 |
imghdr.py
|
…
|
|
imputil.py
|
…
|
|
inspect.py
|
Preliminary support for "from __future__ import generators" to enable
|
2001-07-15 21:08:29 +00:00 |
keyword.py
|
Updated keyword.py for "yield".
|
2001-06-19 00:26:25 +00:00 |
knee.py
|
…
|
|
linecache.py
|
…
|
|
locale.py
|
…
|
|
macpath.py
|
…
|
|
macurl2path.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mhlib.py
|
Clean up a bare except: clause.
|
2001-07-04 07:01:29 +00:00 |
mimetools.py
|
…
|
|
mimetypes.py
|
Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.
|
2001-06-05 05:17:00 +00:00 |
mimify.py
|
Fix for SF bug #425868.
|
2001-07-04 10:15:58 +00:00 |
multifile.py
|
…
|
|
mutex.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
nturl2path.py
|
Use string.ascii_letters instead of string.letters.
|
2001-07-20 18:52:02 +00:00 |
os.py
|
…
|
|
pdb.doc
|
…
|
|
pdb.py
|
…
|
|
pickle.py
|
…
|
|
pipes.py
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 18:53:34 +00:00 |
popen2.py
|
…
|
|
poplib.py
|
…
|
|
posixfile.py
|
…
|
|
posixpath.py
|
…
|
|
pprint.py
|
…
|
|
pre.py
|
…
|
|
profile.doc
|
…
|
|
profile.py
|
An import MacOS was missing after the code-rearranging. Added.
|
2001-06-19 20:11:36 +00:00 |
pstats.py
|
Patch #416220: Fix misplaced paren.
|
2001-06-07 05:49:05 +00:00 |
pty.py
|
Whitespace normalization.
|
2001-05-29 06:06:54 +00:00 |
py_compile.py
|
…
|
|
pyclbr.py
|
…
|
|
pydoc.py
|
…
|
|
quopri.py
|
Whitespace normalization; the plat-riscos file didn't even get by
|
2001-07-02 04:57:30 +00:00 |
random.py
|
…
|
|
re.py
|
…
|
|
reconvert.py
|
…
|
|
regex_syntax.py
|
…
|
|
regsub.py
|
…
|
|
repr.py
|
…
|
|
rexec.py
|
Add sha and _sre to the list of allowed built-in modules.
|
2001-06-22 18:19:16 +00:00 |
rfc822.py
|
Stoopid change, just to mention that the last checkin resolves SF bug
|
2001-07-16 20:41:40 +00:00 |
rlcompleter.py
|
…
|
|
robotparser.py
|
…
|
|
sched.py
|
…
|
|
sgmllib.py
|
Make the new docstrings better conform to Guido's style guide.
|
2001-07-19 20:57:23 +00:00 |
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
…
|
|
site.py
|
Make the add*() helper functions more robust for use after intialization
|
2001-07-20 20:06:17 +00:00 |
smtpd.py
|
…
|
|
smtplib.py
|
…
|
|
sndhdr.py
|
…
|
|
socket.py
|
…
|
|
sre.py
|
map re.sub() to string.replace(), when possible
|
2001-07-08 13:26:57 +00:00 |
sre_compile.py
|
Whitespace normalization, plus:
|
2001-07-21 01:41:30 +00:00 |
sre_constants.py
|
added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x
|
2001-07-02 16:58:38 +00:00 |
sre_parse.py
|
…
|
|
stat.py
|
…
|
|
statcache.py
|
…
|
|
statvfs.py
|
…
|
|
string.py
|
Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase
|
2001-07-20 18:38:26 +00:00 |
stringold.py
|
…
|
|
sunau.py
|
…
|
|
sunaudio.py
|
…
|
|
symbol.py
|
Updated this file to match reality.
|
2001-07-13 18:05:46 +00:00 |
symtable.py
|
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
|
2001-07-12 22:36:02 +00:00 |
tabnanny.py
|
Turns out Neil didn't intend for *all* of his gen-branch work to get
|
2001-06-29 23:51:08 +00:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
threading.py
|
…
|
|
toaiff.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
traceback.py
|
SF bug 431772: traceback.print_exc() causes traceback
|
2001-06-10 18:58:26 +00:00 |
tty.py
|
…
|
|
types.py
|
Preliminary support for "from __future__ import generators" to enable
|
2001-07-15 21:08:29 +00:00 |
tzparse.py
|
…
|
|
unittest.py
|
…
|
|
urllib.py
|
Only write out one blank line before the request data.
|
2001-07-04 05:18:29 +00:00 |
urllib2.py
|
Only write out one blank line before the request data.
|
2001-07-04 05:18:29 +00:00 |
urlparse.py
|
…
|
|
user.py
|
…
|
|
uu.py
|
SF patch #440144: Tests and minor bugfix for uu module
|
2001-07-11 04:08:49 +00:00 |
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
Remove some false comments.
|
2001-07-19 03:46:26 +00:00 |
whichdb.py
|
…
|
|
whrandom.py
|
…
|
|
xdrlib.py
|
…
|
|
xmllib.py
|
…
|
|
xmlrpclib.py
|
xmlrpclib for python 2.2; initial checkin
|
2001-07-11 17:42:21 +00:00 |
zipfile.py
|
Make sure path names inserted into ZIP files are normalized to use "/" as
|
2001-07-19 19:44:25 +00:00 |