1. 6d83429 gzip and bz2 are context managers by Benjamin Peterson · 16 years ago
  2. 38f1bf6 Add missing space. by Georg Brandl · 16 years ago
  3. 2cd82a8 #5458: add a note when we started to raise RuntimeErrors. by Georg Brandl · 16 years ago
  4. 9324ed8 Add cross-reference to the collections docs. by Raymond Hettinger · 16 years ago
  5. 3496a89 Add consume() recipe to itertools docs. by Raymond Hettinger · 16 years ago
  6. fed84c7 Issue 5443: Fix typo. by Raymond Hettinger · 16 years ago
  7. ce15a65 Minor bsddb documentation glitch by Jesus Cea · 16 years ago
  8. c51ec0a add example by Benjamin Peterson · 16 years ago
  9. eeafb96 Fixed a typo. by Facundo Batista · 16 years ago
  10. d5ad6da Remove obsolete stuff from string module docs. by Georg Brandl · 16 years ago
  11. 288618e making the writing more formal by Benjamin Peterson · 16 years ago
  12. a07038d Fix markup. by Raymond Hettinger · 16 years ago
  13. e89b8e9 Backport 70111: Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
  14. 88a9164 Backport 70106: Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
  15. bc512d3 Backport PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  16. ae91d09 Adds an optional flags argument to re.split, re.sub and re.subn to be by Gregory P. Smith · 16 years ago
  17. 0261e5d The note about caching of regular expression objects was incorrect ReST and by Gregory P. Smith · 16 years ago
  18. 3bac8b2 Fix docs for ConfigParser. by Raymond Hettinger · 16 years ago
  19. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
  20. 02172dd Binary flag is needed on windows. by Hirokazu Yamamoto · 16 years ago
  21. 5c189b1 #5365: add quick look conversion table for different time representations. by Georg Brandl · 16 years ago
  22. ee6361f #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. by Georg Brandl · 16 years ago
  23. da2790c #5361: fix typo. by Georg Brandl · 16 years ago
  24. 13813f7 Document that setting sys.py3kwarning wont do anything. by Georg Brandl · 16 years ago
  25. a168698 fix str.format()'s first arg #5371 by Benjamin Peterson · 16 years ago
  26. ed955f1 Fix typo. by Raymond Hettinger · 16 years ago
  27. a665853 Clarify Counter() docs. by Raymond Hettinger · 16 years ago
  28. afe496d Remove reference to zero argument form of super() in 2.x docs. by Raymond Hettinger · 16 years ago
  29. b762d58 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  30. eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 16 years ago
  31. 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 16 years ago
  32. d47442e Update itertools recipes to use next(). by Raymond Hettinger · 16 years ago
  33. 52bc7b8 Fix grammar. by Georg Brandl · 16 years ago
  34. de19691 #5352: str.count() counts non-overlapping instances. by Georg Brandl · 16 years ago
  35. 89d4f0d #5349: C++ pure virtuals can also have an implementation. by Georg Brandl · 16 years ago
  36. 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  37. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  38. 8b8c2df Fix punctuation. by Georg Brandl · 16 years ago
  39. 6b5dbaa At least separate imports from other statements. by Georg Brandl · 16 years ago
  40. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  41. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  42. 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  43. 7d85495 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  44. f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  45. c8223b0 Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
  46. 8367bec Clarify socket timeout behavior vs system network stack behavior on connect by Gregory P. Smith · 16 years ago
  47. 580d7c1 #5268: mention VMSError. by Georg Brandl · 16 years ago
  48. 52f6b6d #5297: fix example. by Georg Brandl · 16 years ago
  49. 1d0b5cc Clarify the deprecation of platform.dist(). by Marc-André Lemburg · 16 years ago
  50. 0aee942 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago
  51. f746a1f Fix-up intro paragraph for collections docs. by Raymond Hettinger · 16 years ago
  52. 7c98a6d Add explanation for super(type1, type2). by Raymond Hettinger · 16 years ago
  53. fd04870 Issue 5229: Documentation for super() neglects to say what super() actually does by Raymond Hettinger · 16 years ago
  54. 5b8c701 Fixed typo. by Hirokazu Yamamoto · 16 years ago
  55. a403803 Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
  56. 5ccf2ae #1661108: note that urlsafe encoded string can contain "=". by Georg Brandl · 17 years ago
  57. 8fba5b3 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 17 years ago
  58. 31c769c Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
  59. 1312b4b os.fsync() should be used to ensure that data is written to disk by Benjamin Peterson · 17 years ago
  60. e4ae63c Clean-up named tuple docs. by Raymond Hettinger · 17 years ago
  61. 322daea Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames. by Raymond Hettinger · 17 years ago
  62. b8e17f7 a few edits and typos by Benjamin Peterson · 17 years ago
  63. c5e68b1 document numliterals fixer by Benjamin Peterson · 17 years ago
  64. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 17 years ago
  65. d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 17 years ago
  66. e0820e2 document individual 2to3 fixers by Benjamin Peterson · 17 years ago
  67. 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 17 years ago
  68. 34feea3 #5174: fix wrong file closing in example. by Georg Brandl · 17 years ago
  69. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 17 years ago
  70. ecd2afa #5031: fix Thread.daemon property docs. by Georg Brandl · 17 years ago
  71. 2b0dd8e #4820: use correct module for ctypes.util. by Georg Brandl · 17 years ago
  72. 253a29f #4827: fix callback example. by Georg Brandl · 17 years ago
  73. b21c75b #5059: fix example. by Georg Brandl · 17 years ago
  74. 174fbe7 #5153: fix typo in example. by Georg Brandl · 17 years ago
  75. 939a3cc Tweak the docs for Counter() objects. by Raymond Hettinger · 17 years ago
  76. 8184f5a Doc fixes. Remove overbroad, redundant warnings. Fixup example code. by Raymond Hettinger · 17 years ago
  77. d507afd Minor doc fixups. by Raymond Hettinger · 17 years ago
  78. 4a1b62a Record operator deprecations in docs. by Raymond Hettinger · 17 years ago
  79. 86cc502 wording for for issue4903. by Gregory P. Smith · 17 years ago
  80. 5501d65 Update doc wording as suggested in issue4903. by Gregory P. Smith · 17 years ago
  81. 4829136 fix indentation by Benjamin Peterson · 17 years ago
  82. 8c2f85c Text edits and markup fixes by Andrew M. Kuchling · 17 years ago
  83. 8aa2c6c Minor spelling mistake in datetime docs. by Brett Cannon · 17 years ago
  84. 1712baa Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 17 years ago
  85. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 17 years ago
  86. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 17 years ago
  87. 22bfa9e Tweak column alignment for collections docs. by Raymond Hettinger · 17 years ago
  88. 93881c6 Backport importlib in the form of providing importlib.import_module(). This has by Brett Cannon · 17 years ago
  89. 68d919e Improved itertools recipe for generating powerset(). by Raymond Hettinger · 17 years ago
  90. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 17 years ago
  91. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 17 years ago
  92. 403c663 Issue 4593: apply() documentation is unclear by Jesse Noller · 17 years ago
  93. 7bdca05 More doc tweaks. by Raymond Hettinger · 17 years ago
  94. 0a1f7b8 Tighten-up the docs for Counter(). by Raymond Hettinger · 17 years ago
  95. 4571f34 Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 17 years ago
  96. 42ffbdb Markup fixes by Andrew M. Kuchling · 17 years ago
  97. acdc84a Beautify and cleanup the references section. by Raymond Hettinger · 17 years ago
  98. 196a0f7 Fix typos. by Raymond Hettinger · 17 years ago
  99. 230dd27 Don't disrupt automatic url target name generation by Raymond Hettinger · 17 years ago
  100. bad1eb2 Build-outs for Counter() class: by Raymond Hettinger · 17 years ago