1. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 23 years ago
  2. 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 23 years ago
  3. 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 23 years ago
  4. dce695aa Added reference to the Expat home page. by Fred Drake · 23 years ago
  5. 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 23 years ago
  6. e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 23 years ago
  7. 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 23 years ago
  8. f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 23 years ago
  9. 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 23 years ago
  10. a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 23 years ago
  11. 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 23 years ago
  12. 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 23 years ago
  13. 4837fa3 \productioncont: Replace leading spaces with   so that it's by Fred Drake · 23 years ago
  14. f6e9027 Refactor the generation of signature lines for funcdesc, methoddesc, by Fred Drake · 23 years ago
  15. 7f59124 Clarified documentation for os.access(). by Fred Drake · 23 years ago
  16. 28bdc62 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 23 years ago
  17. b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 23 years ago
  18. 6fc22f6 Ensure \verbatiminput always uses a unique filename for each input file in by Fred Drake · 23 years ago
  19. 9f6e104 Add reminder, and a new POSIX function Tweak traceback display for consistency by Andrew M. Kuchling · 23 years ago
  20. 495afea Typo. by Michael W. Hudson · 23 years ago
  21. 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 23 years ago
  22. a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 23 years ago
  23. a8ef0d1 Anchors ("a" elements) used only for the name attribute should not by Fred Drake · 23 years ago
  24. 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 23 years ago
  25. 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 23 years ago
  26. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 23 years ago
  27. 585775b Document the Binary.data attribute. This closes SF bug #562878. by Fred Drake · 23 years ago
  28. 9c92b69 Use \code{True} (or False) instead of true/false. by Neal Norwitz · 23 years ago
  29. cc5c694 Add "version added" for getpgid by Neal Norwitz · 23 years ago
  30. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 23 years ago
  31. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 23 years ago
  32. efb9097 Do not claim that getlocale() returns a tulpe; that is not always true. by Fred Drake · 23 years ago
  33. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
  34. 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 23 years ago
  35. e9996c6 Add version annotations for some older changes to the calendar module. by Fred Drake · 23 years ago
  36. e3fdc97 SF bug 567826. Document new opcodes: by Guido van Rossum · 23 years ago
  37. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
  38. 55ad7f8 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 23 years ago
  39. a861d55 Document that the key should not contain null bytes. by Guido van Rossum · 23 years ago
  40. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 23 years ago
  41. 7f147a7 Tweak traceback message to avoid LaTeX2HTML bug Add a reminder by Andrew M. Kuchling · 23 years ago
  42. eb91488 Fix typo by Andrew M. Kuchling · 23 years ago
  43. f70a0a8 Fix typo, and add some reminders by Andrew M. Kuchling · 23 years ago
  44. 497bdd6 Tweak the description of pymalloc. Mention pymemcompat.h. by Michael W. Hudson · 23 years ago
  45. 715b861 Clarify the interaction between timeout/non-blocking mode, makefile and fromfd. by Guido van Rossum · 23 years ago
  46. 62a7f63 Fix typo by Neal Norwitz · 23 years ago
  47. fc9823b Clarify the interaction between blocking and timeouts. Explain that by Guido van Rossum · 23 years ago
  48. bdbd84f Add version info, and fix another typo and wording spotted by /F. I think this is what he meant. :-) by Neal Norwitz · 23 years ago
  49. 1a06fb0 Fix typo spotted by Fredrik Lundh. by Fred Drake · 23 years ago
  50. 6c6d662 Fix some markup errors and adjust wording slightly. by Fred Drake · 23 years ago
  51. be946bf SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
  52. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 23 years ago
  53. 293dd4b Fix up Guido's markup. by Fred Drake · 23 years ago
  54. 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 23 years ago
  55. 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 23 years ago
  56. 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 23 years ago
  57. 9788384 Explain that tp_basicsize must provide alignment for the items. by Guido van Rossum · 23 years ago
  58. 9b414ac Update links and information on PyQt/PyKDE. by Fred Drake · 23 years ago
  59. 187b1d8 Add OS/2 text by Andrew M. Kuchling · 23 years ago
  60. d7abe2a Various minor rewrites by Andrew M. Kuchling · 23 years ago
  61. 72b58e0 More additions by Andrew M. Kuchling · 23 years ago
  62. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 23 years ago
  63. 2b6edce Rearrange paragraph by Andrew M. Kuchling · 23 years ago
  64. 34f20ea This is patch by Michael W. Hudson · 23 years ago
  65. 38d5345 Define the "all" target more reasonably, but retain "html" as the default by Fred Drake · 23 years ago
  66. a2a206b Mention math.degrees() and math.radians() Other minor rewrites by Andrew M. Kuchling · 23 years ago
  67. 0cc8c37 Move really open-ended XXX items into comments by Andrew M. Kuchling · 23 years ago
  68. 92bf9da Markup adjustments; fix the names of modules referenced in an expression. by Fred Drake · 23 years ago
  69. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 23 years ago
  70. db2e3e3 Added missing dependency on the refcount data file. by Fred Drake · 23 years ago
  71. f547863 Use Perl function prototypes to help avoid definition/usage mismatches by Fred Drake · 23 years ago
  72. ffb294b Add refcount information for PySequence_ITEM(). by Fred Drake · 23 years ago
  73. 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 23 years ago
  74. 7779b20 Remove spurious "()" from the __str__() description. by Fred Drake · 23 years ago
  75. 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 23 years ago
  76. c585075 Added a version annotation for StringTypes. Added documentation for BooleanType. by Fred Drake · 23 years ago
  77. c421ad4 Minor typo: Message.getall() -> Message.get_all() by Barry Warsaw · 23 years ago
  78. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 23 years ago
  79. 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 23 years ago
  80. f79f2f9 Add additional comments on the use of \deprecated. by Fred Drake · 23 years ago
  81. 5ecb7aa Add availability information for a couple of the types, and notes on writing by Fred Drake · 23 years ago
  82. 18ca791 Typo. by Guido van Rossum · 23 years ago
  83. 4e76555 Fix broken reference, minor clarification. by Fred Drake · 23 years ago
  84. 742dc77 Typo: build -> built by Fred Drake · 23 years ago
  85. cadc9fb Patch 547037. Corrected documentation to match by Raymond Hettinger · 23 years ago
  86. b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 23 years ago
  87. 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 23 years ago
  88. 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 23 years ago
  89. 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 23 years ago
  90. c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 23 years ago
  91. 9415309 Closes SF patch: 552468. by Raymond Hettinger · 23 years ago
  92. fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 23 years ago
  93. 007c04a [from Oct 2000] Start fleshing out the "Examples" section. by Greg Ward · 23 years ago
  94. 954ce8b [from Oct 2000] by Greg Ward · 23 years ago
  95. 58437f2 [from Oct 2000] Clarify explanations of header file search directories. by Greg Ward · 23 years ago
  96. 1f89e2a Fix markup error that suppressed space. by Fred Drake · 23 years ago
  97. 40df710 Updates and rewriting by Andrew M. Kuchling · 23 years ago
  98. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
  99. 1624bc0 Move 'Tips and Tricks' to be the last section by Andrew M. Kuchling · 23 years ago
  100. 3b98dc1 Add section on Setup file by Andrew M. Kuchling · 23 years ago