Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sys.path and sys.argv into lists of strings. | Guido van Rossum | 2007-06-15 | 1 | -1/+1 |
* | Fix some problems introduced by the str8 repr change. | Guido van Rossum | 2007-06-15 | 1 | -1/+3 |
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -1/+1 |
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -22/+29 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+2 |
* | Don't quote the path to Python unless the path contains an embedded space. | Tim Peters | 2003-03-07 | 1 | -1/+4 |
* | sys.executable can contain spaces, cater for this when passing it to | Jack Jansen | 2003-02-24 | 1 | -1/+1 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Get popen test to work even if python is not in the path | Neal Norwitz | 2002-07-20 | 1 | -1/+1 |
* | Fix bugs: | Mark Hammond | 2002-04-03 | 1 | -0/+36 |