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