1. e0898d9 accept assigned and updated parameters for wraps() (fixes #85) by Benjamin Peterson · 10 years ago 1.7.3 master
  2. b4a6e25 instantiate the exception if the value is None (fixes #86) by Benjamin Peterson · 10 years ago
  3. 45e1d68 changelog for pr #45 by Benjamin Peterson · 10 years ago
  4. 2c2fb5b Add email_mime_nonmultipart as MovedModule by Felix Yan · 10 years ago
  5. 3bde321 say that the reraise frame is attached to any tb (fixes #79) by Benjamin Peterson · 10 years ago
  6. 6830629 remove sentence that is no longer true by Benjamin Peterson · 10 years ago
  7. 03e6d3e add splittag mapping (fixes #81) by Benjamin Peterson · 10 years ago
  8. fdc6239 add splituser mapping (fixes #80) by Benjamin Peterson · 10 years ago
  9. a1cf050 dev version header by Benjamin Peterson · 10 years ago
  10. 6847681 Added tag 1.7.3 for changeset 31d908854478 by Benjamin Peterson · 10 years ago
  11. 2304a64 six 1.7.3 by Benjamin Peterson · 10 years ago
  12. 0d919ce simplify with_metaclass implementation by Benjamin Peterson · 10 years ago
  13. dc2f8c5 account for __spec__ possibly being None (fixes #77) by Benjamin Peterson · 10 years ago
  14. 7699ce7 xmlrpc_server should map to SimpleXMLRPCServer on Python 2 (fixes #74) by Benjamin Peterson · 10 years ago
  15. cdf627b dev version header by Benjamin Peterson · 10 years ago
  16. 9031b86 Added tag 1.7.2 for changeset cb0ed571b64a by Benjamin Peterson · 10 years ago
  17. 0312219 six 1.7.2 by Benjamin Peterson · 10 years ago
  18. 2a94e1f fix importing when sys.meta_path is empty (fixes #72) by Benjamin Peterson · 10 years ago
  19. f82f33d Added tag 1.7.1 for changeset 307b88b684ec by Benjamin Peterson · 10 years ago
  20. 322fa02 six 1.7.1 by Benjamin Peterson · 10 years ago
  21. d2f7091 remove other instances of the six meta path importer if six is reloaded (fixes #71) by Benjamin Peterson · 10 years ago
  22. d8801fd Added tag 1.7.0 for changeset 35f6d89f826f by Benjamin Peterson · 10 years ago
  23. b5bdadc six 1.7.0 by Benjamin Peterson · 10 years ago
  24. ee726e0 changelog for pr #30 by Benjamin Peterson · 10 years ago
  25. c7d9d15 add Anselm Kruis by Benjamin Peterson · 10 years ago
  26. e86ad17 Merge heads. by Anselm Kruis · 10 years ago
  27. 90e044d Merged in msabramo/six/tox_posargs (pull request #37) by Benjamin Peterson · 10 years ago
  28. 154d581 Merged in msabramo/six/tox_remove_py24_2 (pull request #42) by Benjamin Peterson · 10 years ago
  29. 650e895 tox.ini: Remove py24 by Marc Abramowitz · 10 years ago
  30. 2f2fb62 Merged in msabramo/six/tox_py34 (pull request #40) by Benjamin Peterson · 10 years ago
  31. a892a4b tox.ini: Add py34 by Marc Abramowitz · 10 years ago
  32. 753554d tox.ini: Add {posargs} to py.test command by Marc Abramowitz · 10 years ago
  33. 0f38069 document wraps by Benjamin Peterson · 10 years ago
  34. 7ed5d30 stdlib wraps is only not buggy on python 3.4+ by Benjamin Peterson · 10 years ago
  35. 4b9f7d4 changelog for pr #32 by Benjamin Peterson · 10 years ago
  36. 26346ef add Joshua Harlow by Benjamin Peterson · 10 years ago
  37. 48832b2 Merged in harlowja/six (pull request #32) by Benjamin Peterson · 10 years ago
  38. 24177ba Add a test for wraps by Joshua Harlow · 10 years ago
  39. 8bdedd3 Adjust to behave like 3.4 behaves by Joshua Harlow · 10 years ago
  40. 7a2c26c add Ben Davis by Benjamin Peterson · 10 years ago
  41. d14716e news note for pr #35 by Benjamin Peterson · 10 years ago
  42. 6e65513 Merged in bendavis78/six/issues/66 (pull request #35) by Benjamin Peterson · 10 years ago
  43. b4fd9fd Test to ensure that with_metaclass() does not insert any intermediary bases by Ben Davis · 10 years ago
  44. 609f92c Fixed #66: Replace the implementation of `six.with_metaclass` with the Flask one. by Ben Davis · 10 years ago
  45. c54e1fe Created new branch issues/66 by Ben Davis · 10 years ago
  46. 99555c6 rearrange into alphabetical order by Benjamin Peterson · 10 years ago
  47. 696f8ef doc changes for pull request #34 by Benjamin Peterson · 10 years ago
  48. b7fd54f added moves.dummy_thread/_dummy_thread by synotna · 10 years ago
  49. 1ffafa1 add Peter Ruibal by Benjamin Peterson · 10 years ago
  50. 8decca0 a change note for pull request #33 by Benjamin Peterson · 10 years ago
  51. 1aeb514 Add moves for UserDict and UserList by Peter Ruibal · 10 years ago
  52. 2e478ad Add a wraps helper by Joshua Harlow · 10 years ago
  53. f547714 use _add_doc by Benjamin Peterson · 10 years ago
  54. 82eae88 add change note for pull request #31 by Benjamin Peterson · 10 years ago
  55. ce94d80 Merged in erikrose/six/fast-iterators (pull request #31) by Benjamin Peterson · 10 years ago
  56. 4edaff3 Stop referencing deleted private attrs in test_dictionary_iterators. by Erik Rose · 10 years ago
  57. d69cbb3 Select the implementations of dictionary iterator routines at import time for a 20% speed boost. by Erik Rose · 10 years ago
  58. f7d2730 Fix issue #63: Use the PEP302 meta path hook to import six.moves. by Anselm Kruis · 10 years ago
  59. 1d1d0e6 Added tag 1.6.1 for changeset 6eaee03127e0 by Benjamin Peterson · 10 years ago
  60. 62c959e six 1.6.1 by Benjamin Peterson · 10 years ago
  61. 11e92b6 raise an AttributeError for six.moves.X when X is a module not available in the current interpreter by Benjamin Peterson · 10 years ago
  62. 8ac86a1 Added tag 1.6.0 for changeset 8bccdd913983 by Benjamin Peterson · 10 years ago
  63. 9d61aef bump version to 1.6.0 by Benjamin Peterson · 10 years ago
  64. 580807c just pretend attributes of unimportable lazy modules don't exist by Benjamin Peterson · 10 years ago
  65. 3c45be1 changelog note for pr #29 by Benjamin Peterson · 10 years ago
  66. d8d7c7d Merged in msabramo/six/urllib_parse_splitquery (pull request #29) by Benjamin Peterson · 10 years ago
  67. 7a2e2bc Add six.moves.urllib.parse.splitquery by Marc Abramowitz · 10 years ago
  68. aeea527 make fake modules pretend not to have __path__ (fixes #56) by Benjamin Peterson · 10 years ago
  69. d361a91 add Julien Danjou by Benjamin Peterson · 10 years ago
  70. a9454d1 add pull request number by Benjamin Peterson · 10 years ago
  71. 840aa01 Add SplitResult support by julien@danjou.info · 10 years ago
  72. 1cc9981 make toplevel heading different per reST norms by Benjamin Peterson · 10 years ago
  73. 41c8d45 six is not capitalized by Benjamin Peterson · 10 years ago
  74. 76a9365 fix py3 link by Benjamin Peterson · 10 years ago
  75. e74b925 add mapping for xmlrpc.server (fixes #55) by Benjamin Peterson · 10 years ago
  76. 581599f dev version header by Benjamin Peterson · 10 years ago
  77. 6c4c47f update doc copyright years by Benjamin Peterson · 10 years ago
  78. d4ea805 fix roles by Benjamin Peterson · 10 years ago
  79. 4aeeec2 document problems with module proxies by Benjamin Peterson · 10 years ago
  80. 53e62d7 Added tag 1.5.2 for changeset 9ca411aad9c0 by Benjamin Peterson · 10 years ago
  81. 04d8a1b bump version to 1.5.2 by Benjamin Peterson · 10 years ago
  82. 4b8dd76 make six.moves modules appear not to have __name__ unless they are loaded (fixes #53) by Benjamin Peterson · 10 years ago
  83. d1c8adb correct version check (fixes #52) by Benjamin Peterson · 10 years ago
  84. ec60abd set license by Benjamin Peterson · 10 years ago
  85. 30a8c16 Added tag 1.5.1 for changeset b4e61713078e by Benjamin Peterson · 10 years ago
  86. d534d86 bump version to 1.5.1 by Benjamin Peterson · 10 years ago
  87. 8ee70e6 pretend __file__ doesn't exist if the module hasn't been loaded yet (fixes #51) by Benjamin Peterson · 10 years ago
  88. c2622b8 Added tag 1.5.0 for changeset 65791bd0ddd9 by Benjamin Peterson · 10 years ago
  89. fd1d9ba bump version to 1.5.0 by Benjamin Peterson · 10 years ago
  90. 8ec8764 add setup.cfg to make universal wheels by Benjamin Peterson · 10 years ago
  91. d694f0d use setuptools' setup when possible by Benjamin Peterson · 10 years ago
  92. 6f7a554 we can use with statement now by Benjamin Peterson · 10 years ago
  93. 61c9fdc add note about 2.4 support by Benjamin Peterson · 10 years ago
  94. 11f32bf changelog for import fixes by Benjamin Peterson · 10 years ago
  95. fc0251e add Alexander Lukanin by Benjamin Peterson · 10 years ago
  96. 7ed739d fix test on Python 3 by Benjamin Peterson · 10 years ago
  97. 57d0c7e consolidate and rename tests by Benjamin Peterson · 10 years ago
  98. 2934c33 Merged in msabramo/six/issue_19 (pull request #18) by Benjamin Peterson · 10 years ago
  99. bb66bb0 MovedModule.__getattr__: Set attribute on the lazy module, so __getattr__ isn't by Marc Abramowitz · 10 years ago
  100. eb119a9 Merge upstream default into issue_19 by Marc Abramowitz · 10 years ago