1. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 16 years ago
  2. 3cde7c7 Undocument the existence of the memo attribute and its main use-case. by Alexandre Vassalotti · 16 years ago
  3. 1102062 Emphasize that Unpickler.memo is not necessarily a dict. by Alexandre Vassalotti · 16 years ago
  4. 9d7665d Add more examples in pickle documentation. by Alexandre Vassalotti · 16 years ago
  5. ffcec43 Remove old reference to cPickle. by Alexandre Vassalotti · 16 years ago
  6. 9743fd0 Fix typo. by Raymond Hettinger · 16 years ago
  7. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 16 years ago
  8. bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 16 years ago
  9. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 16 years ago
  10. b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 16 years ago
  11. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 16 years ago
  12. 605b9d9 fix markup by Benjamin Peterson · 16 years ago
  13. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 16 years ago
  14. 9f4cb1c Add a meta path importer example. by Brett Cannon · 16 years ago
  15. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 1fd32a6 Add link to an alternative generator with a long-period. by Raymond Hettinger · 16 years ago
  17. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 16 years ago
  18. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 16 years ago
  19. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 16 years ago
  20. b2e36f1 Merged revisions 70910 via svnmerge from by Tarek Ziadé · 16 years ago
  21. 33413cb Add missing label. by Georg Brandl · 16 years ago
  22. 890a49a #1717: fix-up docs for comparison in newtypes document. by Georg Brandl · 16 years ago
  23. ce9fbd3 #5241: document missing A in regex howto. by Georg Brandl · 16 years ago
  24. 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 16 years ago
  25. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 16 years ago
  26. 5081f7e #5566: remove duplicate entry. by Georg Brandl · 16 years ago
  27. 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 16 years ago
  28. e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 16 years ago
  29. abb02fd Change email address. by Jeremy Hylton · 16 years ago
  30. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 16 years ago
  31. 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 · 16 years ago
  32. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 16 years ago
  33. d687887 Remove merging leftover. by Georg Brandl · 16 years ago
  34. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 16 years ago
  35. ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 16 years ago
  36. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
  37. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
  38. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 16 years ago
  39. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 16 years ago
  40. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  41. b556452 Publicize 3.1-specific performance enhancements by Antoine Pitrou · 16 years ago
  42. 9d81def Merged revisions 70647,70652 via svnmerge from by Antoine Pitrou · 16 years ago
  43. 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 16 years ago
  44. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 16 years ago
  45. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 16 years ago
  46. 0468df3 clarify the type of data returned by Skip Montanaro · 16 years ago
  47. 7c43524 fix function name by Benjamin Peterson · 16 years ago
  48. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  49. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 6b232cd Add links to related resources. by Raymond Hettinger · 16 years ago
  51. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 16 years ago
  52. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 16 years ago
  53. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 16 years ago
  54. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
  55. 3036420 more about the file type's death #5513 by Benjamin Peterson · 16 years ago
  56. 52c3bf1 sync open() docs more by Benjamin Peterson · 16 years ago
  57. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 16 years ago
  58. db08306 fix incorrect merge by Benjamin Peterson · 16 years ago
  59. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 16 years ago
  60. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 16 years ago
  61. be075b1 Add MutableSet example. by Raymond Hettinger · 16 years ago
  62. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 16 years ago
  63. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
  64. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
  65. 44c5481 Fix a doc typo. by Brett Cannon · 16 years ago
  66. 7f15786 Merged revisions 70397 via svnmerge from by Georg Brandl · 16 years ago
  67. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
  68. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 16 years ago
  69. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
  70. ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
  71. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
  72. 6c4b4b2 Add reference to solution for a commonly asked question. by Raymond Hettinger · 16 years ago
  73. 150fb9c Record version added as 3.1. by Raymond Hettinger · 16 years ago
  74. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  75. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
  76. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 16 years ago
  77. 28c013d Fix markup. by Raymond Hettinger · 16 years ago
  78. 10745a9 fix versionchanged by Benjamin Peterson · 16 years ago
  79. 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 · 16 years ago
  80. 9c751b7 Fix some reST mishaps. by Brett Cannon · 16 years ago
  81. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 16 years ago
  82. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 16 years ago
  83. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 16 years ago
  84. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 16 years ago
  85. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago
  86. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 16 years ago
  87. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 16 years ago
  88. 47aa989 Redocument the empty() and full() methods. by Raymond Hettinger · 16 years ago
  89. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  90. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
  91. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
  92. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  93. 62f71b0 don't bother with version in doc builds by Benjamin Peterson · 16 years ago
  94. a88e4da Fix markup. by Raymond Hettinger · 16 years ago
  95. 231b7f1 Fix markup. by Raymond Hettinger · 16 years ago
  96. 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
  97. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
  98. b62ad24 Fix versionchanged. by Raymond Hettinger · 16 years ago
  99. d45bf58 fix versionadded by Benjamin Peterson · 16 years ago
  100. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago