summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Added the -X/--no-docstrings flag which takes a filename containing aBarry Warsaw2001-07-271-13/+32
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-204-6/+6
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-202-3/+9
* Oops, left in a debug statement. It's gone now.Jack Jansen2001-07-171-1/+0
* Allow [] after a parameter name. We currently take this to be the same as * i...Jack Jansen2001-07-131-13/+7
* Change the way hex type-ins are displayed. The old way was way tooBarry Warsaw2001-07-101-48/+53
* __init__(), save_views(): Catch ValueError along with IOError andBarry Warsaw2001-07-101-6/+7
* Update a comment.Barry Warsaw2001-07-101-2/+4
* __init__(): Use augmented assignments.Barry Warsaw2001-07-101-3/+5
* De-string-module-ification.Barry Warsaw2001-07-102-10/+11
* __version__: Bump to 1.2Barry Warsaw2001-07-101-6/+8
* __populate(): Use augmented assignments.Barry Warsaw2001-07-101-1/+1
* __delta(): Use augmented assignments.Barry Warsaw2001-07-101-6/+6
* De-string-module-ification and other Python 2.x improvements.Barry Warsaw2001-07-101-29/+18
* Update a comment.Barry Warsaw2001-07-101-1/+1
* Updated documentation, and bump the version number to 1.2.Barry Warsaw2001-07-101-10/+25
* Amazing. A very subtle change in policy in descr-branch actuallyGuido van Rossum2001-07-061-1/+1
* Added WeakLink...Generator classes (should have done that ages ago). These ch...Jack Jansen2001-07-012-0/+22
* Make basechain a class variable in stead of initializing it in __init__. That...Jack Jansen2001-06-281-1/+1
* Added a couple more types that Apple has taken a fancy to.Jack Jansen2001-06-271-1/+3
* Added a Parser_OSX class that can parse new-style (C-only) headers,Jack Jansen2001-06-261-4/+19
* This is a trivial command line utility to print MD5 checksums.Guido van Rossum2001-06-221-0/+32
* write(): Karl Eichwalder points out that the #, flag comments shouldBarry Warsaw2001-06-201-1/+4
* write(): It's been generally agreed on the i18n-sig that the docstringBarry Warsaw2001-06-191-1/+1
* Taught IDLE's autoident parser that "yield" is a keyword that begins aTim Peters2001-06-191-0/+1
* Make copy, cut and paste events case insensitive. Reported by PatrickGuido van Rossum2001-06-121-3/+3
* SF bug 430991: wrong co_lnotabTim Peters2001-06-091-17/+14
* Patch #430754: Makes ftpmirror.py .netrc awareMartin v. Löwis2001-06-071-3/+10
* Quick update to the extension mechanism (extend.py is gone, long liveGuido van Rossum2001-06-041-6/+20
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-022-2/+4
* write(): Aggressively sort all catalog entries, and fix the bug whereBarry Warsaw2001-05-241-35/+37
* write(): Do two levels of sorting: first sort the individual locationBarry Warsaw2001-05-231-0/+10
* main(): default-domain argument to getopt.getopt() was missing a = toBarry Warsaw2001-05-211-1/+1
* __addentry(): add optional keyword arg `isdocstring' which is a flagBarry Warsaw2001-05-211-4/+10
* write(): A patch inspired by Tokio Kikuchi that sorts location entriesBarry Warsaw2001-05-211-7/+12
* Generate prototype-style function headers in stead of K&R style. Makes life e...Jack Jansen2001-05-193-33/+12
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-161-3/+1
* Refactored, with some future plans in mind.Guido van Rossum2001-05-121-11/+23
* Move the action of loading the configuration to the IdleConf moduleGuido van Rossum2001-05-122-8/+1
* Delete goodname() method, which is unused.Guido van Rossum2001-05-121-11/+7
* Only catch NameError and TypeError when attempting to subclass anFred Drake2001-05-111-1/+1
* Fix several bugs and add two features.Jeremy Hylton2001-05-081-34/+88
* Remove BrowserControl module; this had been left in for Python 1.5.2Fred Drake2001-04-181-157/+0
* Remove legacy support for the BrowserControl module; the webbrowserFred Drake2001-04-181-7/+3
* update_yourself(): Removed unused local variable reported byBarry Warsaw2001-04-181-1/+0
* __init__(): Removed unused local variable reported by PyChecker.Barry Warsaw2001-04-181-1/+0
* StripWidget.__init__(), update_yourself(): Removed some unused localBarry Warsaw2001-04-181-21/+20
* Helpwin.__init__(): Removed an unused local variable (via import)Barry Warsaw2001-04-181-1/+1
* Bump the version to 1.1Barry Warsaw2001-04-181-1/+1
* There have been a few new Python releases <wink> in the 2 years sinceBarry Warsaw2001-04-181-10/+7