1. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  2. 293dd4b Fix up Guido's markup. by Fred Drake · 22 years ago
  3. 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 22 years ago
  4. 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 22 years ago
  5. 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 22 years ago
  6. 9788384 Explain that tp_basicsize must provide alignment for the items. by Guido van Rossum · 22 years ago
  7. 9b414ac Update links and information on PyQt/PyKDE. by Fred Drake · 22 years ago
  8. 187b1d8 Add OS/2 text by Andrew M. Kuchling · 22 years ago
  9. d7abe2a Various minor rewrites by Andrew M. Kuchling · 22 years ago
  10. 72b58e0 More additions by Andrew M. Kuchling · 22 years ago
  11. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  12. 2b6edce Rearrange paragraph by Andrew M. Kuchling · 22 years ago
  13. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  14. 38d5345 Define the "all" target more reasonably, but retain "html" as the default by Fred Drake · 22 years ago
  15. a2a206b Mention math.degrees() and math.radians() Other minor rewrites by Andrew M. Kuchling · 22 years ago
  16. 0cc8c37 Move really open-ended XXX items into comments by Andrew M. Kuchling · 22 years ago
  17. 92bf9da Markup adjustments; fix the names of modules referenced in an expression. by Fred Drake · 22 years ago
  18. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 22 years ago
  19. db2e3e3 Added missing dependency on the refcount data file. by Fred Drake · 22 years ago
  20. f547863 Use Perl function prototypes to help avoid definition/usage mismatches by Fred Drake · 22 years ago
  21. ffb294b Add refcount information for PySequence_ITEM(). by Fred Drake · 22 years ago
  22. 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 22 years ago
  23. 7779b20 Remove spurious "()" from the __str__() description. by Fred Drake · 22 years ago
  24. 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 22 years ago
  25. c585075 Added a version annotation for StringTypes. Added documentation for BooleanType. by Fred Drake · 22 years ago
  26. c421ad4 Minor typo: Message.getall() -> Message.get_all() by Barry Warsaw · 22 years ago
  27. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
  28. 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 22 years ago
  29. f79f2f9 Add additional comments on the use of \deprecated. by Fred Drake · 22 years ago
  30. 5ecb7aa Add availability information for a couple of the types, and notes on writing by Fred Drake · 22 years ago
  31. 18ca791 Typo. by Guido van Rossum · 22 years ago
  32. 4e76555 Fix broken reference, minor clarification. by Fred Drake · 22 years ago
  33. 742dc77 Typo: build -> built by Fred Drake · 22 years ago
  34. cadc9fb Patch 547037. Corrected documentation to match by Raymond Hettinger · 22 years ago
  35. b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 22 years ago
  36. 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 22 years ago
  37. 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 22 years ago
  38. 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 22 years ago
  39. c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 22 years ago
  40. 9415309 Closes SF patch: 552468. by Raymond Hettinger · 22 years ago
  41. fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 22 years ago
  42. 007c04a [from Oct 2000] Start fleshing out the "Examples" section. by Greg Ward · 22 years ago
  43. 954ce8b [from Oct 2000] by Greg Ward · 22 years ago
  44. 58437f2 [from Oct 2000] Clarify explanations of header file search directories. by Greg Ward · 22 years ago
  45. 1f89e2a Fix markup error that suppressed space. by Fred Drake · 22 years ago
  46. 40df710 Updates and rewriting by Andrew M. Kuchling · 22 years ago
  47. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  48. 1624bc0 Move 'Tips and Tricks' to be the last section by Andrew M. Kuchling · 22 years ago
  49. 3b98dc1 Add section on Setup file by Andrew M. Kuchling · 22 years ago
  50. 517109b More filling out by Andrew M. Kuchling · 22 years ago
  51. 821013e Write two sections, and write some partial text for some other sections by Andrew M. Kuchling · 22 years ago
  52. d05c74f Add a note explaining the interaction between unbuffered input and by Fred Drake · 22 years ago
  53. bfc18bd Integrated SF patch #539487 by Matthias Klose: by Fred Drake · 22 years ago
  54. a3b0b29 Boost the list of stop words, by merging in the little list Jeremy by Tim Peters · 22 years ago
  55. b903201 Update the xrange object description to reflect the removal of deprecated by Fred Drake · 22 years ago
  56. 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 22 years ago
  57. 77c1895 Remove the warning about the Cygwin directions not working -- the latest by Fred Drake · 22 years ago
  58. fe3db7d Work around limitation of Cygwin Perl: To avoid a permission denial, we need by Fred Drake · 22 years ago
  59. a030c76 Many minor markup adjustments for consistency. by Fred Drake · 22 years ago
  60. 4d707a5 Remove extra period produced by previous change. by Fred Drake · 22 years ago
  61. 9546772 Correct Moshe's e-mail address by Andrew M. Kuchling · 22 years ago
  62. 2a15980 Note that NameError's message also changed in 2.0 by Andrew M. Kuchling · 22 years ago
  63. e7bd876 Message for NameError has changed by Andrew M. Kuchling · 22 years ago
  64. 4b27051 Correct information on support for repietition & concatenation for buffer by Fred Drake · 22 years ago
  65. eb2b833 Added some notes on setting up the documentation tools on Cygwin. by Fred Drake · 22 years ago
  66. 5a55c49 Added more style for major warnings. by Fred Drake · 22 years ago
  67. 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 22 years ago
  68. 56aa628 list_documented_items(): Basic implementation. by Fred Drake · 22 years ago
  69. a65375c Explain what os.read() returns at end of file. by Fred Drake · 22 years ago
  70. 7938fab Add missing right-parenthesis. by Fred Drake · 22 years ago
  71. d268183 moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply by Skip Montanaro · 22 years ago
  72. 52cc670 Add a note about when the "%r" formatting code was added. by Fred Drake · 22 years ago
  73. af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 22 years ago
  74. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 22 years ago
  75. b803f70 Add some items, and remove a note to myself by Andrew M. Kuchling · 22 years ago
  76. 432425e Small markup adjustments for consistency. by Fred Drake · 22 years ago
  77. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 22 years ago
  78. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  79. d3e6678 Slightly expand and clarify the differences between getegid(), getgid(), by Fred Drake · 22 years ago
  80. a7bb2b9 Be more consistent, both internally and with recommended practice. by Fred Drake · 22 years ago
  81. 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 22 years ago
  82. 8da4b59 Fix a small mistake and complete some function prototypes. SF Patch #547813. by Thomas Heller · 22 years ago
  83. 99d17006 Add text about circular references caused by storing frames in local by Fred Drake · 22 years ago
  84. ed9e453 Minor change to an index entry. by Fred Drake · 22 years ago
  85. b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 22 years ago
  86. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  87. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 22 years ago
  88. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  89. 4a0db06 Hack around the "2.1.6 Blank lines" bug in a way that the TOC still by Tim Peters · 22 years ago
  90. dc374e0 Give the Help viewer a font-size button. This isn't documented by MS, by Tim Peters · 22 years ago
  91. c8490c7 Move "everything left one": the TOC now shows each doc directory as a by Tim Peters · 22 years ago
  92. 4545407 Stopped all warnings from the HTML Help Compiler, by generating proper by Tim Peters · 22 years ago
  93. e21095e Widespread: Used classes in a more natural way. Added convenience by Tim Peters · 22 years ago
  94. d9a1050 Replaced the fiddly 5-tuples with a new Book convenience class, allowing by Tim Peters · 22 years ago
  95. 8d62ad7 Fixed a comment. by Tim Peters · 22 years ago
  96. 661e492 All over: get rid of blanks before colons that open code blocks. by Tim Peters · 22 years ago
  97. 460643b do_project(): Modernized the code. by Tim Peters · 22 years ago
  98. 5d5e193 Added "What's New" to the 2.2 doc set. by Tim Peters · 22 years ago
  99. 4f109c1 Added a stop-list to reduce the size of the full text search index. Fred, by Tim Peters · 22 years ago
  100. e6b63e6 project_template: use dict interpolation instead of giant tuples. by Tim Peters · 22 years ago