1. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  2. 13252b8 Issue #16972: Have site.addpackage() consider known paths even when by Brett Cannon · 11 years ago
  3. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  4. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  5. 70adf6f Closes #16519: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  6. 27e4b60 Issue #16519: Used os.path.abspath, removed unnecessary code for executable_name. by Vinay Sajip · 12 years ago
  7. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  8. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  9. abd344c Issue 15241: Improved site.py documentation relating to venvs. by Vinay Sajip · 12 years ago
  10. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 12 years ago
  11. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  12. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  13. 6553211 site: don't import traceback at startup to speed up Python startup by Victor Stinner · 12 years ago
  14. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  15. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 13 years ago
  16. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  17. b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 14 years ago
  18. b103a93 Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the by Victor Stinner · 14 years ago
  19. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  20. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  21. bda4672 Ensure that test_site actually passes with a framework build by Ronald Oussoren · 14 years ago
  22. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  23. 4cda46a Merged revisions 80967 via svnmerge from by Ronald Oussoren · 14 years ago
  24. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  25. fb1d3c1 Merged revisions 80022 via svnmerge from by Brian Curtin · 14 years ago
  26. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  27. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 14 years ago
  28. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  29. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  30. fa1fcd1 Merged revisions 70778 via svnmerge from by Ronald Oussoren · 15 years ago
  31. a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 16 years ago
  32. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  33. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  34. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  35. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 17 years ago
  36. 862543a Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will raise a warning: Lib/io.py:1221: RuntimeWarning: Trying to close unclosable fd by Christian Heimes · 17 years ago
  37. 704b34d Fix issue #1667. The _Printer() class was using sys.stdin.readline() by Guido van Rossum · 17 years ago
  38. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  39. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  40. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  41. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  42. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  43. f39317a Hack to avoid a nasty recursion issue when Python is invoked by Guido van Rossum · 17 years ago
  44. fc3436b Add an encoding property to TextIOBase instances. by Guido van Rossum · 17 years ago
  45. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  46. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  47. 7ac9d40 Protect abs__file__() from changes to sys.modules while it's running. by Guido van Rossum · 17 years ago
  48. 74302db Get rid of 'file' built-in. Get rid of types.StringType and friends. by Guido van Rossum · 17 years ago
  49. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  50. 2fa74bb If $PYTHONNEWIO is set and nonempty, by Guido van Rossum · 17 years ago
  51. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  52. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  53. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  54. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  55. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  56. c6fe983 When sitecustomize.py fails, don't make all of site.py fail, by Guido van Rossum · 18 years ago
  57. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  58. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  59. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  60. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  61. 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 18 years ago
  62. 4d0bddf Fix bug in addsitedir() to properly handle the lack of a second argument. by Brett Cannon · 20 years ago
  63. 12f8c4d Change argument list for addsitedir() to not require a second argument and thus by Brett Cannon · 20 years ago
  64. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  65. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  66. 46cf4fc Back out last patch that removed an entry from sys.path if it was not an by Brett Cannon · 20 years ago
  67. cc45466 Remove non-existent paths. by Brett Cannon · 20 years ago
  68. 497331f Fix how line endings were handled when iterating over a .pth file by stripping by Brett Cannon · 20 years ago
  69. 4a8d42f We have cp932 support in standard distribution now. And there's now by Hye-Shik Chang · 20 years ago
  70. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  71. 2e8a6e0 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 21 years ago
  72. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  73. 6d58bf6 Repair operator error. by Jeremy Hylton · 21 years ago
  74. bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 21 years ago
  75. 470b0c0 In an OSX framework build Python could fail if HOME wasn't set, fixed. by Jack Jansen · 21 years ago
  76. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  77. be5d707 When on MacOSX, and only in a framework build, add by Jack Jansen · 21 years ago
  78. 4eab486 Patch #671666: Alias ANSI code page to "mbcs". by Martin v. Löwis · 21 years ago
  79. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  80. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  81. 7ccd30f Fix a problem in site.py which triggers in case sys.path is empty. by Marc-André Lemburg · 22 years ago
  82. e80c0d3 Add an XXX comment and a pointer to a full bug report. by Fred Drake · 22 years ago
  83. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  84. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  85. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  86. 34172d5 SF #515020, delete global variables which are used only for temporary by Neal Norwitz · 22 years ago
  87. facf24b Don't use Latex \code{...} in docstrings. by Guido van Rossum · 23 years ago
  88. 6e1c576 Get rid of the stupid backslash in front of the column zero open by Barry Warsaw · 23 years ago
  89. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  90. e37e96d Correct the URL for the license (only used when the LICENSE[.txt] file by Guido van Rossum · 23 years ago
  91. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  92. ba634b2 Rewrote Jack's latest change so it does what it intended to do... by Just van Rossum · 23 years ago
  93. 31b5323 Don't remove non-directories from sys.path on the mac: files by Jack Jansen · 23 years ago
  94. 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
  95. 27451d0 Copying this 2.1.1 bugfix to the trunk: by Guido van Rossum · 23 years ago
  96. fd4ff52 Actually remove directories from sys.path if they do not exist; the intent by Fred Drake · 23 years ago
  97. 6a479f5 PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix by Tim Peters · 23 years ago
  98. 1fb5ce0 Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 23 years ago
  99. 83213cc Add new built-in 'help' which invokes pydoc.help (with a twist). by Guido van Rossum · 23 years ago
  100. 62d2488 Two minor changes for better Jython compatibility. Finn Bock says: by Barry Warsaw · 23 years ago