summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Catch up with change to CCompiler API: call 'create_static_lib()', notGreg Ward2000-03-101-3/+3
* [from 2000-02-25] Second attempt at describing an installation scheme; this isGreg Ward2000-03-101-365/+141
* [from 2000-02-23] Description of the baroque and already-obsoleteGreg Ward2000-03-101-0/+534
* Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it createGreg Ward2000-03-101-25/+15
* Renamed 'link_static_lib() to 'create_static_lib()'.Greg Ward2000-03-102-18/+19
* a simple client-server framework for executing code in a differentJeremy Hylton2000-03-091-0/+343
* There are a few places which can raise DistutilsPlatformError; makeFred Drake2000-03-091-41/+54
* Added Joe Van Andel's 'get_python_inc()', adapted by me to supplyGreg Ward2000-03-091-15/+80
* Handles were never disposed. Added an AutoDispose(onoff) method to control this.Jack Jansen2000-03-083-10/+143
* A bunch of changes, primarily to command line argument parsingBarry Warsaw2000-03-081-64/+100
* Fixed multi-arg appends.Jack Jansen2000-03-0712-14/+15
* Override the Undo delegator to forbid any changes before the I/O mark.Guido van Rossum2000-03-071-0/+24
* replace : with =Jeremy Hylton2000-03-071-2/+2
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-4/+4
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-075-48/+40
* Tweak the goto file/line command (in the right button menu in PyShellGuido van Rossum2000-03-071-14/+25
* Patch by Moshe Zadka: remove the string special case inGuido van Rossum2000-03-071-18/+0
* Patch by Moshe Zadka: move the string special case from abstract.cGuido van Rossum2000-03-071-0/+22
* Add tests for char in string -- including required exceptions forGuido van Rossum2000-03-071-0/+23
* Sjoerd Mullender:Guido van Rossum2000-03-071-1/+1
* Added a bunch of TODO items that recently came up in the idle-dev list.Guido van Rossum2000-03-071-40/+94
* If we're in the current input and there's only whitespace beyond theGuido van Rossum2000-03-071-0/+5
* Fixed inet_ntoa() docstring.Fred Drake2000-03-071-1/+1
* Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me):Greg Ward2000-03-071-0/+11
* Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'.Greg Ward2000-03-071-0/+22
* Added 'native_path()' for use on pathnames from the setup script: split onGreg Ward2000-03-071-0/+28
* Added '_nt_quote_args()' to deal with whitespace in command-line argumentsGreg Ward2000-03-071-5/+22
* test_contains outputGuido van Rossum2000-03-061-0/+1
* Test cases for __contains__ code, by Moshe Zadka.Guido van Rossum2000-03-061-0/+41
* Sjoerd Mullender:Guido van Rossum2000-03-061-15/+21
* compiler command-line interface moved here from compiler.pycodegenJeremy Hylton2000-03-061-0/+25
* import compile function form pycodegenJeremy Hylton2000-03-062-0/+8
* rename compile.py to pycodegen.pyJeremy Hylton2000-03-062-352/+50
* add a doc stringJeremy Hylton2000-03-062-0/+40
* fix import to refer to compiler packageJeremy Hylton2000-03-062-2/+2
* revise arguments for addCode method on lnotab. take several numbersJeremy Hylton2000-03-062-20/+26
* change node Classdef to ClassJeremy Hylton2000-03-064-48/+50
* factor out the tree walking/visitor code that was in compile.pyJeremy Hylton2000-03-062-0/+254
* Defer all the work to idle.py, which has recently become tooGuido van Rossum2000-03-061-2/+1
* Allow None as TimeBase value in TimeValue records (becomes NULL in C structure,Jack Jansen2000-03-062-10/+26
* string_join(): Fix memory leaks discovered by Charles Waldman (and aBarry Warsaw2000-03-061-5/+15
* In getdef(), don't die when the section doesn't exist.Guido van Rossum2000-03-061-2/+2
* Don't use 1.6-isms (s.startswith()) -- we want to distribute thisGuido van Rossum2000-03-062-4/+4
* Rewrote 'newer_pairwise(): more natural (and incompatible) interface,Greg Ward2000-03-061-12/+13
* Serious overhaul of the C compiler interface and the two classes thatGreg Ward2000-03-063-362/+400
* Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.Greg Ward2000-03-061-1/+0
* Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.Greg Ward2000-03-061-3/+4
* superceded by IdleConf/config.txtJeremy Hylton2000-03-031-19/+0
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-036-86/+51
* default to cwd if os.environ['HOME'] does not existJeremy Hylton2000-03-031-2/+6