| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, another in the same file; I should read the mail fully before | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | "intput" --> "input" (in docstring); noted by Detlef Lannert | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | complete rewrite | Jeremy Hylton | 2000-03-16 | 2 | -800/+831 |
|
|
* | simplify visitor walker class | Jeremy Hylton | 2000-03-16 | 1 | -32/+22 |
|
|
* | fix list.append problems | Jeremy Hylton | 2000-03-16 | 1 | -3/+3 |
|
|
* | change name of Set method: items -> elements (avoids confusion with | Jeremy Hylton | 2000-03-16 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg: Add tests for mixed use of char in string. | Guido van Rossum | 2000-03-13 | 1 | -0/+13 |
|
|
* | Marc-Andre Lemburg: test script for Unicode implementation. | Guido van Rossum | 2000-03-10 | 3 | -10/+338 |
|
|
* | Marc-Andre Lemburg: the maxsplit argument for split() and replace() | Guido van Rossum | 2000-03-10 | 1 | -4/+4 |
|
|
* | Module codecs -- Python Codec Registry, API and helpers. Written by | Guido van Rossum | 2000-03-10 | 1 | -0/+414 |
|
|
* | Marc-Andre Lemburg: support pickling Unicode objects, both in text | Guido van Rossum | 2000-03-10 | 1 | -0/+28 |
|
|
* | Marc-Andre Lemburg: add UnicodeType. | Guido van Rossum | 2000-03-10 | 1 | -0/+1 |
|
|
* | Marc-Andre Lemburg: Unicode encodings. | Guido van Rossum | 2000-03-10 | 64 | -0/+8398 |
|
|
* | Marc-Andre Lemburg: Add UnicodeError, derived from ValueError. | Guido van Rossum | 2000-03-10 | 1 | -0/+7 |
|
|
* | Catch up with change to CCompiler API: call 'create_static_lib()', not | Greg Ward | 2000-03-10 | 1 | -3/+3 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create | Greg Ward | 2000-03-10 | 1 | -25/+15 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()'. | Greg Ward | 2000-03-10 | 2 | -18/+19 |
|
|
* | There are a few places which can raise DistutilsPlatformError; make | Fred Drake | 2000-03-09 | 1 | -41/+54 |
|
|
* | Added Joe Van Andel's 'get_python_inc()', adapted by me to supply | Greg Ward | 2000-03-09 | 1 | -15/+80 |
|
|
* | Add tests for char in string -- including required exceptions for | Guido van Rossum | 2000-03-07 | 1 | -0/+23 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 2000-03-07 | 1 | -1/+1 |
|
|
* | Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): | Greg Ward | 2000-03-07 | 1 | -0/+11 |
|
|
* | Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. | Greg Ward | 2000-03-07 | 1 | -0/+22 |
|
|
* | Added 'native_path()' for use on pathnames from the setup script: split on | Greg Ward | 2000-03-07 | 1 | -0/+28 |
|
|
* | Added '_nt_quote_args()' to deal with whitespace in command-line arguments | Greg Ward | 2000-03-07 | 1 | -5/+22 |
|
|
* | test_contains output | Guido van Rossum | 2000-03-06 | 1 | -0/+1 |
|
|
* | Test cases for __contains__ code, by Moshe Zadka. | Guido van Rossum | 2000-03-06 | 1 | -0/+41 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 2000-03-06 | 1 | -15/+21 |
|
|
* | import compile function form pycodegen | Jeremy Hylton | 2000-03-06 | 1 | -0/+4 |
|
|
* | rename compile.py to pycodegen.py | Jeremy Hylton | 2000-03-06 | 1 | -176/+25 |
|
|
* | add a doc string | Jeremy Hylton | 2000-03-06 | 1 | -0/+20 |
|
|
* | fix import to refer to compiler package | Jeremy Hylton | 2000-03-06 | 1 | -1/+1 |
|
|
* | revise arguments for addCode method on lnotab. take several numbers | Jeremy Hylton | 2000-03-06 | 1 | -10/+13 |
|
|
* | change node Classdef to Class | Jeremy Hylton | 2000-03-06 | 2 | -24/+25 |
|
|
* | factor out the tree walking/visitor code that was in compile.py | Jeremy Hylton | 2000-03-06 | 1 | -0/+127 |
|
|
* | Rewrote 'newer_pairwise(): more natural (and incompatible) interface, | Greg Ward | 2000-03-06 | 1 | -12/+13 |
|
|
* | Serious overhaul of the C compiler interface and the two classes that | Greg Ward | 2000-03-06 | 3 | -362/+400 |
|
|
* | Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. | Greg Ward | 2000-03-06 | 1 | -1/+0 |
|
|
* | Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. | Greg Ward | 2000-03-06 | 1 | -3/+4 |
|
|
* | allow comments beginning with ; in key: value as well as key = value | Jeremy Hylton | 2000-03-03 | 1 | -1/+1 |
|
|
* | Typo fix. | Greg Ward | 2000-03-03 | 1 | -1/+1 |
|
|
* | Fixed 'mkpath()' to accept empty string silently (it's just the current dir). | Greg Ward | 2000-03-03 | 1 | -9/+11 |
|
|
* | Renamed 'build_lib' command to 'build_clib': | Greg Ward | 2000-03-02 | 4 | -209/+7 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 20 | -20/+20 |
|
|
* | If the "build_lib" command built any C libraries, link with them all | Greg Ward | 2000-03-02 | 1 | -3/+12 |
|
|
* | Added command description. | Greg Ward | 2000-03-02 | 2 | -28/+96 |
|
|
* | In the 'compile()' method: preserve the directory portion of source | Greg Ward | 2000-03-02 | 1 | -2/+7 |
|
|
* | In compile/link methods: ensure that the directory we expect to be writing to | Greg Ward | 2000-03-01 | 1 | -1/+6 |
|
|
* | Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds | Greg Ward | 2000-03-01 | 1 | -1/+4 |
|
|
* | Added call to 'ensure_ready()' on the command object in | Greg Ward | 2000-03-01 | 1 | -0/+1 |
|
|