summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* distutils setup scriptJeremy Hylton2000-09-201-0/+9
* Fix typo (newtabwith).Guido van Rossum2000-09-201-1/+1
* Temporary fix for Bug #114821.Guido van Rossum2000-09-191-2/+18
* satisfy the tabnannyJeremy Hylton2000-09-183-358/+358
* Allow this script to act like a module by only calling main() ifBarry Warsaw2000-09-161-1/+3
* Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, thisGuido van Rossum2000-09-151-0/+7
* Include the filename in the errror message for F5 without saving.Guido van Rossum2000-09-151-1/+5
* main(): Move hackery of sys.argv until after the Tk instance has beenFred Drake2000-09-151-7/+7
* Don't emit 8 lines of (c) information at startup -- use the same textGuido van Rossum2000-09-051-1/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-012-28/+4
* patch by Neil Schemenauer to improve (fix?) line number generationJeremy Hylton2000-09-012-17/+32
* Update magic number.Jeremy Hylton2000-09-012-15/+47
* Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex.Guido van Rossum2000-09-012-72/+78
* Tool to generate binary GNU .mo file from .po template files. WrittenBarry Warsaw2000-09-011-0/+194
* Bring Tools/compiler almost up to date. Specifically:Thomas Wouters2000-08-123-348/+349
* add note about compiler directoryJeremy Hylton2000-08-041-0/+4
* replace most calls to emit 'SET_LINENO' will call to method set_linenoJeremy Hylton2000-08-041-31/+42
* update my email addressJeremy Hylton2000-08-041-1/+4
* Python code coverage tool by Skip Montanaro and Andrew DalkeJeremy Hylton2000-08-031-0/+661
* add a bit more legal junkGreg Stein2000-08-031-8/+16
* Removed Tools/perfecthash, per python-dev discussionAndrew M. Kuchling2000-07-293-842/+0
* Add the exceptions module to the 'never' list -- it is built in.Guido van Rossum2000-07-281-1/+1
* Fix UCNs machine with >= 32bit longsJeremy Hylton2000-07-263-37/+93
* This script demonstrates use of the visitor interface of the compilerJeremy Hylton2000-07-251-0/+38
* change some occurence of python15.dll to python20.dllPeter Schneider-Kamp2000-07-242-6/+6
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-163-4/+4
* Modified the standard mac preamble so we include pymactoolbox.h inJack Jansen2000-07-151-35/+1
* ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so theJack Jansen2000-07-151-0/+1
* Patch by Toby Dickenson, mentored by Mark Hammond, to supportGuido van Rossum2000-07-134-7/+62
* add expandtabs command (-e)Peter Schneider-Kamp2000-07-111-37/+64
* Update to use the new standard webbrowser module if available, otherwiseFred Drake2000-07-091-2/+8
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Fix to use Py_UCS4. By Bill Tutt.Marc-André Lemburg2000-07-071-1/+1
* Make a distinction between shorts and unsigned shorts.Jack Jansen2000-07-062-1/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-302-42/+12
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-60/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Running the program through itself reveals that one end tag wasGuido van Rossum2000-06-281-1/+1
* Peter Schneider-Kamp:Guido van Rossum2000-06-281-10/+75
* Jack Jansen: Support for conditional inclusion of methods and functionsGuido van Rossum2000-06-283-8/+33
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+664
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+109
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+72
* Rename the "browser" module to "BrowserControl", since Guido did notFred Drake2000-05-102-2/+2
* EditorWindow.python_docs():Fred Drake2000-05-101-5/+8
* Collection of classes and convenience functions to control externalFred Drake2000-05-101-0/+157
* Minor edit of leading comments: 'the the' --> 'the', quoted 'enable'Fred Drake2000-05-091-2/+2