| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -1/+7 |
|
|
* | A hack to augment sys.path with the build/lib.<platform> directory | Guido van Rossum | 2001-01-19 | 1 | -0/+9 |
|
|
* | Patch #103134: Support import lines in pth files. | Martin v. Löwis | 2001-01-11 | 1 | -1/+4 |
|
|
* | The ".pth" code knew about the layout of Python trees on unix and | Jack Jansen | 2000-12-12 | 1 | -0/+2 |
|
|
* | Fix `credits' to credit the Jython developers when running under that | Barry Warsaw | 2000-12-06 | 1 | -3/+9 |
|
|
* | Fix a few problems with the _Printer class and the license variable. | Guido van Rossum | 2000-10-03 | 1 | -23/+41 |
|
|
* | Convert all entries on sys.path to absolute paths, and also update the | Fred Drake | 2000-09-28 | 1 | -8/+31 |
|
|
* | sys.setdefaultencoding() should only be called in case the standard | Marc-André Lemburg | 2000-09-18 | 1 | -2/+3 |
|
|
* | Add new builtin commands "copyright", "license", "credits" which | Guido van Rossum | 2000-09-05 | 1 | -1/+52 |
|
|
* | -- fixed the comment, too | Fredrik Lundh | 2000-07-15 | 1 | -3/+3 |
|
|
* | -- note to self: wait until 'cvs commit' has finished before | Fredrik Lundh | 2000-07-15 | 1 | -3/+2 |
|
|
* | -- changed default encoding to "ascii". you can still change | Fredrik Lundh | 2000-07-15 | 1 | -17/+13 |
|
|
* | -- removed get_default compatibility kludge | Fredrik Lundh | 2000-07-10 | 1 | -1/+1 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -2/+37 |
|
|
* | Wrong pathname in docstring detected by Fredrik Nehr. | Guido van Rossum | 1998-11-25 | 1 | -1/+1 |
|
|
* | Add built-in string variables 'quit' and 'exit' that display a hint on | Guido van Rossum | 1998-08-07 | 1 | -0/+12 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -31/+31 |
|
|
* | Update the doc string to emphasize non-Unix behavior earlier; | Guido van Rossum | 1998-01-13 | 1 | -7/+5 |
|
|
* | Change packages -> site-packages | Guido van Rossum | 1997-09-08 | 1 | -8/+10 |
|
|
* | Different test for Unix -- rely on os.sep instead of sys.platform. | Guido van Rossum | 1997-09-03 | 1 | -3/+3 |
|
|