1. e1c3729 Blocked revisions 69134 via svnmerge by Benjamin Peterson · 16 years ago
  2. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  3. 72ead17 Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this by Mark Dickinson · 16 years ago
  4. e9deddb comprehrensions now have proper scoping #5106 by Benjamin Peterson · 16 years ago
  5. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago
  6. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 90eaaf6 Issue #5041: Fixed memory leak. by Hirokazu Yamamoto · 16 years ago
  8. 5276c64 Blocked revisions 68772,68892,69039 via svnmerge by Benjamin Peterson · 16 years ago
  9. e8fcbf6 fix a case of set_daemon #5087 by Benjamin Peterson · 16 years ago
  10. e61426e The trace module was trying to turn ints into ints since co_lnotab was changed by Brett Cannon · 16 years ago
  11. f254a75 Merge testing ABCs for importlib into importlib.test.abc. by Brett Cannon · 16 years ago
  12. b18b936 Merged revisions 69106 via svnmerge from by Tarek Ziadé · 16 years ago
  13. 7fc0dd7 Fix error in docs. The source says proto 2 is the default. by Raymond Hettinger · 16 years ago
  14. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 16 years ago
  15. 891f263 Fix issue5076: bdist_wininst fails on py3k by Mark Hammond · 16 years ago
  16. 6d0e975 Merged revisions 69094 via svnmerge from by Mark Hammond · 16 years ago
  17. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 16 years ago
  18. 19f8bd2 Blocked revisions 69085,69087 via svnmerge by Benjamin Peterson · 16 years ago
  19. 811f3dc Fix typo. by Raymond Hettinger · 16 years ago
  20. 3522a58 Update itertools.__doc__ to include all tools. by Raymond Hettinger · 16 years ago
  21. 32b5bb6 Blocked revisions 68521 via svnmerge by Benjamin Peterson · 16 years ago
  22. 0b6f896 Blocked revisions 69070,69074 via svnmerge by Benjamin Peterson · 16 years ago
  23. d23e013 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 16 years ago
  24. ae65018 Beef-up tests for collections ABCs. by Raymond Hettinger · 16 years ago
  25. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  26. 9de29af Merged revisions 69060-69063 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  27. a7d2797 Merged revisions 69053 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  28. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  29. 9844a1f Merged revisions 69038 via svnmerge from by Mark Hammond · 16 years ago
  30. 4fcc4cf Blocked revisions 69001,69010,69012,69014,69018,69023 via svnmerge by Benjamin Peterson · 16 years ago
  31. c429a83 Fix an occurrence of cmp that was missed in r69025 by Mark Dickinson · 16 years ago
  32. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  33. 191e850 Add more tests for the powerset() recipe. by Raymond Hettinger · 16 years ago
  34. 3471b1c Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r68962. by Raymond Hettinger · 16 years ago
  35. 957929f Add executable property to Python/makeopcodetargets.py by Antoine Pitrou · 16 years ago
  36. da6bc52 More exhaustive combinatoric checks. by Raymond Hettinger · 16 years ago
  37. 0f05517 Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 16 years ago
  38. d17ad8d Stronger tests for combinatoric relationships. by Raymond Hettinger · 16 years ago
  39. eb508ad Add tests to verify combinatoric relationships. by Raymond Hettinger · 16 years ago
  40. 883d276 Beautify grouper() recipe in docs. by Raymond Hettinger · 16 years ago
  41. 749761e Put functions back in alphabetical order. by Raymond Hettinger · 16 years ago
  42. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 16 years ago
  43. dd1b33a Blocked revisions 68998 via svnmerge by Benjamin Peterson · 16 years ago
  44. a74ccea Initial take on importlib.test.loader_tests. by Brett Cannon · 16 years ago
  45. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 16 years ago
  46. 2953bd4 Blocked revisions 68964,68985 via svnmerge by Benjamin Peterson · 16 years ago
  47. dd827c4 Update importlib NOTES. by Brett Cannon · 16 years ago
  48. d197a2b Move importlib.test.frozen.test_finder over to importlib.test.finder_tests. by Brett Cannon · 16 years ago
  49. 1d0b43d Move importlib.test.builtin.test_finder over to importlib.test.finder_tests. by Brett Cannon · 16 years ago
  50. 97c8a07 Make importlib.test.finder_tests an ABC. by Brett Cannon · 16 years ago
  51. c49715f Move importlib.test.extension.test_finder over to importlib.test.finder_tests. by Brett Cannon · 16 years ago
  52. a2a8e8b Forward port r68985: Idle startup message. by Raymond Hettinger · 16 years ago
  53. 39df610 Fix test so as to also pass in debug mode by Antoine Pitrou · 16 years ago
  54. a5cafdf Merged revisions 68974-68975 via svnmerge from by Mark Dickinson · 16 years ago
  55. 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 · 16 years ago
  56. 0302cf5 Merged revisions 68951 via svnmerge from by Tarek Ziadé · 16 years ago
  57. 26dd760 Fix signed/unsigned mismatch. by Raymond Hettinger · 16 years ago
  58. c2bd968 Blocked revisions 68941-68942 via svnmerge by Benjamin Peterson · 16 years ago
  59. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 16 years ago
  60. ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 16 years ago
  61. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 16 years ago
  62. d0005ff Update NOTES for importlib. by Brett Cannon · 16 years ago
  63. 4e9c0f5 Blocked revisions 68953 via svnmerge by Brett Cannon · 16 years ago
  64. 1e2d870 Merged revisions 68947 via svnmerge from by Mark Dickinson · 16 years ago
  65. 97d3aa5 use the classmethod directive by Benjamin Peterson · 16 years ago
  66. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 16 years ago
  67. 4d4456f Merged revisions 68929 via svnmerge from by Tarek Ziadé · 16 years ago
  68. 7ce17fe Blocked revisions 68927 via svnmerge by Hirokazu Yamamoto · 16 years ago
  69. 2989de0 Blocked revisions 68925 via svnmerge by Benjamin Peterson · 16 years ago
  70. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 16 years ago
  71. e6aad75 Merged revisions 68920 via svnmerge from by Mark Dickinson · 16 years ago
  72. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 16 years ago
  73. 51d4aab Add the terms "finder", "loader", and "importer" to the glossary. by Brett Cannon · 16 years ago
  74. 41faa54 merge r68915 to py3k by Jesse Noller · 16 years ago
  75. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 16 years ago
  76. 3dfe55b Merged revisions 68897 via svnmerge from by Mark Dickinson · 16 years ago
  77. acbf461 Merged revisions 68893 via svnmerge from by Martin v. Löwis · 16 years ago
  78. 17e5587 Merged revisions 68890 via svnmerge from by Mark Dickinson · 16 years ago
  79. d4624c3 Some minor cleanups in PyLong_FromLong: by Mark Dickinson · 16 years ago
  80. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 16 years ago
  81. d9aab51 Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 16 years ago
  82. 92cb438 Issue 3677: Release the path string on py3k by Kristján Valur Jónsson · 16 years ago
  83. e4bccb7 Factor common branch in load_long(). by Alexandre Vassalotti · 16 years ago
  84. 6fd47e2 merge 68874 to py3kwq! by Jesse Noller · 16 years ago
  85. 21cbf5f Merged revisions 68457 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  86. bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 16 years ago
  87. f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 16 years ago
  88. 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 16 years ago
  89. 446f7ff Remove unnecessary copying in load_long(). by Alexandre Vassalotti · 16 years ago
  90. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  91. 83b9730 Ignore pyc and pyo files. by Brett Cannon · 16 years ago
  92. 7f400e1 Add some comment markers to more clearly delineate what different parts of the by Brett Cannon · 16 years ago
  93. 5abdc93 Add importlib.machinery with its first tenants, BuitinImporter and by Brett Cannon · 16 years ago
  94. 7b3c89d merge r68862 to py3k by Jesse Noller · 16 years ago
  95. 60bbdd5 Blocked revisions 68850,68853 via svnmerge by Benjamin Peterson · 16 years ago
  96. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 16 years ago
  97. 44bf631 Followup of #4874: also fix multibytecodec.c by Antoine Pitrou · 16 years ago
  98. 81fabdb Issue #4874: Most builtin decoders now reject unicode input. by Antoine Pitrou · 16 years ago
  99. dd01f8f Update comments and add an optimized path for Counter.update(). by Raymond Hettinger · 16 years ago
  100. 94adc8e More doc tweaks. by Raymond Hettinger · 16 years ago