[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21833] branches/itasc: svn merge -r 21605 :21820 https://svn.blender.org/svnroot/bf-blender/branches/blender2.5/ blender

Benoit Bolsee benoit.bolsee at online.be
Fri Jul 24 01:32:11 CEST 2009


Revision: 21833
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21833
Author:   ben2610
Date:     2009-07-24 01:32:07 +0200 (Fri, 24 Jul 2009)

Log Message:
-----------
svn merge -r 21605:21820 https://svn.blender.org/svnroot/bf-blender/branches/blender2.5/blender

Modified Paths:
--------------
    branches/itasc/CMakeLists.txt
    branches/itasc/blenderplayer/CMakeLists.txt
    branches/itasc/config/linux2-config.py
    branches/itasc/config/win32-mingw-config.py
    branches/itasc/config/win32-vc-config.py
    branches/itasc/config/win64-vc-config.py
    branches/itasc/extern/binreloc/CMakeLists.txt
    branches/itasc/extern/binreloc/Makefile
    branches/itasc/extern/bullet2/src/SConscript
    branches/itasc/extern/ffmpeg/SConscript
    branches/itasc/extern/libopenjpeg/SConscript
    branches/itasc/intern/elbeem/SConscript
    branches/itasc/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/itasc/projectfiles_vc9/blender/blender.sln
    branches/itasc/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj
    branches/itasc/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
    branches/itasc/projectfiles_vc9/blender/editors/ED_editors.vcproj
    branches/itasc/projectfiles_vc9/blender/loader/BLO_loader.vcproj
    branches/itasc/projectfiles_vc9/blender/makesdna/DNA_makesdna.vcproj
    branches/itasc/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
    branches/itasc/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
    branches/itasc/projectfiles_vc9/blender/nodes/nodes.vcproj
    branches/itasc/projectfiles_vc9/blender/render/BRE_render.vcproj
    branches/itasc/release/datafiles/preview.blend
    branches/itasc/release/io/export_ply.py
    branches/itasc/release/ui/buttons_data_armature.py
    branches/itasc/release/ui/buttons_data_bone.py
    branches/itasc/release/ui/buttons_data_lamp.py
    branches/itasc/release/ui/buttons_data_lattice.py
    branches/itasc/release/ui/buttons_data_mesh.py
    branches/itasc/release/ui/buttons_data_modifier.py
    branches/itasc/release/ui/buttons_material.py
    branches/itasc/release/ui/buttons_object_constraint.py
    branches/itasc/release/ui/buttons_objects.py
    branches/itasc/release/ui/buttons_particle.py
    branches/itasc/release/ui/buttons_physics_field.py
    branches/itasc/release/ui/buttons_physics_fluid.py
    branches/itasc/release/ui/buttons_physics_softbody.py
    branches/itasc/release/ui/buttons_scene.py
    branches/itasc/release/ui/buttons_texture.py
    branches/itasc/release/ui/buttons_world.py
    branches/itasc/release/ui/space_filebrowser.py
    branches/itasc/release/ui/space_image.py
    branches/itasc/release/ui/space_info.py
    branches/itasc/release/ui/space_logic.py
    branches/itasc/release/ui/space_outliner.py
    branches/itasc/release/ui/space_sequencer.py
    branches/itasc/release/ui/space_text.py
    branches/itasc/release/ui/space_view3d.py
    branches/itasc/release/ui/space_view3d_toolbar.py
    branches/itasc/source/Makefile
    branches/itasc/source/blender/blenkernel/BKE_action.h
    branches/itasc/source/blender/blenkernel/BKE_animsys.h
    branches/itasc/source/blender/blenkernel/BKE_colortools.h
    branches/itasc/source/blender/blenkernel/BKE_context.h
    branches/itasc/source/blender/blenkernel/BKE_object.h
    branches/itasc/source/blender/blenkernel/BKE_particle.h
    branches/itasc/source/blender/blenkernel/BKE_pointcache.h
    branches/itasc/source/blender/blenkernel/BKE_property.h
    branches/itasc/source/blender/blenkernel/BKE_report.h
    branches/itasc/source/blender/blenkernel/BKE_screen.h
    branches/itasc/source/blender/blenkernel/CMakeLists.txt
    branches/itasc/source/blender/blenkernel/intern/action.c
    branches/itasc/source/blender/blenkernel/intern/armature.c
    branches/itasc/source/blender/blenkernel/intern/blender.c
    branches/itasc/source/blender/blenkernel/intern/colortools.c
    branches/itasc/source/blender/blenkernel/intern/context.c
    branches/itasc/source/blender/blenkernel/intern/depsgraph.c
    branches/itasc/source/blender/blenkernel/intern/effect.c
    branches/itasc/source/blender/blenkernel/intern/exotic.c
    branches/itasc/source/blender/blenkernel/intern/fluidsim.c
    branches/itasc/source/blender/blenkernel/intern/material.c
    branches/itasc/source/blender/blenkernel/intern/modifier.c
    branches/itasc/source/blender/blenkernel/intern/multires.c
    branches/itasc/source/blender/blenkernel/intern/object.c
    branches/itasc/source/blender/blenkernel/intern/particle.c
    branches/itasc/source/blender/blenkernel/intern/particle_system.c
    branches/itasc/source/blender/blenkernel/intern/pointcache.c
    branches/itasc/source/blender/blenkernel/intern/property.c
    branches/itasc/source/blender/blenkernel/intern/report.c
    branches/itasc/source/blender/blenkernel/intern/scene.c
    branches/itasc/source/blender/blenkernel/intern/screen.c
    branches/itasc/source/blender/blenkernel/intern/texture.c
    branches/itasc/source/blender/blenkernel/intern/world.c
    branches/itasc/source/blender/blenlib/BLI_arithb.h
    branches/itasc/source/blender/blenlib/BLI_fileops.h
    branches/itasc/source/blender/blenlib/BLI_kdtree.h
    branches/itasc/source/blender/blenlib/BLI_util.h
    branches/itasc/source/blender/blenlib/SConscript
    branches/itasc/source/blender/blenlib/intern/BLI_kdtree.c
    branches/itasc/source/blender/blenlib/intern/arithb.c
    branches/itasc/source/blender/blenlib/intern/fileops.c
    branches/itasc/source/blender/blenlib/intern/util.c
    branches/itasc/source/blender/blenloader/CMakeLists.txt
    branches/itasc/source/blender/blenloader/SConscript
    branches/itasc/source/blender/blenloader/intern/Makefile
    branches/itasc/source/blender/blenloader/intern/readfile.c
    branches/itasc/source/blender/blenloader/intern/writefile.c
    branches/itasc/source/blender/editors/Makefile
    branches/itasc/source/blender/editors/SConscript
    branches/itasc/source/blender/editors/animation/anim_filter.c
    branches/itasc/source/blender/editors/animation/keyframes_draw.c
    branches/itasc/source/blender/editors/animation/keyframes_general.c
    branches/itasc/source/blender/editors/armature/armature_intern.h
    branches/itasc/source/blender/editors/armature/armature_ops.c
    branches/itasc/source/blender/editors/armature/editarmature.c
    branches/itasc/source/blender/editors/armature/editarmature_retarget.c
    branches/itasc/source/blender/editors/armature/editarmature_sketch.c
    branches/itasc/source/blender/editors/armature/poselib.c
    branches/itasc/source/blender/editors/armature/poseobject.c
    branches/itasc/source/blender/editors/curve/curve_intern.h
    branches/itasc/source/blender/editors/curve/curve_ops.c
    branches/itasc/source/blender/editors/curve/editcurve.c
    branches/itasc/source/blender/editors/datafiles/B.blend.c
    branches/itasc/source/blender/editors/datafiles/preview.blend.c
    branches/itasc/source/blender/editors/gpencil/gpencil_edit.c
    branches/itasc/source/blender/editors/include/BIF_glutil.h
    branches/itasc/source/blender/editors/include/ED_armature.h
    branches/itasc/source/blender/editors/include/ED_keyframes_draw.h
    branches/itasc/source/blender/editors/include/ED_object.h
    branches/itasc/source/blender/editors/include/ED_physics.h
    branches/itasc/source/blender/editors/include/ED_previewrender.h
    branches/itasc/source/blender/editors/include/ED_screen.h
    branches/itasc/source/blender/editors/include/ED_space_api.h
    branches/itasc/source/blender/editors/include/UI_interface.h
    branches/itasc/source/blender/editors/interface/interface.c
    branches/itasc/source/blender/editors/interface/interface_draw.c
    branches/itasc/source/blender/editors/interface/interface_handlers.c
    branches/itasc/source/blender/editors/interface/interface_intern.h
    branches/itasc/source/blender/editors/interface/interface_layout.c
    branches/itasc/source/blender/editors/interface/interface_panel.c
    branches/itasc/source/blender/editors/interface/interface_style.c
    branches/itasc/source/blender/editors/interface/interface_templates.c
    branches/itasc/source/blender/editors/interface/interface_utils.c
    branches/itasc/source/blender/editors/interface/interface_widgets.c
    branches/itasc/source/blender/editors/interface/view2d.c
    branches/itasc/source/blender/editors/interface/view2d_ops.c
    branches/itasc/source/blender/editors/mesh/editmesh_add.c
    branches/itasc/source/blender/editors/mesh/editmesh_tools.c
    branches/itasc/source/blender/editors/mesh/mesh_intern.h
    branches/itasc/source/blender/editors/mesh/mesh_ops.c
    branches/itasc/source/blender/editors/object/editconstraint.c
    branches/itasc/source/blender/editors/object/object_edit.c
    branches/itasc/source/blender/editors/object/object_intern.h
    branches/itasc/source/blender/editors/object/object_ops.c
    branches/itasc/source/blender/editors/object/object_vgroup.c
    branches/itasc/source/blender/editors/physics/ed_fluidsim.c
    branches/itasc/source/blender/editors/physics/editparticle.c
    branches/itasc/source/blender/editors/preview/previewrender.c
    branches/itasc/source/blender/editors/screen/area.c
    branches/itasc/source/blender/editors/screen/glutil.c
    branches/itasc/source/blender/editors/screen/screen_context.c
    branches/itasc/source/blender/editors/screen/screen_edit.c
    branches/itasc/source/blender/editors/screen/screen_ops.c
    branches/itasc/source/blender/editors/sculpt_paint/paint_image.c
    branches/itasc/source/blender/editors/sculpt_paint/sculpt.c
    branches/itasc/source/blender/editors/space_action/action_ops.c
    branches/itasc/source/blender/editors/space_action/action_select.c
    branches/itasc/source/blender/editors/space_api/spacetypes.c
    branches/itasc/source/blender/editors/space_buttons/buttons_context.c
    branches/itasc/source/blender/editors/space_buttons/buttons_header.c
    branches/itasc/source/blender/editors/space_buttons/buttons_intern.h
    branches/itasc/source/blender/editors/space_buttons/buttons_ops.c
    branches/itasc/source/blender/editors/space_buttons/space_buttons.c
    branches/itasc/source/blender/editors/space_file/file_ops.c
    branches/itasc/source/blender/editors/space_file/filesel.c
    branches/itasc/source/blender/editors/space_image/image_draw.c
    branches/itasc/source/blender/editors/space_image/image_render.c
    branches/itasc/source/blender/editors/space_logic/logic_buttons.c
    branches/itasc/source/blender/editors/space_logic/logic_window.c
    branches/itasc/source/blender/editors/space_nla/nla_draw.c
    branches/itasc/source/blender/editors/space_node/SConscript
    branches/itasc/source/blender/editors/space_node/space_node.c
    branches/itasc/source/blender/editors/space_outliner/outliner.c
    branches/itasc/source/blender/editors/space_outliner/outliner_ops.c
    branches/itasc/source/blender/editors/space_text/space_text.c
    branches/itasc/source/blender/editors/space_text/text_ops.c
    branches/itasc/source/blender/editors/space_view3d/drawarmature.c
    branches/itasc/source/blender/editors/space_view3d/drawobject.c
    branches/itasc/source/blender/editors/space_view3d/space_view3d.c
    branches/itasc/source/blender/editors/space_view3d/view3d_buttons.c
    branches/itasc/source/blender/editors/space_view3d/view3d_draw.c
    branches/itasc/source/blender/editors/space_view3d/view3d_header.c
    branches/itasc/source/blender/editors/space_view3d/view3d_view.c
    branches/itasc/source/blender/editors/transform/transform.c
    branches/itasc/source/blender/editors/transform/transform.h
    branches/itasc/source/blender/editors/transform/transform_generics.c
    branches/itasc/source/blender/editors/transform/transform_manipulator.c
    branches/itasc/source/blender/editors/transform/transform_ops.c
    branches/itasc/source/blender/gpu/intern/gpu_draw.c
    branches/itasc/source/blender/imbuf/IMB_imbuf.h
    branches/itasc/source/blender/imbuf/IMB_imbuf_types.h
    branches/itasc/source/blender/imbuf/intern/divers.c
    branches/itasc/source/blender/imbuf/intern/filter.c
    branches/itasc/source/blender/makesdna/DNA_anim_types.h
    branches/itasc/source/blender/makesdna/DNA_armature_types.h
    branches/itasc/source/blender/makesdna/DNA_camera_types.h
    branches/itasc/source/blender/makesdna/DNA_lamp_types.h
    branches/itasc/source/blender/makesdna/DNA_material_types.h
    branches/itasc/source/blender/makesdna/DNA_modifier_types.h
    branches/itasc/source/blender/makesdna/DNA_object_force.h
    branches/itasc/source/blender/makesdna/DNA_object_types.h
    branches/itasc/source/blender/makesdna/DNA_particle_types.h
    branches/itasc/source/blender/makesdna/DNA_property_types.h
    branches/itasc/source/blender/makesdna/DNA_scene_types.h
    branches/itasc/source/blender/makesdna/DNA_screen_types.h
    branches/itasc/source/blender/makesdna/DNA_space_types.h
    branches/itasc/source/blender/makesdna/DNA_texture_types.h
    branches/itasc/source/blender/makesdna/DNA_userdef_types.h
    branches/itasc/source/blender/makesdna/DNA_windowmanager_types.h
    branches/itasc/source/blender/makesdna/DNA_world_types.h
    branches/itasc/source/blender/makesdna/intern/makesdna.c
    branches/itasc/source/blender/makesrna/RNA_access.h
    branches/itasc/source/blender/makesrna/RNA_define.h
    branches/itasc/source/blender/makesrna/RNA_enum_types.h
    branches/itasc/source/blender/makesrna/RNA_types.h
    branches/itasc/source/blender/makesrna/SConscript
    branches/itasc/source/blender/makesrna/intern/CMakeLists.txt
    branches/itasc/source/blender/makesrna/intern/Makefile
    branches/itasc/source/blender/makesrna/intern/SConscript
    branches/itasc/source/blender/makesrna/intern/makesrna.c
    branches/itasc/source/blender/makesrna/intern/rna_access.c
    branches/itasc/source/blender/makesrna/intern/rna_armature.c
    branches/itasc/source/blender/makesrna/intern/rna_brush.c
    branches/itasc/source/blender/makesrna/intern/rna_cloth.c
    branches/itasc/source/blender/makesrna/intern/rna_constraint.c
    branches/itasc/source/blender/makesrna/intern/rna_define.c
    branches/itasc/source/blender/makesrna/intern/rna_fcurve.c
    branches/itasc/source/blender/makesrna/intern/rna_fluidsim.c
    branches/itasc/source/blender/makesrna/intern/rna_internal.h
    branches/itasc/source/blender/makesrna/intern/rna_internal_types.h
    branches/itasc/source/blender/makesrna/intern/rna_lamp.c
    branches/itasc/source/blender/makesrna/intern/rna_material.c
    branches/itasc/source/blender/makesrna/intern/rna_modifier.c
    branches/itasc/source/blender/makesrna/intern/rna_nodetree.c
    branches/itasc/source/blender/makesrna/intern/rna_object.c
    branches/itasc/source/blender/makesrna/intern/rna_object_force.c
    branches/itasc/source/blender/makesrna/intern/rna_particle.c
    branches/itasc/source/blender/makesrna/intern/rna_pose.c
    branches/itasc/source/blender/makesrna/intern/rna_property.c
    branches/itasc/source/blender/makesrna/intern/rna_scene.c
    branches/itasc/source/blender/makesrna/intern/rna_screen.c
    branches/itasc/source/blender/makesrna/intern/rna_space.c
    branches/itasc/source/blender/makesrna/intern/rna_texture.c
    branches/itasc/source/blender/makesrna/intern/rna_ui.c
    branches/itasc/source/blender/makesrna/intern/rna_ui_api.c
    branches/itasc/source/blender/makesrna/intern/rna_userdef.c
    branches/itasc/source/blender/makesrna/intern/rna_vpaint.c
    branches/itasc/source/blender/makesrna/intern/rna_world.c
    branches/itasc/source/blender/nodes/CMakeLists.txt
    branches/itasc/source/blender/nodes/SConscript
    branches/itasc/source/blender/nodes/intern/CMP_nodes/CMP_image.c
    branches/itasc/source/blender/nodes/intern/CMP_nodes/Makefile
    branches/itasc/source/blender/nodes/intern/Makefile
    branches/itasc/source/blender/nodes/intern/SHD_nodes/Makefile
    branches/itasc/source/blender/nodes/intern/TEX_nodes/Makefile
    branches/itasc/source/blender/python/BPY_extern.h
    branches/itasc/source/blender/python/SConscript
    branches/itasc/source/blender/python/generic/bpy_internal_import.c
    branches/itasc/source/blender/python/intern/bpy_interface.c
    branches/itasc/source/blender/python/intern/bpy_operator.c
    branches/itasc/source/blender/python/intern/bpy_operator_wrap.c
    branches/itasc/source/blender/python/intern/bpy_rna.c
    branches/itasc/source/blender/python/intern/bpy_rna.h
    branches/itasc/source/blender/python/intern/bpy_ui.c
    branches/itasc/source/blender/python/intern/bpy_util.c
    branches/itasc/source/blender/python/intern/bpy_util.h
    branches/itasc/source/blender/python/intern/stubs.c
    branches/itasc/source/blender/render/CMakeLists.txt
    branches/itasc/source/blender/render/SConscript
    branches/itasc/source/blender/render/extern/include/RE_pipeline.h
    branches/itasc/source/blender/render/intern/include/shading.h
    branches/itasc/source/blender/render/intern/source/Makefile
    branches/itasc/source/blender/render/intern/source/convertblender.c
    branches/itasc/source/blender/render/intern/source/imagetexture.c
    branches/itasc/source/blender/render/intern/source/occlusion.c
    branches/itasc/source/blender/render/intern/source/pipeline.c
    branches/itasc/source/blender/render/intern/source/pixelshading.c
    branches/itasc/source/blender/render/intern/source/rayshade.c
    branches/itasc/source/blender/render/intern/source/rendercore.c
    branches/itasc/source/blender/render/intern/source/shadeinput.c
    branches/itasc/source/blender/render/intern/source/sss.c
    branches/itasc/source/blender/render/intern/source/strand.c
    branches/itasc/source/blender/render/intern/source/texture.c
    branches/itasc/source/blender/windowmanager/WM_api.h
    branches/itasc/source/blender/windowmanager/WM_types.h
    branches/itasc/source/blender/windowmanager/intern/wm.c
    branches/itasc/source/blender/windowmanager/intern/wm_draw.c
    branches/itasc/source/blender/windowmanager/intern/wm_event_system.c
    branches/itasc/source/blender/windowmanager/intern/wm_files.c
    branches/itasc/source/blender/windowmanager/intern/wm_gesture.c
    branches/itasc/source/blender/windowmanager/intern/wm_init_exit.c
    branches/itasc/source/blender/windowmanager/intern/wm_keymap.c
    branches/itasc/source/blender/windowmanager/intern/wm_operators.c
    branches/itasc/source/blender/windowmanager/intern/wm_subwindow.c
    branches/itasc/source/blender/windowmanager/wm.h
    branches/itasc/source/blender/windowmanager/wm_event_types.h
    branches/itasc/source/creator/CMakeLists.txt
    branches/itasc/source/creator/creator.c
    branches/itasc/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
    branches/itasc/source/gameengine/BlenderRoutines/SConscript
    branches/itasc/source/gameengine/Converter/BL_BlenderDataConversion.cpp
    branches/itasc/source/gameengine/Expressions/SConscript
    branches/itasc/source/gameengine/GameLogic/CMakeLists.txt
    branches/itasc/source/gameengine/GameLogic/SConscript
    branches/itasc/source/gameengine/GamePlayer/common/SConscript
    branches/itasc/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
    branches/itasc/source/gameengine/GamePlayer/ghost/SConscript
    branches/itasc/source/gameengine/Ketsji/CMakeLists.txt
    branches/itasc/source/gameengine/Ketsji/KXNetwork/SConscript
    branches/itasc/source/gameengine/Ketsji/SConscript
    branches/itasc/source/gameengine/Physics/Bullet/SConscript
    branches/itasc/source/gameengine/Physics/common/SConscript
    branches/itasc/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
    branches/itasc/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript
    branches/itasc/source/gameengine/Rasterizer/SConscript
    branches/itasc/source/gameengine/SceneGraph/SConscript
    branches/itasc/source/gameengine/VideoTexture/SConscript
    branches/itasc/tools/Blender.py

Added Paths:
-----------
    branches/itasc/release/darwin/
    branches/itasc/release/darwin/extra/
    branches/itasc/release/darwin/extra/python/
    branches/itasc/release/darwin/extra/python/__future__.py
    branches/itasc/release/darwin/extra/python/__phello__.foo.py
    branches/itasc/release/darwin/extra/python/_abcoll.py
    branches/itasc/release/darwin/extra/python/_compat_pickle.py
    branches/itasc/release/darwin/extra/python/_dummy_thread.py
    branches/itasc/release/darwin/extra/python/_markupbase.py
    branches/itasc/release/darwin/extra/python/_pyio.py
    branches/itasc/release/darwin/extra/python/_strptime.py
    branches/itasc/release/darwin/extra/python/_threading_local.py
    branches/itasc/release/darwin/extra/python/_weakrefset.py
    branches/itasc/release/darwin/extra/python/abc.py
    branches/itasc/release/darwin/extra/python/aifc.py
    branches/itasc/release/darwin/extra/python/antigravity.py
    branches/itasc/release/darwin/extra/python/ast.py
    branches/itasc/release/darwin/extra/python/asynchat.py
    branches/itasc/release/darwin/extra/python/asyncore.py
    branches/itasc/release/darwin/extra/python/base64.py
    branches/itasc/release/darwin/extra/python/bdb.py
    branches/itasc/release/darwin/extra/python/binhex.py
    branches/itasc/release/darwin/extra/python/bisect.py
    branches/itasc/release/darwin/extra/python/build_class.py
    branches/itasc/release/darwin/extra/python/cProfile.py
    branches/itasc/release/darwin/extra/python/calendar.py
    branches/itasc/release/darwin/extra/python/cgi.py
    branches/itasc/release/darwin/extra/python/cgitb.py
    branches/itasc/release/darwin/extra/python/chunk.py
    branches/itasc/release/darwin/extra/python/cmd.py
    branches/itasc/release/darwin/extra/python/code.py
    branches/itasc/release/darwin/extra/python/codecs.py
    branches/itasc/release/darwin/extra/python/codeop.py
    branches/itasc/release/darwin/extra/python/collections.py
    branches/itasc/release/darwin/extra/python/colorsys.py
    branches/itasc/release/darwin/extra/python/compileall.py
    branches/itasc/release/darwin/extra/python/configparser.py
    branches/itasc/release/darwin/extra/python/contextlib.py
    branches/itasc/release/darwin/extra/python/copy.py
    branches/itasc/release/darwin/extra/python/copyreg.py
    branches/itasc/release/darwin/extra/python/csv.py
    branches/itasc/release/darwin/extra/python/ctypes/
    branches/itasc/release/darwin/extra/python/ctypes/__init__.py
    branches/itasc/release/darwin/extra/python/ctypes/_endian.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/
    branches/itasc/release/darwin/extra/python/ctypes/macholib/__init__.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/dyld.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/dylib.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/framework.py
    branches/itasc/release/darwin/extra/python/ctypes/util.py
    branches/itasc/release/darwin/extra/python/ctypes/wintypes.py
    branches/itasc/release/darwin/extra/python/curses/
    branches/itasc/release/darwin/extra/python/curses/__init__.py
    branches/itasc/release/darwin/extra/python/curses/ascii.py
    branches/itasc/release/darwin/extra/python/curses/has_key.py
    branches/itasc/release/darwin/extra/python/curses/panel.py
    branches/itasc/release/darwin/extra/python/curses/textpad.py
    branches/itasc/release/darwin/extra/python/curses/wrapper.py
    branches/itasc/release/darwin/extra/python/dbm/
    branches/itasc/release/darwin/extra/python/dbm/__init__.py
    branches/itasc/release/darwin/extra/python/dbm/dumb.py
    branches/itasc/release/darwin/extra/python/dbm/gnu.py
    branches/itasc/release/darwin/extra/python/dbm/ndbm.py
    branches/itasc/release/darwin/extra/python/decimal.py
    branches/itasc/release/darwin/extra/python/difflib.py
    branches/itasc/release/darwin/extra/python/dis.py
    branches/itasc/release/darwin/extra/python/doctest.py
    branches/itasc/release/darwin/extra/python/dummy_threading.py
    branches/itasc/release/darwin/extra/python/email/
    branches/itasc/release/darwin/extra/python/email/__init__.py
    branches/itasc/release/darwin/extra/python/email/_parseaddr.py
    branches/itasc/release/darwin/extra/python/email/base64mime.py
    branches/itasc/release/darwin/extra/python/email/charset.py
    branches/itasc/release/darwin/extra/python/email/encoders.py
    branches/itasc/release/darwin/extra/python/email/errors.py
    branches/itasc/release/darwin/extra/python/email/feedparser.py
    branches/itasc/release/darwin/extra/python/email/generator.py
    branches/itasc/release/darwin/extra/python/email/header.py
    branches/itasc/release/darwin/extra/python/email/iterators.py
    branches/itasc/release/darwin/extra/python/email/message.py
    branches/itasc/release/darwin/extra/python/email/mime/
    branches/itasc/release/darwin/extra/python/email/mime/__init__.py
    branches/itasc/release/darwin/extra/python/email/mime/application.py
    branches/itasc/release/darwin/extra/python/email/mime/audio.py
    branches/itasc/release/darwin/extra/python/email/mime/base.py
    branches/itasc/release/darwin/extra/python/email/mime/image.py
    branches/itasc/release/darwin/extra/python/email/mime/message.py
    branches/itasc/release/darwin/extra/python/email/mime/multipart.py
    branches/itasc/release/darwin/extra/python/email/mime/nonmultipart.py
    branches/itasc/release/darwin/extra/python/email/mime/text.py
    branches/itasc/release/darwin/extra/python/email/parser.py
    branches/itasc/release/darwin/extra/python/email/quoprimime.py
    branches/itasc/release/darwin/extra/python/email/utils.py
    branches/itasc/release/darwin/extra/python/encodings/
    branches/itasc/release/darwin/extra/python/encodings/__init__.py
    branches/itasc/release/darwin/extra/python/encodings/__init__.pyc
    branches/itasc/release/darwin/extra/python/encodings/aliases.py
    branches/itasc/release/darwin/extra/python/encodings/aliases.pyc
    branches/itasc/release/darwin/extra/python/encodings/ascii.py
    branches/itasc/release/darwin/extra/python/encodings/ascii.pyc
    branches/itasc/release/darwin/extra/python/encodings/big5.py
    branches/itasc/release/darwin/extra/python/encodings/big5hkscs.py
    branches/itasc/release/darwin/extra/python/encodings/charmap.py
    branches/itasc/release/darwin/extra/python/encodings/cp037.py
    branches/itasc/release/darwin/extra/python/encodings/cp1006.py
    branches/itasc/release/darwin/extra/python/encodings/cp1026.py
    branches/itasc/release/darwin/extra/python/encodings/cp1140.py
    branches/itasc/release/darwin/extra/python/encodings/cp1250.py
    branches/itasc/release/darwin/extra/python/encodings/cp1251.py
    branches/itasc/release/darwin/extra/python/encodings/cp1252.py
    branches/itasc/release/darwin/extra/python/encodings/cp1253.py
    branches/itasc/release/darwin/extra/python/encodings/cp1254.py
    branches/itasc/release/darwin/extra/python/encodings/cp1255.py
    branches/itasc/release/darwin/extra/python/encodings/cp1256.py
    branches/itasc/release/darwin/extra/python/encodings/cp1257.py
    branches/itasc/release/darwin/extra/python/encodings/cp1258.py
    branches/itasc/release/darwin/extra/python/encodings/cp424.py
    branches/itasc/release/darwin/extra/python/encodings/cp437.py
    branches/itasc/release/darwin/extra/python/encodings/cp500.py
    branches/itasc/release/darwin/extra/python/encodings/cp737.py
    branches/itasc/release/darwin/extra/python/encodings/cp775.py
    branches/itasc/release/darwin/extra/python/encodings/cp850.py
    branches/itasc/release/darwin/extra/python/encodings/cp852.py
    branches/itasc/release/darwin/extra/python/encodings/cp855.py
    branches/itasc/release/darwin/extra/python/encodings/cp856.py
    branches/itasc/release/darwin/extra/python/encodings/cp857.py
    branches/itasc/release/darwin/extra/python/encodings/cp860.py
    branches/itasc/release/darwin/extra/python/encodings/cp861.py
    branches/itasc/release/darwin/extra/python/encodings/cp862.py
    branches/itasc/release/darwin/extra/python/encodings/cp863.py
    branches/itasc/release/darwin/extra/python/encodings/cp864.py
    branches/itasc/release/darwin/extra/python/encodings/cp865.py
    branches/itasc/release/darwin/extra/python/encodings/cp866.py
    branches/itasc/release/darwin/extra/python/encodings/cp869.py
    branches/itasc/release/darwin/extra/python/encodings/cp874.py
    branches/itasc/release/darwin/extra/python/encodings/cp875.py
    branches/itasc/release/darwin/extra/python/encodings/cp932.py
    branches/itasc/release/darwin/extra/python/encodings/cp949.py
    branches/itasc/release/darwin/extra/python/encodings/cp950.py
    branches/itasc/release/darwin/extra/python/encodings/euc_jis_2004.py
    branches/itasc/release/darwin/extra/python/encodings/euc_jisx0213.py
    branches/itasc/release/darwin/extra/python/encodings/euc_jp.py
    branches/itasc/release/darwin/extra/python/encodings/euc_kr.py
    branches/itasc/release/darwin/extra/python/encodings/gb18030.py
    branches/itasc/release/darwin/extra/python/encodings/gb2312.py
    branches/itasc/release/darwin/extra/python/encodings/gbk.py
    branches/itasc/release/darwin/extra/python/encodings/hp_roman8.py
    branches/itasc/release/darwin/extra/python/encodings/hz.py
    branches/itasc/release/darwin/extra/python/encodings/idna.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_1.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_2.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_2004.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_3.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_ext.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_kr.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_1.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_10.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_11.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_13.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_14.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_15.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_16.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_2.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_3.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_4.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_5.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_6.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_7.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_8.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_9.py
    branches/itasc/release/darwin/extra/python/encodings/johab.py
    branches/itasc/release/darwin/extra/python/encodings/koi8_r.py
    branches/itasc/release/darwin/extra/python/encodings/koi8_u.py
    branches/itasc/release/darwin/extra/python/encodings/latin_1.py
    branches/itasc/release/darwin/extra/python/encodings/latin_1.pyc
    branches/itasc/release/darwin/extra/python/encodings/mac_arabic.py
    branches/itasc/release/darwin/extra/python/encodings/mac_centeuro.py
    branches/itasc/release/darwin/extra/python/encodings/mac_croatian.py
    branches/itasc/release/darwin/extra/python/encodings/mac_cyrillic.py
    branches/itasc/release/darwin/extra/python/encodings/mac_farsi.py
    branches/itasc/release/darwin/extra/python/encodings/mac_greek.py
    branches/itasc/release/darwin/extra/python/encodings/mac_iceland.py
    branches/itasc/release/darwin/extra/python/encodings/mac_latin2.py
    branches/itasc/release/darwin/extra/python/encodings/mac_roman.py
    branches/itasc/release/darwin/extra/python/encodings/mac_romanian.py
    branches/itasc/release/darwin/extra/python/encodings/mac_turkish.py
    branches/itasc/release/darwin/extra/python/encodings/mbcs.py
    branches/itasc/release/darwin/extra/python/encodings/palmos.py
    branches/itasc/release/darwin/extra/python/encodings/ptcp154.py
    branches/itasc/release/darwin/extra/python/encodings/punycode.py
    branches/itasc/release/darwin/extra/python/encodings/raw_unicode_escape.py
    branches/itasc/release/darwin/extra/python/encodings/shift_jis.py
    branches/itasc/release/darwin/extra/python/encodings/shift_jis_2004.py
    branches/itasc/release/darwin/extra/python/encodings/shift_jisx0213.py
    branches/itasc/release/darwin/extra/python/encodings/tis_620.py
    branches/itasc/release/darwin/extra/python/encodings/undefined.py
    branches/itasc/release/darwin/extra/python/encodings/unicode_escape.py
    branches/itasc/release/darwin/extra/python/encodings/unicode_internal.py
    branches/itasc/release/darwin/extra/python/encodings/utf_16.py
    branches/itasc/release/darwin/extra/python/encodings/utf_16_be.py
    branches/itasc/release/darwin/extra/python/encodings/utf_16_le.py
    branches/itasc/release/darwin/extra/python/encodings/utf_32.py
    branches/itasc/release/darwin/extra/python/encodings/utf_32_be.py
    branches/itasc/release/darwin/extra/python/encodings/utf_32_le.py
    branches/itasc/release/darwin/extra/python/encodings/utf_7.py
    branches/itasc/release/darwin/extra/python/encodings/utf_8.py
    branches/itasc/release/darwin/extra/python/encodings/utf_8.pyc
    branches/itasc/release/darwin/extra/python/encodings/utf_8_sig.py
    branches/itasc/release/darwin/extra/python/filecmp.py
    branches/itasc/release/darwin/extra/python/fileinput.py
    branches/itasc/release/darwin/extra/python/fnmatch.py
    branches/itasc/release/darwin/extra/python/formatter.py
    branches/itasc/release/darwin/extra/python/fractions.py
    branches/itasc/release/darwin/extra/python/ftplib.py
    branches/itasc/release/darwin/extra/python/functools.py
    branches/itasc/release/darwin/extra/python/genericpath.py
    branches/itasc/release/darwin/extra/python/getopt.py
    branches/itasc/release/darwin/extra/python/getpass.py
    branches/itasc/release/darwin/extra/python/gettext.py
    branches/itasc/release/darwin/extra/python/glob.py
    branches/itasc/release/darwin/extra/python/gzip.py
    branches/itasc/release/darwin/extra/python/hashlib.py
    branches/itasc/release/darwin/extra/python/heapq.py
    branches/itasc/release/darwin/extra/python/hmac.py
    branches/itasc/release/darwin/extra/python/html/
    branches/itasc/release/darwin/extra/python/html/__init__.py
    branches/itasc/release/darwin/extra/python/html/entities.py
    branches/itasc/release/darwin/extra/python/html/parser.py
    branches/itasc/release/darwin/extra/python/http/
    branches/itasc/release/darwin/extra/python/http/__init__.py
    branches/itasc/release/darwin/extra/python/http/client.py
    branches/itasc/release/darwin/extra/python/http/cookiejar.py
    branches/itasc/release/darwin/extra/python/http/cookies.py
    branches/itasc/release/darwin/extra/python/http/server.py
    branches/itasc/release/darwin/extra/python/imaplib.py
    branches/itasc/release/darwin/extra/python/imghdr.py
    branches/itasc/release/darwin/extra/python/importlib/
    branches/itasc/release/darwin/extra/python/importlib/__init__.py
    branches/itasc/release/darwin/extra/python/importlib/_bootstrap.py
    branches/itasc/release/darwin/extra/python/importlib/abc.py
    branches/itasc/release/darwin/extra/python/importlib/machinery.py
    branches/itasc/release/darwin/extra/python/importlib/util.py
    branches/itasc/release/darwin/extra/python/inspect.py
    branches/itasc/release/darwin/extra/python/io.py
    branches/itasc/release/darwin/extra/python/json/
    branches/itasc/release/darwin/extra/python/json/__init__.py
    branches/itasc/release/darwin/extra/python/json/decoder.py
    branches/itasc/release/darwin/extra/python/json/encoder.py
    branches/itasc/release/darwin/extra/python/json/scanner.py
    branches/itasc/release/darwin/extra/python/json/tool.py
    branches/itasc/release/darwin/extra/python/keyword.py
    branches/itasc/release/darwin/extra/python/linecache.py
    branches/itasc/release/darwin/extra/python/locale.py
    branches/itasc/release/darwin/extra/python/logging/
    branches/itasc/release/darwin/extra/python/logging/__init__.py
    branches/itasc/release/darwin/extra/python/logging/config.py
    branches/itasc/release/darwin/extra/python/logging/handlers.py
    branches/itasc/release/darwin/extra/python/macpath.py
    branches/itasc/release/darwin/extra/python/macurl2path.py
    branches/itasc/release/darwin/extra/python/mailbox.py
    branches/itasc/release/darwin/extra/python/mailcap.py
    branches/itasc/release/darwin/extra/python/mimetypes.py
    branches/itasc/release/darwin/extra/python/modulefinder.py
    branches/itasc/release/darwin/extra/python/multiprocessing/
    branches/itasc/release/darwin/extra/python/multiprocessing/__init__.py
    branches/itasc/release/darwin/extra/python/multiprocessing/connection.py
    branches/itasc/release/darwin/extra/python/multiprocessing/dummy/
    branches/itasc/release/darwin/extra/python/multiprocessing/dummy/__init__.py
    branches/itasc/release/darwin/extra/python/multiprocessing/dummy/connection.py
    branches/itasc/release/darwin/extra/python/multiprocessing/forking.py
    branches/itasc/release/darwin/extra/python/multiprocessing/heap.py
    branches/itasc/release/darwin/extra/python/multiprocessing/managers.py
    branches/itasc/release/darwin/extra/python/multiprocessing/pool.py
    branches/itasc/release/darwin/extra/python/multiprocessing/process.py
    branches/itasc/release/darwin/extra/python/multiprocessing/queues.py
    branches/itasc/release/darwin/extra/python/multiprocessing/reduction.py
    branches/itasc/release/darwin/extra/python/multiprocessing/sharedctypes.py
    branches/itasc/release/darwin/extra/python/multiprocessing/synchronize.py
    branches/itasc/release/darwin/extra/python/multiprocessing/util.py
    branches/itasc/release/darwin/extra/python/netrc.py
    branches/itasc/release/darwin/extra/python/nntplib.py
    branches/itasc/release/darwin/extra/python/ntpath.py
    branches/itasc/release/darwin/extra/python/nturl2path.py
    branches/itasc/release/darwin/extra/python/numbers.py
    branches/itasc/release/darwin/extra/python/opcode.py
    branches/itasc/release/darwin/extra/python/optparse.py
    branches/itasc/release/darwin/extra/python/os.py
    branches/itasc/release/darwin/extra/python/os2emxpath.py
    branches/itasc/release/darwin/extra/python/pdb.py
    branches/itasc/release/darwin/extra/python/pickle.py
    branches/itasc/release/darwin/extra/python/pickletools.py
    branches/itasc/release/darwin/extra/python/pipes.py
    branches/itasc/release/darwin/extra/python/pkgutil.py
    branches/itasc/release/darwin/extra/python/platform.py
    branches/itasc/release/darwin/extra/python/plistlib.py
    branches/itasc/release/darwin/extra/python/poplib.py
    branches/itasc/release/darwin/extra/python/posixpath.py
    branches/itasc/release/darwin/extra/python/pprint.py
    branches/itasc/release/darwin/extra/python/profile.py
    branches/itasc/release/darwin/extra/python/pstats.py
    branches/itasc/release/darwin/extra/python/pty.py
    branches/itasc/release/darwin/extra/python/py_compile.py
    branches/itasc/release/darwin/extra/python/pyclbr.py
    branches/itasc/release/darwin/extra/python/pydoc.py
    branches/itasc/release/darwin/extra/python/pydoc_data/
    branches/itasc/release/darwin/extra/python/pydoc_data/__init__.py
    branches/itasc/release/darwin/extra/python/pydoc_data/topics.py
    branches/itasc/release/darwin/extra/python/queue.py
    branches/itasc/release/darwin/extra/python/quopri.py
    branches/itasc/release/darwin/extra/python/random.py
    branches/itasc/release/darwin/extra/python/re.py
    branches/itasc/release/darwin/extra/python/reprlib.py
    branches/itasc/release/darwin/extra/python/rlcompleter.py
    branches/itasc/release/darwin/extra/python/runpy.py
    branches/itasc/release/darwin/extra/python/sched.py
    branches/itasc/release/darwin/extra/python/shelve.py
    branches/itasc/release/darwin/extra/python/shlex.py
    branches/itasc/release/darwin/extra/python/shutil.py
    branches/itasc/release/darwin/extra/python/site-packages/
    branches/itasc/release/darwin/extra/python/site-packages/README
    branches/itasc/release/darwin/extra/python/site.py
    branches/itasc/release/darwin/extra/python/smtpd.py
    branches/itasc/release/darwin/extra/python/smtplib.py
    branches/itasc/release/darwin/extra/python/sndhdr.py
    branches/itasc/release/darwin/extra/python/socket.py
    branches/itasc/release/darwin/extra/python/socketserver.py
    branches/itasc/release/darwin/extra/python/sqlite3/
    branches/itasc/release/darwin/extra/python/sqlite3/__init__.py
    branches/itasc/release/darwin/extra/python/sqlite3/dbapi2.py
    branches/itasc/release/darwin/extra/python/sqlite3/dump.py
    branches/itasc/release/darwin/extra/python/sre_compile.py
    branches/itasc/release/darwin/extra/python/sre_constants.py
    branches/itasc/release/darwin/extra/python/sre_parse.py
    branches/itasc/release/darwin/extra/python/ssl.py
    branches/itasc/release/darwin/extra/python/stat.py
    branches/itasc/release/darwin/extra/python/string.py
    branches/itasc/release/darwin/extra/python/stringprep.py
    branches/itasc/release/darwin/extra/python/struct.py
    branches/itasc/release/darwin/extra/python/subprocess.py
    branches/itasc/release/darwin/extra/python/sunau.py
    branches/itasc/release/darwin/extra/python/symbol.py
    branches/itasc/release/darwin/extra/python/symtable.py
    branches/itasc/release/darwin/extra/python/tabnanny.py
    branches/itasc/release/darwin/extra/python/tarfile.py
    branches/itasc/release/darwin/extra/python/telnetlib.py
    branches/itasc/release/darwin/extra/python/tempfile.py
    branches/itasc/release/darwin/extra/python/textwrap.py
    branches/itasc/release/darwin/extra/python/this.py
    branches/itasc/release/darwin/extra/python/threading.py
    branches/itasc/release/darwin/extra/python/timeit.py
    branches/itasc/release/darwin/extra/python/token.py
    branches/itasc/release/darwin/extra/python/tokenize.py
    branches/itasc/release/darwin/extra/python/trace.py
    branches/itasc/release/darwin/extra/python/traceback.py
    branches/itasc/release/darwin/extra/python/tty.py
    branches/itasc/release/darwin/extra/python/turtle.py
    branches/itasc/release/darwin/extra/python/types.py
    branches/itasc/release/darwin/extra/python/unittest.py
    branches/itasc/release/darwin/extra/python/urllib/
    branches/itasc/release/darwin/extra/python/urllib/__init__.py
    branches/itasc/release/darwin/extra/python/urllib/error.py
    branches/itasc/release/darwin/extra/python/urllib/parse.py
    branches/itasc/release/darwin/extra/python/urllib/request.py
    branches/itasc/release/darwin/extra/python/urllib/response.py
    branches/itasc/release/darwin/extra/python/urllib/robotparser.py
    branches/itasc/release/darwin/extra/python/uu.py
    branches/itasc/release/darwin/extra/python/uuid.py
    branches/itasc/release/darwin/extra/python/warnings.py
    branches/itasc/release/darwin/extra/python/wave.py
    branches/itasc/release/darwin/extra/python/weakref.py
    branches/itasc/release/darwin/extra/python/webbrowser.py
    branches/itasc/release/darwin/extra/python/wsgiref/
    branches/itasc/release/darwin/extra/python/wsgiref/__init__.py
    branches/itasc/release/darwin/extra/python/wsgiref/handlers.py
    branches/itasc/release/darwin/extra/python/wsgiref/headers.py
    branches/itasc/release/darwin/extra/python/wsgiref/simple_server.py
    branches/itasc/release/darwin/extra/python/wsgiref/util.py
    branches/itasc/release/darwin/extra/python/wsgiref/validate.py
    branches/itasc/release/darwin/extra/python/xdrlib.py
    branches/itasc/release/darwin/extra/python/xml/
    branches/itasc/release/darwin/extra/python/xml/__init__.py
    branches/itasc/release/darwin/extra/python/xml/dom/
    branches/itasc/release/darwin/extra/python/xml/dom/NodeFilter.py
    branches/itasc/release/darwin/extra/python/xml/dom/__init__.py
    branches/itasc/release/darwin/extra/python/xml/dom/domreg.py
    branches/itasc/release/darwin/extra/python/xml/dom/expatbuilder.py
    branches/itasc/release/darwin/extra/python/xml/dom/minicompat.py
    branches/itasc/release/darwin/extra/python/xml/dom/minidom.py
    branches/itasc/release/darwin/extra/python/xml/dom/pulldom.py
    branches/itasc/release/darwin/extra/python/xml/dom/xmlbuilder.py
    branches/itasc/release/darwin/extra/python/xml/etree/
    branches/itasc/release/darwin/extra/python/xml/etree/ElementInclude.py
    branches/itasc/release/darwin/extra/python/xml/etree/ElementPath.py
    branches/itasc/release/darwin/extra/python/xml/etree/ElementTree.py
    branches/itasc/release/darwin/extra/python/xml/etree/__init__.py
    branches/itasc/release/darwin/extra/python/xml/etree/cElementTree.py
    branches/itasc/release/darwin/extra/python/xml/parsers/
    branches/itasc/release/darwin/extra/python/xml/parsers/__init__.py
    branches/itasc/release/darwin/extra/python/xml/parsers/expat.py
    branches/itasc/release/darwin/extra/python/xml/sax/
    branches/itasc/release/darwin/extra/python/xml/sax/__init__.py
    branches/itasc/release/darwin/extra/python/xml/sax/_exceptions.py
    branches/itasc/release/darwin/extra/python/xml/sax/expatreader.py
    branches/itasc/release/darwin/extra/python/xml/sax/handler.py
    branches/itasc/release/darwin/extra/python/xml/sax/saxutils.py
    branches/itasc/release/darwin/extra/python/xml/sax/xmlreader.py
    branches/itasc/release/darwin/extra/python/xmlrpc/
    branches/itasc/release/darwin/extra/python/xmlrpc/__init__.py
    branches/itasc/release/darwin/extra/python/xmlrpc/client.py
    branches/itasc/release/darwin/extra/python/xmlrpc/server.py
    branches/itasc/release/darwin/extra/python/zipfile.py
    branches/itasc/release/ui/bpy_ops.py
    branches/itasc/release/ui/buttons_game.py
    branches/itasc/release/ui/buttons_physics_cloth.py
    branches/itasc/release/ui/space_console.py
    branches/itasc/source/blender/blenkernel/BKE_boids.h
    branches/itasc/source/blender/blenkernel/intern/boids.c
    branches/itasc/source/blender/blenlib/BLI_dlrbTree.h
    branches/itasc/source/blender/blenlib/intern/DLRB_tree.c
    branches/itasc/source/blender/editors/physics/physics_boids.c
    branches/itasc/source/blender/editors/space_console/
    branches/itasc/source/blender/editors/space_console/Makefile
    branches/itasc/source/blender/editors/space_console/SConscript
    branches/itasc/source/blender/editors/space_console/console_draw.c
    branches/itasc/source/blender/editors/space_console/console_intern.h
    branches/itasc/source/blender/editors/space_console/console_ops.c
    branches/itasc/source/blender/editors/space_console/console_report.c
    branches/itasc/source/blender/editors/space_console/space_console.c
    branches/itasc/source/blender/makesdna/DNA_boid_types.h
    branches/itasc/source/blender/makesrna/intern/rna_boid.c
    branches/itasc/source/blender/makesrna/intern/rna_render.c

Removed Paths:
-------------
    branches/itasc/release/beos-4.5-i386/
    branches/itasc/release/beos-5.0-i386/
    branches/itasc/release/darwin/extra/
    branches/itasc/release/darwin/extra/python/
    branches/itasc/release/darwin/extra/python/__future__.py
    branches/itasc/release/darwin/extra/python/__phello__.foo.py
    branches/itasc/release/darwin/extra/python/_abcoll.py
    branches/itasc/release/darwin/extra/python/_compat_pickle.py
    branches/itasc/release/darwin/extra/python/_dummy_thread.py
    branches/itasc/release/darwin/extra/python/_markupbase.py
    branches/itasc/release/darwin/extra/python/_pyio.py
    branches/itasc/release/darwin/extra/python/_strptime.py
    branches/itasc/release/darwin/extra/python/_threading_local.py
    branches/itasc/release/darwin/extra/python/_weakrefset.py
    branches/itasc/release/darwin/extra/python/abc.py
    branches/itasc/release/darwin/extra/python/aifc.py
    branches/itasc/release/darwin/extra/python/antigravity.py
    branches/itasc/release/darwin/extra/python/ast.py
    branches/itasc/release/darwin/extra/python/asynchat.py
    branches/itasc/release/darwin/extra/python/asyncore.py
    branches/itasc/release/darwin/extra/python/base64.py
    branches/itasc/release/darwin/extra/python/bdb.py
    branches/itasc/release/darwin/extra/python/binhex.py
    branches/itasc/release/darwin/extra/python/bisect.py
    branches/itasc/release/darwin/extra/python/build_class.py
    branches/itasc/release/darwin/extra/python/cProfile.py
    branches/itasc/release/darwin/extra/python/calendar.py
    branches/itasc/release/darwin/extra/python/cgi.py
    branches/itasc/release/darwin/extra/python/cgitb.py
    branches/itasc/release/darwin/extra/python/chunk.py
    branches/itasc/release/darwin/extra/python/cmd.py
    branches/itasc/release/darwin/extra/python/code.py
    branches/itasc/release/darwin/extra/python/codecs.py
    branches/itasc/release/darwin/extra/python/codeop.py
    branches/itasc/release/darwin/extra/python/collections.py
    branches/itasc/release/darwin/extra/python/colorsys.py
    branches/itasc/release/darwin/extra/python/compileall.py
    branches/itasc/release/darwin/extra/python/configparser.py
    branches/itasc/release/darwin/extra/python/contextlib.py
    branches/itasc/release/darwin/extra/python/copy.py
    branches/itasc/release/darwin/extra/python/copyreg.py
    branches/itasc/release/darwin/extra/python/csv.py
    branches/itasc/release/darwin/extra/python/ctypes/
    branches/itasc/release/darwin/extra/python/ctypes/__init__.py
    branches/itasc/release/darwin/extra/python/ctypes/_endian.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/
    branches/itasc/release/darwin/extra/python/ctypes/macholib/__init__.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/dyld.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/dylib.py
    branches/itasc/release/darwin/extra/python/ctypes/macholib/framework.py
    branches/itasc/release/darwin/extra/python/ctypes/util.py
    branches/itasc/release/darwin/extra/python/ctypes/wintypes.py
    branches/itasc/release/darwin/extra/python/curses/
    branches/itasc/release/darwin/extra/python/curses/__init__.py
    branches/itasc/release/darwin/extra/python/curses/ascii.py
    branches/itasc/release/darwin/extra/python/curses/has_key.py
    branches/itasc/release/darwin/extra/python/curses/panel.py
    branches/itasc/release/darwin/extra/python/curses/textpad.py
    branches/itasc/release/darwin/extra/python/curses/wrapper.py
    branches/itasc/release/darwin/extra/python/dbm/
    branches/itasc/release/darwin/extra/python/dbm/__init__.py
    branches/itasc/release/darwin/extra/python/dbm/dumb.py
    branches/itasc/release/darwin/extra/python/dbm/gnu.py
    branches/itasc/release/darwin/extra/python/dbm/ndbm.py
    branches/itasc/release/darwin/extra/python/decimal.py
    branches/itasc/release/darwin/extra/python/difflib.py
    branches/itasc/release/darwin/extra/python/dis.py
    branches/itasc/release/darwin/extra/python/doctest.py
    branches/itasc/release/darwin/extra/python/dummy_threading.py
    branches/itasc/release/darwin/extra/python/email/
    branches/itasc/release/darwin/extra/python/email/__init__.py
    branches/itasc/release/darwin/extra/python/email/_parseaddr.py
    branches/itasc/release/darwin/extra/python/email/base64mime.py
    branches/itasc/release/darwin/extra/python/email/charset.py
    branches/itasc/release/darwin/extra/python/email/encoders.py
    branches/itasc/release/darwin/extra/python/email/errors.py
    branches/itasc/release/darwin/extra/python/email/feedparser.py
    branches/itasc/release/darwin/extra/python/email/generator.py
    branches/itasc/release/darwin/extra/python/email/header.py
    branches/itasc/release/darwin/extra/python/email/iterators.py
    branches/itasc/release/darwin/extra/python/email/message.py
    branches/itasc/release/darwin/extra/python/email/mime/
    branches/itasc/release/darwin/extra/python/email/mime/__init__.py
    branches/itasc/release/darwin/extra/python/email/mime/application.py
    branches/itasc/release/darwin/extra/python/email/mime/audio.py
    branches/itasc/release/darwin/extra/python/email/mime/base.py
    branches/itasc/release/darwin/extra/python/email/mime/image.py
    branches/itasc/release/darwin/extra/python/email/mime/message.py
    branches/itasc/release/darwin/extra/python/email/mime/multipart.py
    branches/itasc/release/darwin/extra/python/email/mime/nonmultipart.py
    branches/itasc/release/darwin/extra/python/email/mime/text.py
    branches/itasc/release/darwin/extra/python/email/parser.py
    branches/itasc/release/darwin/extra/python/email/quoprimime.py
    branches/itasc/release/darwin/extra/python/email/utils.py
    branches/itasc/release/darwin/extra/python/encodings/
    branches/itasc/release/darwin/extra/python/encodings/__init__.py
    branches/itasc/release/darwin/extra/python/encodings/__init__.pyc
    branches/itasc/release/darwin/extra/python/encodings/aliases.py
    branches/itasc/release/darwin/extra/python/encodings/aliases.pyc
    branches/itasc/release/darwin/extra/python/encodings/ascii.py
    branches/itasc/release/darwin/extra/python/encodings/ascii.pyc
    branches/itasc/release/darwin/extra/python/encodings/big5.py
    branches/itasc/release/darwin/extra/python/encodings/big5hkscs.py
    branches/itasc/release/darwin/extra/python/encodings/charmap.py
    branches/itasc/release/darwin/extra/python/encodings/cp037.py
    branches/itasc/release/darwin/extra/python/encodings/cp1006.py
    branches/itasc/release/darwin/extra/python/encodings/cp1026.py
    branches/itasc/release/darwin/extra/python/encodings/cp1140.py
    branches/itasc/release/darwin/extra/python/encodings/cp1250.py
    branches/itasc/release/darwin/extra/python/encodings/cp1251.py
    branches/itasc/release/darwin/extra/python/encodings/cp1252.py
    branches/itasc/release/darwin/extra/python/encodings/cp1253.py
    branches/itasc/release/darwin/extra/python/encodings/cp1254.py
    branches/itasc/release/darwin/extra/python/encodings/cp1255.py
    branches/itasc/release/darwin/extra/python/encodings/cp1256.py
    branches/itasc/release/darwin/extra/python/encodings/cp1257.py
    branches/itasc/release/darwin/extra/python/encodings/cp1258.py
    branches/itasc/release/darwin/extra/python/encodings/cp424.py
    branches/itasc/release/darwin/extra/python/encodings/cp437.py
    branches/itasc/release/darwin/extra/python/encodings/cp500.py
    branches/itasc/release/darwin/extra/python/encodings/cp737.py
    branches/itasc/release/darwin/extra/python/encodings/cp775.py
    branches/itasc/release/darwin/extra/python/encodings/cp850.py
    branches/itasc/release/darwin/extra/python/encodings/cp852.py
    branches/itasc/release/darwin/extra/python/encodings/cp855.py
    branches/itasc/release/darwin/extra/python/encodings/cp856.py
    branches/itasc/release/darwin/extra/python/encodings/cp857.py
    branches/itasc/release/darwin/extra/python/encodings/cp860.py
    branches/itasc/release/darwin/extra/python/encodings/cp861.py
    branches/itasc/release/darwin/extra/python/encodings/cp862.py
    branches/itasc/release/darwin/extra/python/encodings/cp863.py
    branches/itasc/release/darwin/extra/python/encodings/cp864.py
    branches/itasc/release/darwin/extra/python/encodings/cp865.py
    branches/itasc/release/darwin/extra/python/encodings/cp866.py
    branches/itasc/release/darwin/extra/python/encodings/cp869.py
    branches/itasc/release/darwin/extra/python/encodings/cp874.py
    branches/itasc/release/darwin/extra/python/encodings/cp875.py
    branches/itasc/release/darwin/extra/python/encodings/cp932.py
    branches/itasc/release/darwin/extra/python/encodings/cp949.py
    branches/itasc/release/darwin/extra/python/encodings/cp950.py
    branches/itasc/release/darwin/extra/python/encodings/euc_jis_2004.py
    branches/itasc/release/darwin/extra/python/encodings/euc_jisx0213.py
    branches/itasc/release/darwin/extra/python/encodings/euc_jp.py
    branches/itasc/release/darwin/extra/python/encodings/euc_kr.py
    branches/itasc/release/darwin/extra/python/encodings/gb18030.py
    branches/itasc/release/darwin/extra/python/encodings/gb2312.py
    branches/itasc/release/darwin/extra/python/encodings/gbk.py
    branches/itasc/release/darwin/extra/python/encodings/hp_roman8.py
    branches/itasc/release/darwin/extra/python/encodings/hz.py
    branches/itasc/release/darwin/extra/python/encodings/idna.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_1.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_2.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_2004.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_3.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_jp_ext.py
    branches/itasc/release/darwin/extra/python/encodings/iso2022_kr.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_1.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_10.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_11.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_13.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_14.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_15.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_16.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_2.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_3.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_4.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_5.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_6.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_7.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_8.py
    branches/itasc/release/darwin/extra/python/encodings/iso8859_9.py
    branches/itasc/release/darwin/extra/python/encodings/johab.py
    branches/itasc/release/darwin/extra/python/encodings/koi8_r.py
    branches/itasc/release/darwin/extra/python/encodings/koi8_u.py
    branches/itasc/release/darwin/extra/python/encodings/latin_1.py
    branches/itasc/release/darwin/extra/python/encodings/latin_1.pyc
    branches/itasc/release/darwin/extra/python/encodings/mac_arabic.py
    branches/itasc/release/darwin/extra/python/encodings/mac_centeuro.py
    branches/itasc/release/darwin/extra/python/encodings/mac_croatian.py
    branches/itasc/release/darwin/extra/python/encodings/mac_cyrillic.py
    branches/itasc/release/darwin/extra/python/encodings/mac_farsi.py
    branches/itasc/release/darwin/extra/python/encodings/mac_greek.py
    branches/itasc/release/darwin/extra/python/encodings/mac_iceland.py
    branches/itasc/release/darwin/extra/python/encodings/mac_latin2.py
    branches/itasc/release/darwin/extra/python/encodings/mac_roman.py
    branches/itasc/release/darwin/extra/python/encodings/mac_romanian.py
    branches/itasc/release/darwin/extra/python/encodings/mac_turkish.py
    branches/itasc/release/darwin/extra/python/encodings/mbcs.py
    branches/itasc/release/darwin/extra/python/encodings/palmos.py
    branches/itasc/release/darwin/extra/python/encodings/ptcp154.py
    branches/itasc/release/darwin/extra/python/encodings/punycode.py
    branches/itasc/release/darwin/extra/python/encodings/raw_unicode_escape.py
    branches/itasc/release/darwin/extra/python/encodings/shift_jis.py
    branches/itasc/release/darwin/extra/python/encodings/shift_jis_2004.py
    branches/itasc/release/darwin/extra/python/encodings/shift_jisx0213.py
    branches/itasc/release/darwin/extra/python/encodings/tis_620.py
    branches/itasc/release/darwin/extra/python/encodings/undefined.py
    branches/itasc/release/darwin/extra/python/encodings/unicode_escape.py
    branches/itasc/release/darwin/extra/python/encodings/unicode_internal.py
    branches/itasc/release/darwin/extra/python/encodings/utf_16.py
    branches/itasc/release/darwin/extra/python/encodings/utf_16_be.py
    branches/itasc/release/darwin/extra/python/encodings/utf_16_le.py
    branches/itasc/release/darwin/extra/python/encodings/utf_32.py
    branches/itasc/release/darwin/extra/python/encodings/utf_32_be.py
    branches/itasc/release/darwin/extra/python/encodings/utf_32_le.py
    branches/itasc/release/darwin/extra/python/encodings/utf_7.py
    branches/itasc/release/darwin/extra/python/encodings/utf_8.py
    branches/itasc/release/darwin/extra/python/encodings/utf_8.pyc
    branches/itasc/release/darwin/extra/python/encodings/utf_8_sig.py
    branches/itasc/release/darwin/extra/python/filecmp.py
    branches/itasc/release/darwin/extra/python/fileinput.py
    branches/itasc/release/darwin/extra/python/fnmatch.py
    branches/itasc/release/darwin/extra/python/formatter.py
    branches/itasc/release/darwin/extra/python/fractions.py
    branches/itasc/release/darwin/extra/python/ftplib.py
    branches/itasc/release/darwin/extra/python/functools.py
    branches/itasc/release/darwin/extra/python/genericpath.py
    branches/itasc/release/darwin/extra/python/getopt.py
    branches/itasc/release/darwin/extra/python/getpass.py
    branches/itasc/release/darwin/extra/python/gettext.py
    branches/itasc/release/darwin/extra/python/glob.py
    branches/itasc/release/darwin/extra/python/gzip.py
    branches/itasc/release/darwin/extra/python/hashlib.py
    branches/itasc/release/darwin/extra/python/heapq.py
    branches/itasc/release/darwin/extra/python/hmac.py
    branches/itasc/release/darwin/extra/python/html/
    branches/itasc/release/darwin/extra/python/html/__init__.py
    branches/itasc/release/darwin/extra/python/html/entities.py
    branches/itasc/release/darwin/extra/python/html/parser.py
    branches/itasc/release/darwin/extra/python/http/
    branches/itasc/release/darwin/extra/python/http/__init__.py
    branches/itasc/release/darwin/extra/python/http/client.py
    branches/itasc/release/darwin/extra/python/http/cookiejar.py
    branches/itasc/release/darwin/extra/python/http/cookies.py
    branches/itasc/release/darwin/extra/python/http/server.py
    branches/itasc/release/darwin/extra/python/imaplib.py
    branches/itasc/release/darwin/extra/python/imghdr.py
    branches/itasc/release/darwin/extra/python/importlib/
    branches/itasc/release/darwin/extra/python/importlib/__init__.py
    branches/itasc/release/darwin/extra/python/importlib/_bootstrap.py
    branches/itasc/release/darwin/extra/python/importlib/abc.py
    branches/itasc/release/darwin/extra/python/importlib/machinery.py
    branches/itasc/release/darwin/extra/python/importlib/util.py
    branches/itasc/release/darwin/extra/python/inspect.py
    branches/itasc/release/darwin/extra/python/io.py
    branches/itasc/release/darwin/extra/python/json/
    branches/itasc/release/darwin/extra/python/json/__init__.py
    branches/itasc/release/darwin/extra/python/json/decoder.py
    branches/itasc/release/darwin/extra/python/json/encoder.py
    branches/itasc/release/darwin/extra/python/json/scanner.py
    branches/itasc/release/darwin/extra/python/json/tool.py
    branches/itasc/release/darwin/extra/python/keyword.py
    branches/itasc/release/darwin/extra/python/linecache.py
    branches/itasc/release/darwin/extra/python/locale.py
    branches/itasc/release/darwin/extra/python/logging/
    branches/itasc/release/darwin/extra/python/logging/__init__.py
    branches/itasc/release/darwin/extra/python/logging/config.py
    branches/itasc/release/darwin/extra/python/logging/handlers.py
    branches/itasc/release/darwin/extra/python/macpath.py
    branches/itasc/release/darwin/extra/python/macurl2path.py
    branches/itasc/release/darwin/extra/python/mailbox.py
    branches/itasc/release/darwin/extra/python/mailcap.py
    branches/itasc/release/darwin/extra/python/mimetypes.py
    branches/itasc/release/darwin/extra/python/modulefinder.py
    branches/itasc/release/darwin/extra/python/multiprocessing/
    branches/itasc/release/darwin/extra/python/multiprocessing/__init__.py
    branches/itasc/release/darwin/extra/python/multiprocessing/connection.py
    branches/itasc/release/darwin/extra/python/multiprocessing/dummy/
    branches/itasc/release/darwin/extra/python/multiprocessing/dummy/__init__.py
    branches/itasc/release/darwin/extra/python/multiprocessing/dummy/connection.py
    branches/itasc/release/darwin/extra/python/multiprocessing/forking.py
    branches/itasc/release/darwin/extra/python/multiprocessing/heap.py
    branches/itasc/release/darwin/extra/python/multiprocessing/managers.py
    branches/itasc/release/darwin/extra/python/multiprocessing/pool.py
    branches/itasc/release/darwin/extra/python/multiprocessing/process.py
    branches/itasc/release/darwin/extra/python/multiprocessing/queues.py
    branches/itasc/release/darwin/extra/python/multiprocessing/reduction.py
    branches/itasc/release/darwin/extra/python/multiprocessing/sharedctypes.py
    branches/itasc/release/darwin/extra/python/multiprocessing/synchronize.py
    branches/itasc/release/darwin/extra/python/multiprocessing/util.py
    branches/itasc/release/darwin/extra/python/netrc.py
    branches/itasc/release/darwin/extra/python/nntplib.py
    branches/itasc/release/darwin/extra/python/ntpath.py
    branches/itasc/release/darwin/extra/python/nturl2path.py
    branches/itasc/release/darwin/extra/python/numbers.py
    branches/itasc/release/darwin/extra/python/opcode.py
    branches/itasc/release/darwin/extra/python/optparse.py
    branches/itasc/release/darwin/extra/python/os.py
    branches/itasc/release/darwin/extra/python/os2emxpath.py
    branches/itasc/release/darwin/extra/python/pdb.py
    branches/itasc/release/darwin/extra/python/pickle.py
    branches/itasc/release/darwin/extra/python/pickletools.py
    branches/itasc/release/darwin/extra/python/pipes.py
    branches/itasc/release/darwin/extra/python/pkgutil.py
    branches/itasc/release/darwin/extra/python/platform.py
    branches/itasc/release/darwin/extra/python/plistlib.py
    branches/itasc/release/darwin/extra/python/poplib.py
    branches/itasc/release/darwin/extra/python/posixpath.py
    branches/itasc/release/darwin/extra/python/pprint.py
    branches/itasc/release/darwin/extra/python/profile.py
    branches/itasc/release/darwin/extra/python/pstats.py
    branches/itasc/release/darwin/extra/python/pty.py
    branches/itasc/release/darwin/extra/python/py_compile.py
    branches/itasc/release/darwin/extra/python/pyclbr.py
    branches/itasc/release/darwin/extra/python/pydoc.py
    branches/itasc/release/darwin/extra/python/pydoc_data/
    branches/itasc/release/darwin/extra/python/pydoc_data/__init__.py
    branches/itasc/release/darwin/extra/python/pydoc_data/topics.py
    branches/itasc/release/darwin/extra/python/queue.py
    branches/itasc/release/darwin/extra/python/quopri.py
    branches/itasc/release/darwin/extra/python/random.py
    branches/itasc/release/darwin/extra/python/re.py
    branches/itasc/release/darwin/extra/python/reprlib.py
    branches/itasc/release/darwin/extra/python/rlcompleter.py
    branches/itasc/release/darwin/extra/python/runpy.py
    branches/itasc/release/darwin/extra/python/sched.py
    branches/itasc/release/darwin/extra/python/shelve.py
    branches/itasc/release/darwin/extra/python/shlex.py
    branches/itasc/release/darwin/extra/python/shutil.py
    branches/itasc/release/darwin/extra/python/site-packages/
    branches/itasc/release/darwin/extra/python/site-packages/README
    branches/itasc/release/darwin/extra/python/site.py
    branches/itasc/release/darwin/extra/python/smtpd.py
    branches/itasc/release/darwin/extra/python/smtplib.py
    branches/itasc/release/darwin/extra/python/sndhdr.py
    branches/itasc/release/darwin/extra/python/socket.py
    branches/itasc/release/darwin/extra/python/socketserver.py
    branches/itasc/release/darwin/extra/python/sqlite3/
    branches/itasc/release/darwin/extra/python/sqlite3/__init__.py
    branches/itasc/release/darwin/extra/python/sqlite3/dbapi2.py
    branches/itasc/release/darwin/extra/python/sqlite3/dump.py
    branches/itasc/release/darwin/extra/python/sre_compile.py
    branches/itasc/release/darwin/extra/python/sre_constants.py
    branches/itasc/release/darwin/extra/python/sre_parse.py
    branches/itasc/release/darwin/extra/python/ssl.py
    branches/itasc/release/darwin/extra/python/stat.py
    branches/itasc/release/darwin/extra/python/string.py
    branches/itasc/release/darwin/extra/python/stringprep.py
    branches/itasc/release/darwin/extra/python/struct.py
    branches/itasc/release/darwin/extra/python/subprocess.py
    branches/itasc/release/darwin/extra/python/sunau.py
    branches/itasc/release/darwin/extra/python/symbol.py
    branches/itasc/release/darwin/extra/python/symtable.py
    branches/itasc/release/darwin/extra/python/tabnanny.py
    branches/itasc/release/darwin/extra/python/tarfile.py
    branches/itasc/release/darwin/extra/python/telnetlib.py
    branches/itasc/release/darwin/extra/python/tempfile.py
    branches/itasc/release/darwin/extra/python/textwrap.py
    branches/itasc/release/darwin/extra/python/this.py
    branches/itasc/release/darwin/extra/python/threading.py
    branches/itasc/release/darwin/extra/python/timeit.py
    branches/itasc/release/darwin/extra/python/token.py
    branches/itasc/release/darwin/extra/python/tokenize.py
    branches/itasc/release/darwin/extra/python/trace.py
    branches/itasc/release/darwin/extra/python/traceback.py
    branches/itasc/release/darwin/extra/python/tty.py
    branches/itasc/release/darwin/extra/python/turtle.py
    branches/itasc/release/darwin/extra/python/types.py
    branches/itasc/release/darwin/extra/python/unittest.py
    branches/itasc/release/darwin/extra/python/urllib/
    branches/itasc/release/darwin/extra/python/urllib/__init__.py
    branches/itasc/release/darwin/extra/python/urllib/error.py
    branches/itasc/release/darwin/extra/python/urllib/parse.py
    branches/itasc/release/darwin/extra/python/urllib/request.py
    branches/itasc/release/darwin/extra/python/urllib/response.py
    branches/itasc/release/darwin/extra/python/urllib/robotparser.py
    branches/itasc/release/darwin/extra/python/uu.py
    branches/itasc/release/darwin/extra/python/uuid.py
    branches/itasc/release/darwin/extra/python/warnings.py
    branches/itasc/release/darwin/extra/python/wave.py
    branches/itasc/release/darwin/extra/python/weakref.py
    branches/itasc/release/darwin/extra/python/webbrowser.py
    branches/itasc/release/darwin/extra/python/wsgiref/
    branches/itasc/release/darwin/extra/python/wsgiref/__init__.py
    branches/itasc/release/darwin/extra/python/wsgiref/handlers.py
    branches/itasc/release/darwin/extra/python/wsgiref/headers.py
    branches/itasc/release/darwin/extra/python/wsgiref/simple_server.py
    branches/itasc/release/darwin/extra/python/wsgiref/util.py
    branches/itasc/release/darwin/extra/python/wsgiref/validate.py
    branches/itasc/release/darwin/extra/python/xdrlib.py
    branches/itasc/release/darwin/extra/python/xml/
    branches/itasc/release/darwin/extra/python/xml/__init__.py
    branches/itasc/release/darwin/extra/python/xml/dom/
    branches/itasc/release/darwin/extra/python/xml/dom/NodeFilter.py
    branches/itasc/release/darwin/extra/python/xml/dom/__init__.py
    branches/itasc/release/darwin/extra/python/xml/dom/domreg.py
    branches/itasc/release/darwin/extra/python/xml/dom/expatbuilder.py
    branches/itasc/release/darwin/extra/python/xml/dom/minicompat.py
    branches/itasc/release/darwin/extra/python/xml/dom/minidom.py
    branches/itasc/release/darwin/extra/python/xml/dom/pulldom.py
    branches/itasc/release/darwin/extra/python/xml/dom/xmlbuilder.py
    branches/itasc/release/darwin/extra/python/xml/etree/
    branches/itasc/release/darwin/extra/python/xml/etree/ElementInclude.py
    branches/itasc/release/darwin/extra/python/xml/etree/ElementPath.py
    branches/itasc/release/darwin/extra/python/xml/etree/ElementTree.py
    branches/itasc/release/darwin/extra/python/xml/etree/__init__.py
    branches/itasc/release/darwin/extra/python/xml/etree/cElementTree.py
    branches/itasc/release/darwin/extra/python/xml/parsers/
    branches/itasc/release/darwin/extra/python/xml/parsers/__init__.py
    branches/itasc/release/darwin/extra/python/xml/parsers/expat.py
    branches/itasc/release/darwin/extra/python/xml/sax/
    branches/itasc/release/darwin/extra/python/xml/sax/__init__.py
    branches/itasc/release/darwin/extra/python/xml/sax/_exceptions.py
    branches/itasc/release/darwin/extra/python/xml/sax/expatreader.py
    branches/itasc/release/darwin/extra/python/xml/sax/handler.py
    branches/itasc/release/darwin/extra/python/xml/sax/saxutils.py
    branches/itasc/release/darwin/extra/python/xml/sax/xmlreader.py
    branches/itasc/release/darwin/extra/python/xmlrpc/
    branches/itasc/release/darwin/extra/python/xmlrpc/__init__.py
    branches/itasc/release/darwin/extra/python/xmlrpc/client.py
    branches/itasc/release/darwin/extra/python/xmlrpc/server.py
    branches/itasc/release/darwin/extra/python/zipfile.py
    branches/itasc/release/ui/buttons_physic_cloth.py
    branches/itasc/source/blender/editors/space_console/Makefile
    branches/itasc/source/blender/editors/space_console/SConscript
    branches/itasc/source/blender/editors/space_console/console_draw.c
    branches/itasc/source/blender/editors/space_console/console_intern.h
    branches/itasc/source/blender/editors/space_console/console_ops.c
    branches/itasc/source/blender/editors/space_console/console_report.c
    branches/itasc/source/blender/editors/space_console/space_console.c
    branches/itasc/source/blender/makesdna/DNA_scriptlink_types.h
    branches/itasc/source/blender/makesrna/intern/rna_scriptlink.c
    branches/itasc/source/blender/python/intern/bpy_scriptlink.c

Property Changed:
----------------
    branches/itasc/source/blender/python/generic/BGL.h

Modified: branches/itasc/CMakeLists.txt
===================================================================
--- branches/itasc/CMakeLists.txt	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/CMakeLists.txt	2009-07-23 23:32:07 UTC (rev 21833)
@@ -63,6 +63,7 @@
 OPTION(WITH_DDS			"Enable DDS Support"                                   	ON)
 OPTION(WITH_FFMPEG		"Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu/)"	OFF)
 OPTION(WITH_PYTHON		"Enable Embedded Python API"				ON)
+OPTION(WITH_SDL			"Enable SDL for sound and joystick support"				ON)
 OPTION(WITH_OPENJPEG		"Enable OpenJpeg Support (http://www.openjpeg.org/)"	OFF)
 OPTION(WITH_OPENAL		"Enable OpenAL Support (http://www.openal.org)"		ON)
 OPTION(WITH_OPENMP		"Enable OpenMP (has to be supported by the compiler)"	OFF)
@@ -133,9 +134,11 @@
   SET(PYTHON_BINARY ${PYTHON_EXECUTABLE} CACHE STRING "")
   SET(PYTHON_LINKFLAGS "-Xlinker -export-dynamic")
 
-  FIND_PACKAGE(SDL)
-  SET(SDL_INC ${SDL_INCLUDE_DIR})
-  SET(SDL_LIB ${SDL_LIBRARY})
+  IF(WITH_SDL)
+    FIND_PACKAGE(SDL)
+    SET(SDL_INC ${SDL_INCLUDE_DIR})
+    SET(SDL_LIB ${SDL_LIBRARY})
+  ENDIF(WITH_SDL)
 
   FIND_PATH(OPENEXR_INC
     ImfXdr.h
@@ -336,17 +339,29 @@
     ENDIF(OPENAL_FOUND)
   ENDIF(WITH_OPENAL)
 
-  SET(PYTHON /System/Library/Frameworks/Python.framework/Versions/)
-  SET(PYTHON_VERSION 2.5)
-  SET(PYTHON_INC "${PYTHON}${PYTHON_VERSION}/include/python${PYTHON_VERSION}" CACHE STRING "")
-  SET(PYTHON_BINARY ${PYTHON}${PYTHON_VERSION}/bin/python${PYTHON_VERSION} CACHE STRING "")
-  SET(PYTHON_LIB "")
-  SET(PYTHON_LIBPATH ${PYTHON}${PYTHON_VERSION}/lib/python${PYTHON_VERSION}/config CACHE STRING "")
-  IF(CMAKE_SYSTEM_VERSION GREATER 10.4)
-	SET(PYTHON_LINKFLAGS "-u _PyMac_Error -framework System -framework Python")
-  ELSE(CMAKE_SYSTEM_VERSION GREATER 10.4)
+
+  SET(PYTHON_VERSION 3.1)
+
+  IF(PYTHON_VERSION MATCHES 3.1)
+    # we use precompiled libraries for py 3.1 and up by default
+
+    SET(PYTHON ${LIBDIR}/python)
+    SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}" CACHE STRING "")
+    SET(PYTHON_BINARY "${PYTHON}/bin/python${PYTHON_VERSION}" CACHE STRING "")
+    SET(PYTHON_LIB python${PYTHON_VERSION})
+    SET(PYTHON_LIBPATH "${PYTHON}/lib/python${PYTHON_VERSION}" CACHE STRING "")
+    #    SET(PYTHON_LINKFLAGS "-u _PyMac_Error")  # won't  build with this enabled
+  ELSE(PYTHON_VERSION MATCHES 3.1)
+    # otherwise, use custom system framework
+
+    SET(PYTHON /System/Library/Frameworks/Python.framework/Versions/)
+    SET(PYTHON_VERSION 2.5)
+    SET(PYTHON_INC "${PYTHON}${PYTHON_VERSION}/include/python${PYTHON_VERSION}" CACHE STRING "")
+    SET(PYTHON_BINARY ${PYTHON}${PYTHON_VERSION}/bin/python${PYTHON_VERSION} CACHE STRING "")
+    SET(PYTHON_LIB "")
+    SET(PYTHON_LIBPATH ${PYTHON}${PYTHON_VERSION}/lib/python${PYTHON_VERSION}/config CACHE STRING "")
     SET(PYTHON_LINKFLAGS "-u _PyMac_Error -framework System -framework Python")
-  ENDIF(CMAKE_SYSTEM_VERSION GREATER 10.4)
+  ENDIF(PYTHON_VERSION MATCHES 3.1)
 
   SET(GETTEXT ${LIBDIR}/gettext)
   SET(GETTEXT_INC "${GETTEXT}/include")

Modified: branches/itasc/blenderplayer/CMakeLists.txt
===================================================================
--- branches/itasc/blenderplayer/CMakeLists.txt	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/blenderplayer/CMakeLists.txt	2009-07-23 23:32:07 UTC (rev 21833)
@@ -32,10 +32,10 @@
   ADD_DEFINITIONS(-DWITH_QUICKTIME)
 ENDIF(WITH_QUICKTIME)
 
-IF(LINUX)
+IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
   ADD_DEFINITIONS(-DWITH_BINRELOC)
   INCLUDE_DIRECTORIES(${BINRELOC_INC})
-endif(LINUX)
+ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")
 
 ADD_CUSTOM_COMMAND(
   OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/dna.c

Modified: branches/itasc/config/linux2-config.py
===================================================================
--- branches/itasc/config/linux2-config.py	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/config/linux2-config.py	2009-07-23 23:32:07 UTC (rev 21833)
@@ -1,17 +1,9 @@
 LCGDIR = '../lib/linux2'
 LIBDIR = "${LCGDIR}"
 
-def py_version_string():
-	'''
-	returns py version - "2.5", "2.6" etc
-	'''
-	import platform
-	ver = platform.python_version_tuple()
-	return '%d.%d' % (int(ver[0]), int(ver[1])) # py2.5 uses strings, 2.6 ints
-
 BF_PYTHON = '/usr'
 BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
-BF_PYTHON_VERSION = py_version_string()
+BF_PYTHON_VERSION = '3.1'
 WITH_BF_STATICPYTHON = False
 BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
 BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'

Modified: branches/itasc/config/win32-mingw-config.py
===================================================================
--- branches/itasc/config/win32-mingw-config.py	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/config/win32-mingw-config.py	2009-07-23 23:32:07 UTC (rev 21833)
@@ -2,7 +2,7 @@
 LIBDIR = "${LCGDIR}"
 
 BF_PYTHON = LIBDIR + '/python'
-BF_PYTHON_VERSION = '2.5'
+BF_PYTHON_VERSION = '3.1'
 #BF_PYTHON_VERSION = '2.6'
 WITH_BF_STATICPYTHON = False
 BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
@@ -148,7 +148,7 @@
 BF_DEBUG = False
 BF_DEBUG_CCFLAGS= ['-g']
 
-BF_PROFILE_CCFLAGS = ['-pg', '-g ']
+BF_PROFILE_CCFLAGS = ['-pg', '-g']
 BF_PROFILE_LINKFLAGS = ['-pg']
 BF_PROFILE_FLAGS = BF_PROFILE_CCFLAGS
 BF_PROFILE = False

Modified: branches/itasc/config/win32-vc-config.py
===================================================================
--- branches/itasc/config/win32-vc-config.py	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/config/win32-vc-config.py	2009-07-23 23:32:07 UTC (rev 21833)
@@ -149,7 +149,7 @@
 CC = 'cl.exe'
 CXX = 'cl.exe'
 
-CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/MT', '/wd4244', '/wd4305', '/wd4800']
+CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267']
 CXXFLAGS = ['/EHsc']
 
 BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']
@@ -165,7 +165,7 @@
 
 LLIBS = ['ws2_32', 'vfw32', 'winmm', 'kernel32', 'user32', 'gdi32', 'comdlg32', 'advapi32', 'shfolder', 'shell32', 'ole32', 'oleaut32', 'uuid']
 
-PLATFORM_LINKFLAGS = ['/SUBSYSTEM:CONSOLE','/MACHINE:IX86','/ENTRY:mainCRTStartup','/INCREMENTAL:NO','/NODEFAULTLIB:"msvcprt.lib"','/NODEFAULTLIB:"glut32.lib"','/NODEFAULTLIB:"libc.lib"','/NODEFAULTLIB:"libcd.lib"','/NODEFAULTLIB:"libcpd.lib"','/NODEFAULTLIB:"libcp.lib"','/LARGEADDRESSAWARE']
+PLATFORM_LINKFLAGS = ['/SUBSYSTEM:CONSOLE','/MACHINE:IX86','/INCREMENTAL:NO','/NODEFAULTLIB:"msvcprt.lib"','/NODEFAULTLIB:"msvcprtd.lib"','/NODEFAULTLIB:"glut32.lib"','/NODEFAULTLIB:"libc.lib"','/NODEFAULTLIB:"libcd.lib"','/NODEFAULTLIB:"libcpd.lib"','/NODEFAULTLIB:"libcp.lib"','/NODEFAULTLIB:"msvcrt.lib"', '/NODEFAULTLIB:"msvcrtd.lib"', '/NODEFAULTLIB:"msvcmrt.lib"', '/NODEFAULTLIB:"msvcurt.lib"', '/LARGEADDRESSAWARE']
 
 # # Todo
 # BF_PROFILE_CCFLAGS = ['-pg', '-g ']

Modified: branches/itasc/config/win64-vc-config.py
===================================================================
--- branches/itasc/config/win64-vc-config.py	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/config/win64-vc-config.py	2009-07-23 23:32:07 UTC (rev 21833)
@@ -152,7 +152,8 @@
 CC = 'cl.exe'
 CXX = 'cl.exe'
 
-CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/MT', '/wd4244', '/wd4305', '/wd4800']
+CFLAGS = []
+CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267']
 CXXFLAGS = ['/EHsc']
 
 BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']
@@ -172,16 +173,13 @@
 
 BF_DEBUG=False
 BF_BSC=False
-CFLAGS = []
-CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/MT']
-CXXFLAGS = ['/EHsc']
 
 if BF_DEBUG:
 	BF_NUMJOBS=1
 else:
 	BF_NUMJOBS=6
 
-PLATFORM_LINKFLAGS = ['/SUBSYSTEM:CONSOLE','/MACHINE:X64','/ENTRY:mainCRTStartup','/INCREMENTAL:NO','/NODEFAULTLIB:"msvcprt.lib"','/NODEFAULTLIB:"glut32.lib"','/NODEFAULTLIB:"libc.lib"','/NODEFAULTLIB:"libcd.lib"','/NODEFAULTLIB:"libcpd.lib"','/NODEFAULTLIB:"libcp.lib"']
+PLATFORM_LINKFLAGS = ['/SUBSYSTEM:CONSOLE','/MACHINE:X64','/INCREMENTAL:NO','/NODEFAULTLIB:"msvcprt.lib"','/NODEFAULTLIB:"msvcprtd.lib"','/NODEFAULTLIB:"glut32.lib"','/NODEFAULTLIB:"libc.lib"','/NODEFAULTLIB:"libcd.lib"','/NODEFAULTLIB:"libcpd.lib"','/NODEFAULTLIB:"libcp.lib"','/NODEFAULTLIB:"msvcrt.lib"', '/NODEFAULTLIB:"msvcrtd.lib"', '/NODEFAULTLIB:"msvcmrt.lib"', '/NODEFAULTLIB:"msvcurt.lib"']
 
 BF_BUILDDIR = '..\\build\\blender25-win64-vc'
 BF_INSTALLDIR='..\\install\\blender25-win64-vc'

Modified: branches/itasc/extern/binreloc/CMakeLists.txt
===================================================================
--- branches/itasc/extern/binreloc/CMakeLists.txt	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/extern/binreloc/CMakeLists.txt	2009-07-23 23:32:07 UTC (rev 21833)
@@ -18,8 +18,8 @@
 # All rights reserved.
 #
 
-SET(INC ./include ${WINTAB_INC})
-ADD_DEFINITIONS(-DWITH_BINRELOC)
+SET(INC ./include )
+ADD_DEFINITIONS(-DENABLE_BINRELOC)
 FILE(GLOB SRC *.c)
 
 BLENDERLIB(extern_binreloc "${SRC}" "${INC}")

Modified: branches/itasc/extern/binreloc/Makefile
===================================================================
--- branches/itasc/extern/binreloc/Makefile	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/extern/binreloc/Makefile	2009-07-23 23:32:07 UTC (rev 21833)
@@ -27,7 +27,7 @@
 
 include nan_definitions.mk
 
-CPPFLAGS += -I./include
+CPPFLAGS += -DENABLE_BINRELOC -I./include
 
 
 include nan_compile.mk

Modified: branches/itasc/extern/bullet2/src/SConscript
===================================================================
--- branches/itasc/extern/bullet2/src/SConscript	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/extern/bullet2/src/SConscript	2009-07-23 23:32:07 UTC (rev 21833)
@@ -10,7 +10,7 @@
 if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):
     defs += ' WIN32 NDEBUG _WINDOWS _LIB'
     #cflags += ['/MT', '/W3', '/GX', '/O2', '/Op']
-    cflags += ['/MT', '/W3', '/GX', '/Og', '/Ot', '/Ob1', '/Op', '/G6', '/O3']
+    cflags += ['/MT', '/W3', '/GX', '/Og', '/Ot', '/Ob1', '/Op', '/G6', '/O3', '/EHcs']
 elif env['OURPLATFORM']=='win32-mingw':
     defs += ' NDEBUG'
     cflags += ['-O2']

Modified: branches/itasc/extern/ffmpeg/SConscript
===================================================================
--- branches/itasc/extern/ffmpeg/SConscript	2009-07-23 23:24:08 UTC (rev 21832)
+++ branches/itasc/extern/ffmpeg/SConscript	2009-07-23 23:32:07 UTC (rev 21833)
@@ -148,7 +148,7 @@
                 break

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list