Andrew M. Kuchling
|
f4152c3215
|
Fix mangled sentence
|
2006-08-04 21:10:03 +00:00 |
Phillip J. Eby
|
678b8ecd08
|
Forgot to mark up a PEP reference
|
2006-04-11 01:15:28 +00:00 |
Phillip J. Eby
|
4703211080
|
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
to work correctly with modules imported from zipfiles or via other PEP 302
__loader__ objects. Tests and doc updates are included.
|
2006-04-11 01:07:43 +00:00 |
Hye-Shik Chang
|
182ac85147
|
SF #737473: Show up-to-date source code in tracebacks always.
And add an optional argument 'filename' to linecache.checkcache()
to enable checking caches per-file.
|
2004-10-26 09:16:42 +00:00 |
Ka-Ping Yee
|
fa004ad36c
|
Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.
Switch from octal escapes to hex escapes for other nonprintable characters.
|
2001-01-24 17:19:08 +00:00 |
Fred Drake
|
57657bce94
|
Update Moshe Zadka's email address to one works and might last a while.
|
2000-12-01 15:25:23 +00:00 |
Fred Drake
|
38e5d27cae
|
Merged changes from the 1.5.2p2 release.
(Very rough.)
|
2000-04-03 20:13:55 +00:00 |
Fred Drake
|
97c2fa03e5
|
Small English usage nits.
|
1999-06-17 16:38:18 +00:00 |
Fred Drake
|
21572fdcb6
|
New sections from Moshe Zadka <moshez@math.huji.ac.il>.
These document CGIHTTPServer, SimpleHTTPServer, and linecache.
|
1999-06-14 19:47:47 +00:00 |