1. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  2. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  3. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 15 years ago
  4. 81fac43 Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge by Benjamin Peterson · 15 years ago
  5. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  6. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  7. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 15 years ago
  8. 230feba urlencode: by Jeremy Hylton · 15 years ago
  9. f819886 Simplify a few complicated expressions. by Jeremy Hylton · 15 years ago
  10. a4de60a Whitespace normalization. by Jeremy Hylton · 15 years ago
  11. 663fffa Fix a circular import dependency. by Brett Cannon · 15 years ago
  12. 52dc06b Separate initialization from clearing. by Raymond Hettinger · 15 years ago
  13. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 15 years ago
  14. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  15. 9b8d24b reuse tokenize.detect_encoding in linecache instead of a custom solution by Benjamin Peterson · 15 years ago
  16. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  17. 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 15 years ago
  18. 8915e0e http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  19. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  20. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  21. 4c93dcb Merged revisions 70574 via svnmerge from by Benjamin Peterson · 15 years ago
  22. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  23. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  25. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  26. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  28. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  29. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  30. 17e4fdd Merged revisions 70542 via svnmerge from by Mark Dickinson · 15 years ago
  31. 798ee1a Make imported name private and wrap long-line. by Raymond Hettinger · 15 years ago
  32. f173654 Forward port r70533 and r70538. by Raymond Hettinger · 15 years ago
  33. 3036420 more about the file type's death #5513 by Benjamin Peterson · 15 years ago
  34. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  35. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  36. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  37. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  38. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  39. 9d57ccb Blocked revisions 70463 via svnmerge by Benjamin Peterson · 15 years ago
  40. 0ed5245 port the queue change r70405 by Benjamin Peterson · 15 years ago
  41. 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
  42. 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
  43. 3530246 Merged revisions 70499 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  44. af23217 Remove remnants of svn conflict marker from Misc/NEWS by Mark Dickinson · 15 years ago
  45. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  46. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  47. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  48. 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 15 years ago
  49. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  50. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  51. 0ef2cf6 Blocked revisions 70479 via svnmerge by Mark Dickinson · 15 years ago
  52. bfb5456 Fix typo by Raymond Hettinger · 15 years ago
  53. 18ed2cb Forward port 70475: Add implementation notes. Put methods in more readable order. by Raymond Hettinger · 15 years ago
  54. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  55. 6cf17aa svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit message) by Antoine Pitrou · 15 years ago
  56. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  57. e7f45b8 Blocked revisions 70454 via svnmerge by Mark Dickinson · 15 years ago
  58. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  59. ecdfd51 Merged revisions 70448 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  60. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 15 years ago
  61. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 15 years ago
  62. 9c59fe0 Move Misc/NEWS item to the right place. by Mark Dickinson · 15 years ago
  63. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 15 years ago
  64. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  65. 7f15786 Merged revisions 70397 via svnmerge from by Georg Brandl · 15 years ago
  66. 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 15 years ago
  67. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  68. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 15 years ago
  69. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  70. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 15 years ago
  71. 0e0d8a6 Clean up docstring from importlib.util.module_for_loader. by Brett Cannon · 15 years ago
  72. 22b1331 Blocked revisions 70368 via svnmerge by Eric Smith · 15 years ago
  73. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  74. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 15 years ago
  75. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago
  76. 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
  77. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 15 years ago
  78. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  79. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago
  80. 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
  81. ce43ddf Do a little bit of reorganization on importlib._bootstrap. by Brett Cannon · 15 years ago
  82. 3eeaa0a Make utility code in importlib._bootstrap private. by Brett Cannon · 15 years ago
  83. 9495f18 Define importlib.__init__.__all__. by Brett Cannon · 15 years ago
  84. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 15 years ago
  85. 6c4b4b2 Add reference to solution for a commonly asked question. by Raymond Hettinger · 15 years ago
  86. 516db94 Merged revisions 70308 via svnmerge from by Tarek Ziadé · 15 years ago
  87. c59cd68 Add a NOTE for importlib to fill in the docstrings for the ABCs. by Brett Cannon · 15 years ago
  88. d8e9526 Blocked revisions 70305 via svnmerge by Brett Cannon · 15 years ago
  89. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  90. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  91. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  92. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 15 years ago
  93. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  94. 28c013d Fix markup. by Raymond Hettinger · 15 years ago
  95. 10745a9 fix versionchanged by Benjamin Peterson · 15 years ago
  96. 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
  97. 07c0a75 Blocked revisions 70261,70267,70271,70273 via svnmerge by Benjamin Peterson · 15 years ago
  98. 9c751b7 Fix some reST mishaps. by Brett Cannon · 15 years ago
  99. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 15 years ago
  100. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 15 years ago