| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -3/+9 |
* | When sitecustomize.py fails, don't make all of site.py fail, | Guido van Rossum | 2006-08-19 | 1 | -0/+7 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+5 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+2 |
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -1/+3 |
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -1/+1 |
* | Patch #1446372: quit and exit can now be called from the interactive | Georg Brandl | 2006-03-09 | 1 | -4/+13 |
* | Fix bug in addsitedir() to properly handle the lack of a second argument. | Brett Cannon | 2004-07-20 | 1 | -3/+3 |
* | Change argument list for addsitedir() to not require a second argument and thus | Brett Cannon | 2004-07-09 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -1/+1 |
* | Refactored site.py into functions. Also moved over to using sets. | Brett Cannon | 2004-06-05 | 1 | -203/+236 |
* | Back out last patch that removed an entry from sys.path if it was not an | Brett Cannon | 2004-03-21 | 1 | -1/+1 |
* | Remove non-existent paths. | Brett Cannon | 2004-03-20 | 1 | -1/+1 |
* | Fix how line endings were handled when iterating over a .pth file by stripping | Brett Cannon | 2004-03-20 | 1 | -2/+1 |
* | We have cp932 support in standard distribution now. And there's now | Hye-Shik Chang | 2004-02-13 | 1 | -4/+3 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
* | To find the curses extension as a DLL (on OS/2), we need to adjust the | Andrew MacIntyre | 2003-12-02 | 1 | -0/+15 |
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
* | Repair operator error. | Jeremy Hylton | 2003-07-18 | 1 | -8/+3 |
* | SF patch 773476: NameError when there are no prefixes. | Jeremy Hylton | 2003-07-18 | 1 | -3/+9 |
* | In an OSX framework build Python could fail if HOME wasn't set, fixed. | Jack Jansen | 2003-06-03 | 1 | -1/+1 |
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+1 |
* | When on MacOSX, and only in a framework build, add | Jack Jansen | 2003-04-16 | 1 | -0/+13 |
* | Patch #671666: Alias ANSI code page to "mbcs". | Martin v. Löwis | 2003-03-03 | 1 | -0/+16 |
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -9/+4 |
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -1/+1 |
* | Fix a problem in site.py which triggers in case sys.path is empty. | Marc-André Lemburg | 2002-09-19 | 1 | -1/+2 |
* | Add an XXX comment and a pointer to a full bug report. | Fred Drake | 2002-07-25 | 1 | -0/+2 |
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -3/+3 |
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
* | OS/2 EMX port Library and regression test changes: | Andrew MacIntyre | 2002-02-24 | 1 | -1/+3 |
* | SF #515020, delete global variables which are used only for temporary | Neal Norwitz | 2002-02-11 | 1 | -1/+2 |
* | Don't use Latex \code{...} in docstrings. | Guido van Rossum | 2001-12-17 | 1 | -1/+1 |
* | Get rid of the stupid backslash in front of the column zero open | Barry Warsaw | 2001-12-17 | 1 | -1/+1 |
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -6/+1 |
* | Correct the URL for the license (only used when the LICENSE[.txt] file | Guido van Rossum | 2001-10-02 | 1 | -1/+1 |
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -1/+2 |
* | Rewrote Jack's latest change so it does what it intended to do... | Just van Rossum | 2001-08-15 | 1 | -4/+8 |
* | Don't remove non-directories from sys.path on the mac: files | Jack Jansen | 2001-08-15 | 1 | -2/+3 |
* | Make the add*() helper functions more robust for use after intialization | Fred Drake | 2001-07-20 | 1 | -6/+33 |
* | Copying this 2.1.1 bugfix to the trunk: | Guido van Rossum | 2001-07-20 | 1 | -1/+0 |
* | Actually remove directories from sys.path if they do not exist; the intent | Fred Drake | 2001-07-12 | 1 | -0/+4 |
* | PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix | Tim Peters | 2001-07-12 | 1 | -3/+1 |
* | Avoid using os.path.normcase() on sys.path elements; doing so causes paths | Fred Drake | 2001-07-02 | 1 | -19/+22 |
* | Add new built-in 'help' which invokes pydoc.help (with a twist). | Guido van Rossum | 2001-06-12 | 1 | -0/+14 |
* | Two minor changes for better Jython compatibility. Finn Bock says: | Barry Warsaw | 2001-03-23 | 1 | -3/+3 |