1. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  2. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  3. 8e33051 Note an improvement to pydoc. by Raymond Hettinger · 15 years ago
  4. f84dfe5 Remove minor entry. Add the ttk module. by Raymond Hettinger · 15 years ago
  5. 8daab40 Fix nits. by Raymond Hettinger · 15 years ago
  6. 2a02777 Eliminate a duplicate entry. by Raymond Hettinger · 15 years ago
  7. 3fa0fb4 typo by Benjamin Peterson · 15 years ago
  8. c4f6d29 Complete the first-pass at whatsnew. by Raymond Hettinger · 15 years ago
  9. f41857e More notes on 3.1 improvements. by Raymond Hettinger · 15 years ago
  10. e7ec57d More updates to whatsnew by Raymond Hettinger · 15 years ago
  11. 1f251a0 Start building-up the whatsnew document for Py3.1 by Raymond Hettinger · 15 years ago
  12. 65c9eb2 Add helpful link. by Raymond Hettinger · 15 years ago
  13. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  14. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  15. 3cde7c7 Undocument the existence of the memo attribute and its main use-case. by Alexandre Vassalotti · 15 years ago
  16. 1102062 Emphasize that Unpickler.memo is not necessarily a dict. by Alexandre Vassalotti · 15 years ago
  17. 9d7665d Add more examples in pickle documentation. by Alexandre Vassalotti · 15 years ago
  18. ffcec43 Remove old reference to cPickle. by Alexandre Vassalotti · 15 years ago
  19. 9743fd0 Fix typo. by Raymond Hettinger · 15 years ago
  20. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  21. bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 15 years ago
  22. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 15 years ago
  23. b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 15 years ago
  24. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 15 years ago
  25. 605b9d9 fix markup by Benjamin Peterson · 15 years ago
  26. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 15 years ago
  27. 9f4cb1c Add a meta path importer example. by Brett Cannon · 15 years ago
  28. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 15 years ago
  29. 1fd32a6 Add link to an alternative generator with a long-period. by Raymond Hettinger · 15 years ago
  30. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 15 years ago
  31. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  32. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  33. b2e36f1 Merged revisions 70910 via svnmerge from by Tarek Ziadé · 15 years ago
  34. 33413cb Add missing label. by Georg Brandl · 15 years ago
  35. 890a49a #1717: fix-up docs for comparison in newtypes document. by Georg Brandl · 15 years ago
  36. ce9fbd3 #5241: document missing A in regex howto. by Georg Brandl · 15 years ago
  37. 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
  38. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 15 years ago
  39. 5081f7e #5566: remove duplicate entry. by Georg Brandl · 15 years ago
  40. 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 15 years ago
  41. e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 15 years ago
  42. abb02fd Change email address. by Jeremy Hylton · 15 years ago
  43. 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 · 15 years ago
  44. 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
  45. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  46. d687887 Remove merging leftover. by Georg Brandl · 15 years ago
  47. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 15 years ago
  48. ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 15 years ago
  49. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  50. 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
  51. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  52. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  53. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  54. b556452 Publicize 3.1-specific performance enhancements by Antoine Pitrou · 15 years ago
  55. 9d81def Merged revisions 70647,70652 via svnmerge from by Antoine Pitrou · 15 years ago
  56. 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 15 years ago
  57. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  58. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 15 years ago
  59. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  60. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  61. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  62. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  63. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  64. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  65. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  66. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  67. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  68. 3036420 more about the file type's death #5513 by Benjamin Peterson · 15 years ago
  69. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  70. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  71. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  72. 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
  73. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  74. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  75. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  76. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  77. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  78. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  79. 7f15786 Merged revisions 70397 via svnmerge from by Georg Brandl · 15 years ago
  80. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  81. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 15 years ago
  82. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  83. ae2dbe2 #5486: typos. by Georg Brandl · 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. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  87. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  88. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 15 years ago
  89. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  90. 28c013d Fix markup. by Raymond Hettinger · 15 years ago
  91. 10745a9 fix versionchanged by Benjamin Peterson · 15 years ago
  92. 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
  93. 9c751b7 Fix some reST mishaps. by Brett Cannon · 15 years ago
  94. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 15 years ago
  95. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 15 years ago
  96. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 15 years ago
  97. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 15 years ago
  98. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago
  99. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 15 years ago
  100. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 15 years ago