Staging
v0.5.1
https://github.com/python/cpython
Revision 8ae56530fd7dccaf1992024f8e5185737239e42e authored by Jack Jansen on 25 March 2002, 12:24:50 UTC, committed by Jack Jansen on 25 March 2002, 12:24:50 UTC
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.

Should finally fix 531398. 2.2.1 candidate.

Also blacklisted some constants with definitions that were not Python-compatible.
1 parent 4b9fa73
History
Tip revision: 8ae56530fd7dccaf1992024f8e5185737239e42e authored by Jack Jansen on 25 March 2002, 12:24:50 UTC
Backport of _Cmmodule.c 1.8 and cmsupport.py 1.6:
Tip revision: 8ae5653
File Mode Size
00-HELLO-WORLD.py -rw-r--r-- 624 bytes
README -rw-r--r-- 513 bytes
animation-simple.py -rw-r--r-- 821 bytes
animation-w-velocity-ctrl.py -rw-r--r-- 1.0 KB
bind-w-mult-calls-p-type.py -rw-r--r-- 1.4 KB
canvas-demo-simple.py -rw-r--r-- 658 bytes
canvas-gridding.py -rw-r--r-- 1.9 KB
canvas-moving-or-creating.py -rw-r--r-- 2.1 KB
canvas-moving-w-mouse.py -rw-r--r-- 1.9 KB
canvas-mult-item-sel.py -rw-r--r-- 2.4 KB
canvas-reading-tag-info.py -rw-r--r-- 1.4 KB
canvas-w-widget-draw-el.py -rw-r--r-- 1.0 KB
canvas-with-scrollbars.py -rw-r--r-- 1.8 KB
dialog-box.py -rw-r--r-- 2.0 KB
entry-simple.py -rw-r--r-- 668 bytes
entry-with-shared-variable.py -rw-r--r-- 1.5 KB
killing-window-w-wm.py -rw-r--r-- 1.2 KB
menu-all-types-of-entries.py -rw-r--r-- 8.6 KB
menu-simple.py -rw-r--r-- 3.1 KB
not-what-you-might-think-1.py -rw-r--r-- 544 bytes
not-what-you-might-think-2.py -rw-r--r-- 628 bytes
packer-and-placer-together.py -rw-r--r-- 1.2 KB
packer-simple.py -rw-r--r-- 681 bytes
placer-simple.py -rw-r--r-- 1.1 KB
pong-demo-1.py -rw-r--r-- 1.2 KB
printing-coords-of-items.py -rw-r--r-- 2.1 KB
radiobutton-simple.py -rw-r--r-- 1.7 KB
rubber-band-box-demo-1.py -rw-r--r-- 1.8 KB
rubber-line-demo-1.py -rw-r--r-- 1.6 KB
slider-demo-1.py -rw-r--r-- 804 bytes
subclass-existing-widgets.py -rw-r--r-- 668 bytes
two-radio-groups.py -rw-r--r-- 3.2 KB
window-creation-more.py -rw-r--r-- 842 bytes
window-creation-simple.py -rw-r--r-- 692 bytes
window-creation-w-location.py -rw-r--r-- 1.2 KB

README

back to top