]> granicus.if.org Git - python/commit
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
authorGuido van Rossum <guido@python.org>
Sat, 8 Dec 2001 18:02:58 +0000 (18:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 8 Dec 2001 18:02:58 +0000 (18:02 +0000)
commit146483964e2e94b0d1709be438a1b86f75b5d730
tree6635721e35b49fbb5d0197b2d308b99ee7623e94
parent7745218c051706336e4adab4d33863dde2a38d6c
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
type.__module__ behavior.

This adds the module name and a dot in front of the type name in every
type object initializer, except for built-in types (and those that
already had this).  Note that it touches lots of Mac modules -- I have
no way to test these but the changes look right.  Apologies if they're
not.  This also touches the weakref docs, which contains a sample type
object initializer.  It also touches the mmap test output, because the
mmap type's repr is included in that output.  It touches object.h to
put the correct description in a comment.
68 files changed:
Doc/lib/libweakref.tex
Include/object.h
Lib/test/output/test_mmap
Mac/Lib/test/mkcwproj/mkcwtestmodule.c
Mac/Modules/Nav.c
Mac/Modules/ae/_AEmodule.c
Mac/Modules/calldll.c
Mac/Modules/carbonevt/_CarbonEvt.c
Mac/Modules/cf/_CFmodule.c
Mac/Modules/cm/_Cmmodule.c
Mac/Modules/ctbmodule.c
Mac/Modules/ctl/_Ctlmodule.c
Mac/Modules/dlg/_Dlgmodule.c
Mac/Modules/drag/_Dragmodule.c
Mac/Modules/hfsplusmodule.c
Mac/Modules/htmlrender/HtmlRendermodule.c
Mac/Modules/icgluemodule.c
Mac/Modules/list/_Listmodule.c
Mac/Modules/macfsmodule.c
Mac/Modules/macmodule.c
Mac/Modules/macosmodule.c
Mac/Modules/macspeechmodule.c
Mac/Modules/menu/_Menumodule.c
Mac/Modules/mlte/_Mltemodule.c
Mac/Modules/qd/_Qdmodule.c
Mac/Modules/qdoffs/_Qdoffsmodule.c
Mac/Modules/qt/_Qtmodule.c
Mac/Modules/res/_Resmodule.c
Mac/Modules/snd/_Sndmodule.c
Mac/Modules/te/_TEmodule.c
Mac/Modules/waste/wastemodule.c
Mac/Modules/win/_Winmodule.c
Misc/ACKS
Modules/_curses_panel.c
Modules/_cursesmodule.c
Modules/_sre.c
Modules/almodule.c
Modules/arraymodule.c
Modules/bsddbmodule.c
Modules/cPickle.c
Modules/cStringIO.c
Modules/cdmodule.c
Modules/clmodule.c
Modules/dbmmodule.c
Modules/dlmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/gdbmmodule.c
Modules/linuxaudiodev.c
Modules/md5module.c
Modules/mmapmodule.c
Modules/mpzmodule.c
Modules/parsermodule.c
Modules/pcremodule.c
Modules/posixmodule.c
Modules/pyexpat.c
Modules/regexmodule.c
Modules/rotormodule.c
Modules/selectmodule.c
Modules/shamodule.c
Modules/sunaudiodev.c
Modules/svmodule.c
Modules/threadmodule.c
Modules/timemodule.c
Modules/xreadlinesmodule.c
Modules/xxmodule.c
Modules/zlibmodule.c
RISCOS/Modules/riscosmodule.c