1. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  2. c8fb047 merge with 3.3 by Georg Brandl · 11 years ago
  3. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  4. e827ea8 merge with 3.3 by Georg Brandl · 11 years ago
  5. 1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 11 years ago
  6. f221377 merge with 3.3 by Georg Brandl · 11 years ago
  7. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 11 years ago
  8. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  9. c1d3daf Merge #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  10. 0bfd6ac Reflow paragraph. by R David Murray · 11 years ago
  11. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  12. 9b6fdf8 Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__. by Mark Dickinson · 11 years ago
  13. 556e94b Issue #17643: Add __callback__ attribute to weakref.ref. by Mark Dickinson · 11 years ago
  14. 3121e32 #17653: merge with 3.3. by Ezio Melotti · 11 years ago
  15. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  16. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  17. cbc2d29 #6696: merge with 3.3. by Ezio Melotti · 11 years ago
  18. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  19. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 11 years ago
  20. 526575d Fix invalid markup. by Georg Brandl · 11 years ago
  21. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  22. 3f5ffbe #17635: merge with 3.3. by Ezio Melotti · 11 years ago
  23. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  24. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  25. 595365d Merge heads by Andrew Svetlov · 11 years ago
  26. 5cd72b7 Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  27. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  28. 1a2ea9c merge by Raymond Hettinger · 11 years ago
  29. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 11 years ago
  30. 98297f4 merge with 3.3 by Georg Brandl · 11 years ago
  31. cca5548 merge with 3.3.1 release clone by Georg Brandl · 11 years ago
  32. cb04acf Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 11 years ago
  33. 9a411ce Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 11 years ago
  34. b9e2147 #8913: merge with 3.3. by Ezio Melotti · 11 years ago
  35. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  36. fd4bba1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  37. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 11 years ago
  38. 670e1b7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  39. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 11 years ago
  40. 05bdd85 Issue #17586: fix typo in contextlib.rst by Ned Deily · 11 years ago
  41. 5cbf3a0 Merge #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  42. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  43. 9d67238 #17539: merge with 3.3. by Ezio Melotti · 11 years ago
  44. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 11 years ago
  45. e612c1e #17438: merge with 3.3. by Ezio Melotti · 11 years ago
  46. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  47. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  48. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  49. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  50. 8cb15bf merge with 3.3 by Georg Brandl · 11 years ago
  51. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 11 years ago
  52. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 11 years ago
  53. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  54. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  55. 9869e60 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  56. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  57. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  58. a809e4a merge with upstream 3.3 branch by Georg Brandl · 11 years ago
  59. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 11 years ago
  60. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  61. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  62. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  63. 59addb7 merge by Raymond Hettinger · 11 years ago
  64. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  65. 51612fd merge by Raymond Hettinger · 11 years ago
  66. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 11 years ago
  67. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  68. e25df59 merge by Gregory P. Smith · 11 years ago
  69. 74b2404 merge by Gregory P. Smith · 11 years ago
  70. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  71. c9b3ef2 Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. by Antoine Pitrou · 11 years ago
  72. c622bf3 Merge usage of argument/parameter and markup fixes from 3.3. by Ezio Melotti · 11 years ago
  73. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 11 years ago
  74. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 11 years ago
  75. 6409989 clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  76. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  77. 08c73e8 Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 11 years ago
  78. 6ddec17 #17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed by Senthil Kumaran · 11 years ago
  79. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  80. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 11 years ago
  81. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  82. 90cb105 Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 11 years ago
  83. 432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 11 years ago
  84. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 11 years ago
  85. aced69f #17460 - merge from 3.3 by Senthil Kumaran · 11 years ago
  86. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 11 years ago
  87. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 11 years ago
  88. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 11 years ago
  89. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 11 years ago
  90. 7f6d797 #10050 : merge to default by Senthil Kumaran · 11 years ago
  91. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 11 years ago
  92. 35266f7 Merge by Michael Foord · 11 years ago
  93. f575230 Documentation corrections for unittest.mock by Michael Foord · 11 years ago
  94. 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 11 years ago
  95. fbb1815 Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  96. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  97. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  98. 15cddb4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  99. b271727 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  100. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 11 years ago