1. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 15 years ago
  2. dd1b33a Blocked revisions 68998 via svnmerge by Benjamin Peterson · 15 years ago
  3. a74ccea Initial take on importlib.test.loader_tests. by Brett Cannon · 15 years ago
  4. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 15 years ago
  5. 2953bd4 Blocked revisions 68964,68985 via svnmerge by Benjamin Peterson · 15 years ago
  6. dd827c4 Update importlib NOTES. by Brett Cannon · 15 years ago
  7. d197a2b Move importlib.test.frozen.test_finder over to importlib.test.finder_tests. by Brett Cannon · 15 years ago
  8. 1d0b43d Move importlib.test.builtin.test_finder over to importlib.test.finder_tests. by Brett Cannon · 15 years ago
  9. 97c8a07 Make importlib.test.finder_tests an ABC. by Brett Cannon · 15 years ago
  10. c49715f Move importlib.test.extension.test_finder over to importlib.test.finder_tests. by Brett Cannon · 15 years ago
  11. a2a8e8b Forward port r68985: Idle startup message. by Raymond Hettinger · 15 years ago
  12. 39df610 Fix test so as to also pass in debug mode by Antoine Pitrou · 15 years ago
  13. a5cafdf Merged revisions 68974-68975 via svnmerge from by Mark Dickinson · 15 years ago
  14. 27fe9fc Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method by Antoine Pitrou · 15 years ago
  15. 0302cf5 Merged revisions 68951 via svnmerge from by Tarek Ziadé · 15 years ago
  16. 26dd760 Fix signed/unsigned mismatch. by Raymond Hettinger · 15 years ago
  17. c2bd968 Blocked revisions 68941-68942 via svnmerge by Benjamin Peterson · 15 years ago
  18. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 15 years ago
  19. ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 15 years ago
  20. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 15 years ago
  21. d0005ff Update NOTES for importlib. by Brett Cannon · 15 years ago
  22. 4e9c0f5 Blocked revisions 68953 via svnmerge by Brett Cannon · 15 years ago
  23. 1e2d870 Merged revisions 68947 via svnmerge from by Mark Dickinson · 15 years ago
  24. 97d3aa5 use the classmethod directive by Benjamin Peterson · 15 years ago
  25. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 15 years ago
  26. 4d4456f Merged revisions 68929 via svnmerge from by Tarek Ziadé · 15 years ago
  27. 7ce17fe Blocked revisions 68927 via svnmerge by Hirokazu Yamamoto · 15 years ago
  28. 2989de0 Blocked revisions 68925 via svnmerge by Benjamin Peterson · 15 years ago
  29. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 15 years ago
  30. e6aad75 Merged revisions 68920 via svnmerge from by Mark Dickinson · 15 years ago
  31. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 15 years ago
  32. 51d4aab Add the terms "finder", "loader", and "importer" to the glossary. by Brett Cannon · 15 years ago
  33. 41faa54 merge r68915 to py3k by Jesse Noller · 15 years ago
  34. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 15 years ago
  35. 3dfe55b Merged revisions 68897 via svnmerge from by Mark Dickinson · 15 years ago
  36. acbf461 Merged revisions 68893 via svnmerge from by Martin v. Löwis · 15 years ago
  37. 17e5587 Merged revisions 68890 via svnmerge from by Mark Dickinson · 15 years ago
  38. d4624c3 Some minor cleanups in PyLong_FromLong: by Mark Dickinson · 15 years ago
  39. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 15 years ago
  40. d9aab51 Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 15 years ago
  41. 92cb438 Issue 3677: Release the path string on py3k by Kristján Valur Jónsson · 15 years ago
  42. e4bccb7 Factor common branch in load_long(). by Alexandre Vassalotti · 15 years ago
  43. 6fd47e2 merge 68874 to py3kwq! by Jesse Noller · 15 years ago
  44. 21cbf5f Merged revisions 68457 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  45. bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 15 years ago
  46. f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 15 years ago
  47. 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 15 years ago
  48. 446f7ff Remove unnecessary copying in load_long(). by Alexandre Vassalotti · 15 years ago
  49. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 15 years ago
  50. 83b9730 Ignore pyc and pyo files. by Brett Cannon · 15 years ago
  51. 7f400e1 Add some comment markers to more clearly delineate what different parts of the by Brett Cannon · 15 years ago
  52. 5abdc93 Add importlib.machinery with its first tenants, BuitinImporter and by Brett Cannon · 15 years ago
  53. 7b3c89d merge r68862 to py3k by Jesse Noller · 15 years ago
  54. 60bbdd5 Blocked revisions 68850,68853 via svnmerge by Benjamin Peterson · 15 years ago
  55. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 15 years ago
  56. 44bf631 Followup of #4874: also fix multibytecodec.c by Antoine Pitrou · 15 years ago
  57. 81fabdb Issue #4874: Most builtin decoders now reject unicode input. by Antoine Pitrou · 15 years ago
  58. dd01f8f Update comments and add an optimized path for Counter.update(). by Raymond Hettinger · 15 years ago
  59. 94adc8e More doc tweaks. by Raymond Hettinger · 15 years ago
  60. c8b4cec Blocked revisions 68760,68793,68813,68826,68829,68831 via svnmerge by Benjamin Peterson · 15 years ago
  61. c95d050 Blocked revisions 68843,68845 via svnmerge by Benjamin Peterson · 15 years ago
  62. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 15 years ago
  63. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 15 years ago
  64. 63b3a97 merge r68839 forward to py3k by Jesse Noller · 15 years ago
  65. 08838b6 Merged revisions 68835 via svnmerge from by Antoine Pitrou · 15 years ago
  66. 6268cbc Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 15 years ago
  67. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 15 years ago
  68. c123403 Revert part of r68799 which unintentionally updated this file. by Raymond Hettinger · 15 years ago
  69. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 15 years ago
  70. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 15 years ago
  71. 6dc4396 Blocked revisions 68764,68766 via svnmerge by Benjamin Peterson · 15 years ago
  72. 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 15 years ago
  73. e0c9041 Blocked revisions 68807 via svnmerge by Benjamin Peterson · 15 years ago
  74. b36958a Blocked revisions 68803,68805 via svnmerge by Benjamin Peterson · 15 years ago
  75. 0bae662 Fix typos. by Raymond Hettinger · 15 years ago
  76. 4f7945f Fix typo by Antoine Pitrou · 15 years ago
  77. a0fd888 Issue 4998: Decimal should not subclass or register with numbers.Real. by Raymond Hettinger · 15 years ago
  78. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 15 years ago
  79. cd372c6 Blocked revisions 68789,68792 via svnmerge by Benjamin Peterson · 15 years ago
  80. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 15 years ago
  81. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 15 years ago
  82. df50106 Clarify how the specify the name of a module with the 'module' directive. by Brett Cannon · 15 years ago
  83. 7edf129 merge r68787 to py3k by Jesse Noller · 15 years ago
  84. 4401f34 Blocked revisions 68785 via svnmerge by Benjamin Peterson · 15 years ago
  85. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 6214edd merge r68768 to py3k by Jesse Noller · 15 years ago
  88. 7aedf11 fix compiler warning by Benjamin Peterson · 15 years ago
  89. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 15 years ago
  90. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 15 years ago
  91. d994864 Remove a debugging print statement that accidentally got left in. by Brett Cannon · 15 years ago
  92. b4a1b8c Fix a typo in some code that is not tested or supported yet. by Brett Cannon · 15 years ago
  93. f99d243 Blocked revisions 68544-68545,68597 via svnmerge by Benjamin Peterson · 15 years ago
  94. 18e9512 Merged revisions 68546 via svnmerge from by Benjamin Peterson · 15 years ago
  95. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 15 years ago
  96. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 15 years ago
  97. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 15 years ago
  98. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 15 years ago
  99. 7e15845 Issue #4815: Offer conversion to UTF-8 if source files have by Martin v. Löwis · 15 years ago
  100. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 15 years ago