[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites AppleScript_Suite.py, 1.8, 1.9 Macintosh_Connectivity_Clas.py, 1.8, 1.9 QuickDraw_Graphics_Suite.py, 1.8, 1.9 Standard_Suite.py, 1.8, 1.9 Table_Suite.py, 1.7, 1.8 Text_Suite.py, 1.7, 1.8 __init__.py, 1.9, 1.10

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:14:51 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/plat-mac/lib-scriptpackages/StdSuites

Modified Files:
	AppleScript_Suite.py Macintosh_Connectivity_Clas.py 
	QuickDraw_Graphics_Suite.py Standard_Suite.py Table_Suite.py 
	Text_Suite.py __init__.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: AppleScript_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AppleScript_Suite.py	13 Jun 2003 14:31:15 -0000	1.8
--- AppleScript_Suite.py	18 Jul 2004 06:14:47 -0000	1.9
***************
*** 1996,2057 ****
  }
  _Enum_boov = {
!     'true' : 'true',	# the true boolean value
!     'false' : 'fals',	# the false boolean value
  }
  
  _Enum_cons = {
!     'case' : 'case',	# case
!     'diacriticals' : 'diac',	# diacriticals
!     'white_space' : 'whit',	# white space
!     'hyphens' : 'hyph',	# hyphens
!     'expansion' : 'expa',	# expansion
!     'punctuation' : 'punc',	# punctuation
!     'application_responses' : 'rmte',	# remote event replies
  }
  
  _Enum_eMds = {
!     'option_down' : 'Kopt',	# 
!     'command_down' : 'Kcmd',	# 
!     'control_down' : 'Kctl',	# 
!     'shift_down' : 'Ksft',	# 
!     'caps_lock_down' : 'Kclk',	# 
  }
  
  _Enum_ekst = {
!     'escape_key' : 'ks5\x00',	# 
!     'delete_key' : 'ks3\x00',	# 
!     'tab_key' : 'ks0\x00',	# 
!     'return_key' : 'ks$\x00',	# 
!     'clear_key' : 'ksG\x00',	# 
!     'enter_key' : 'ksL\x00',	# 
!     'up_arrow_key' : 'ks~\x00',	# 
!     'down_arrow_key' : 'ks}\x00',	# 
!     'left_arrow_key' : 'ks{\x00',	# 
!     'right_arrow_key' : 'ks|\x00',	# 
!     'help_key' : 'ksr\x00',	# 
!     'home_key' : 'kss\x00',	# 
!     'page_up_key' : 'kst\x00',	# 
!     'page_down_key' : 'ksy\x00',	# 
!     'forward_del_key' : 'ksu\x00',	# 
!     'end_key' : 'ksw\x00',	# 
!     'F1_key' : 'ksz\x00',	# 
!     'F2_key' : 'ksx\x00',	# 
!     'F3_key' : 'ksc\x00',	# 
!     'F4_key' : 'ksv\x00',	# 
!     'F5_key' : 'ks`\x00',	# 
!     'F6_key' : 'ksa\x00',	# 
!     'F7_key' : 'ksb\x00',	# 
!     'F8_key' : 'ksd\x00',	# 
!     'F9_key' : 'kse\x00',	# 
!     'F10_key' : 'ksm\x00',	# 
!     'F11_key' : 'ksg\x00',	# 
!     'F12_key' : 'kso\x00',	# 
!     'F13_key' : 'ksi\x00',	# 
!     'F14_key' : 'ksk\x00',	# 
!     'F15_key' : 'ksq\x00',	# 
  }
  
  _Enum_misc = {
!     'current_application' : 'cura',	# the current application
  }
  
--- 1996,2057 ----
  }
  _Enum_boov = {
!     'true' : 'true',    # the true boolean value
!     'false' : 'fals',   # the false boolean value
  }
  
  _Enum_cons = {
!     'case' : 'case',    # case
!     'diacriticals' : 'diac',    # diacriticals
!     'white_space' : 'whit',     # white space
!     'hyphens' : 'hyph', # hyphens
!     'expansion' : 'expa',       # expansion
!     'punctuation' : 'punc',     # punctuation
!     'application_responses' : 'rmte',   # remote event replies
  }
  
  _Enum_eMds = {
!     'option_down' : 'Kopt',     #
!     'command_down' : 'Kcmd',    #
!     'control_down' : 'Kctl',    #
!     'shift_down' : 'Ksft',      #
!     'caps_lock_down' : 'Kclk',  #
  }
  
  _Enum_ekst = {
!     'escape_key' : 'ks5\x00',   #
!     'delete_key' : 'ks3\x00',   #
!     'tab_key' : 'ks0\x00',      #
!     'return_key' : 'ks$\x00',   #
!     'clear_key' : 'ksG\x00',    #
!     'enter_key' : 'ksL\x00',    #
!     'up_arrow_key' : 'ks~\x00', #
!     'down_arrow_key' : 'ks}\x00',       #
!     'left_arrow_key' : 'ks{\x00',       #
!     'right_arrow_key' : 'ks|\x00',      #
!     'help_key' : 'ksr\x00',     #
!     'home_key' : 'kss\x00',     #
!     'page_up_key' : 'kst\x00',  #
!     'page_down_key' : 'ksy\x00',        #
!     'forward_del_key' : 'ksu\x00',      #
!     'end_key' : 'ksw\x00',      #
!     'F1_key' : 'ksz\x00',       #
!     'F2_key' : 'ksx\x00',       #
!     'F3_key' : 'ksc\x00',       #
!     'F4_key' : 'ksv\x00',       #
!     'F5_key' : 'ks`\x00',       #
!     'F6_key' : 'ksa\x00',       #
!     'F7_key' : 'ksb\x00',       #
!     'F8_key' : 'ksd\x00',       #
!     'F9_key' : 'kse\x00',       #
!     'F10_key' : 'ksm\x00',      #
!     'F11_key' : 'ksg\x00',      #
!     'F12_key' : 'kso\x00',      #
!     'F13_key' : 'ksi\x00',      #
!     'F14_key' : 'ksk\x00',      #
!     'F15_key' : 'ksq\x00',      #
  }
  
  _Enum_misc = {
!     'current_application' : 'cura',     # the current application
  }
  

Index: Macintosh_Connectivity_Clas.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Macintosh_Connectivity_Clas.py	13 Jun 2003 14:31:15 -0000	1.8
--- Macintosh_Connectivity_Clas.py	18 Jul 2004 06:14:48 -0000	1.9
***************
*** 254,325 ****
  }
  _Enum_econ = {
!     'ADB' : 'eadb',	# 
!     'printer_port' : 'ecpp',	# 
!     'modem_port' : 'ecmp',	# 
!     'modem_printer_port' : 'empp',	# 
!     'LocalTalk' : 'eclt',	# 
!     'Ethernet' : 'ecen',	# 
!     'Token_Ring' : 'etok',	# 
!     'SCSI' : 'ecsc',	# 
!     'USB' : 'ecus',	# 
!     'FireWire' : 'ecfw',	# 
!     'infrared' : 'ecir',	# 
!     'PC_card' : 'ecpc',	# 
!     'PCI_bus' : 'ecpi',	# 
!     'NuBus' : 'enub',	# 
!     'PDS_slot' : 'ecpd',	# 
!     'Comm_slot' : 'eccm',	# 
!     'monitor_out' : 'ecmn',	# 
!     'video_out' : 'ecvo',	# 
!     'video_in' : 'ecvi',	# 
!     'audio_out' : 'ecao',	# 
!     'audio_line_in' : 'ecai',	# 
!     'audio_line_out' : 'ecal',	# 
!     'microphone' : 'ecmi',	# 
  }
  
  _Enum_edvt = {
!     'hard_disk_drive' : 'ehd ',	# 
!     'floppy_disk_drive' : 'efd ',	# 
!     'CD_ROM_drive' : 'ecd ',	# 
!     'DVD_drive' : 'edvd',	# 
!     'storage_device' : 'edst',	# 
!     'keyboard' : 'ekbd',	# 
!     'mouse' : 'emou',	# 
!     'trackball' : 'etrk',	# 
!     'trackpad' : 'edtp',	# 
!     'pointing_device' : 'edpd',	# 
!     'video_monitor' : 'edvm',	# 
!     'LCD_display' : 'edlc',	# 
!     'display' : 'edds',	# 
!     'modem' : 'edmm',	# 
!     'PC_card' : 'ecpc',	# 
!     'PCI_card' : 'edpi',	# 
!     'NuBus_card' : 'ednb',	# 
!     'printer' : 'edpr',	# 
!     'speakers' : 'edsp',	# 
!     'microphone' : 'ecmi',	# 
  }
  
  _Enum_epro = {
!     'serial' : 'epsr',	# 
!     'AppleTalk' : 'epat',	# 
!     'IP' : 'epip',	# 
!     'SCSI' : 'ecsc',	# 
!     'ADB' : 'eadb',	# 
!     'FireWire' : 'ecfw',	# 
!     'IrDA' : 'epir',	# 
!     'IRTalk' : 'epit',	# 
!     'USB' : 'ecus',	# 
!     'PC_card' : 'ecpc',	# 
!     'PCI_bus' : 'ecpi',	# 
!     'NuBus' : 'enub',	# 
!     'bus' : 'ebus',	# 
!     'Macintosh_video' : 'epmv',	# 
!     'SVGA' : 'epsg',	# 
!     'S_video' : 'epsv',	# 
!     'analog_audio' : 'epau',	# 
!     'digital_audio' : 'epda',	# 
!     'PostScript' : 'epps',	# 
  }
  
--- 254,325 ----
  }
  _Enum_econ = {
!     'ADB' : 'eadb',     #
!     'printer_port' : 'ecpp',    #
!     'modem_port' : 'ecmp',      #
!     'modem_printer_port' : 'empp',      #
!     'LocalTalk' : 'eclt',       #
!     'Ethernet' : 'ecen',        #
!     'Token_Ring' : 'etok',      #
!     'SCSI' : 'ecsc',    #
!     'USB' : 'ecus',     #
!     'FireWire' : 'ecfw',        #
!     'infrared' : 'ecir',        #
!     'PC_card' : 'ecpc', #
!     'PCI_bus' : 'ecpi', #
!     'NuBus' : 'enub',   #
!     'PDS_slot' : 'ecpd',        #
!     'Comm_slot' : 'eccm',       #
!     'monitor_out' : 'ecmn',     #
!     'video_out' : 'ecvo',       #
!     'video_in' : 'ecvi',        #
!     'audio_out' : 'ecao',       #
!     'audio_line_in' : 'ecai',   #
!     'audio_line_out' : 'ecal',  #
!     'microphone' : 'ecmi',      #
  }
  
  _Enum_edvt = {
!     'hard_disk_drive' : 'ehd ', #
!     'floppy_disk_drive' : 'efd ',       #
!     'CD_ROM_drive' : 'ecd ',    #
!     'DVD_drive' : 'edvd',       #
!     'storage_device' : 'edst',  #
!     'keyboard' : 'ekbd',        #
!     'mouse' : 'emou',   #
!     'trackball' : 'etrk',       #
!     'trackpad' : 'edtp',        #
!     'pointing_device' : 'edpd', #
!     'video_monitor' : 'edvm',   #
!     'LCD_display' : 'edlc',     #
!     'display' : 'edds', #
!     'modem' : 'edmm',   #
!     'PC_card' : 'ecpc', #
!     'PCI_card' : 'edpi',        #
!     'NuBus_card' : 'ednb',      #
!     'printer' : 'edpr', #
!     'speakers' : 'edsp',        #
!     'microphone' : 'ecmi',      #
  }
  
  _Enum_epro = {
!     'serial' : 'epsr',  #
!     'AppleTalk' : 'epat',       #
!     'IP' : 'epip',      #
!     'SCSI' : 'ecsc',    #
!     'ADB' : 'eadb',     #
!     'FireWire' : 'ecfw',        #
!     'IrDA' : 'epir',    #
!     'IRTalk' : 'epit',  #
!     'USB' : 'ecus',     #
!     'PC_card' : 'ecpc', #
!     'PCI_bus' : 'ecpi', #
!     'NuBus' : 'enub',   #
!     'bus' : 'ebus',     #
!     'Macintosh_video' : 'epmv', #
!     'SVGA' : 'epsg',    #
!     'S_video' : 'epsv', #
!     'analog_audio' : 'epau',    #
!     'digital_audio' : 'epda',   #
!     'PostScript' : 'epps',      #
  }
  

Index: QuickDraw_Graphics_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** QuickDraw_Graphics_Suite.py	13 Jun 2003 14:31:16 -0000	1.8
--- QuickDraw_Graphics_Suite.py	18 Jul 2004 06:14:48 -0000	1.9
***************
*** 328,353 ****
  }
  _Enum_arro = {
!     'no_arrow' : 'arno',	# No arrow on line
!     'arrow_at_start' : 'arst',	# Arrow at start of line
!     'arrow_at_end' : 'aren',	# Arrow at end of line
!     'arrow_at_both_ends' : 'arbo',	# Arrow at both the start and the end of the line
  }
  
  _Enum_tran = {
!     'copy_pixels' : 'cpy ',	# 
!     'not_copy_pixels' : 'ncpy',	# 
!     'or_pixels' : 'or  ',	# 
!     'not_or_pixels' : 'ntor',	# 
!     'bic_pixels' : 'bic ',	# 
!     'not_bic_pixels' : 'nbic',	# 
!     'xor_pixels' : 'xor ',	# 
!     'not_xor_pixels' : 'nxor',	# 
!     'add_over_pixels' : 'addo',	# 
!     'add_pin_pixels' : 'addp',	# 
!     'sub_over_pixels' : 'subo',	# 
!     'sub_pin_pixels' : 'subp',	# 
!     'ad_max_pixels' : 'admx',	# 
!     'ad_min_pixels' : 'admn',	# 
!     'blend_pixels' : 'blnd',	# 
  }
  
--- 328,353 ----
  }
  _Enum_arro = {
!     'no_arrow' : 'arno',        # No arrow on line
!     'arrow_at_start' : 'arst',  # Arrow at start of line
!     'arrow_at_end' : 'aren',    # Arrow at end of line
!     'arrow_at_both_ends' : 'arbo',      # Arrow at both the start and the end of the line
  }
  
  _Enum_tran = {
!     'copy_pixels' : 'cpy ',     #
!     'not_copy_pixels' : 'ncpy', #
!     'or_pixels' : 'or  ',       #
!     'not_or_pixels' : 'ntor',   #
!     'bic_pixels' : 'bic ',      #
!     'not_bic_pixels' : 'nbic',  #
!     'xor_pixels' : 'xor ',      #
!     'not_xor_pixels' : 'nxor',  #
!     'add_over_pixels' : 'addo', #
!     'add_pin_pixels' : 'addp',  #
!     'sub_over_pixels' : 'subo', #
!     'sub_pin_pixels' : 'subp',  #
!     'ad_max_pixels' : 'admx',   #
!     'ad_min_pixels' : 'admn',   #
!     'blend_pixels' : 'blnd',    #
  }
  

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Standard_Suite.py	13 Jun 2003 14:31:16 -0000	1.8
--- Standard_Suite.py	18 Jul 2004 06:14:48 -0000	1.9
***************
*** 657,687 ****
      """\xb3 - Greater than or equal to """
  _Enum_kfrm = {
!     'index' : 'indx',	# keyform designating indexed access
!     'named' : 'name',	# keyform designating named access
!     'id' : 'ID  ',	# keyform designating access by unique identifier
  }
  
  _Enum_savo = {
!     'yes' : 'yes ',	# Save objects now
!     'no' : 'no  ',	# Do not save objects
!     'ask' : 'ask ',	# Ask the user whether to save
  }
  
  _Enum_styl = {
!     'plain' : 'plan',	# Plain
!     'bold' : 'bold',	# Bold
!     'italic' : 'ital',	# Italic
!     'outline' : 'outl',	# Outline
!     'shadow' : 'shad',	# Shadow
!     'underline' : 'undl',	# Underline
!     'superscript' : 'spsc',	# Superscript
!     'subscript' : 'sbsc',	# Subscript
!     'strikethrough' : 'strk',	# Strikethrough
!     'small_caps' : 'smcp',	# Small caps
!     'all_caps' : 'alcp',	# All capital letters
!     'all_lowercase' : 'lowc',	# Lowercase
!     'condensed' : 'cond',	# Condensed
!     'expanded' : 'pexp',	# Expanded
!     'hidden' : 'hidn',	# Hidden
  }
  
--- 657,687 ----
      """\xb3 - Greater than or equal to """
  _Enum_kfrm = {
!     'index' : 'indx',   # keyform designating indexed access
!     'named' : 'name',   # keyform designating named access
!     'id' : 'ID  ',      # keyform designating access by unique identifier
  }
  
  _Enum_savo = {
!     'yes' : 'yes ',     # Save objects now
!     'no' : 'no  ',      # Do not save objects
!     'ask' : 'ask ',     # Ask the user whether to save
  }
  
  _Enum_styl = {
!     'plain' : 'plan',   # Plain
!     'bold' : 'bold',    # Bold
!     'italic' : 'ital',  # Italic
!     'outline' : 'outl', # Outline
!     'shadow' : 'shad',  # Shadow
!     'underline' : 'undl',       # Underline
!     'superscript' : 'spsc',     # Superscript
!     'subscript' : 'sbsc',       # Subscript
!     'strikethrough' : 'strk',   # Strikethrough
!     'small_caps' : 'smcp',      # Small caps
!     'all_caps' : 'alcp',        # All capital letters
!     'all_lowercase' : 'lowc',   # Lowercase
!     'condensed' : 'cond',       # Condensed
!     'expanded' : 'pexp',        # Expanded
!     'hidden' : 'hidn',  # Hidden
  }
  

Index: Table_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Table_Suite.py	13 Jun 2003 14:31:16 -0000	1.7
--- Table_Suite.py	18 Jul 2004 06:14:48 -0000	1.8
***************
*** 75,81 ****
  }
  _Enum_prtn = {
!     'read_only' : 'nmod',	# Can\xd5t change values or formulas
!     'formulas_protected' : 'fpro',	# Can changes values but not formulas
!     'read_2f_write' : 'modf',	# Can change values and formulas
  }
  
--- 75,81 ----
  }
  _Enum_prtn = {
!     'read_only' : 'nmod',       # Can\xd5t change values or formulas
!     'formulas_protected' : 'fpro',      # Can changes values but not formulas
!     'read_2f_write' : 'modf',   # Can change values and formulas
  }
  

Index: Text_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Text_Suite.py	13 Jun 2003 14:31:17 -0000	1.7
--- Text_Suite.py	18 Jul 2004 06:14:48 -0000	1.8
***************
*** 163,188 ****
  }
  _Enum_just = {
!     'left' : 'left',	# Align with left margin
!     'right' : 'rght',	# Align with right margin
!     'center' : 'cent',	# Align with center
!     'full' : 'full',	# Align with both left and right margins
  }
  
  _Enum_styl = {
!     'plain' : 'plan',	# Plain
!     'bold' : 'bold',	# Bold
!     'italic' : 'ital',	# Italic
!     'outline' : 'outl',	# Outline
!     'shadow' : 'shad',	# Shadow
!     'underline' : 'undl',	# Underline
!     'superscript' : 'spsc',	# Superscript
!     'subscript' : 'sbsc',	# Subscript
!     'strikethrough' : 'strk',	# Strikethrough
!     'small_caps' : 'smcp',	# Small caps
!     'all_caps' : 'alcp',	# All capital letters
!     'all_lowercase' : 'lowc',	# Lowercase
!     'condensed' : 'cond',	# Condensed
!     'expanded' : 'pexp',	# Expanded
!     'hidden' : 'hidn',	# Hidden
  }
  
--- 163,188 ----
  }
  _Enum_just = {
!     'left' : 'left',    # Align with left margin
!     'right' : 'rght',   # Align with right margin
!     'center' : 'cent',  # Align with center
!     'full' : 'full',    # Align with both left and right margins
  }
  
  _Enum_styl = {
!     'plain' : 'plan',   # Plain
!     'bold' : 'bold',    # Bold
!     'italic' : 'ital',  # Italic
!     'outline' : 'outl', # Outline
!     'shadow' : 'shad',  # Shadow
!     'underline' : 'undl',       # Underline
!     'superscript' : 'spsc',     # Superscript
!     'subscript' : 'sbsc',       # Subscript
!     'strikethrough' : 'strk',   # Strikethrough
!     'small_caps' : 'smcp',      # Small caps
!     'all_caps' : 'alcp',        # All capital letters
!     'all_lowercase' : 'lowc',   # Lowercase
!     'condensed' : 'cond',       # Condensed
!     'expanded' : 'pexp',        # Expanded
!     'hidden' : 'hidn',  # Hidden
  }
  

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** __init__.py	13 Jun 2003 14:31:17 -0000	1.9
--- __init__.py	18 Jul 2004 06:14:48 -0000	1.10
***************
*** 470,472 ****
  
      _moduleName = 'StdSuites'
- 
--- 470,471 ----



More information about the Python-checkins mailing list