cpython/Doc/library
Guido van Rossum 61e21b52f1 Merged revisions 57152-57220 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r57155 | brett.cannon | 2007-08-17 11:51:57 -0700 (Fri, 17 Aug 2007) | 2 lines

  Clarify the comment about setting the PYTHON variable for the Doc Makefile.
........
  r57156 | brett.cannon | 2007-08-17 11:59:58 -0700 (Fri, 17 Aug 2007) | 3 lines

  Remove news entry for test.test_support.guard_warnings_filter as it has been
  removed.
........
  r57158 | facundo.batista | 2007-08-17 12:16:44 -0700 (Fri, 17 Aug 2007) | 9 lines


  Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
  that allows sending back exception/stack trace information about
  internal server errors (this flag defaults to False to avoid sending
  such information unless explicitly enabled).  Added tests to verify
  behavior of this new feature (these tests are skipped on win32 because
  of problems with WSAEWOULDBLOCK). Renamed HTTPTestCase to
  SimpleServerTestCase. [GSoC - Alan McIntyre]
........
  r57160 | brett.cannon | 2007-08-17 13:16:15 -0700 (Fri, 17 Aug 2007) | 2 lines

  Make test_warnings re-entrant.
........
  r57175 | georg.brandl | 2007-08-17 23:05:56 -0700 (Fri, 17 Aug 2007) | 2 lines

  Fix PDB command descriptions.
........
  r57182 | brett.cannon | 2007-08-18 11:30:36 -0700 (Sat, 18 Aug 2007) | 3 lines

  Remove Mikael as the maintainer of BeOS at his request.  With no maintainer
  should the port be deprecated in 2.6?
........
  r57199 | georg.brandl | 2007-08-19 11:43:50 -0700 (Sun, 19 Aug 2007) | 2 lines

  Fix stray backticks.
........
  r57211 | hyeshik.chang | 2007-08-19 23:49:18 -0700 (Sun, 19 Aug 2007) | 2 lines

  Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
........
  r57216 | guido.van.rossum | 2007-08-20 08:18:04 -0700 (Mon, 20 Aug 2007) | 4 lines

  Add a hack (originally devised in a slightly different form by Thomas Wouters)
  to prevent spurious tracebacks when a daemon thread's cleanup happens to wake
  up when the world around it has already been destroyed.
........
2007-08-20 19:06:03 +00:00
..
__builtin__.rst
__future__.rst
__main__.rst
_ast.rst
_winreg.rst
aepack.rst
aetools.rst
aetypes.rst
aifc.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
allos.rst
anydbm.rst
archiving.rst
array.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
autogil.rst
base64.rst
basehttpserver.rst
binascii.rst
binhex.rst
bisect.rst
bsddb.rst
bz2.rst
calendar.rst
carbon.rst
cgi.rst
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and 2007-08-16 21:55:45 +00:00
codeop.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
collections.rst
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
configparser.rst
constants.rst
contextlib.rst
cookie.rst
cookielib.rst
copy.rst
copy_reg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbhash.rst
dbm.rst
decimal.rst
development.rst
difflib.rst
dircache.rst
dis.rst
distutils.rst
dl.rst
doctest.rst
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
filesys.rst
fnmatch.rst
formatter.rst Merged revisions 57152-57220 via svnmerge from 2007-08-20 19:06:03 +00:00
fpectl.rst
fpformat.rst
framework.rst
frameworks.rst
ftplib.rst
functions.rst
functools.rst
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst
hmac.rst
hotshot.rst
htmllib.rst
htmlparser.rst
httplib.rst Remove note about compatibility layer, as the compatibility layer was removed. 2007-08-20 12:58:48 +00:00
i18n.rst
ic.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
index.rst
inspect.rst
internet.rst
intro.rst
ipc.rst
itertools.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
math.rst
mhlib.rst
mimetools.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mimetypes.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multifile.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mutex.rst
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numeric.rst
objects.rst
operator.rst
optparse.rst
os.path.rst
os.rst
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst Merged revisions 57152-57220 via svnmerge from 2007-08-20 19:06:03 +00:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst
readline.rst
repr.rst
resource.rst
rfc822.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
rlcompleter.rst
robotparser.rst
runpy.rst
sched.rst
scrolledtext.rst
select.rst
sgmllib.rst
shelve.rst
shlex.rst
shutil.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
signal.rst
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Remove support for BeOS 2007-08-17 12:57:41 +00:00
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst
stat.rst
statvfs.rst
stdtypes.rst
string.rst
stringio.rst
stringprep.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
strings.rst
struct.rst
subprocess.rst
sunau.rst
symbol.rst
sys.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst some RiscOS stuff I missed before (was only looking for "RISCOS") 2007-08-17 02:30:27 +00:00
termios.rst
test.rst
textwrap.rst
thread.rst
threading.rst
time.rst
timeit.rst
tix.rst
tk.rst
tkinter.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tty.rst
turtle.rst
types.rst
undoc.rst
unicodedata.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
unittest.rst
unix.rst
urllib.rst
urllib2.rst
urlparse.rst
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
whichdb.rst
windows.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.etree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpclib.rst
zipfile.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
zipimport.rst
zlib.rst