1. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  2. 2d60cf7 Add item by Andrew M. Kuchling · 17 years ago
  3. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  4. d586559 Add a bunch of items by Andrew M. Kuchling · 17 years ago
  5. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 17 years ago
  6. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  7. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 17 years ago
  8. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 17 years ago
  9. d41b8dc Don't use quotes for non-string code. by Georg Brandl · 17 years ago
  10. 9f72d23 Use PEP 8. by Georg Brandl · 17 years ago
  11. 001e838 Simplify. by Georg Brandl · 17 years ago
  12. eee1fc5 Adapt conf.py to new option names. by Georg Brandl · 17 years ago
  13. 1bd51e3 Remove curious space-like characters. by Georg Brandl · 17 years ago
  14. 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 17 years ago
  15. 459744c Remove gratuitous unicode character. by Georg Brandl · 17 years ago
  16. 05df69b Remove orphaned footnote reference. by Georg Brandl · 17 years ago
  17. 4257ca7 Argh, wrong version. by Georg Brandl · 17 years ago
  18. 07b55ea Add note about future import needed for with statement. by Georg Brandl · 17 years ago
  19. 90921cc Bump the version number, and make a few small edits by Andrew M. Kuchling · 17 years ago
  20. df2d745 Remove warning about URL by Andrew M. Kuchling · 17 years ago
  21. e846f38 Add usage note by Raymond Hettinger · 17 years ago
  22. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 17 years ago
  23. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 17 years ago
  24. 366523c Update method names for named tuples. by Raymond Hettinger · 17 years ago
  25. 48eca67 Add line spacing for readability by Raymond Hettinger · 17 years ago
  26. 42da874 Cleaner method naming convention by Raymond Hettinger · 17 years ago
  27. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 17 years ago
  28. 2382832 Add another GHOP contributor. by Georg Brandl · 17 years ago
  29. 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 · 17 years ago
  30. 338d418 Use a versionchanged directive. by Brett Cannon · 17 years ago
  31. e151ab4 Adapt style. by Georg Brandl · 17 years ago
  32. 5466246 correct email address by Skip Montanaro · 17 years ago
  33. ffe455c + "context manager" by Skip Montanaro · 17 years ago
  34. e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 17 years ago
  35. e7d118a Fix markup in whatsnew, use new directive in ACKS. by Georg Brandl · 17 years ago
  36. 013d574 Update to windows doc from Robert. by Georg Brandl · 17 years ago
  37. ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 17 years ago
  38. d6b20dc Better re.split examples. by Georg Brandl · 17 years ago
  39. 2b92f6b Diverse markup fixes. by Georg Brandl · 17 years ago
  40. 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 17 years ago
  41. 749fddc Add Ross Light, a GHOP student, to ACKs. by Georg Brandl · 17 years ago
  42. 0b60a14 Another markup fix. by Georg Brandl · 17 years ago
  43. 45c088c Fix markup. by Georg Brandl · 17 years ago
  44. b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  45. 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 17 years ago
  46. c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 17 years ago
  47. 21c6665 Fix duplicate label and a typo. by Georg Brandl · 17 years ago
  48. 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 17 years ago
  49. d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 17 years ago
  50. 6e751f4 Grammar fix by Andrew M. Kuchling · 17 years ago
  51. 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
  52. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  53. cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 17 years ago
  54. bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 17 years ago
  55. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  56. f19b951 Add documentation for PySys_* functions. by Georg Brandl · 17 years ago
  57. 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 17 years ago
  58. 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
  59. b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 17 years ago
  60. fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 17 years ago
  61. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 17 years ago
  62. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 17 years ago
  63. ebb035e Add a few refcount data entries. by Georg Brandl · 17 years ago
  64. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 17 years ago
  65. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 17 years ago
  66. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 17 years ago
  67. dfdfaab Feature #1534 by Christian Heimes · 17 years ago
  68. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 17 years ago
  69. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  70. 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
  71. 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 17 years ago
  72. 9d83daa Fix reference target. by Georg Brandl · 17 years ago
  73. d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 17 years ago
  74. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 17 years ago
  75. c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 17 years ago
  76. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
  77. f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 17 years ago
  78. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 17 years ago
  79. 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 17 years ago
  80. f7b462f Add item by Andrew M. Kuchling · 17 years ago
  81. c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 17 years ago
  82. 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 17 years ago
  83. 5cf449c Remove a confusing sentence about pth files and which directories are searched by Brett Cannon · 17 years ago
  84. 8465ae8 Fix signature in example by Raymond Hettinger · 17 years ago
  85. bc69349 Add example for use cases requiring default values. by Raymond Hettinger · 17 years ago
  86. 7c3738e Example of multiple replacements. by Raymond Hettinger · 17 years ago
  87. 213ae01 Fixup example in docs. by Raymond Hettinger · 17 years ago
  88. 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 17 years ago
  89. eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 17 years ago
  90. b5b6f3c Remove dead link from random docs. by Georg Brandl · 17 years ago
  91. 03c1d1e Remove duplication of "this". by Georg Brandl · 17 years ago
  92. 87426cb Fix misleading example. by Georg Brandl · 17 years ago
  93. 07c19ea Fix seealso link to sets docs. Do not merge to Py3k. by Georg Brandl · 17 years ago
  94. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 17 years ago
  95. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 17 years ago
  96. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 17 years ago
  97. 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 17 years ago
  98. aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 17 years ago
  99. 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 17 years ago
  100. d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 17 years ago