summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial revisionBarry Warsaw1999-08-111-0/+1
* Moshe noticed an inconsistency in his comment, so I'm rephrasing it toGuido van Rossum1999-08-111-2/+1
* Patch inspired by Moshe Zadka to search for the Icons directory in theGuido van Rossum1999-08-111-5/+11
* Mark Hammond writes:Guido van Rossum1999-07-302-2/+6
* New wishes.Guido van Rossum1999-07-151-1/+5
* Make the color for stderr red (i.e. the standard warning/danger/stopGuido van Rossum1999-07-101-1/+1
* make_view_popups(): Catch import error which can occur if a viewer isBarry Warsaw1999-07-061-1/+7
* Close debugger when closing. This may break a cycle.Guido van Rossum1999-06-251-0/+1
* Break cycle on close.Guido van Rossum1999-06-251-0/+2
* Destroy the tree when closing.Guido van Rossum1999-06-251-1/+2
* Add destroy() method to recursively destroy a tree.Guido van Rossum1999-06-251-0/+6
* Extend _close() to break cycles.Guido van Rossum1999-06-251-13/+18
* Add _close() method that does the actual cleanup (close() asks theGuido van Rossum1999-06-251-10/+26
* Add close() method that breaks cycles.Guido van Rossum1999-06-251-0/+8
* Add unregister() method.Guido van Rossum1999-06-251-4/+12
* Add close() method that breaks a cycle.Guido van Rossum1999-06-253-4/+23
* Simplified version of a patch by Chih-Hao Huang, who wrote:Guido van Rossum1999-06-231-2/+3
* Patch submitted by Toby Dickenson and approved by Mark Hammond.Guido van Rossum1999-06-211-2/+2
* Tim Peters smart.patch:Guido van Rossum1999-06-113-59/+77
* Code by Mark Hammond to format paragraphs embedded in comments.Guido van Rossum1999-06-101-10/+55
* Added abstraction get_selection_index() (Mark Hammond). AlsoGuido van Rossum1999-06-101-14/+23
* Adapt to the new pyclbr's support of listing top-level functions. IfGuido van Rossum1999-06-101-33/+34
* Fix off-by-one error in Tim's recent change to comment_region(): theGuido van Rossum1999-06-101-1/+1
* Mark Hammond writes: Here is another change that allows it to work forGuido van Rossum1999-06-101-14/+37
* Mark Hammond writes: Tim's suggestion of copying the font for theGuido van Rossum1999-06-101-1/+2
* Append "..." if the appropriate flag (for varargs) in co_flags is set.Guido van Rossum1999-06-091-1/+3