1. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 15 years ago
  2. 7f587cd Fix alignment by Raymond Hettinger · 15 years ago
  3. 5bfd8ce Add examples. by Raymond Hettinger · 15 years ago
  4. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  5. 175cb23 Clarify the table entries for combinatorics. by Raymond Hettinger · 15 years ago
  6. 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  7. 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 15 years ago
  8. 238018c Perform minor copy edits by Raymond Hettinger · 15 years ago
  9. 0d8f073 Update signature style of optional arguments, part two. by Georg Brandl · 15 years ago
  10. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  11. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  12. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  13. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  14. 65c9eb2 Add helpful link. by Raymond Hettinger · 15 years ago
  15. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  16. 3cde7c7 Undocument the existence of the memo attribute and its main use-case. by Alexandre Vassalotti · 15 years ago
  17. 1102062 Emphasize that Unpickler.memo is not necessarily a dict. by Alexandre Vassalotti · 15 years ago
  18. 9d7665d Add more examples in pickle documentation. by Alexandre Vassalotti · 15 years ago
  19. ffcec43 Remove old reference to cPickle. by Alexandre Vassalotti · 15 years ago
  20. 9743fd0 Fix typo. by Raymond Hettinger · 15 years ago
  21. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  22. bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 15 years ago
  23. b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 15 years ago
  24. 605b9d9 fix markup by Benjamin Peterson · 15 years ago
  25. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 15 years ago
  26. 9f4cb1c Add a meta path importer example. by Brett Cannon · 15 years ago
  27. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 1fd32a6 Add link to an alternative generator with a long-period. by Raymond Hettinger · 15 years ago
  29. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 15 years ago
  30. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  31. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  32. 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 15 years ago
  33. 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 15 years ago
  34. e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 15 years ago
  35. abb02fd Change email address. by Jeremy Hylton · 15 years ago
  36. 70d61ce "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. by Barry Warsaw · 15 years ago
  37. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  38. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 15 years ago
  39. ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 15 years ago
  40. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  41. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  42. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  43. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  44. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 15 years ago
  46. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  47. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  48. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  49. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  50. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  51. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  52. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  53. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  54. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  55. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  56. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  57. 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
  58. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  59. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  60. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  61. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  62. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  63. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  64. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  65. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 15 years ago
  66. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  67. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  68. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 15 years ago
  69. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  70. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  71. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 15 years ago
  72. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  73. 28c013d Fix markup. by Raymond Hettinger · 15 years ago
  74. 10745a9 fix versionchanged by Benjamin Peterson · 15 years ago
  75. 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
  76. 9c751b7 Fix some reST mishaps. by Brett Cannon · 15 years ago
  77. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 15 years ago
  78. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 15 years ago
  79. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 15 years ago
  80. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 15 years ago
  81. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago
  82. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 15 years ago
  83. 47aa989 Redocument the empty() and full() methods. by Raymond Hettinger · 15 years ago
  84. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  85. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
  86. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
  87. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  88. a88e4da Fix markup. by Raymond Hettinger · 16 years ago
  89. 231b7f1 Fix markup. by Raymond Hettinger · 16 years ago
  90. 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
  91. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
  92. b62ad24 Fix versionchanged. by Raymond Hettinger · 16 years ago
  93. d45bf58 fix versionadded by Benjamin Peterson · 16 years ago
  94. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  95. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
  96. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 16 years ago
  97. 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 16 years ago
  98. 85685e9 Fix docs for ConfigParser. by Raymond Hettinger · 16 years ago
  99. 2dd0104 #5357: fix incomprehensible paragraph in urlopen() doc. by Georg Brandl · 16 years ago
  100. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 16 years ago