1. 1704828 Documentation coverage builder, part 1. by Georg Brandl · 17 years ago
  2. 8887e54 #835521: Add index entries for various pickle-protocol methods and attributes by Andrew M. Kuchling · 17 years ago
  3. 085f75a #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. by Andrew M. Kuchling · 17 years ago
  4. 5972493 #2161: Fix opcode name. by Georg Brandl · 17 years ago
  5. b678f98 #2072: correct documentation for .rpc_paths by Andrew M. Kuchling · 17 years ago
  6. 080b094 More difflib examples. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
  7. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  8. 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 17 years ago
  9. b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 17 years ago
  10. 7832d4d Add recipe using itertools.product(). by Raymond Hettinger · 17 years ago
  11. c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
  12. 1699db1 Another fix. by Georg Brandl · 17 years ago
  13. 4e37c66 Don't reference pyshell. by Georg Brandl · 17 years ago
  14. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  15. 12db865 Part of #2154: minimal syntax fixes in doc example snippets. by Georg Brandl · 17 years ago
  16. 359b9e9 #2079: typo in userdict docs. by Georg Brandl · 17 years ago
  17. e1b8e9c Fixes contributed by Ori Avtalion. by Georg Brandl · 17 years ago
  18. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
  19. 27cca3c Fix function name. by Georg Brandl · 17 years ago
  20. 5e203f5 #2131: note that codecs.open() always opens files in binary mode. by Georg Brandl · 17 years ago
  21. 943321d #2120: broken links in advocacy document. by Georg Brandl · 17 years ago
  22. e9b9b35 Update example to match the current syntax. by Raymond Hettinger · 17 years ago
  23. e7fb0c5 Try to correct a markup error that does hide the following paragraph. by Thomas Heller · 18 years ago
  24. 5111c52 Fix markup by Raymond Hettinger · 18 years ago
  25. 0cd7170 Simplify moneyfmt() recipe. by Raymond Hettinger · 18 years ago
  26. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 18 years ago
  27. 50361d4 Fix markup. by Raymond Hettinger · 18 years ago
  28. d68bf02 Show how to remove exponents. by Raymond Hettinger · 18 years ago
  29. 27a90d9 Improve rst markup by Raymond Hettinger · 18 years ago
  30. 4631481 Add fixed-point examples to the decimal FAQ by Raymond Hettinger · 18 years ago
  31. abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 18 years ago
  32. a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 18 years ago
  33. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
  34. e1b8247 Implementation of Fraction.limit_denominator. by Mark Dickinson · 18 years ago
  35. 596fdd0 Restore fractions.rst to the document tree. by Raymond Hettinger · 18 years ago
  36. bc4ffc1 Backport ABC docs by Raymond Hettinger · 18 years ago
  37. 2ddbd80 Fix markup by Raymond Hettinger · 18 years ago
  38. cd873fc Put an extra space into the repr of a Fraction: by Mark Dickinson · 18 years ago
  39. d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 18 years ago
  40. da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 18 years ago
  41. 3a94ee0 Typos in decimal comment and documentation by Mark Dickinson · 18 years ago
  42. 13a7075 Clarify that decimal also supports fixed-point arithmetic. by Raymond Hettinger · 18 years ago
  43. 14a1b8c Fix for newest doctools. by Georg Brandl · 18 years ago
  44. 3abc6d6 Fix link. by Georg Brandl · 18 years ago
  45. 8e8e56c Needs only 2.4 now. by Georg Brandl · 18 years ago
  46. 97fac3e Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5) by Nick Coghlan · 18 years ago
  47. 7e33663 Add advice on choosing between DictMixin and MutableMapping by Raymond Hettinger · 18 years ago
  48. 23bdcc9 Fix typo by Raymond Hettinger · 18 years ago
  49. ff1f973 The float conversion recipe is simpler in Py2.6 by Raymond Hettinger · 18 years ago
  50. a53800e Fix documentation for Calendar.iterweekdays(): firstweekday is a property. by Walter Dörwald · 18 years ago
  51. 97bf449 Clarify that the output of TextCalendar.formatmonth() and by Walter Dörwald · 18 years ago
  52. 00c2e65 IEEE 754 should be IEEE 854; give precise reference for by Mark Dickinson · 18 years ago
  53. ff6672f Fix broken link in decimal documentation. by Mark Dickinson · 18 years ago
  54. bafa942 Remove incorrect usage of :const: in documentation. by Mark Dickinson · 18 years ago
  55. 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 18 years ago
  56. c16c57c Remove month parameter from Calendar.yeardatescalendar(), by Walter Dörwald · 18 years ago
  57. 3c0f309 correct object name by Skip Montanaro · 18 years ago
  58. 1cf0522 Convert external links to internal links. Fixes #2010. by Georg Brandl · 18 years ago
  59. 422051a Patch #1953 by Christian Heimes · 18 years ago
  60. cab3d98 Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. by Amaury Forgeot d'Arc · 18 years ago
  61. 63cdb86 #2003: fix sentence. by Georg Brandl · 18 years ago
  62. 89dfbe3 Remove extra tick marks and add a missing closing parenthesis. by Brett Cannon · 18 years ago
  63. bbc4fc2 Add email example how to send a multipart message. by Georg Brandl · 18 years ago
  64. 586a57a Amendments to the urllib2 docs, written for GHOP by Thomas Lamb. by Georg Brandl · 18 years ago
  65. a51f61b Update for latest sphinx latex writer. by Georg Brandl · 18 years ago
  66. 7be67ff Wording nit. by Georg Brandl · 18 years ago
  67. 73aaeb1 Rename batch file. by Georg Brandl · 18 years ago
  68. cd23527 Add link checker builder, written for GHOP by Thomas Lamb. by Georg Brandl · 18 years ago
  69. 2a5d1c3 Update IPv6 RFC number. by Georg Brandl · 18 years ago
  70. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
  71. b23dea6 Added more documentation on how mixed-mode arithmetic should be implemented. I by Jeffrey Yasskin · 18 years ago
  72. a44327a Update itertool recipes by Raymond Hettinger · 18 years ago
  73. 7d5fbae Demonstrate new except/as syntax. by Raymond Hettinger · 18 years ago
  74. e84ada3 Factor-out common code with a new macro by Raymond Hettinger · 18 years ago
  75. ecdcb58 Make PySet_Add() work with frozensets. by Raymond Hettinger · 18 years ago
  76. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 18 years ago
  77. 56eadd9 Add refcounting extension to build config. by Georg Brandl · 18 years ago
  78. 9bba7b7 Removed an unnecessary and confusing paragraph from the namedtuple docs. by Raymond Hettinger · 18 years ago
  79. d006380 Update docs for new callpack params added in r60188 by Gregory P. Smith · 18 years ago
  80. 2a7d991c Clarify "b" mode under Unix. by Georg Brandl · 18 years ago
  81. 0c3f168 Add some items by Andrew M. Kuchling · 18 years ago
  82. a736440 Fix markup again. by Georg Brandl · 18 years ago
  83. 0522548 Slashes allowed on Windows. by Georg Brandl · 18 years ago
  84. fe7dd50 #1934: fix os.path.isabs docs. by Georg Brandl · 18 years ago
  85. dee3f65 Revert PySet_Add() changes. by Raymond Hettinger · 18 years ago
  86. 7c1be2a Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset. by Raymond Hettinger · 18 years ago
  87. f38ba78 Added documentation for optional delay argument to FileHandler and subclasses. by Vinay Sajip · 18 years ago
  88. 7b7ce78 Fix issue1789: The tutorial contained a misuse of the struct module. by Gregory P. Smith · 18 years ago
  89. c226c31 Let pprint() support sets and frozensets (suggested by David Mertz). by Raymond Hettinger · 18 years ago
  90. 2dec48d Improve variable name in sample code by Raymond Hettinger · 18 years ago
  91. 9ed5b57 Give zip() the same guarantee as izip() for left-to-right evaluation. by Raymond Hettinger · 18 years ago
  92. 48c6293 Document when to use izip_longest(). by Raymond Hettinger · 18 years ago
  93. 74b8e76 Don't repeat yourself by Christian Heimes · 18 years ago
  94. 953e1ee Fix \xhh specs, #1889. by Georg Brandl · 18 years ago
  95. dd76e05 Adapt to latest doctools refactoring. by Georg Brandl · 18 years ago
  96. fa13b5e Use original location of document, which has translations. by Georg Brandl · 18 years ago
  97. 733024a Minor documentation change - hyperlink tidied up. by Vinay Sajip · 18 years ago
  98. af67f30 Fix old link. by Georg Brandl · 18 years ago
  99. 0751d1a Adapt pydoc to new doc URLs. by Georg Brandl · 18 years ago
  100. aa0de3f #997912: acknowledge nested scopes in tutorial. by Georg Brandl · 18 years ago