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