1. 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 18 years ago
  2. c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 18 years ago
  3. 21c6665 Fix duplicate label and a typo. by Georg Brandl · 18 years ago
  4. 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 18 years ago
  5. d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 18 years ago
  6. 6e751f4 Grammar fix by Andrew M. Kuchling · 18 years ago
  7. 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
  8. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  9. cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 18 years ago
  10. bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 18 years ago
  11. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
  12. f19b951 Add documentation for PySys_* functions. by Georg Brandl · 18 years ago
  13. 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 18 years ago
  14. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  15. b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 18 years ago
  16. fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 18 years ago
  17. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 18 years ago
  18. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 18 years ago
  19. ebb035e Add a few refcount data entries. by Georg Brandl · 18 years ago
  20. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
  21. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 18 years ago
  22. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 18 years ago
  23. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  24. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 18 years ago
  25. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 18 years ago
  26. 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
  27. 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 18 years ago
  28. 9d83daa Fix reference target. by Georg Brandl · 18 years ago
  29. d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 18 years ago
  30. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
  31. c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 18 years ago
  32. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 18 years ago
  33. f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 18 years ago
  34. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 18 years ago
  35. 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 18 years ago
  36. f7b462f Add item by Andrew M. Kuchling · 18 years ago
  37. c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 18 years ago
  38. 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 18 years ago
  39. 5cf449c Remove a confusing sentence about pth files and which directories are searched by Brett Cannon · 18 years ago
  40. 8465ae8 Fix signature in example by Raymond Hettinger · 18 years ago
  41. bc69349 Add example for use cases requiring default values. by Raymond Hettinger · 18 years ago
  42. 7c3738e Example of multiple replacements. by Raymond Hettinger · 18 years ago
  43. 213ae01 Fixup example in docs. by Raymond Hettinger · 18 years ago
  44. 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 18 years ago
  45. eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 18 years ago
  46. b5b6f3c Remove dead link from random docs. by Georg Brandl · 18 years ago
  47. 03c1d1e Remove duplication of "this". by Georg Brandl · 18 years ago
  48. 87426cb Fix misleading example. by Georg Brandl · 18 years ago
  49. 07c19ea Fix seealso link to sets docs. Do not merge to Py3k. by Georg Brandl · 18 years ago
  50. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
  51. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
  52. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
  53. 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 18 years ago
  54. aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 18 years ago
  55. 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 18 years ago
  56. d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 18 years ago
  57. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  58. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  59. 744b32a Fix markup glitch. by Georg Brandl · 18 years ago
  60. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
  61. 405884c Sets are marshalable. by Raymond Hettinger · 18 years ago
  62. 84e26b6 Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 18 years ago
  63. 706132b Make example about hiding None return values at the prompt clearer. by Georg Brandl · 18 years ago
  64. f4ef23f Use correct markup. by Georg Brandl · 18 years ago
  65. 98f40b1 Update URL for Pygments. 0.8.1 is no longer available by Neal Norwitz · 18 years ago
  66. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  67. 6d57c82 Update name by Andrew M. Kuchling · 18 years ago
  68. fef8be66 Update Pygments version from externals. by Georg Brandl · 18 years ago
  69. 5300428 Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 18 years ago
  70. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
  71. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  72. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  73. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  74. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  75. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
  76. 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
  77. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  78. 27a4498 Use correct header line by Andrew M. Kuchling · 18 years ago
  79. e34d289 Various items by Andrew M. Kuchling · 18 years ago
  80. 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
  81. 3507333 Even more clarification. by Georg Brandl · 18 years ago
  82. c5004f3 Clarify -E docs. by Georg Brandl · 18 years ago
  83. 45af56d Add entry to ACKS. by Georg Brandl · 18 years ago
  84. 1cddfed Change title, for now. by Georg Brandl · 18 years ago
  85. 59d121a * Add new toplevel chapter, "Using Python." (how to install, by Georg Brandl · 18 years ago
  86. a147bf9 Document new directive "envvar". by Georg Brandl · 18 years ago
  87. e36a652 Make a path more Unix-standardy. by Georg Brandl · 18 years ago
  88. dd197e95 Document new "cmdoption" directive. by Georg Brandl · 18 years ago
  89. ff27e0c Fix code being interpreted as a target. by Georg Brandl · 18 years ago
  90. a2ba6ea #1284: "S" means "seen", not unread. by Georg Brandl · 18 years ago
  91. 0752d20 Added a cross-ref to each other. by Mark Summerfield · 18 years ago
  92. c4ed971 Clarify wording for apply(). by Georg Brandl · 18 years ago
  93. 11e679e Remove useless warning by Raymond Hettinger · 18 years ago
  94. d97110d Issue 1289, just a typo. by Facundo Batista · 18 years ago
  95. 7b20116 Re-order some functions whose parameters differ between PyObject and const char by Brett Cannon · 18 years ago
  96. 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 18 years ago
  97. 6edff59 Add items by Andrew M. Kuchling · 18 years ago
  98. abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
  99. 5fbf663 Fix email example. by Georg Brandl · 18 years ago
  100. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 18 years ago