summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of spurious printJeremy Hylton2000-02-141-1/+0
* Patch by Gerrit Holl:Guido van Rossum2000-02-142-4/+4
* Patch by Gerrit Holl:Guido van Rossum2000-02-141-2/+6
* looks like everything is working except for try/except (pystoneJeremy Hylton2000-02-141-6/+14
* LeftShift & RightShift: fix reprs, change attr names to left and rightJeremy Hylton2000-02-141-10/+10
* rename several of the generic attribute names for nodes. new node attrs are:Jeremy Hylton2000-02-141-12/+12
* (), [], and {} should not be represented as constant expressions, theyJeremy Hylton2000-02-141-3/+3
* split compile.py into two filesJeremy Hylton2000-02-142-536/+623
* change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flagJeremy Hylton2000-02-121-34/+87
* add support for Lambda nodesJeremy Hylton2000-02-111-8/+28
* add loop handling viaJeremy Hylton2000-02-101-13/+63
* add an __len__ to Set and StackJeremy Hylton2000-02-101-0/+4
* add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE orJeremy Hylton2000-02-101-22/+35
* add ExampleASTVisitor:Jeremy Hylton2000-02-101-55/+199
* add remove method to setJeremy Hylton2000-02-101-0/+2
* add optional verbose arg to walk function. it overrides the globalJeremy Hylton2000-02-081-29/+137
* make all unary operators have a single child node called exprJeremy Hylton2000-02-081-4/+4
* add spaces to comparison names is not and not in to match disJeremy Hylton2000-02-081-2/+2
* now produces valid pyc files for a least a trivial subset of theJeremy Hylton2000-02-081-80/+306
* constants from transformerJeremy Hylton2000-02-081-0/+9
* move constants out of transformer so that they can be shared with astJeremy Hylton2000-02-082-8/+9
* rapid evolution towards producing real .pyc files (even though I don'tJeremy Hylton2000-02-041-11/+176
* checking in initial weekend's workJeremy Hylton2000-02-042-0/+424
* make p2c a packageJeremy Hylton2000-02-041-0/+0
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-042-0/+1893
* Two patches from Jack Jansen:Guido van Rossum2000-01-202-7/+16
* Added \" to escapes so embedded escaped double quotes are handledBarry Warsaw1999-12-061-0/+1
* Complete the integration of Sam Bayer's fixes.Guido van Rossum1999-11-172-912/+10
* Changed fron importing wcnew back to webchecker.Guido van Rossum1999-11-172-6/+2
* Integrated Sam Bayer's wcnew.py code. It seems silly to keep twoGuido van Rossum1999-11-171-46/+185
* # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here,Guido van Rossum1999-11-171-204/+203
* Samuel L. Bayer:Guido van Rossum1999-11-171-4/+12
* Samuel L. Bayer:Guido van Rossum1999-11-171-17/+46
* Samuel L. Bayer:Guido van Rossum1999-11-171-154/+178
* Samuel L. Bayer:Guido van Rossum1999-11-171-1/+6
* Several improvements, some of where were contributed by BernhardBarry Warsaw1999-11-031-44/+86
* Python equivalent of xgettext(1). This was originally releasedBarry Warsaw1999-11-031-0/+1
* Fix a bug reported by Toby Dickenson (on 18 May 1999).Guido van Rossum1999-11-021-1/+2
* Sjoerd Mullender:Guido van Rossum1999-11-023-1/+3
* main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise theBarry Warsaw1999-10-071-3/+2
* Patches by Jack Jansen: new type OptionalInBuffer allowsGuido van Rossum1999-09-302-1/+14
* Patch by Jack Jansen to add with_ifdef option, which places #ifndefGuido van Rossum1999-09-301-1/+5
* main(): wrap the device.setinfo() call around an exception handler.Barry Warsaw1999-09-221-1/+7
* A few new TODO entries.Guido van Rossum1999-09-091-0/+4
* Add Python Documentation entry to Help menu.Guido van Rossum1999-08-261-0/+3
* Find the help.txt file relative to __file__ or ".", not in sys.path.Guido van Rossum1999-08-261-8/+14
* Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py.Guido van Rossum1999-08-191-0/+65
* Bump to version 1.1Barry Warsaw1999-08-181-1/+1
* __update(): Jeremy Hylton reports occurances of sunaudiodev.errorBarry Warsaw1999-08-181-5/+14
* Initial implementationBarry Warsaw1999-08-131-0/+268