1. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 12 years ago
  2. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  3. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  4. 678ad51 Issue #17516: remove dead code by Victor Stinner · 12 years ago
  5. 3fa1aae Issue #17516: do not create useless tuple: remove dummy commas in tests by Victor Stinner · 12 years ago
  6. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 12 years ago
  7. 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 12 years ago
  8. 84e4316 Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. by Charles-François Natali · 12 years ago
  9. bb25b6f merge by Raymond Hettinger · 12 years ago
  10. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  11. f85aca8 - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  12. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  13. a655075 Issue #17025: Add dumps() and loads() to ForkingPickler. by Charles-François Natali · 12 years ago
  14. 89e6b31 #17504: merge with 3.3. by Ezio Melotti · 12 years ago
  15. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 12 years ago
  16. 23c31d51 Merge test_queue clean up from 3.3. by Ezio Melotti · 12 years ago
  17. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 12 years ago
  18. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  19. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 12 years ago
  20. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  21. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  22. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  23. cf936c7 #17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black. by Ezio Melotti · 12 years ago
  24. e94cbd1 #17479: merge with 3.3. by Ezio Melotti · 12 years ago
  25. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  26. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 12 years ago
  27. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  28. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  29. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  30. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  31. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  32. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  33. 440282b copy 2.7 magic numbers for historical interest by Benjamin Peterson · 12 years ago
  34. f516388 #17472: add tests for a couple of untested methods in urllib.urlparse. by R David Murray · 12 years ago
  35. d502a07 test_ast: pass the filename to ast.parse() by Victor Stinner · 12 years ago
  36. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  37. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  38. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  39. e0a1bf3 Merge: #5713: One more test_smtplib timing fix. by R David Murray · 12 years ago
  40. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 12 years ago
  41. 3030728 Fix import by Raymond Hettinger · 12 years ago
  42. dac94d6 Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  43. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  44. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  45. ba7d9d4 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  46. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  47. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  48. e25df59 merge by Gregory P. Smith · 12 years ago
  49. 74b2404 merge by Gregory P. Smith · 12 years ago
  50. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  51. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
  52. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
  53. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
  54. 6168362 Issue #16475 : Correctly handle the EOF when reading marshal streams. by Kristján Valur Jónsson · 12 years ago
  55. c9b3ef2 Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. by Antoine Pitrou · 12 years ago
  56. a612176 #17493: merge with 3.3. by Ezio Melotti · 12 years ago
  57. a49178e #17493: merge with 3.2. by Ezio Melotti · 12 years ago
  58. 958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  59. 016b9e3 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 12 years ago
  60. 91110f5 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 12 years ago
  61. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 12 years ago
  62. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 12 years ago
  63. c7c42ef #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. by R David Murray · 12 years ago
  64. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 12 years ago
  65. 94f2788 #17471: merge from 3.3 by Senthil Kumaran · 12 years ago
  66. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 12 years ago
  67. f027a20 Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular. by Terry Jan Reedy · 12 years ago
  68. 2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak by Senthil Kumaran · 12 years ago
  69. 0085ce8 #17471 - merge from 3.3 by Senthil Kumaran · 12 years ago
  70. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 12 years ago
  71. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 12 years ago
  72. e9853da Refactor test_urllib2. Include test_HTTPError_interface under MiscTests by Senthil Kumaran · 12 years ago
  73. 660e89b Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  74. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  75. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  76. ed1fe6b Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 12 years ago
  77. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 12 years ago
  78. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 12 years ago
  79. ac0cea5 Merge: #17476: make allmethods actually return all methods. by R David Murray · 12 years ago
  80. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 12 years ago
  81. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 12 years ago
  82. 455f296 #17464: improve pydoc test coverage. by R David Murray · 12 years ago
  83. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 12 years ago
  84. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 12 years ago
  85. 45c9704 use the HTTPS for pypi upload by Benjamin Peterson · 12 years ago
  86. 1a48b9d #5024: whichhdr now returns the frame count for WAV files. by R David Murray · 12 years ago
  87. 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 12 years ago
  88. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
  89. c45e041 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 12 years ago
  90. f0efea0 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 12 years ago
  91. a77d7a5 (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed by Giampaolo Rodola' · 12 years ago
  92. 0351928 Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  93. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  94. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  95. fbb1815 Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  96. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  97. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  98. 5a948a7 merge by Brett Cannon · 12 years ago
  99. 3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that by Brett Cannon · 12 years ago
  100. f5efe3b Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 12 years ago