1. 8a68122 Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1, by Antoine Pitrou · 15 years ago
  2. 7bf8d4e Add the missing importlib.test.extension.util. by Brett Cannon · 15 years ago
  3. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  4. b2071f8 Update NOTES for importlib now that a replacement for functools.wraps is by Brett Cannon · 15 years ago
  5. 51d8bfc Create a simple substitute for functools.wraps to use in importlib._bootstrap. by Brett Cannon · 15 years ago
  6. 534b2cd Factor out helper code from importlib.test.extension.test_path_hook. by Brett Cannon · 15 years ago
  7. 36d1f3e Add a note for importlib about backporting some of functools.wraps functionality. by Brett Cannon · 15 years ago
  8. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 15 years ago
  9. d94e558 Move importlib's built-in importer to use rpartition for __package__. by Brett Cannon · 15 years ago
  10. eb2e0dd Move importlib's frozen importer over to rpartition for setting __package__. by Brett Cannon · 15 years ago
  11. 2b38494 Blocked revisions 69373-69374,69389,69394 via svnmerge by Benjamin Peterson · 15 years ago
  12. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 15 years ago
  13. 887b3f2 long -> int by Guilherme Polo · 15 years ago
  14. 48494d0 Merged revisions 69385 via svnmerge from by Tarek Ziadé · 15 years ago
  15. 491aee2 Merged revisions 69376-69377 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  16. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 15 years ago
  17. d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 15 years ago
  18. 0a7b2c7 #5173: StandardError wasn't removed in 2.6. by Georg Brandl · 15 years ago
  19. b9ebd04 Replace references to python-3000 mailing list with python-dev in README. by Mark Dickinson · 15 years ago
  20. fce970a Merged revisions 69366 via svnmerge from by Tarek Ziadé · 15 years ago
  21. 9b6ddb8 Merged revisions 69360 via svnmerge from by Tarek Ziadé · 15 years ago
  22. d330882 Merged revisions 69356 via svnmerge from by Tarek Ziadé · 15 years ago
  23. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 7f9876c Initial, untested stab at writing a common denominator function for __import__ by Brett Cannon · 15 years ago
  25. 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
  26. 407c757 Blocked revisions 69240,69242,69252-69253,69257,69262,69271-69273,69302-69305,69315,69322 via svnmerge by Benjamin Peterson · 15 years ago
  27. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 15 years ago
  28. d3409de Merged revisions 69342 via svnmerge from by Tarek Ziadé · 15 years ago
  29. 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 15 years ago
  30. a045937 Merged revisions 69330 via svnmerge from by Tarek Ziadé · 15 years ago
  31. 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 15 years ago
  32. 4d491a5 Distutils apparently requires an absolute path so provide one. by Neil Schemenauer · 15 years ago
  33. 6411aa5 Finish implementing tests for importlib.machinery.PathFinder by testing that by Brett Cannon · 15 years ago
  34. 1f9bcd3 Add tests for using sys.path_hooks by importlib.machinery.PathFinder. by Brett Cannon · 15 years ago
  35. 5874ef1 Merged revisions 69316 via svnmerge from by Tarek Ziadé · 15 years ago
  36. 48f5c4ee Implement test for sys.path_importer_cache having None for by Brett Cannon · 15 years ago
  37. 014bf28 Make setup.py work when building in a directory other than the by Neil Schemenauer · 15 years ago
  38. c03a288 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 15 years ago
  39. 47dc751 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 15 years ago
  40. 85a3cef Blocked revisions 69295 via svnmerge by Georg Brandl · 15 years ago
  41. 6520d82 #4992: next() method -> next() function. by Georg Brandl · 15 years ago
  42. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 15 years ago
  43. f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 15 years ago
  44. 2ae8ac2 #5130: replace "unicode" by "bytes" in examples for sequence types. by Georg Brandl · 15 years ago
  45. 84753de Merged revisions 69285 via svnmerge from by Tarek Ziadé · 15 years ago
  46. 64a3a65 Update NOTES for importlib about PathFinder. by Brett Cannon · 15 years ago
  47. 939ea76 Begin writing tests for importlib.machinery.PathFinder. by Brett Cannon · 15 years ago
  48. fa3d1fc Check in the fact that importlib.machinery.PathFinder now exists. by Brett Cannon · 15 years ago
  49. f7e5a8c Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of by Brett Cannon · 15 years ago
  50. be2f57c Blocked revisions 69276 via svnmerge by Benjamin Peterson · 15 years ago
  51. d04fa31 Minor doc fixes. by Raymond Hettinger · 15 years ago
  52. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 15 years ago
  53. d943262 Merged revisions 69260 via svnmerge from by Thomas Heller · 15 years ago
  54. 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
  55. 0e974b8 Blocked revisions 69252 via svnmerge by Brett Cannon · 16 years ago
  56. e78701a Add importlib to the Makefile. by Brett Cannon · 16 years ago
  57. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 16 years ago
  58. f6e1806 Blocked revisions 69242 via svnmerge by Benjamin Peterson · 16 years ago
  59. 82417ca Register decimals as numbers.Number by Raymond Hettinger · 16 years ago
  60. 2fad801 Blocked revisions 69237 via svnmerge by Benjamin Peterson · 16 years ago
  61. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  62. 94a45da Blocked revisions 68532,69161,69227 via svnmerge by Benjamin Peterson · 16 years ago
  63. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  64. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 16 years ago
  65. 7f42395 Merged revisions 69217,69219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  66. 3c16165 Change type of tp_reserved from cmpfunc to (void *); remove definition by Mark Dickinson · 16 years ago
  67. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  68. 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
  69. 1d37668 To prevent another screw-up on my part where my prototype gets lost thanks to by Brett Cannon · 16 years ago
  70. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
  71. bc186a8 Merged revisions 69205 via svnmerge from by Martin v. Löwis · 16 years ago
  72. 49db063 Merged revisions 69200 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  73. 02a6888 Note to move __package__ stuff over to rpartition to make Nick happy. Also make by Brett Cannon · 16 years ago
  74. 8ec5829 Recorded merge of revisions 69195 via svnmerge from by Guilherme Polo · 16 years ago
  75. 995d4cd Remove exception for non-NULL tp_compare that was introduced in r69188. by Mark Dickinson · 16 years ago
  76. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 16 years ago
  77. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
  78. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  79. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  80. 776e701 Simplify write_bytecode for importlib. by Brett Cannon · 16 years ago
  81. 20b56e1 Update importlib notes. by Brett Cannon · 16 years ago
  82. ba96f0f Ditch read_source() and read_bytecode() and replace with *_path() and by Brett Cannon · 16 years ago
  83. 51c5026 Expose source_path and bytecode_path on _PyFileLoader. by Brett Cannon · 16 years ago
  84. 6c3aaf3 Remove an outdated todo item from importlib. by Brett Cannon · 16 years ago
  85. d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 16 years ago
  86. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  87. ae9ad18 Do not execute the .pyc/.pyo files as well as the .py files. by Brett Cannon · 16 years ago
  88. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 16 years ago
  89. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 16 years ago
  90. 223a19d Fix importlib.machinery.FrozenImporter.load_module() to set __package__ by Brett Cannon · 16 years ago
  91. e70485e Move extension module loader tests over to importlib.test.abc.LoaderTests. by Brett Cannon · 16 years ago
  92. d98a6a0 Move built-in loader tests to importlib.test.abc.LoaderTests. by Brett Cannon · 16 years ago
  93. fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 16 years ago
  94. 548a4cb Blocked revisions 69146,69149 via svnmerge by Benjamin Peterson · 16 years ago
  95. 2906064 fix indentation again by Benjamin Peterson · 16 years ago
  96. e1c3729 Blocked revisions 69134 via svnmerge by Benjamin Peterson · 16 years ago
  97. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  98. 72ead17 Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this by Mark Dickinson · 16 years ago
  99. e9deddb comprehrensions now have proper scoping #5106 by Benjamin Peterson · 16 years ago
  100. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago