1. 4d0bddf Fix bug in addsitedir() to properly handle the lack of a second argument. by Brett Cannon · 20 years ago
  2. 12f8c4d Change argument list for addsitedir() to not require a second argument and thus by Brett Cannon · 20 years ago
  3. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  4. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  5. 46cf4fc Back out last patch that removed an entry from sys.path if it was not an by Brett Cannon · 20 years ago
  6. cc45466 Remove non-existent paths. by Brett Cannon · 20 years ago
  7. 497331f Fix how line endings were handled when iterating over a .pth file by stripping by Brett Cannon · 20 years ago
  8. 4a8d42f We have cp932 support in standard distribution now. And there's now by Hye-Shik Chang · 20 years ago
  9. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  10. 2e8a6e0 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 21 years ago
  11. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  12. 6d58bf6 Repair operator error. by Jeremy Hylton · 21 years ago
  13. bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 21 years ago
  14. 470b0c0 In an OSX framework build Python could fail if HOME wasn't set, fixed. by Jack Jansen · 21 years ago
  15. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  16. be5d707 When on MacOSX, and only in a framework build, add by Jack Jansen · 21 years ago
  17. 4eab486 Patch #671666: Alias ANSI code page to "mbcs". by Martin v. Löwis · 21 years ago
  18. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  19. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  20. 7ccd30f Fix a problem in site.py which triggers in case sys.path is empty. by Marc-André Lemburg · 22 years ago
  21. e80c0d3 Add an XXX comment and a pointer to a full bug report. by Fred Drake · 22 years ago
  22. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  23. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  24. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  25. 34172d5 SF #515020, delete global variables which are used only for temporary by Neal Norwitz · 22 years ago
  26. facf24b Don't use Latex \code{...} in docstrings. by Guido van Rossum · 23 years ago
  27. 6e1c576 Get rid of the stupid backslash in front of the column zero open by Barry Warsaw · 23 years ago
  28. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  29. e37e96d Correct the URL for the license (only used when the LICENSE[.txt] file by Guido van Rossum · 23 years ago
  30. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  31. ba634b2 Rewrote Jack's latest change so it does what it intended to do... by Just van Rossum · 23 years ago
  32. 31b5323 Don't remove non-directories from sys.path on the mac: files by Jack Jansen · 23 years ago
  33. 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
  34. 27451d0 Copying this 2.1.1 bugfix to the trunk: by Guido van Rossum · 23 years ago
  35. fd4ff52 Actually remove directories from sys.path if they do not exist; the intent by Fred Drake · 23 years ago
  36. 6a479f5 PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix by Tim Peters · 23 years ago
  37. 1fb5ce0 Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 23 years ago
  38. 83213cc Add new built-in 'help' which invokes pydoc.help (with a twist). by Guido van Rossum · 23 years ago
  39. 62d2488 Two minor changes for better Jython compatibility. Finn Bock says: by Barry Warsaw · 23 years ago
  40. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  41. 48eb9cd A hack to augment sys.path with the build/lib.<platform> directory by Guido van Rossum · 23 years ago
  42. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  43. d49056c The ".pth" code knew about the layout of Python trees on unix and by Jack Jansen · 24 years ago
  44. 23f26ce Fix `credits' to credit the Jython developers when running under that by Barry Warsaw · 24 years ago
  45. f19a7ac Fix a few problems with the _Printer class and the license variable. by Guido van Rossum · 24 years ago
  46. 38cb9f1 Convert all entries on sys.path to absolute paths, and also update the by Fred Drake · 24 years ago
  47. 09cad08 sys.setdefaultencoding() should only be called in case the standard by Marc-André Lemburg · 24 years ago
  48. d125239 Add new builtin commands "copyright", "license", "credits" which by Guido van Rossum · 24 years ago
  49. 3fded4b -- fixed the comment, too by Fredrik Lundh · 24 years ago
  50. efd7b00 -- note to self: wait until 'cvs commit' has finished before by Fredrik Lundh · 24 years ago
  51. 47ac126 -- changed default encoding to "ascii". you can still change by Fredrik Lundh · 24 years ago
  52. 663809e -- removed get_default compatibility kludge by Fredrik Lundh · 24 years ago
  53. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  54. 990bbe9 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  55. e720176 Wrong pathname in docstring detected by Fredrik Nehr. by Guido van Rossum · 26 years ago
  56. d89fa0c Add built-in string variables 'quit' and 'exit' that display a hint on by Guido van Rossum · 26 years ago
  57. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  58. 0d8fcb2 Update the doc string to emphasize non-Unix behavior earlier; by Guido van Rossum · 27 years ago
  59. 62b297b Change packages -> site-packages by Guido van Rossum · 27 years ago
  60. dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
  61. ad87d3e Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  62. fc6efff #Removed debug print that was accidentally left in. by Guido van Rossum · 27 years ago
  63. f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
  64. e57c96e site customization hook... by Guido van Rossum · 28 years ago