summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add generator-expression nodesAndrew M. Kuchling2005-11-221-0/+15
* Add comment about updating docsAndrew M. Kuchling2005-11-221-0/+3
* [Bug #449093] FloorDiv AST node type not listedAndrew M. Kuchling2005-11-221-0/+4
* Use optparse instead of getopt for command line options.Walter Dörwald2005-11-221-28/+20
* Avoid using str as a variable name.Walter Dörwald2005-11-221-4/+4
* improve test coverage in Python/pystrtod.c and Python/mystrtoul.c.Neal Norwitz2005-11-221-0/+29
* Fix typo and update comment obsoleted by 'syntax' patchKurt B. Kaiser2005-11-221-5/+2
* Default two second delay on attribute pop-up, less noisy interface.Kurt B. Kaiser2005-11-221-1/+1
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-221-22/+21
* Use basestring instead of type.StringType for checking whether a inputWalter Dörwald2005-11-212-7/+8
* Add a test for uu.encode() that passed filenames asWalter Dörwald2005-11-211-0/+8
* Add a rudimentary test for the platform module that at least calls eachWalter Dörwald2005-11-211-0/+74
* Fix typo.Walter Dörwald2005-11-211-1/+1
* Enable optional "const" argument to _New routines.Jack Jansen2005-11-211-2/+3
* Fix a few more memory leaksNeal Norwitz2005-11-204-3/+29
* Remove import string and use string methodsNeal Norwitz2005-11-201-4/+3
* Last batch of ref leaks in new AST code.Neal Norwitz2005-11-192-29/+58
* Fix up incomplete sentenceAndrew M. Kuchling2005-11-191-1/+1
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-1813-201/+1592
* Increase code coverage in Python/structmember.c from 33% to 40%Walter Dörwald2005-11-181-0/+8
* Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.Walter Dörwald2005-11-172-2/+150
* don't get me started about distutils...Skip Montanaro2005-11-171-0/+1
* note build workaround for Sol10/gcc 3.4Skip Montanaro2005-11-171-0/+6
* Fix typo in commentWalter Dörwald2005-11-171-1/+1
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-172-2/+72
* Correctly handle identifiers for anonymous scopes and align genexpr name with...Nick Coghlan2005-11-161-11/+17
* Bring handling of genexpr in line with other anonymous scope namesNick Coghlan2005-11-161-4/+3
* add more docNeal Norwitz2005-11-161-1/+22
* Fix some more memory leaks.Neal Norwitz2005-11-161-6/+11
* version was not initialized properlyNeal Norwitz2005-11-161-0/+1
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-153-5/+20
* Fix another memory leak or two (one real, one potential)Neal Norwitz2005-11-151-1/+2
* Add a note about how to do the memory deallocation a bit.Neal Norwitz2005-11-151-0/+20
* Fix a whole bunch of potential memory leaks (and some real ones too)Neal Norwitz2005-11-151-81/+206
* Prevent unlikely memory leak, tok should always be freed when parsetok() returnsNeal Norwitz2005-11-151-0/+1
* Thou shalt not lie, there are really 5 types nowNeal Norwitz2005-11-151-1/+1
* Convert all internal errors from Exception to SystemErrorNeal Norwitz2005-11-141-19/+17
* Use convenience functionNeal Norwitz2005-11-141-1/+1
* Fix memory leak with bad generator expressionNeal Norwitz2005-11-141-3/+10
* remove useless debug print helper. fix a couple of exceptionsNeal Norwitz2005-11-131-7/+4
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-135-79/+158
* Updated gentoo to 2005.0Neal Norwitz2005-11-131-94/+100
* Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's.Neal Norwitz2005-11-131-2/+9
* Fix a lot of memory and ref leaks in error paths.Neal Norwitz2005-11-132-42/+110
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-135-35/+35
* delete Python-ast.[ch] in distcleanSkip Montanaro2005-11-131-0/+1
* make internal method staticNeal Norwitz2005-11-131-1/+1
* SF#1343671.Fredrik Lundh2005-11-121-1/+1
* r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100Fredrik Lundh2005-11-124-23/+2
* r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100Fredrik Lundh2005-11-121-11/+14