1. 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 15 years ago
  2. 8915e0e http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  3. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  4. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  5. 4c93dcb Merged revisions 70574 via svnmerge from by Benjamin Peterson · 15 years ago
  6. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  7. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  9. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  10. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  12. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  14. 17e4fdd Merged revisions 70542 via svnmerge from by Mark Dickinson · 15 years ago
  15. 798ee1a Make imported name private and wrap long-line. by Raymond Hettinger · 15 years ago
  16. f173654 Forward port r70533 and r70538. by Raymond Hettinger · 15 years ago
  17. 3036420 more about the file type's death #5513 by Benjamin Peterson · 15 years ago
  18. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  19. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  20. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  21. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  22. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  23. 9d57ccb Blocked revisions 70463 via svnmerge by Benjamin Peterson · 15 years ago
  24. 0ed5245 port the queue change r70405 by Benjamin Peterson · 15 years ago
  25. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  26. 839d6ca Blocked revisions 70286,70290,70292-70293,70295-70296,70298,70300,70305,70315,70319,70466,70470,70472-70473,70475,70477,70479,70485 via svnmerge by Benjamin Peterson · 15 years ago
  27. 3530246 Merged revisions 70499 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  28. af23217 Remove remnants of svn conflict marker from Misc/NEWS by Mark Dickinson · 15 years ago
  29. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  30. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  31. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  32. 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 15 years ago
  33. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  34. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  35. 0ef2cf6 Blocked revisions 70479 via svnmerge by Mark Dickinson · 15 years ago
  36. bfb5456 Fix typo by Raymond Hettinger · 15 years ago
  37. 18ed2cb Forward port 70475: Add implementation notes. Put methods in more readable order. by Raymond Hettinger · 15 years ago
  38. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  39. 6cf17aa svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit message) by Antoine Pitrou · 15 years ago
  40. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  41. e7f45b8 Blocked revisions 70454 via svnmerge by Mark Dickinson · 15 years ago
  42. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  43. ecdfd51 Merged revisions 70448 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  44. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 15 years ago
  45. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 15 years ago
  46. 9c59fe0 Move Misc/NEWS item to the right place. by Mark Dickinson · 15 years ago
  47. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 15 years ago
  48. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  49. 7f15786 Merged revisions 70397 via svnmerge from by Georg Brandl · 15 years ago
  50. 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 15 years ago
  51. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  52. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 15 years ago
  53. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  54. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 15 years ago
  55. 0e0d8a6 Clean up docstring from importlib.util.module_for_loader. by Brett Cannon · 15 years ago
  56. 22b1331 Blocked revisions 70368 via svnmerge by Eric Smith · 15 years ago
  57. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  58. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 15 years ago
  59. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago
  60. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 15 years ago
  61. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 15 years ago
  62. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  63. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago
  64. e9103d2 Last big re-organization of importlib._bootstrap. Should actually be able to find something in the file now. by Brett Cannon · 15 years ago
  65. ce43ddf Do a little bit of reorganization on importlib._bootstrap. by Brett Cannon · 15 years ago
  66. 3eeaa0a Make utility code in importlib._bootstrap private. by Brett Cannon · 15 years ago
  67. 9495f18 Define importlib.__init__.__all__. by Brett Cannon · 15 years ago
  68. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 15 years ago
  69. 6c4b4b2 Add reference to solution for a commonly asked question. by Raymond Hettinger · 15 years ago
  70. 516db94 Merged revisions 70308 via svnmerge from by Tarek Ziadé · 15 years ago
  71. c59cd68 Add a NOTE for importlib to fill in the docstrings for the ABCs. by Brett Cannon · 15 years ago
  72. d8e9526 Blocked revisions 70305 via svnmerge by Brett Cannon · 15 years ago
  73. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  74. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  75. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  76. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 15 years ago
  77. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  78. 28c013d Fix markup. by Raymond Hettinger · 15 years ago
  79. 10745a9 fix versionchanged by Benjamin Peterson · 15 years ago
  80. e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 07c0a75 Blocked revisions 70261,70267,70271,70273 via svnmerge by Benjamin Peterson · 15 years ago
  82. 9c751b7 Fix some reST mishaps. by Brett Cannon · 15 years ago
  83. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 15 years ago
  84. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 15 years ago
  85. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 15 years ago
  86. e2085be Clean up importlib NOTES so it only contains short term goals. by Brett Cannon · 15 years ago
  87. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 15 years ago
  88. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago
  89. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 15 years ago
  90. ba3fcf1 Remove a dead XXX comment. by Brett Cannon · 15 years ago
  91. 29dff8a Fix importlib._bootstrap.PyPycLoader.load_module() to better handle by Brett Cannon · 15 years ago
  92. 9fd459a hack StringIO's repr, so it doesn't give an encoding by Benjamin Peterson · 15 years ago
  93. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 15 years ago
  94. f2b55fb Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode. by Brett Cannon · 15 years ago
  95. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 15 years ago
  96. 1014d42 Minor changes to Python source base loader. by Brett Cannon · 15 years ago
  97. 79925fd Skip case-sensitivity tests for extension modules if _testcapi cannot be found. by Brett Cannon · 15 years ago
  98. 3c2ac44 Fix a typo in a comment. by Brett Cannon · 15 years ago
  99. ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 15 years ago
  100. 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 15 years ago