1. 112d20d This commit was manufactured by cvs2svn to create tag 'r211'. by cvs2svn · 24 years ago v2.1.1
  2. 2e03ba8 Fix showstopper SF bug #442983: use of site.addsitedir() was broken by Guido van Rossum · 24 years ago
  3. d8dd690 Backport Piers Lauder's checkin 1.30: by Thomas Wouters · 24 years ago
  4. e6072c2 Remove the TENTATIVE marker from the 2.1.1 Windows buildno. by Tim Peters · 24 years ago
  5. 4811919 Converted the project to CW6 (it hadn't been compiled by Jack Jansen · 24 years ago
  6. 24683e6 Updated news for 2.1.1-final. by Thomas Wouters · 24 years ago
  7. 249b51c Revert the previous two changes, unsetting PYTHONHOME breaks the build by Thomas Wouters · 24 years ago
  8. cc8dd4e Merge from the trunk... just contains bugfixes, according to Jack and Just. by Thomas Wouters · 24 years ago
  9. d1d2a9a Backport Jack's checkin 1.35 and Guido's checkin 1.36: by Thomas Wouters · 24 years ago
  10. 01c61eb Backport of AMK's checkin 1.34 and Guido's checkin 1.35: by Thomas Wouters · 24 years ago
  11. 041a51b Backport Guido's checkin 1.3: by Thomas Wouters · 24 years ago
  12. 83ac330 Backport of Jack's checkin 1.117: by Thomas Wouters · 24 years ago
  13. e02518f Avoid the use of 'unset', which isn't available on all platforms. Fixes SF by Thomas Wouters · 24 years ago
  14. 5901116 Remove some false statements. by Fred Drake · 24 years ago
  15. 03bb77e Remove some false comments. by Fred Drake · 24 years ago
  16. d92dc79 this closes patches item 429136 and brings the release21-maint version into by Skip Montanaro · 24 years ago
  17. 6f4747f Updated for 2.1.1. Just should check whether anything more about the IDE is worth mentioning. by Jack Jansen · 24 years ago
  18. d861465 Updated for 2.1.1. by Jack Jansen · 24 years ago
  19. 9bedd8d First set of changes for 2.1.1. MacPython builds and by Jack Jansen · 24 years ago
  20. 774a968 If Python doesn't have a Unicode codec for the current system encoding by Jack Jansen · 24 years ago
  21. 4522cc9 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  22. 35905ec Lots of small updates, some long overdue. by Fred Drake · 24 years ago
  23. b37d270 I think it's good to be explicit about the version in README. by Guido van Rossum · 24 years ago
  24. 1a39e8e Update the version to the final 2.1.1. by Guido van Rossum · 24 years ago
  25. f8e8ff0 Bump version number and set the date for the 2.1.1 release. by Fred Drake · 24 years ago
  26. fbe87eb Add a more substantial example startup file for the interactive shell; by Fred Drake · 24 years ago
  27. 9154c5f Backport of AMK's checkins of configure.in (1.228), config.h.in (2.101) and by Thomas Wouters · 24 years ago
  28. 09fdab3 Backport of AMK's checkin 2.52: by Thomas Wouters · 24 years ago
  29. 98cc791 Backport AMK's checkin 1.42: by Thomas Wouters · 24 years ago
  30. b823851 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 24 years ago
  31. c743869 Revise the description of time.clock() so that it correctly describes the by Fred Drake · 24 years ago
  32. 01e871f Prepare Windows build for 2.1.1 final (buildno and installer screens). by Tim Peters · 24 years ago
  33. 35b9c24 Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 24 years ago
  34. 5199e0f Argh. Somehow the header for the BEOPEN license had 2.1.1 in it. by Guido van Rossum · 24 years ago
  35. ee01a5e This commit was manufactured by cvs2svn to create tag 'r211c1'. by cvs2svn · 24 years ago v2.1.1c1
  36. d925620 Expand the blob on Solaris to mention passing '-Xc' to compile Python by Thomas Wouters · 24 years ago
  37. 6736e9d Add credit for a last-minute fix in the re documentation. by Fred Drake · 24 years ago
  38. 59fbb83 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 24 years ago
  39. 6f2762a Preliminary NEWS entry for 2.1.1c1 by Thomas Wouters · 24 years ago
  40. 3261912 Net result of Tim's checkins 2.28 through 2.31: by Thomas Wouters · 24 years ago
  41. d7fe69f Backport Tim's checkin 1.9: by Thomas Wouters · 24 years ago
  42. 45892bf Backport Tim's checkin 1.7: by Thomas Wouters · 24 years ago
  43. cac2498 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 24 years ago
  44. d11f5f3 Move the section on concrete numeric objects before the section on by Fred Drake · 24 years ago
  45. 90e6518 Added information about the timeout parameter to the poll() method for by Fred Drake · 24 years ago
  46. 44589dd Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 24 years ago
  47. 958106d Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and by Thomas Wouters · 24 years ago
  48. 800f677 Backport of the socketserver test, including output file (which is still by Thomas Wouters · 24 years ago
  49. 1a2d894 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  50. 6dc482c Backport of Guido's checkin 1.25: by Thomas Wouters · 24 years ago
  51. d4a75dc Backport of Tim's checkin 2.178: by Thomas Wouters · 24 years ago
  52. e27a8b9 Backport Tim's checkin 1.17: by Thomas Wouters · 24 years ago
  53. 49ba499 Add another name. by Fred Drake · 24 years ago
  54. 93e543c Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 24 years ago
  55. 919b65e Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 24 years ago
  56. 4695681 Added descriptions for some modules that previously did not have any by Fred Drake · 24 years ago
  57. 42af3ce Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 24 years ago
  58. 4c633be SF bug #439104: Tuple richcompares has code-typo. by Tim Peters · 24 years ago
  59. f14452e When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
  60. f891be9 Explain the exit code for the wait() method, including a reference to by Fred Drake · 24 years ago
  61. 02be5cb The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 24 years ago
  62. f379622 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 24 years ago
  63. 3f6de5a Only write out one blank line before the request data. by Fred Drake · 24 years ago
  64. f0f49d9 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 24 years ago
  65. 13928be Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 24 years ago
  66. 3bf0295 Added another name. by Fred Drake · 24 years ago
  67. 9e589ce Update to reflect Python 2.1.1 release planning. by Fred Drake · 24 years ago
  68. bfc74e8 2.1.1c1 WIndows fiddling, plus patchlevel.h. by Tim Peters · 24 years ago
  69. d8e303c Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 24 years ago
  70. 7469771 Correct a markup error for an accented character. by Fred Drake · 24 years ago
  71. db9e1cb Removed some stray periods, and fix up a number of visible markup by Fred Drake · 24 years ago
  72. d1b8c2a Another name. by Fred Drake · 24 years ago
  73. 590111d SourceForge bug #437041: by Fred Drake · 24 years ago
  74. cffa3d6 Another name. by Fred Drake · 24 years ago
  75. f7e504d Simplify an example based on comment from Thomas Holenstein <[email protected]>: by Fred Drake · 24 years ago
  76. 62ebe04 Backport Tim's checkin 1.12: by Thomas Wouters · 24 years ago
  77. b24ffe4 Backport of Tim's checkin 1.35: by Thomas Wouters · 24 years ago
  78. 7383e7a Backport of Tim's checkin 2.57: by Thomas Wouters · 24 years ago
  79. 44c3679 Backport Tim's checkin 2.247: by Thomas Wouters · 24 years ago
  80. 5eaa740 Set PYTHONHOMEHELP to 2.1 by Thomas Wouters · 24 years ago
  81. cde43be Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson): by Thomas Wouters · 24 years ago
  82. 671e257 Backport Tim's checkin 2.201: by Thomas Wouters · 24 years ago
  83. 48a433c Backport Tim's checkin 1.20: by Thomas Wouters · 24 years ago
  84. f9952b2 Backport Tim's checkin 1.97: by Thomas Wouters · 24 years ago
  85. 5829456 Backport Martin's checkin 2.16: by Thomas Wouters · 24 years ago
  86. 2a0f86d Backport Martin's checkin 1.4 (with minor fix): by Thomas Wouters · 24 years ago
  87. 588efca Backport Martin's checkin 1.6: by Thomas Wouters · 24 years ago
  88. 95043ef Backport Guido's checkin 1.4: by Thomas Wouters · 24 years ago
  89. 01a4623 Backport Fred's checkin 2.51: by Thomas Wouters · 24 years ago
  90. 689f4fa Backport Jeremy's checkin 2.57: by Thomas Wouters · 24 years ago
  91. 7a5b674 Backport Jeremy's checkin 2.244: by Thomas Wouters · 24 years ago
  92. cf547e1 Backport of Tim's checkin 1.52: by Thomas Wouters · 24 years ago
  93. ac4094b Backport of Tim's checkin 2.27: by Thomas Wouters · 24 years ago
  94. 687f228 Backport of Tim's checkin 2.111: by Thomas Wouters · 24 years ago
  95. 94441fe Backport of Tim's checkin 2.190: by Thomas Wouters · 24 years ago
  96. cf32a67 Backport Fred's checkin 1.3: by Thomas Wouters · 24 years ago
  97. c034fa1 Python 2.1 (and 2.0) -> Python 2.1.1 in the licence text. by Thomas Wouters · 24 years ago
  98. d0c8ed6 Updated link to zlib's home page. by Fred Drake · 24 years ago
  99. 1e97425 Re-organize a little, clean up some markup. by Fred Drake · 24 years ago
  100. 10de30d Corrected an error in the information on supporting weak references in by Fred Drake · 24 years ago