1. 3e75d23 Add e-mail address by Andrew M. Kuchling · 16 years ago
  2. 8315da4 Clarify example; add imports by Andrew M. Kuchling · 16 years ago
  3. 0792cbf a typo by Mark Summerfield · 16 years ago
  4. 2dd647b typo fix by Andrew M. Kuchling · 16 years ago
  5. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  6. 8653377 Describe the __hash__ changes by Andrew M. Kuchling · 16 years ago
  7. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
  8. aa5f873 Bug #3738: Documentation is now more accurate in describing handler close methods. by Vinay Sajip · 16 years ago
  9. 34bfda5 Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. by Vinay Sajip · 16 years ago
  10. 2ba9321 #3749: fix c'n'p errors. by Georg Brandl · 16 years ago
  11. 51eb7a9 Update patch/bug count by Andrew M. Kuchling · 16 years ago
  12. ba40fb4 Last batch of edits; remove the 'other changes' section by Andrew M. Kuchling · 16 years ago
  13. fa881f2 Edit the library section, rearranging items to flow better and making lots of edits by Andrew M. Kuchling · 16 years ago
  14. 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 16 years ago
  15. 4d02857 More edits by Andrew M. Kuchling · 16 years ago
  16. eaa29bb More edits; markup fixes by Andrew M. Kuchling · 16 years ago
  17. 9481ba3 Fix markup. by Georg Brandl · 16 years ago
  18. 5f2dc0b Edit four more sections by Andrew M. Kuchling · 16 years ago
  19. 3ffe563 Correction from Antoine Pitrou: BufferedWriter and Reader support seek() by Andrew M. Kuchling · 16 years ago
  20. bf0a595 Tidy up some sentences by Andrew M. Kuchling · 16 years ago
  21. e496493 Partial edits from revision and tidying pass by Andrew M. Kuchling · 16 years ago
  22. f5a3fb7 super() actually returns a super object. by Georg Brandl · 16 years ago
  23. 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 16 years ago
  24. c176814 #3716: fix typo. by Georg Brandl · 16 years ago
  25. cff0b46 #3730: mention "server" attribute explicitly. by Georg Brandl · 16 years ago
  26. a27e89b #3711: .dll isn't a valid Python extension anymore. by Georg Brandl · 16 years ago
  27. 488a4f0 Add various items by Andrew M. Kuchling · 16 years ago
  28. c9b4110 Add an item and a note by Andrew M. Kuchling · 16 years ago
  29. d207e23 Trim whitespace; add a few updates by Andrew M. Kuchling · 16 years ago
  30. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 16 years ago
  31. 971f102 Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API. by Brett Cannon · 16 years ago
  32. dcf4891 remove note about unimplemented feature by Benjamin Peterson · 16 years ago
  33. 21d2ab7 fix warning by Benjamin Peterson · 16 years ago
  34. 7161cbf Small updates to types member docs, backport from r65994. by Georg Brandl · 16 years ago
  35. 73641d7 fix up the multiprocessing docs a little by Benjamin Peterson · 16 years ago
  36. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 16 years ago
  37. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  38. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 16 years ago
  39. 25c3408 Fix grammar. by Georg Brandl · 16 years ago
  40. facdd6e update the threading docs to account for recent changes by Benjamin Peterson · 16 years ago
  41. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago
  42. 8e439a1 Fix typo by Nick Coghlan · 16 years ago
  43. 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 16 years ago
  44. e3444c8 a few improvements by Benjamin Peterson · 16 years ago
  45. 765812f Review symtable docs. by Georg Brandl · 16 years ago
  46. 1e296cc add some documentation for symtable by Benjamin Peterson · 16 years ago
  47. 5b02ef3 note how os.utime should be used for emulating touch by Benjamin Peterson · 16 years ago
  48. 4eb9939 fix markup by Benjamin Peterson · 16 years ago
  49. 59de7f5 document that waitpid raises OSError by Gregory P. Smith · 16 years ago
  50. a174a37 #3558: Attribute reference binds more tightly than subscription and call. by Georg Brandl · 16 years ago
  51. 9329846 Fix markup for various binary operation examples where the operands were bolded by Brett Cannon · 16 years ago
  52. 5bfbd76 update ssl documentation by Bill Janssen · 16 years ago
  53. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  54. ac014e9 #3540: fix exception name. by Georg Brandl · 16 years ago
  55. a032bf4 accept issue 3436 by Skip Montanaro · 16 years ago
  56. b04d485 Remove mention of backquotes in the tutorial. by Georg Brandl · 16 years ago
  57. 463f39d #3519: callee is an expression too. by Georg Brandl · 16 years ago
  58. b2793a4 Add some items by Andrew M. Kuchling · 16 years ago
  59. 03894c5 Fix longstringitem definition. #3505. by Georg Brandl · 16 years ago
  60. 33ede08 more cleanup ups of the recently added warnings in the subprocess docs. by Gregory P. Smith · 16 years ago
  61. a510748 Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow). by Nick Coghlan · 16 years ago
  62. e7829a5 Clarify the meaning of the select() parameters and sync names with docstring. by Georg Brandl · 16 years ago
  63. 40df8ec Template is always "tmp". by Georg Brandl · 16 years ago
  64. 143de62 Fix markup. by Georg Brandl · 16 years ago
  65. 0879250 issue1606: Add warnings to the subprocess documentation about common pitfalls by Gregory P. Smith · 16 years ago
  66. 1113803 #3495: use current version. by Georg Brandl · 16 years ago
  67. 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 16 years ago
  68. 8079028 revert last revision; code was right by Benjamin Peterson · 16 years ago
  69. 1af6fb5 fix indentation that caused logic bug by Benjamin Peterson · 16 years ago
  70. 290d3d9 This should really be a comment. by Georg Brandl · 16 years ago
  71. 632f631 Add the grammar to the reference manual, since the new docs don't by Georg Brandl · 16 years ago
  72. dadcd1f Tone down math.fsum warning. by Mark Dickinson · 16 years ago
  73. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 16 years ago
  74. 23957cb Add note about problems with math.fsum on x86 hardware. by Mark Dickinson · 16 years ago
  75. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 16 years ago
  76. f2eb2b4 getrandombits is actually getrandbits by Benjamin Peterson · 16 years ago
  77. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 16 years ago
  78. 66b14de the from __future__ import with_statement isn't needed in 2.6 by Benjamin Peterson · 16 years ago
  79. 5d2841f Clarify wording by Andrew M. Kuchling · 16 years ago
  80. fff5cf6 clarify Popen argument by Benjamin Peterson · 16 years ago
  81. 4b99e9b Shorten some overlong lines. by Georg Brandl · 16 years ago
  82. cd48d8a Remove extra words by Andrew M. Kuchling · 16 years ago
  83. feeee75 This sentence continues to bug me; rewrite it for the second time by Andrew M. Kuchling · 16 years ago
  84. 3ac2f24 fix indentation by Benjamin Peterson · 16 years ago
  85. 5255cba document default value for fillvalue by Benjamin Peterson · 16 years ago
  86. 340739e Fix indentation. by Georg Brandl · 16 years ago
  87. 4020221 add some documentation for 2to3 by Benjamin Peterson · 16 years ago
  88. 8e234c6 fix markup by Benjamin Peterson · 16 years ago
  89. 415ce06 fix spacing by Benjamin Peterson · 16 years ago
  90. 8c81fda Use correct indentation. by Georg Brandl · 16 years ago
  91. d4c7e63 Move opcode handling to Python's extension. by Georg Brandl · 16 years ago
  92. f9efabb 3k-warn about parser's "ast" aliases. by Georg Brandl · 16 years ago
  93. d8dd86c One more attribution. by Raymond Hettinger · 16 years ago
  94. 5d4d16e Fix credits for math.sum() by Raymond Hettinger · 16 years ago
  95. 340383c Tuples now have both count() and index(). by Raymond Hettinger · 16 years ago
  96. 9973ee8 Remove out-of-date section on Exact/Inexact. by Raymond Hettinger · 16 years ago
  97. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 16 years ago
  98. be44991 nonlocal is not in 2.6. by Georg Brandl · 16 years ago
  99. e64f738 #926501: add info where to put the docstring. by Georg Brandl · 16 years ago
  100. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 16 years ago