1. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago
  2. 8e439a1 Fix typo by Nick Coghlan · 16 years ago
  3. 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 16 years ago
  4. e3444c8 a few improvements by Benjamin Peterson · 16 years ago
  5. 765812f Review symtable docs. by Georg Brandl · 16 years ago
  6. 1e296cc add some documentation for symtable by Benjamin Peterson · 16 years ago
  7. 5b02ef3 note how os.utime should be used for emulating touch by Benjamin Peterson · 16 years ago
  8. 4eb9939 fix markup by Benjamin Peterson · 16 years ago
  9. 59de7f5 document that waitpid raises OSError by Gregory P. Smith · 16 years ago
  10. a174a37 #3558: Attribute reference binds more tightly than subscription and call. by Georg Brandl · 16 years ago
  11. 9329846 Fix markup for various binary operation examples where the operands were bolded by Brett Cannon · 16 years ago
  12. 5bfbd76 update ssl documentation by Bill Janssen · 16 years ago
  13. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  14. ac014e9 #3540: fix exception name. by Georg Brandl · 16 years ago
  15. a032bf4 accept issue 3436 by Skip Montanaro · 16 years ago
  16. b04d485 Remove mention of backquotes in the tutorial. by Georg Brandl · 16 years ago
  17. 463f39d #3519: callee is an expression too. by Georg Brandl · 16 years ago
  18. b2793a4 Add some items by Andrew M. Kuchling · 16 years ago
  19. 03894c5 Fix longstringitem definition. #3505. by Georg Brandl · 16 years ago
  20. 33ede08 more cleanup ups of the recently added warnings in the subprocess docs. by Gregory P. Smith · 16 years ago
  21. 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
  22. e7829a5 Clarify the meaning of the select() parameters and sync names with docstring. by Georg Brandl · 16 years ago
  23. 40df8ec Template is always "tmp". by Georg Brandl · 16 years ago
  24. 143de62 Fix markup. by Georg Brandl · 16 years ago
  25. 0879250 issue1606: Add warnings to the subprocess documentation about common pitfalls by Gregory P. Smith · 16 years ago
  26. 1113803 #3495: use current version. by Georg Brandl · 16 years ago
  27. 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 16 years ago
  28. 8079028 revert last revision; code was right by Benjamin Peterson · 16 years ago
  29. 1af6fb5 fix indentation that caused logic bug by Benjamin Peterson · 16 years ago
  30. 290d3d9 This should really be a comment. by Georg Brandl · 16 years ago
  31. 632f631 Add the grammar to the reference manual, since the new docs don't by Georg Brandl · 16 years ago
  32. dadcd1f Tone down math.fsum warning. by Mark Dickinson · 16 years ago
  33. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 16 years ago
  34. 23957cb Add note about problems with math.fsum on x86 hardware. by Mark Dickinson · 16 years ago
  35. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 16 years ago
  36. f2eb2b4 getrandombits is actually getrandbits by Benjamin Peterson · 16 years ago
  37. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 16 years ago
  38. 66b14de the from __future__ import with_statement isn't needed in 2.6 by Benjamin Peterson · 16 years ago
  39. 5d2841f Clarify wording by Andrew M. Kuchling · 16 years ago
  40. fff5cf6 clarify Popen argument by Benjamin Peterson · 16 years ago
  41. 4b99e9b Shorten some overlong lines. by Georg Brandl · 16 years ago
  42. cd48d8a Remove extra words by Andrew M. Kuchling · 16 years ago
  43. feeee75 This sentence continues to bug me; rewrite it for the second time by Andrew M. Kuchling · 16 years ago
  44. 3ac2f24 fix indentation by Benjamin Peterson · 16 years ago
  45. 5255cba document default value for fillvalue by Benjamin Peterson · 16 years ago
  46. 340739e Fix indentation. by Georg Brandl · 16 years ago
  47. 4020221 add some documentation for 2to3 by Benjamin Peterson · 16 years ago
  48. 8e234c6 fix markup by Benjamin Peterson · 16 years ago
  49. 415ce06 fix spacing by Benjamin Peterson · 16 years ago
  50. 8c81fda Use correct indentation. by Georg Brandl · 16 years ago
  51. d4c7e63 Move opcode handling to Python's extension. by Georg Brandl · 16 years ago
  52. f9efabb 3k-warn about parser's "ast" aliases. by Georg Brandl · 16 years ago
  53. d8dd86c One more attribution. by Raymond Hettinger · 16 years ago
  54. 5d4d16e Fix credits for math.sum() by Raymond Hettinger · 16 years ago
  55. 340383c Tuples now have both count() and index(). by Raymond Hettinger · 16 years ago
  56. 9973ee8 Remove out-of-date section on Exact/Inexact. by Raymond Hettinger · 16 years ago
  57. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 16 years ago
  58. be44991 nonlocal is not in 2.6. by Georg Brandl · 16 years ago
  59. e64f738 #926501: add info where to put the docstring. by Georg Brandl · 16 years ago
  60. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 16 years ago
  61. 39e0eb7 Fix compress() recipe in docs to use itertools. by Raymond Hettinger · 16 years ago
  62. b46d6ff Add ordering info for findall and finditer. by Georg Brandl · 16 years ago
  63. 3de1e69 #3323: mention that if inheriting from a class without __slots__, by Georg Brandl · 16 years ago
  64. 3369167 Add recipe to the itertools docs. by Raymond Hettinger · 16 years ago
  65. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 16 years ago
  66. bf89981 Document the different meaning of precision for {:f} and {:g}. by Georg Brandl · 16 years ago
  67. 2a649f9 Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 16 years ago
  68. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 16 years ago
  69. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 16 years ago
  70. a66bb0a #3388: add a paragraph about using "with" for file objects. by Georg Brandl · 16 years ago
  71. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 16 years ago
  72. e2efba4 Move label to correct heading. by Georg Brandl · 16 years ago
  73. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 16 years ago
  74. 4ec0c27 Expand the multiprocessing section by Andrew M. Kuchling · 16 years ago
  75. 8ea605c Typo fix by Andrew M. Kuchling · 16 years ago
  76. a2478d9 Typo fix by Andrew M. Kuchling · 16 years ago
  77. ded01d1 Typo fixes by Andrew M. Kuchling · 16 years ago
  78. b93dc5f Add various items; move ctypes items into a subsection of their own by Andrew M. Kuchling · 16 years ago
  79. 00f34c6 Re-word by Andrew M. Kuchling · 16 years ago
  80. 060cd1e Add turtle into the module index. by Martin v. Löwis · 16 years ago
  81. 12c8660 Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in) by Nick Coghlan · 16 years ago
  82. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 16 years ago
  83. 2412259 Fixed typo. by Alexandre Vassalotti · 16 years ago
  84. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  85. 8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. by Raymond Hettinger · 16 years ago
  86. 963ffdb Doc that robotparse has been renamed urllib.robotparser in Python 3.0. by Brett Cannon · 16 years ago
  87. f6afa33 Doc that urlparse is named urllib.parse in Python 3.0. by Brett Cannon · 16 years ago
  88. 97aa1ae Document the fact that urllib2 spans multiple modules with new names in Python by Brett Cannon · 16 years ago
  89. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 16 years ago
  90. dbc5987 Add missing ABCs to list. by Georg Brandl · 16 years ago
  91. 10cf7d9 Fix example to match text by Andrew M. Kuchling · 16 years ago
  92. aaca978 Add two items; rewrap paragraph by Andrew M. Kuchling · 16 years ago
  93. c406084 Wording fix by Andrew M. Kuchling · 16 years ago
  94. de2939b Fix opensearch template. by Georg Brandl · 16 years ago
  95. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  96. e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 16 years ago
  97. 66ef83b Give the pickle special methods a signature. by Georg Brandl · 16 years ago
  98. 4e47680 let the term be linked by Benjamin Peterson · 16 years ago
  99. 9385b9d lowercase glossary term by Benjamin Peterson · 16 years ago
  100. 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 16 years ago