1. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 18 years ago
  2. ebb035e Add a few refcount data entries. by Georg Brandl · 18 years ago
  3. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
  4. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 18 years ago
  5. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 18 years ago
  6. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  7. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 18 years ago
  8. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 18 years ago
  9. 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
  10. 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 18 years ago
  11. 9d83daa Fix reference target. by Georg Brandl · 18 years ago
  12. d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 18 years ago
  13. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
  14. c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 18 years ago
  15. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 18 years ago
  16. f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 18 years ago
  17. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 18 years ago
  18. 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 18 years ago
  19. f7b462f Add item by Andrew M. Kuchling · 18 years ago
  20. c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 18 years ago
  21. 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 18 years ago
  22. 5cf449c Remove a confusing sentence about pth files and which directories are searched by Brett Cannon · 18 years ago
  23. 8465ae8 Fix signature in example by Raymond Hettinger · 18 years ago
  24. bc69349 Add example for use cases requiring default values. by Raymond Hettinger · 18 years ago
  25. 7c3738e Example of multiple replacements. by Raymond Hettinger · 18 years ago
  26. 213ae01 Fixup example in docs. by Raymond Hettinger · 18 years ago
  27. 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 18 years ago
  28. eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 18 years ago
  29. b5b6f3c Remove dead link from random docs. by Georg Brandl · 18 years ago
  30. 03c1d1e Remove duplication of "this". by Georg Brandl · 18 years ago
  31. 87426cb Fix misleading example. by Georg Brandl · 18 years ago
  32. 07c19ea Fix seealso link to sets docs. Do not merge to Py3k. by Georg Brandl · 18 years ago
  33. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
  34. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
  35. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
  36. 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 18 years ago
  37. aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 18 years ago
  38. 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 18 years ago
  39. d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 18 years ago
  40. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  41. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  42. 744b32a Fix markup glitch. by Georg Brandl · 18 years ago
  43. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
  44. 405884c Sets are marshalable. by Raymond Hettinger · 18 years ago
  45. 84e26b6 Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 18 years ago
  46. 706132b Make example about hiding None return values at the prompt clearer. by Georg Brandl · 18 years ago
  47. f4ef23f Use correct markup. by Georg Brandl · 18 years ago
  48. 98f40b1 Update URL for Pygments. 0.8.1 is no longer available by Neal Norwitz · 18 years ago
  49. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  50. 6d57c82 Update name by Andrew M. Kuchling · 18 years ago
  51. fef8be6 Update Pygments version from externals. by Georg Brandl · 18 years ago
  52. 5300428 Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 18 years ago
  53. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
  54. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  55. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  56. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  57. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  58. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
  59. 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
  60. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  61. 27a4498 Use correct header line by Andrew M. Kuchling · 18 years ago
  62. e34d289 Various items by Andrew M. Kuchling · 18 years ago
  63. 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
  64. 3507333 Even more clarification. by Georg Brandl · 18 years ago
  65. c5004f3 Clarify -E docs. by Georg Brandl · 18 years ago
  66. 45af56d Add entry to ACKS. by Georg Brandl · 18 years ago
  67. 1cddfed Change title, for now. by Georg Brandl · 18 years ago
  68. 59d121a * Add new toplevel chapter, "Using Python." (how to install, by Georg Brandl · 18 years ago
  69. a147bf9 Document new directive "envvar". by Georg Brandl · 18 years ago
  70. e36a652 Make a path more Unix-standardy. by Georg Brandl · 18 years ago
  71. dd197e95 Document new "cmdoption" directive. by Georg Brandl · 18 years ago
  72. ff27e0c Fix code being interpreted as a target. by Georg Brandl · 18 years ago
  73. a2ba6ea #1284: "S" means "seen", not unread. by Georg Brandl · 18 years ago
  74. 0752d20 Added a cross-ref to each other. by Mark Summerfield · 18 years ago
  75. c4ed971 Clarify wording for apply(). by Georg Brandl · 18 years ago
  76. 11e679e Remove useless warning by Raymond Hettinger · 18 years ago
  77. d97110d Issue 1289, just a typo. by Facundo Batista · 18 years ago
  78. 7b20116 Re-order some functions whose parameters differ between PyObject and const char by Brett Cannon · 18 years ago
  79. 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 18 years ago
  80. 6edff59 Add items by Andrew M. Kuchling · 18 years ago
  81. abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
  82. 5fbf663 Fix email example. by Georg Brandl · 18 years ago
  83. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 18 years ago
  84. 4b3074c Eliminate camelcase function name by Andrew M. Kuchling · 18 years ago
  85. a48a299 Eliminate camelcase function name by Raymond Hettinger · 18 years ago
  86. 814b046 #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc. by Georg Brandl · 18 years ago
  87. b6893f2 Missed a line in the docs by Raymond Hettinger · 18 years ago
  88. 2115bbc Add comments to NamedTuple code. by Raymond Hettinger · 18 years ago
  89. 16fd6c4 #1123: fix the docs for the str.split(None, sep) case. by Georg Brandl · 18 years ago
  90. 06f8067 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 18 years ago
  91. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  92. c9b7163 wrap lines to <80 characters before fixing errors by Fred Drake · 18 years ago
  93. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  94. d92e871 Added note in footnote about string comparisons about unicodedata.normalize(). by Mark Summerfield · 18 years ago
  95. ba2e519 #1208: document match object's boolean value. by Georg Brandl · 18 years ago
  96. 99479eb Add various items by Andrew M. Kuchling · 18 years ago
  97. 6d407e4 Typo fix by Andrew M. Kuchling · 18 years ago
  98. 9c90635 Remove stray odd character; grammar fix by Andrew M. Kuchling · 18 years ago
  99. e418625 #1196: document default radix for int(). by Georg Brandl · 18 years ago
  100. 97ca583 Fix typo and double word. by Georg Brandl · 18 years ago