mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	svn+ssh://pythondev@svn.python.org/python/trunk ........ r62323 | brett.cannon | 2008-04-13 10:09:43 -0700 (Sun, 13 Apr 2008) | 3 lines Add an explicit check for output in a test to try to diagnose a failure on Windows. ........ r62324 | brett.cannon | 2008-04-13 10:41:31 -0700 (Sun, 13 Apr 2008) | 3 lines Fix spliting on colons on Windows machines with a file path by limiting the number of splits. ........ r62329 | benjamin.peterson | 2008-04-13 13:35:56 -0700 (Sun, 13 Apr 2008) | 2 lines #2627 Let it be known what pgen generates ........ r62330 | benjamin.peterson | 2008-04-13 13:40:03 -0700 (Sun, 13 Apr 2008) | 2 lines Added an ignore file for Bazaar #2510 ........ r62331 | georg.brandl | 2008-04-13 13:50:29 -0700 (Sun, 13 Apr 2008) | 2 lines Improve -X error message. ........ r62334 | andrew.kuchling | 2008-04-13 15:39:12 -0700 (Sun, 13 Apr 2008) | 1 line Add example ........ r62340 | amaury.forgeotdarc | 2008-04-14 12:55:40 -0700 (Mon, 14 Apr 2008) | 2 lines Update project files for all Windows supported compilers ........ r62341 | amaury.forgeotdarc | 2008-04-14 13:07:48 -0700 (Mon, 14 Apr 2008) | 6 lines Correct a refleak found by "regrtest.py -R:: test_structmembers" Some other minor updates in _warnings.c: - make a function static - rename a shadowing local variable ........ r62347 | andrew.kuchling | 2008-04-14 19:24:15 -0700 (Mon, 14 Apr 2008) | 1 line Various items; begin writing the SSL section ........ r62348 | neal.norwitz | 2008-04-14 20:46:21 -0700 (Mon, 14 Apr 2008) | 1 line Prevent namespace pollution, add static for internal functions ........
		
			
				
	
	
		
			83 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/* Generated by Parser/pgen */
 | 
						|
 | 
						|
#define single_input 256
 | 
						|
#define file_input 257
 | 
						|
#define eval_input 258
 | 
						|
#define decorator 259
 | 
						|
#define decorators 260
 | 
						|
#define decorated 261
 | 
						|
#define funcdef 262
 | 
						|
#define parameters 263
 | 
						|
#define typedargslist 264
 | 
						|
#define tfpdef 265
 | 
						|
#define varargslist 266
 | 
						|
#define vfpdef 267
 | 
						|
#define stmt 268
 | 
						|
#define simple_stmt 269
 | 
						|
#define small_stmt 270
 | 
						|
#define expr_stmt 271
 | 
						|
#define augassign 272
 | 
						|
#define del_stmt 273
 | 
						|
#define pass_stmt 274
 | 
						|
#define flow_stmt 275
 | 
						|
#define break_stmt 276
 | 
						|
#define continue_stmt 277
 | 
						|
#define return_stmt 278
 | 
						|
#define yield_stmt 279
 | 
						|
#define raise_stmt 280
 | 
						|
#define import_stmt 281
 | 
						|
#define import_name 282
 | 
						|
#define import_from 283
 | 
						|
#define import_as_name 284
 | 
						|
#define dotted_as_name 285
 | 
						|
#define import_as_names 286
 | 
						|
#define dotted_as_names 287
 | 
						|
#define dotted_name 288
 | 
						|
#define global_stmt 289
 | 
						|
#define nonlocal_stmt 290
 | 
						|
#define assert_stmt 291
 | 
						|
#define compound_stmt 292
 | 
						|
#define if_stmt 293
 | 
						|
#define while_stmt 294
 | 
						|
#define for_stmt 295
 | 
						|
#define try_stmt 296
 | 
						|
#define with_stmt 297
 | 
						|
#define with_var 298
 | 
						|
#define except_clause 299
 | 
						|
#define suite 300
 | 
						|
#define test 301
 | 
						|
#define test_nocond 302
 | 
						|
#define lambdef 303
 | 
						|
#define lambdef_nocond 304
 | 
						|
#define or_test 305
 | 
						|
#define and_test 306
 | 
						|
#define not_test 307
 | 
						|
#define comparison 308
 | 
						|
#define comp_op 309
 | 
						|
#define star_expr 310
 | 
						|
#define expr 311
 | 
						|
#define xor_expr 312
 | 
						|
#define and_expr 313
 | 
						|
#define shift_expr 314
 | 
						|
#define arith_expr 315
 | 
						|
#define term 316
 | 
						|
#define factor 317
 | 
						|
#define power 318
 | 
						|
#define atom 319
 | 
						|
#define testlist_comp 320
 | 
						|
#define trailer 321
 | 
						|
#define subscriptlist 322
 | 
						|
#define subscript 323
 | 
						|
#define sliceop 324
 | 
						|
#define exprlist 325
 | 
						|
#define testlist 326
 | 
						|
#define dictorsetmaker 327
 | 
						|
#define classdef 328
 | 
						|
#define arglist 329
 | 
						|
#define argument 330
 | 
						|
#define comp_iter 331
 | 
						|
#define comp_for 332
 | 
						|
#define comp_if 333
 | 
						|
#define testlist1 334
 | 
						|
#define encoding_decl 335
 | 
						|
#define yield_expr 336
 |