1. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  2. 91cf882 Refactor source and bytecode file loaders in importlib so that there by Brett Cannon · 16 years ago
  3. 0515619 Tweak the source/bytecode loader from importlib to use more of the PEP 302 by Brett Cannon · 16 years ago
  4. 4afab6b Separate out finder for source and source/bytecode. by Brett Cannon · 16 years ago
  5. 2dee597 Do some cleanup in importlib: by Brett Cannon · 16 years ago
  6. a2fcb1d Add some notes about importlib and some API exposure cleanup. by Brett Cannon · 16 years ago
  7. 22db67e Minor NOTES changes for importlib. by Brett Cannon · 16 years ago
  8. f8798f5 More typos in Lib/turtle.py by Mark Dickinson · 16 years ago
  9. 0fc61cc Merged revisions 69816 via svnmerge from by Mark Dickinson · 16 years ago
  10. 5e5c0db Merged revisions 69806 via svnmerge from by Eric Smith · 16 years ago
  11. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
  12. ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 93d83da Blocked revisions 69268,69516,69757,69761,69765,69770,69772,69777,69795 via svnmerge by Benjamin Peterson · 16 years ago
  14. 4b06819 fix None errno #5312 by Benjamin Peterson · 16 years ago
  15. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
  16. b672b6d #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 16 years ago
  17. 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
  18. b70bcf5 Regenerate with autoconf 2.61. by Martin v. Löwis · 16 years ago
  19. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  20. f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  21. cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  22. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  23. e69a6b2 Blocked revisions 69748,69751 via svnmerge by Benjamin Peterson · 16 years ago
  24. f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
  25. 15a4950 Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
  26. bc67084 Blocked revisions 69716 via svnmerge by Benjamin Peterson · 16 years ago
  27. adea532 Blocked revisions 69414,69561,69604,69672,69689,69709,69715,69717,69739,69743 via svnmerge by Benjamin Peterson · 16 years ago
  28. 349c595 merge socket module documentation update from trunk r69731. by Gregory P. Smith · 16 years ago
  29. cf984ce Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
  30. 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  31. 14d34a0 Merged revisions 69724 via svnmerge from by Tarek Ziadé · 16 years ago
  32. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 16 years ago
  33. f76b920 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago
  34. a30337a Merged revisions 69710 via svnmerge from by Tarek Ziadé · 16 years ago
  35. 33dbf46 Outline a possible way to separate out source loading from bytecode loading. by Brett Cannon · 16 years ago
  36. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
  37. 0586ed6 I think this file has long outlived its usefulness by Benjamin Peterson · 16 years ago
  38. 555f0e9 Merged revisions 69700 via svnmerge from by Tarek Ziadé · 16 years ago
  39. de27e48 Merged revisions 69693 via svnmerge from by Tarek Ziadé · 16 years ago
  40. 0d0506e Merged revisions 69692 via svnmerge from by Tarek Ziadé · 16 years ago
  41. 25e26a0 Merged revisions 69688,69690 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 2c9abd5 Blocked revisions 69685 via svnmerge by Benjamin Peterson · 16 years ago
  43. d6280f4 Add GC support to count() objects. by Raymond Hettinger · 16 years ago
  44. d67c60f remove another use of cmp() by Benjamin Peterson · 16 years ago
  45. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 16 years ago
  46. b785169 raise more generic Exception() instead of RuntimeError() #5281 by Benjamin Peterson · 16 years ago
  47. 6ab2479 Removed message about compatibility with 2.3. by Facundo Batista · 16 years ago
  48. db9ac1d Merged revisions 69666 via svnmerge from by Eric Smith · 16 years ago
  49. 575d133 Issue #5249: time.strftime returned malformed string when format string by Hirokazu Yamamoto · 16 years ago
  50. debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  51. 0d4785b Fix more places in Objects/longobject.c where it's silently assumed that by Mark Dickinson · 16 years ago
  52. 9d87613 Blocked revisions 69639 via svnmerge by Mark Dickinson · 16 years ago
  53. e441674 A few more type fixes for py3k that were missed in r69635 by Mark Dickinson · 16 years ago
  54. 5a74bf6 Merged revisions 69634 via svnmerge from by Mark Dickinson · 16 years ago
  55. 32732e3 Change importlib.machinery.PathFinder to not have implicit semantics (that's by Brett Cannon · 16 years ago
  56. 4b4a4a5 Add a NOTE about the new specific semantics for failed loads. by Brett Cannon · 16 years ago
  57. 130786f Merged revisions 69617 via svnmerge from by Benjamin Peterson · 16 years ago
  58. ca4fa07 Blocked revisions 69610 via svnmerge by Tarek Ziadé · 16 years ago
  59. c1375d5 Merged revisions 69609 via svnmerge from by Tarek Ziadé · 16 years ago
  60. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 16 years ago
  61. 8c20189 Merged revisions 69602 via svnmerge from by Tarek Ziadé · 16 years ago
  62. 68c5095 Merged revisions 69598 via svnmerge from by Tarek Ziadé · 16 years ago
  63. 811d624 Merged revisions 69594 via svnmerge from by Tarek Ziadé · 16 years ago
  64. 9033dcb Fix typos in version numbers. by Martin v. Löwis · 16 years ago
  65. d7b5f66 Merged revisions 69585 via svnmerge from by Tarek Ziadé · 16 years ago
  66. 79eee6b Merged revisions 69582-69583 via svnmerge from by Antoine Pitrou · 16 years ago
  67. b5de0f2 Blocked revisions 69578 via svnmerge by Georg Brandl · 16 years ago
  68. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 16 years ago
  69. c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 16 years ago
  70. 35e2c4e Blocked revisions 69573 via svnmerge by Georg Brandl · 16 years ago
  71. c37f333 Blocked revisions 69570 via svnmerge by Georg Brandl · 16 years ago
  72. 9617a59 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 16 years ago
  73. 76cb7ed Merged revisions 69566 via svnmerge from by Tarek Ziadé · 16 years ago
  74. bc94c80 Merged revisions 69562 via svnmerge from by Georg Brandl · 16 years ago
  75. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  76. a38dd8f Blocked revisions 69522,69525,69528,69530,69546 via svnmerge by Benjamin Peterson · 16 years ago
  77. 9474e0d Merged revisions 69551 via svnmerge from by Tarek Ziadé · 16 years ago
  78. c28ad27 Issue 4998: restore utility of __slots__ on Fraction. (forward merge of r68813). by Mark Dickinson · 16 years ago
  79. bc44866 Fix for issue5224 ("Update Shell Profile.command" contains wrong Python version on OSX) by Ronald Oussoren · 16 years ago
  80. 9e35004 This fixes issue3883 (text on the buttons in the preferences panel for IDLE doesn't fit on OSX) by Ronald Oussoren · 16 years ago
  81. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 16 years ago
  82. 50987bc Update the ReadMe and Welcome files that are used by the OSX binary by Ronald Oussoren · 16 years ago
  83. 672f62a Fix for issue5196, patch by Ned Deily. by Ronald Oussoren · 16 years ago
  84. 711b578 Fix for issue5195, a patch by Ned Deily by Ronald Oussoren · 16 years ago
  85. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 16 years ago
  86. de09acf One more test. by Raymond Hettinger · 16 years ago
  87. 8a882a7 Add an extra testcase. by Raymond Hettinger · 16 years ago
  88. 6dfff19 Fix spaces/tabs in example. by Raymond Hettinger · 16 years ago
  89. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
  90. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 16 years ago
  91. a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 16 years ago
  92. b3ce916 Blocked revisions 69509 via svnmerge by Benjamin Peterson · 16 years ago
  93. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  94. 651453a Clean-up named tuple docs. by Raymond Hettinger · 16 years ago
  95. 465c802 (The fix has been slightly adjusted.) by Thomas Heller · 16 years ago
  96. a06f44b Merged revisions 69500 via svnmerge from by Mark Dickinson · 16 years ago
  97. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 16 years ago
  98. eeba356 Merged revisions 69494 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  99. 11f7210 Merged revisions 69489-69490 via svnmerge from by Martin v. Löwis · 16 years ago
  100. 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 16 years ago