1. a2e7814 Forward port doc update. by Raymond Hettinger · 14 years ago
  2. 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 14 years ago
  3. ed1fce2 merge 3.2 by Michael Foord · 14 years ago
  4. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
  5. 31f218b Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  6. 729c5e2 Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  7. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  8. 5b2c876 Merged by Barry Warsaw · 14 years ago
  9. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
  10. ab1dfd6 Merge #11555 as_string doc fix from 3.2. by R David Murray · 14 years ago
  11. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  12. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  13. deaa678 Merge redundant __contains__ doc fix from 3.2. by R David Murray · 14 years ago
  14. c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 14 years ago
  15. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
  16. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
  17. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 14 years ago
  18. 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 14 years ago
  19. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
  20. 41b1228 Merge with 3.2 by Ross Lagerwall · 14 years ago
  21. 1331263 Merge from 3.1 by Ross Lagerwall · 14 years ago
  22. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  23. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
  24. 77845ce Fix typo. by Ezio Melotti · 14 years ago
  25. 32b0127 merge 3.2 by Benjamin Peterson · 14 years ago
  26. 62e0b90 merge 3.1 by Benjamin Peterson · 14 years ago
  27. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
  28. e4f6a80 Fix example in atexit doc: Both open and read could raise the IOError (#10461 follow-up). by Éric Araujo · 14 years ago
  29. e858bca forward merge from 3.1 by Senthil Kumaran · 14 years ago
  30. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
  31. 476021b Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by orsenthil@gmail.com · 14 years ago
  32. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 14 years ago
  33. a7a1c15 merge from 3.1 by Eli Bendersky · 14 years ago
  34. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  35. 6860a92 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  36. ee30a0b Merge #10999 fix. by R David Murray · 14 years ago
  37. 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
  38. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  39. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  40. a2087d0 Merge from 3.2. by Ezio Melotti · 14 years ago
  41. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 14 years ago
  42. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  43. 684d78c #11298: merge from 3.2. by Ezio Melotti · 14 years ago
  44. 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
  45. 1ebca48 Merge doc fixes. by Georg Brandl · 14 years ago
  46. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  47. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
  48. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
  49. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 14 years ago
  50. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  51. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
  52. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
  53. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 14 years ago
  54. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
  55. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
  56. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 14 years ago
  57. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 14 years ago
  58. 4462306 issue 11372: use range instead of xrange by Fred Drake · 14 years ago
  59. c613b6b Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  60. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 14 years ago
  61. f06576d Recommend inspecting the errno attribute of socket.error objects, by Antoine Pitrou · 14 years ago
  62. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  63. d6d17c5 No need to put this at top by Antoine Pitrou · 14 years ago
  64. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
  65. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
  66. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  67. d0f89f3 make this a link #11345 by Benjamin Peterson · 14 years ago
  68. 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 14 years ago
  69. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
  70. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  71. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
  72. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 14 years ago
  73. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  74. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
  75. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
  76. a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
  77. fb9a9c8 Merged revisions 88581 via svnmerge from by Giampaolo Rodolà · 14 years ago
  78. 61a0bf5 (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi) by Giampaolo Rodolà · 14 years ago
  79. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
  80. bd65e7f Markup backport fix. by Georg Brandl · 14 years ago
  81. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  82. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 14 years ago
  83. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
  84. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  85. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 14 years ago
  86. edf5132 Merged revisions 88540-88541 via svnmerge from by Benjamin Peterson · 14 years ago
  87. 5390d00 rewrite by Benjamin Peterson · 14 years ago
  88. 634ef9c this seems to be pointlessly nested by Benjamin Peterson · 14 years ago
  89. 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 14 years ago
  90. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 14 years ago
  91. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
  92. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 14 years ago
  93. d8de541 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
  94. 540b636 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
  95. 8f0ae9a Doc fixups. by Raymond Hettinger · 14 years ago
  96. 08e278a Remove editing slip. by Georg Brandl · 14 years ago
  97. dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 14 years ago
  98. 725cb96 Fix example for count(). by Raymond Hettinger · 15 years ago
  99. c60e306 Fix markup problems. by Georg Brandl · 15 years ago
  100. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 15 years ago