1. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
  2. ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 16 years ago
  3. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  4. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  5. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  6. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 16 years ago
  7. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 16 years ago
  8. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
  9. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  10. 5b54887 #2709: clarification. by Georg Brandl · 16 years ago
  11. a36909e Fix typo. by Georg Brandl · 16 years ago
  12. 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 16 years ago
  13. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 16 years ago
  14. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 16 years ago
  15. d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 16 years ago
  16. 605a0c6 reload() takes the module itself. by Georg Brandl · 16 years ago
  17. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  18. 79964cf Copied two versions of the example from the interactive session. Delete one. by Skip Montanaro · 16 years ago
  19. a975cd4 Fix up markup in the deprecation notice. by Brett Cannon · 16 years ago
  20. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  21. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  22. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  23. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 16 years ago
  24. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 16 years ago
  25. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  26. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  27. 4ff7fc4 #1625509: describe behaviour of import lock by Andrew M. Kuchling · 16 years ago
  28. 311c580 Document the 'line' argument by Andrew M. Kuchling · 16 years ago
  29. 45f5859 Note the PyPI-edness of bsddb185 for people who might still need it. by Skip Montanaro · 16 years ago
  30. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 16 years ago
  31. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 16 years ago
  32. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 16 years ago
  33. ccdf908 Fix some errors in the deprecation warnings for new and user. by Brett Cannon · 16 years ago
  34. 54718dd In stdtypes.rst, move methods under class directives where applicable by Benjamin Peterson · 16 years ago
  35. ba290db Update planned release date. Uncomment PEP 370 section. Add some module items by Andrew M. Kuchling · 16 years ago
  36. 68fd63b Add a note about using reload(). by Georg Brandl · 16 years ago
  37. 2e829cb Add Kodos as a re reference. by Georg Brandl · 16 years ago
  38. 3ddaf2d Add another link to colorsys docs. by Georg Brandl · 16 years ago
  39. dfb5bbd Add a sentence to basicConfig() that is in the docstring. by Georg Brandl · 16 years ago
  40. 5117409 #2781: fix function name. by Georg Brandl · 16 years ago
  41. fa24d9a Deprecate the toaiff module for removal in 3.0. by Brett Cannon · 16 years ago
  42. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 16 years ago
  43. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 16 years ago
  44. d03238a reindent example by Benjamin Peterson · 16 years ago
  45. e404a12 Add an example about using NamedTemporaryFile() to replace mktemp(). I'm by Skip Montanaro · 16 years ago
  46. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 16 years ago
  47. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 16 years ago
  48. 98b9c07 Document the 'record' argument for test.test_support.catch_warning(). by Brett Cannon · 16 years ago
  49. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  50. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 16 years ago
  51. f8105ce Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard(). by Raymond Hettinger · 16 years ago
  52. bf5bd9f Post tag updates. by Barry Warsaw · 16 years ago
  53. 5a9fed7 Fix-up the enumerate type example and move it to the end. by Raymond Hettinger · 16 years ago
  54. e5d2cba Deprecate the audiodev module for 3.0. by Brett Cannon · 16 years ago
  55. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  56. c730d5f > != (!<). by Georg Brandl · 16 years ago
  57. 5820022 #2773: fix description of 'g' and 'G' formatting spec. by Georg Brandl · 16 years ago
  58. 98fd036 #2752: fix second example too. by Georg Brandl · 16 years ago
  59. cb63565 #2769: markup glitch. by Georg Brandl · 16 years ago
  60. 3961f18 Fix JSON module docs. by Georg Brandl · 16 years ago
  61. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  62. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 16 years ago
  63. 83ea2a9 Fix typo in bugs.rst by Benjamin Peterson · 16 years ago
  64. bc04346 #2757: Remove spare newline. by Georg Brandl · 16 years ago
  65. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 16 years ago
  66. 7e3ab45 Added note that Python requires at least Win2k SP4 by Christian Heimes · 16 years ago
  67. 08c7218 #2752: wrong meaning of '' for socket host. by Georg Brandl · 16 years ago
  68. 8334330 Fix typo in whatsnew by Benjamin Peterson · 16 years ago
  69. 761b9c6 Insert correct OpenSearch base URL. by Georg Brandl · 16 years ago
  70. 1840c1a Backport Raymond's changes in r60508 to Python 2.6. by Mark Dickinson · 16 years ago
  71. 56fcb0b capitalization nit for reStructuredText by Benjamin Peterson · 16 years ago
  72. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 16 years ago
  73. 0c65fe6 Fix synopsis. by Georg Brandl · 16 years ago
  74. 80ef62e Fix typo in whatsnew by Benjamin Peterson · 16 years ago
  75. 63b0a2e #2727: clarify tp_iternext docs. by Georg Brandl · 16 years ago
  76. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 16 years ago
  77. 31f6315 Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258 by Nick Coghlan · 16 years ago
  78. 805cdd8 Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description by Andrew M. Kuchling · 16 years ago
  79. e855991 Fix markup. by Georg Brandl · 16 years ago
  80. dfd9827 Wrap some long lines. by Skip Montanaro · 16 years ago
  81. f30f6e8 Correct documentation to match implementation: "Class" instead of by Skip Montanaro · 16 years ago
  82. 7980992 Wrap some long paragraphs and include the default values for optional by Skip Montanaro · 16 years ago
  83. ef1e58b minor wording changes, rewrap a few lines by Skip Montanaro · 16 years ago
  84. 4f1f36b Add OpenSearch and a Python logo to the HTML output. by Georg Brandl · 16 years ago
  85. fe4948b #2700 Document PyNumber_ToBase by Benjamin Peterson · 16 years ago
  86. 7a69b4b Use correct XHTML tags. by Georg Brandl · 16 years ago
  87. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 16 years ago
  88. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  89. 78b3ee8 #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. by Georg Brandl · 16 years ago
  90. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 16 years ago
  91. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 16 years ago
  92. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 16 years ago
  93. c859094 #2673 Fix example typo in optparse docs by Benjamin Peterson · 16 years ago
  94. 6c6f4f7 syntax fixup by Gregory P. Smith · 16 years ago
  95. 6d9aafa Factor in documentation changes from issue 1753732. by Skip Montanaro · 16 years ago
  96. 19b4411 Major improvements: by Gregory P. Smith · 16 years ago
  97. 3c399d1 Various io doc updates by Benjamin Peterson · 16 years ago
  98. 60ffcbe Fix Sphinx warnings by Benjamin Peterson · 16 years ago
  99. aa3cadb Windows x64 also falls under VER_PLATFORM_WIN32_NT. by Jeroen Ruigrok van der Werven · 16 years ago
  100. 67ea002 capitalization by David Goodger · 16 years ago