summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Marc-Andre Lemburg: Add UnicodeError, derived from ValueError.Guido van Rossum2000-03-101-0/+7
* Catch up with change to CCompiler API: call 'create_static_lib()', notGreg Ward2000-03-101-3/+3
* 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
* 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
* 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
* 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
* import compile function form pycodegenJeremy Hylton2000-03-061-0/+4
* rename compile.py to pycodegen.pyJeremy Hylton2000-03-061-176/+25
* add a doc stringJeremy Hylton2000-03-061-0/+20
* fix import to refer to compiler packageJeremy Hylton2000-03-061-1/+1
* revise arguments for addCode method on lnotab. take several numbersJeremy Hylton2000-03-061-10/+13
* change node Classdef to ClassJeremy Hylton2000-03-062-24/+25
* factor out the tree walking/visitor code that was in compile.pyJeremy Hylton2000-03-061-0/+127
* 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
* allow comments beginning with ; in key: value as well as key = valueJeremy Hylton2000-03-031-1/+1
* Typo fix.Greg Ward2000-03-031-1/+1
* Fixed 'mkpath()' to accept empty string silently (it's just the current dir).Greg Ward2000-03-031-9/+11
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-024-209/+7
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-0220-20/+20
* If the "build_lib" command built any C libraries, link with them allGreg Ward2000-03-021-3/+12
* Added command description.Greg Ward2000-03-022-28/+96
* In the 'compile()' method: preserve the directory portion of sourceGreg Ward2000-03-021-2/+7
* In compile/link methods: ensure that the directory we expect to be writing toGreg Ward2000-03-011-1/+6
* Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that addsGreg Ward2000-03-011-1/+4
* Added call to 'ensure_ready()' on the command object inGreg Ward2000-03-011-0/+1
* Added 'get_platform()' to construct a string that identifies the currentGreg Ward2000-03-011-1/+19
* Build reorg:Greg Ward2000-03-011-16/+41
* Build reorg:Greg Ward2000-03-011-12/+43
* Build reorg: change 'build_dir' option to 'build_lib'.Greg Ward2000-03-011-8/+8
* Remove some redundant logic from walk() -- there's no need to checkGuido van Rossum2000-02-291-2/+0
* Fix a typo in a commentAndrew M. Kuchling2000-02-291-1/+1
* Fix comments relating to the specific regexs used to parse section andFred Drake2000-02-281-2/+2
* Patch by Piers Lauder, who writes:Guido van Rossum2000-02-281-5/+6
* (Finally!) Changes related to the ConfigParser/INI-file topicsFred Drake2000-02-281-5/+11
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-289-43/+46
* Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk().Guido van Rossum2000-02-281-1/+2
* Fix a typo in Barry's checkin.Guido van Rossum2000-02-271-1/+1
* Fixed a multi-arg append() call, discovered by Mark Favas.Guido van Rossum2000-02-271-4/+4