1. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 15 years ago
  2. de09acf One more test. by Raymond Hettinger · 15 years ago
  3. 8a882a7 Add an extra testcase. by Raymond Hettinger · 15 years ago
  4. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 15 years ago
  5. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 15 years ago
  6. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  7. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 15 years ago
  8. 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 15 years ago
  9. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  10. befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 15 years ago
  11. c1761b7 Add a NOTE that alternative VMs should be supported by importlib in a nicer by Brett Cannon · 15 years ago
  12. a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 15 years ago
  13. ae09899 Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  14. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 15 years ago
  15. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 15 years ago
  16. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 15 years ago
  17. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  18. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 15 years ago
  19. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 15 years ago
  20. 7bf8d4e Add the missing importlib.test.extension.util. by Brett Cannon · 15 years ago
  21. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  22. b2071f8 Update NOTES for importlib now that a replacement for functools.wraps is by Brett Cannon · 15 years ago
  23. 51d8bfc Create a simple substitute for functools.wraps to use in importlib._bootstrap. by Brett Cannon · 15 years ago
  24. 534b2cd Factor out helper code from importlib.test.extension.test_path_hook. by Brett Cannon · 15 years ago
  25. 36d1f3e Add a note for importlib about backporting some of functools.wraps functionality. by Brett Cannon · 15 years ago
  26. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 15 years ago
  27. d94e558 Move importlib's built-in importer to use rpartition for __package__. by Brett Cannon · 15 years ago
  28. eb2e0dd Move importlib's frozen importer over to rpartition for setting __package__. by Brett Cannon · 15 years ago
  29. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 15 years ago
  30. 887b3f2 long -> int by Guilherme Polo · 15 years ago
  31. 48494d0 Merged revisions 69385 via svnmerge from by Tarek Ziadé · 15 years ago
  32. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 15 years ago
  33. d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 15 years ago
  34. fce970a Merged revisions 69366 via svnmerge from by Tarek Ziadé · 15 years ago
  35. 9b6ddb8 Merged revisions 69360 via svnmerge from by Tarek Ziadé · 15 years ago
  36. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 7f9876c Initial, untested stab at writing a common denominator function for __import__ by Brett Cannon · 15 years ago
  38. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  39. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 15 years ago
  40. d3409de Merged revisions 69342 via svnmerge from by Tarek Ziadé · 15 years ago
  41. 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 15 years ago
  42. a045937 Merged revisions 69330 via svnmerge from by Tarek Ziadé · 15 years ago
  43. 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 15 years ago
  44. 6411aa5 Finish implementing tests for importlib.machinery.PathFinder by testing that by Brett Cannon · 15 years ago
  45. 1f9bcd3 Add tests for using sys.path_hooks by importlib.machinery.PathFinder. by Brett Cannon · 15 years ago
  46. 5874ef1 Merged revisions 69316 via svnmerge from by Tarek Ziadé · 15 years ago
  47. 48f5c4ee Implement test for sys.path_importer_cache having None for by Brett Cannon · 15 years ago
  48. c03a288 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 15 years ago
  49. 47dc751 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 15 years ago
  50. 84753de Merged revisions 69285 via svnmerge from by Tarek Ziadé · 15 years ago
  51. 64a3a65 Update NOTES for importlib about PathFinder. by Brett Cannon · 15 years ago
  52. 939ea76 Begin writing tests for importlib.machinery.PathFinder. by Brett Cannon · 15 years ago
  53. fa3d1fc Check in the fact that importlib.machinery.PathFinder now exists. by Brett Cannon · 15 years ago
  54. f7e5a8c Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of by Brett Cannon · 15 years ago
  55. d04fa31 Minor doc fixes. by Raymond Hettinger · 15 years ago
  56. 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 · 15 years ago
  57. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 15 years ago
  58. 82417ca Register decimals as numbers.Number by Raymond Hettinger · 15 years ago
  59. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 15 years ago
  60. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  61. 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 · 15 years ago
  62. 1d37668 To prevent another screw-up on my part where my prototype gets lost thanks to by Brett Cannon · 15 years ago
  63. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 15 years ago
  64. 02a6888 Note to move __package__ stuff over to rpartition to make Nick happy. Also make by Brett Cannon · 15 years ago
  65. 8ec5829 Recorded merge of revisions 69195 via svnmerge from by Guilherme Polo · 15 years ago
  66. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 15 years ago
  67. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  68. 776e701 Simplify write_bytecode for importlib. by Brett Cannon · 15 years ago
  69. 20b56e1 Update importlib notes. by Brett Cannon · 15 years ago
  70. ba96f0f Ditch read_source() and read_bytecode() and replace with *_path() and by Brett Cannon · 15 years ago
  71. 51c5026 Expose source_path and bytecode_path on _PyFileLoader. by Brett Cannon · 15 years ago
  72. 6c3aaf3 Remove an outdated todo item from importlib. by Brett Cannon · 15 years ago
  73. d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 15 years ago
  74. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 15 years ago
  75. ae9ad18 Do not execute the .pyc/.pyo files as well as the .py files. by Brett Cannon · 15 years ago
  76. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 15 years ago
  77. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 15 years ago
  78. 223a19d Fix importlib.machinery.FrozenImporter.load_module() to set __package__ by Brett Cannon · 15 years ago
  79. e70485e Move extension module loader tests over to importlib.test.abc.LoaderTests. by Brett Cannon · 15 years ago
  80. d98a6a0 Move built-in loader tests to importlib.test.abc.LoaderTests. by Brett Cannon · 15 years ago
  81. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago
  82. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  83. e61426e The trace module was trying to turn ints into ints since co_lnotab was changed by Brett Cannon · 16 years ago
  84. f254a75 Merge testing ABCs for importlib into importlib.test.abc. by Brett Cannon · 16 years ago
  85. b18b936 Merged revisions 69106 via svnmerge from by Tarek Ziadé · 16 years ago
  86. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 16 years ago
  87. 891f263 Fix issue5076: bdist_wininst fails on py3k by Mark Hammond · 16 years ago
  88. 6d0e975 Merged revisions 69094 via svnmerge from by Mark Hammond · 16 years ago
  89. ae65018 Beef-up tests for collections ABCs. by Raymond Hettinger · 16 years ago
  90. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  91. 9de29af Merged revisions 69060-69063 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  92. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  93. c429a83 Fix an occurrence of cmp that was missed in r69025 by Mark Dickinson · 16 years ago
  94. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  95. 191e850 Add more tests for the powerset() recipe. by Raymond Hettinger · 16 years ago
  96. 3471b1c Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r68962. by Raymond Hettinger · 16 years ago
  97. da6bc52 More exhaustive combinatoric checks. by Raymond Hettinger · 16 years ago
  98. 0f05517 Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 16 years ago
  99. d17ad8d Stronger tests for combinatoric relationships. by Raymond Hettinger · 16 years ago
  100. eb508ad Add tests to verify combinatoric relationships. by Raymond Hettinger · 16 years ago