1. 14aaee1 #1686390: add example for csv.Sniffer use. by Georg Brandl · 18 years ago
  2. 2cb103f #1727024: document that Popen.returncode is set by Popen.poll/wait. by Georg Brandl · 18 years ago
  3. c4768a4 #1615275: clarify return object types of different tempfile factories. by Georg Brandl · 18 years ago
  4. 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
  5. db210df #1501: document that 0**0 == 1. by Georg Brandl · 18 years ago
  6. a8cbad3 #1755097: document default values for [].sort() and sorted(). by Georg Brandl · 18 years ago
  7. 437e15d #1680: fix context manager example function name. by Georg Brandl · 18 years ago
  8. 1166872 Small code simplification. Forgot that classmethods can be called from intances. by Raymond Hettinger · 18 years ago
  9. 7390f6c Use markup. by Georg Brandl · 18 years ago
  10. 60c19d2 Repair markup. by Georg Brandl · 18 years ago
  11. 1650108 #1719: capitalization error in "UuidCreate". by Georg Brandl · 18 years ago
  12. 2fa2f5d Revert socket.rst to unix-eol. by Georg Brandl · 18 years ago
  13. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  14. 6265833 Simplify index entries; fix #1712. by Georg Brandl · 18 years ago
  15. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 18 years ago
  16. f326898 Add myself. by Thomas Heller · 18 years ago
  17. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  18. 1b50fd7 Add error-checking to namedtuple's _replace() method. by Raymond Hettinger · 18 years ago
  19. 02740f7 Improve namedtuple's _cast() method with a docstring, new name, and error-checking. by Raymond Hettinger · 18 years ago
  20. 54966a5 Fix markup by Andrew M. Kuchling · 18 years ago
  21. 73835bd Fix markup by Andrew M. Kuchling · 18 years ago
  22. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
  23. e0734e7 Minor fix-ups to named tuples: by Raymond Hettinger · 18 years ago
  24. 3b55470 Add math items; other edits by Andrew M. Kuchling · 18 years ago
  25. d0d7d87 Filled in some XXX comments by Christian Heimes · 18 years ago
  26. 654ede7 Add items by Andrew M. Kuchling · 18 years ago
  27. 7ef1ce6 Markup fixes; grammar tweaks by Andrew M. Kuchling · 18 years ago
  28. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  29. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
  30. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  31. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  32. 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
  33. 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 18 years ago
  34. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  35. 2d60cf7 Add item by Andrew M. Kuchling · 18 years ago
  36. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  37. d586559 Add a bunch of items by Andrew M. Kuchling · 18 years ago
  38. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 18 years ago
  39. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  40. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 18 years ago
  41. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 18 years ago
  42. d41b8dc Don't use quotes for non-string code. by Georg Brandl · 18 years ago
  43. 9f72d23 Use PEP 8. by Georg Brandl · 18 years ago
  44. 001e838 Simplify. by Georg Brandl · 18 years ago
  45. eee1fc5 Adapt conf.py to new option names. by Georg Brandl · 18 years ago
  46. 1bd51e3 Remove curious space-like characters. by Georg Brandl · 18 years ago
  47. 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 18 years ago
  48. 459744c Remove gratuitous unicode character. by Georg Brandl · 18 years ago
  49. 05df69b Remove orphaned footnote reference. by Georg Brandl · 18 years ago
  50. 4257ca7 Argh, wrong version. by Georg Brandl · 18 years ago
  51. 07b55ea Add note about future import needed for with statement. by Georg Brandl · 18 years ago
  52. 90921cc Bump the version number, and make a few small edits by Andrew M. Kuchling · 18 years ago
  53. df2d745 Remove warning about URL by Andrew M. Kuchling · 18 years ago
  54. e846f38 Add usage note by Raymond Hettinger · 18 years ago
  55. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 18 years ago
  56. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 18 years ago
  57. 366523c Update method names for named tuples. by Raymond Hettinger · 18 years ago
  58. 48eca67 Add line spacing for readability by Raymond Hettinger · 18 years ago
  59. 42da874 Cleaner method naming convention by Raymond Hettinger · 18 years ago
  60. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 18 years ago
  61. 2382832 Add another GHOP contributor. by Georg Brandl · 18 years ago
  62. 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
  63. 338d418 Use a versionchanged directive. by Brett Cannon · 18 years ago
  64. e151ab4 Adapt style. by Georg Brandl · 18 years ago
  65. 5466246 correct email address by Skip Montanaro · 18 years ago
  66. ffe455c + "context manager" by Skip Montanaro · 18 years ago
  67. e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 18 years ago
  68. e7d118a Fix markup in whatsnew, use new directive in ACKS. by Georg Brandl · 18 years ago
  69. 013d574 Update to windows doc from Robert. by Georg Brandl · 18 years ago
  70. ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 18 years ago
  71. d6b20dc Better re.split examples. by Georg Brandl · 18 years ago
  72. 2b92f6b Diverse markup fixes. by Georg Brandl · 18 years ago
  73. 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 18 years ago
  74. 749fddc Add Ross Light, a GHOP student, to ACKs. by Georg Brandl · 18 years ago
  75. 0b60a14 Another markup fix. by Georg Brandl · 18 years ago
  76. 45c088c Fix markup. by Georg Brandl · 18 years ago
  77. b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
  78. 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 18 years ago
  79. c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 18 years ago
  80. 21c6665 Fix duplicate label and a typo. by Georg Brandl · 18 years ago
  81. 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 18 years ago
  82. d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 18 years ago
  83. 6e751f4 Grammar fix by Andrew M. Kuchling · 18 years ago
  84. 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
  85. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  86. cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 18 years ago
  87. bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 18 years ago
  88. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
  89. f19b951 Add documentation for PySys_* functions. by Georg Brandl · 18 years ago
  90. 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 18 years ago
  91. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  92. b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 18 years ago
  93. fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 18 years ago
  94. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 18 years ago
  95. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 18 years ago
  96. ebb035e Add a few refcount data entries. by Georg Brandl · 18 years ago
  97. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
  98. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 18 years ago
  99. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 18 years ago
  100. dfdfaab Feature #1534 by Christian Heimes · 18 years ago