1. 32732e3 Change importlib.machinery.PathFinder to not have implicit semantics (that's by Brett Cannon · 16 years ago
  2. 4b4a4a5 Add a NOTE about the new specific semantics for failed loads. by Brett Cannon · 16 years ago
  3. 130786f Merged revisions 69617 via svnmerge from by Benjamin Peterson · 16 years ago
  4. c1375d5 Merged revisions 69609 via svnmerge from by Tarek Ziadé · 16 years ago
  5. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 16 years ago
  6. 8c20189 Merged revisions 69602 via svnmerge from by Tarek Ziadé · 16 years ago
  7. 68c5095 Merged revisions 69598 via svnmerge from by Tarek Ziadé · 16 years ago
  8. 811d624 Merged revisions 69594 via svnmerge from by Tarek Ziadé · 16 years ago
  9. d7b5f66 Merged revisions 69585 via svnmerge from by Tarek Ziadé · 16 years ago
  10. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 16 years ago
  11. c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 16 years ago
  12. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 9474e0d Merged revisions 69551 via svnmerge from by Tarek Ziadé · 16 years ago
  14. c28ad27 Issue 4998: restore utility of __slots__ on Fraction. (forward merge of r68813). by Mark Dickinson · 16 years ago
  15. 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
  16. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 16 years ago
  17. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 16 years ago
  18. de09acf One more test. by Raymond Hettinger · 16 years ago
  19. 8a882a7 Add an extra testcase. by Raymond Hettinger · 16 years ago
  20. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
  21. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 16 years ago
  22. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  23. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 16 years ago
  24. 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 16 years ago
  25. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 16 years ago
  26. befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 16 years ago
  27. c1761b7 Add a NOTE that alternative VMs should be supported by importlib in a nicer by Brett Cannon · 16 years ago
  28. a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 16 years ago
  29. ae09899 Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  30. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 16 years ago
  31. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 16 years ago
  32. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 16 years ago
  33. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 16 years ago
  34. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
  35. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
  36. 7bf8d4e Add the missing importlib.test.extension.util. by Brett Cannon · 16 years ago
  37. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  38. b2071f8 Update NOTES for importlib now that a replacement for functools.wraps is by Brett Cannon · 16 years ago
  39. 51d8bfc Create a simple substitute for functools.wraps to use in importlib._bootstrap. by Brett Cannon · 16 years ago
  40. 534b2cd Factor out helper code from importlib.test.extension.test_path_hook. by Brett Cannon · 16 years ago
  41. 36d1f3e Add a note for importlib about backporting some of functools.wraps functionality. by Brett Cannon · 16 years ago
  42. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 16 years ago
  43. d94e558 Move importlib's built-in importer to use rpartition for __package__. by Brett Cannon · 16 years ago
  44. eb2e0dd Move importlib's frozen importer over to rpartition for setting __package__. by Brett Cannon · 16 years ago
  45. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  46. 887b3f2 long -> int by Guilherme Polo · 16 years ago
  47. 48494d0 Merged revisions 69385 via svnmerge from by Tarek Ziadé · 16 years ago
  48. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 16 years ago
  49. d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 16 years ago
  50. fce970a Merged revisions 69366 via svnmerge from by Tarek Ziadé · 16 years ago
  51. 9b6ddb8 Merged revisions 69360 via svnmerge from by Tarek Ziadé · 16 years ago
  52. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 16 years ago
  53. 7f9876c Initial, untested stab at writing a common denominator function for __import__ by Brett Cannon · 16 years ago
  54. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 16 years ago
  56. d3409de Merged revisions 69342 via svnmerge from by Tarek Ziadé · 16 years ago
  57. 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 16 years ago
  58. a045937 Merged revisions 69330 via svnmerge from by Tarek Ziadé · 16 years ago
  59. 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 16 years ago
  60. 6411aa5 Finish implementing tests for importlib.machinery.PathFinder by testing that by Brett Cannon · 16 years ago
  61. 1f9bcd3 Add tests for using sys.path_hooks by importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  62. 5874ef1 Merged revisions 69316 via svnmerge from by Tarek Ziadé · 16 years ago
  63. 48f5c4ee Implement test for sys.path_importer_cache having None for by Brett Cannon · 16 years ago
  64. c03a288 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 16 years ago
  65. 47dc751 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 16 years ago
  66. 84753de Merged revisions 69285 via svnmerge from by Tarek Ziadé · 16 years ago
  67. 64a3a65 Update NOTES for importlib about PathFinder. by Brett Cannon · 16 years ago
  68. 939ea76 Begin writing tests for importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  69. fa3d1fc Check in the fact that importlib.machinery.PathFinder now exists. by Brett Cannon · 16 years ago
  70. f7e5a8c Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of by Brett Cannon · 16 years ago
  71. d04fa31 Minor doc fixes. by Raymond Hettinger · 16 years ago
  72. 3bbfba8 r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instead of a socket.SocketIO. This moves the underlying socket.socket object from r.fp._sock to r.fp.raw._sock. Since _sock is an internal object, this should be ok. The change is for the testsuite only, to assert socket state. by Kristján Valur Jónsson · 16 years ago
  73. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 16 years ago
  74. 82417ca Register decimals as numbers.Number by Raymond Hettinger · 16 years ago
  75. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  76. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  77. 438cecd Add some notes for importlib to package up what is in Python 2.7 as well as modules that can probably get replaced by importlib at some point. by Brett Cannon · 16 years ago
  78. 1d37668 To prevent another screw-up on my part where my prototype gets lost thanks to by Brett Cannon · 16 years ago
  79. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
  80. 02a6888 Note to move __package__ stuff over to rpartition to make Nick happy. Also make by Brett Cannon · 16 years ago
  81. 8ec5829 Recorded merge of revisions 69195 via svnmerge from by Guilherme Polo · 16 years ago
  82. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  83. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  84. 776e701 Simplify write_bytecode for importlib. by Brett Cannon · 16 years ago
  85. 20b56e1 Update importlib notes. by Brett Cannon · 16 years ago
  86. ba96f0f Ditch read_source() and read_bytecode() and replace with *_path() and by Brett Cannon · 16 years ago
  87. 51c5026 Expose source_path and bytecode_path on _PyFileLoader. by Brett Cannon · 16 years ago
  88. 6c3aaf3 Remove an outdated todo item from importlib. by Brett Cannon · 16 years ago
  89. d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 16 years ago
  90. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  91. ae9ad18 Do not execute the .pyc/.pyo files as well as the .py files. by Brett Cannon · 16 years ago
  92. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 16 years ago
  93. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 16 years ago
  94. 223a19d Fix importlib.machinery.FrozenImporter.load_module() to set __package__ by Brett Cannon · 16 years ago
  95. e70485e Move extension module loader tests over to importlib.test.abc.LoaderTests. by Brett Cannon · 16 years ago
  96. d98a6a0 Move built-in loader tests to importlib.test.abc.LoaderTests. by Brett Cannon · 16 years ago
  97. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago
  98. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  99. e61426e The trace module was trying to turn ints into ints since co_lnotab was changed by Brett Cannon · 16 years ago
  100. f254a75 Merge testing ABCs for importlib into importlib.test.abc. by Brett Cannon · 16 years ago