1. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 18 years ago
  2. 171f391 Minor wordsmithing. by Raymond Hettinger · 18 years ago
  3. 5c8b2ab Fix MSDN library URL. (#1854) by Georg Brandl · 18 years ago
  4. 95f17bb Markup fix by Andrew M. Kuchling · 18 years ago
  5. e805782 Fix-up half-written paragraph in the docs by Raymond Hettinger · 18 years ago
  6. f59e962 Refactor if/elif chain for clarity and speed. Remove dependency on subclasses having to implement _empty and _full. by Raymond Hettinger · 18 years ago
  7. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 18 years ago
  8. 907cda6 Small grammar nit by Raymond Hettinger · 18 years ago
  9. f233b0c Better (?) text describing the lack of guarantees provided by qsize(), by Skip Montanaro · 18 years ago
  10. f15ff46 Markup fix by Andrew M. Kuchling · 18 years ago
  11. 7ce9b18 Typo fixes by Andrew M. Kuchling · 18 years ago
  12. c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 18 years ago
  13. f31b69f Applied patch #1816: sys.flags patch by Christian Heimes · 18 years ago
  14. 9f1e2ec Clarify the effect of text mode. by Georg Brandl · 18 years ago
  15. fca4e1f Fix editing glitch. by Georg Brandl · 18 years ago
  16. 57fe0f2 Move OSError docs to exceptions doc, remove obsolete descriptions by Georg Brandl · 18 years ago
  17. 59bc20b Issue 1780: Allow leading and trailing whitespace in Decimal constructor, by Mark Dickinson · 18 years ago
  18. bed4dd4 Update the opcode docs for STORE_MAP and BUILD_MAP by Raymond Hettinger · 18 years ago
  19. de68037 Bug #1790: update link; remove outdated paragraph by Andrew M. Kuchling · 18 years ago
  20. e3c3db5 Documentation for r5990[3567]. by Georg Brandl · 18 years ago
  21. d1ef854 Run doctests on the collections module by Raymond Hettinger · 18 years ago
  22. 15b5e55 Neaten-up the named tuple docs by Raymond Hettinger · 18 years ago
  23. d08a8eb Closing issue1761. by Amaury Forgeot d'Arc · 18 years ago
  24. e850c46 Clarify how to add a field to a named tuple. by Raymond Hettinger · 18 years ago
  25. e165508 Examples for named tuple subclassing should include __slots__ by Raymond Hettinger · 18 years ago
  26. dc1854d Fix typo by Raymond Hettinger · 18 years ago
  27. e11230e Syntax highlighting only works when >>> lines are accompanied by ... lines by Raymond Hettinger · 18 years ago
  28. 502d631 Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs by Georg Brandl · 18 years ago
  29. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 18 years ago
  30. e0a49b6 Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects by Andrew M. Kuchling · 18 years ago
  31. ac5742e Docs on named tuple's naming conventions and limits of subclassing by Raymond Hettinger · 18 years ago
  32. f6b769b Documentation nits. by Raymond Hettinger · 18 years ago
  33. f5e8af1 Use get() instead of pop() for the optimized version of _replace(). by Raymond Hettinger · 18 years ago
  34. fb3ced6 Minor markup fix by Raymond Hettinger · 18 years ago
  35. 9a35921 Cleanup named tuple subclassing example. by Raymond Hettinger · 18 years ago
  36. aa0665b Added section about adding contextual information to log output. by Vinay Sajip · 18 years ago
  37. 61d2886 Fix two further doc build warnings. by Georg Brandl · 18 years ago
  38. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 18 years ago
  39. 6264765 Restructure urllib doc structure. by Georg Brandl · 18 years ago
  40. 2da0fce Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. by Georg Brandl · 18 years ago
  41. b3255ed Restore "somenamedtuple" as the "class" for named tuple attrs. by Georg Brandl · 18 years ago
  42. 86dfee5 Added a hyperlink from sequence types to mutable sequence types. by Mark Summerfield · 18 years ago
  43. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 18 years ago
  44. e28fa29 Updated docs for basicConfig to indicate it's a no-op if handlers have been defined for the root logger. by Vinay Sajip · 18 years ago
  45. 503f293 Clean up markup. by Georg Brandl · 18 years ago
  46. 3c403b2 Consistency nit. by Georg Brandl · 18 years ago
  47. 66502c1 Change virtual class name of __iter__ to "object" in order to make it linkable. by Georg Brandl · 18 years ago
  48. dc55f35 Add another named tuple subclassing example. by Raymond Hettinger · 18 years ago
  49. 1db6f80 Cleanup subclassing example to more clearly show fixed-width print format. by Raymond Hettinger · 18 years ago
  50. b8e0072 Add subclassing example to docs for named tuples. by Raymond Hettinger · 18 years ago
  51. 4273222 Remove latex trace. by Georg Brandl · 18 years ago
  52. 27a2d13 Fix introductory sentence. by Georg Brandl · 18 years ago
  53. e260ba2 #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. by Georg Brandl · 18 years ago
  54. 516787d #1499: Document compile() exceptions. by Georg Brandl · 18 years ago
  55. 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 18 years ago
  56. ec32b6b #1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too. by Georg Brandl · 18 years ago
  57. 14aaee1 #1686390: add example for csv.Sniffer use. by Georg Brandl · 18 years ago
  58. 2cb103f #1727024: document that Popen.returncode is set by Popen.poll/wait. by Georg Brandl · 18 years ago
  59. c4768a4 #1615275: clarify return object types of different tempfile factories. by Georg Brandl · 18 years ago
  60. 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
  61. db210df #1501: document that 0**0 == 1. by Georg Brandl · 18 years ago
  62. a8cbad3 #1755097: document default values for [].sort() and sorted(). by Georg Brandl · 18 years ago
  63. 437e15d #1680: fix context manager example function name. by Georg Brandl · 18 years ago
  64. 1166872 Small code simplification. Forgot that classmethods can be called from intances. by Raymond Hettinger · 18 years ago
  65. 1650108 #1719: capitalization error in "UuidCreate". by Georg Brandl · 18 years ago
  66. 2fa2f5d Revert socket.rst to unix-eol. by Georg Brandl · 18 years ago
  67. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  68. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 18 years ago
  69. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  70. 1b50fd7 Add error-checking to namedtuple's _replace() method. by Raymond Hettinger · 18 years ago
  71. 02740f7 Improve namedtuple's _cast() method with a docstring, new name, and error-checking. by Raymond Hettinger · 18 years ago
  72. 54966a5 Fix markup by Andrew M. Kuchling · 18 years ago
  73. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
  74. e0734e7 Minor fix-ups to named tuples: by Raymond Hettinger · 18 years ago
  75. 7ef1ce6 Markup fixes; grammar tweaks by Andrew M. Kuchling · 18 years ago
  76. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  77. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  78. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  79. 81a885a Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). by Raymond Hettinger · 18 years ago
  80. 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 18 years ago
  81. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  82. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  83. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 18 years ago
  84. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  85. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 18 years ago
  86. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 18 years ago
  87. 1bd51e3 Remove curious space-like characters. by Georg Brandl · 18 years ago
  88. 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 18 years ago
  89. 459744c Remove gratuitous unicode character. by Georg Brandl · 18 years ago
  90. 05df69b Remove orphaned footnote reference. by Georg Brandl · 18 years ago
  91. e846f38 Add usage note by Raymond Hettinger · 18 years ago
  92. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 18 years ago
  93. 48eca67 Add line spacing for readability by Raymond Hettinger · 18 years ago
  94. 42da874 Cleaner method naming convention by Raymond Hettinger · 18 years ago
  95. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 18 years ago
  96. 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 18 years ago
  97. 338d418 Use a versionchanged directive. by Brett Cannon · 18 years ago
  98. 5466246 correct email address by Skip Montanaro · 18 years ago
  99. e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 18 years ago
  100. ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 18 years ago