1. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 11 years ago
  2. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  3. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 11 years ago
  4. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  5. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  6. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  7. 59addb7 merge by Raymond Hettinger · 11 years ago
  8. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  9. 51612fd merge by Raymond Hettinger · 11 years ago
  10. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 11 years ago
  11. cf936c7 #17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black. by Ezio Melotti · 11 years ago
  12. e94cbd1 #17479: merge with 3.3. by Ezio Melotti · 11 years ago
  13. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  14. 3213d72 merge by Raymond Hettinger · 11 years ago
  15. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 11 years ago
  16. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  17. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  18. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  19. 42fb352 Merged upstream changes. by Vinay Sajip · 11 years ago
  20. 30f0f05 Merged Misc/NEWS update for #17508. by Vinay Sajip · 11 years ago
  21. e29dd24 Merged Misc/NEWS update for #17508. by Vinay Sajip · 11 years ago
  22. a4cfd60 Updated Misc/NEWS with #17508. by Vinay Sajip · 11 years ago
  23. 34870c4 Issue #17522: Minor documentation fix by Kristján Valur Jónsson · 11 years ago
  24. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  25. d4296fc cleanup references to PyString_ APIs in the 3.x docs. by Gregory P. Smith · 11 years ago
  26. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 11 years ago
  27. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 11 years ago
  28. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  29. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  30. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  31. 671ddbe merge by Raymond Hettinger · 11 years ago
  32. 8f35c89 Modernize unittest example by Raymond Hettinger · 11 years ago
  33. 440282b copy 2.7 magic numbers for historical interest by Benjamin Peterson · 11 years ago
  34. f516388 #17472: add tests for a couple of untested methods in urllib.urlparse. by R David Murray · 11 years ago
  35. 2b6c26e Issue #13248: NEWS and What's New items by Terry Jan Reedy · 11 years ago
  36. d502a07 test_ast: pass the filename to ast.parse() by Victor Stinner · 11 years ago
  37. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  38. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  39. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  40. d06b35c (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 11 years ago
  41. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 11 years ago
  42. e0a1bf3 Merge: #5713: One more test_smtplib timing fix. by R David Murray · 11 years ago
  43. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 11 years ago
  44. f72119d merge heads by Gregory P. Smith · 11 years ago
  45. 40a2160 Refactor the common code out of the posix and windows listdir by Gregory P. Smith · 11 years ago
  46. 3030728 Fix import by Raymond Hettinger · 11 years ago
  47. dac94d6 Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  48. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  49. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  50. ba7d9d4 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  51. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  52. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  53. 16ea14a Refactor the Windows specific and POSIX specific implementations of by Gregory P. Smith · 11 years ago
  54. e25df59 merge by Gregory P. Smith · 11 years ago
  55. 74b2404 merge by Gregory P. Smith · 11 years ago
  56. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  57. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  58. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  59. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  60. 6168362 Issue #16475 : Correctly handle the EOF when reading marshal streams. by Kristján Valur Jónsson · 11 years ago
  61. f219c8d - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C by doko@ubuntu.com · 11 years ago
  62. e178187 Issue #16475: Simplify the interface to r_ref_allocate and improve comments. by Kristján Valur Jónsson · 11 years ago
  63. 8d0e427 - Merge 3.3 (.hgtouch) by doko@ubuntu.com · 11 years ago
  64. 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
  65. a612176 #17493: merge with 3.3. by Ezio Melotti · 11 years ago
  66. a49178e #17493: merge with 3.2. by Ezio Melotti · 11 years ago
  67. 958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  68. c622bf3 Merge usage of argument/parameter and markup fixes from 3.3. by Ezio Melotti · 11 years ago
  69. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 11 years ago
  70. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 11 years ago
  71. 6409989 clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  72. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  73. 016b9e3 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 11 years ago
  74. 91110f5 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 11 years ago
  75. eddb0a7 fix compiler warning by Benjamin Peterson · 11 years ago
  76. 605a774 Backed out changeset 521232b05b97 by Benjamin Peterson · 11 years ago
  77. 620e875 Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 11 years ago
  78. c6dc124 fix compiler warning by Benjamin Peterson · 11 years ago
  79. 95dc8b5 null merge. by Senthil Kumaran · 11 years ago
  80. 08c73e8 Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 11 years ago
  81. 9a7d376 Use logic operator, not bitwise operator, for conditional. by R David Murray · 11 years ago
  82. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 11 years ago
  83. d5a6e25 Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  84. dc32d18 Issue #15038 : Fixing the condition broadcast and docs. by Kristján Valur Jónsson · 11 years ago
  85. 32eccca Issue #15038 : Fixing the condition broadcast and docs. by Kristján Valur Jónsson · 11 years ago
  86. 6ddec17 #17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed by Senthil Kumaran · 11 years ago
  87. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  88. c7c42ef #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. by R David Murray · 11 years ago
  89. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 11 years ago
  90. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  91. 94f2788 #17471: merge from 3.3 by Senthil Kumaran · 11 years ago
  92. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  93. f027a20 Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular. by Terry Jan Reedy · 11 years ago
  94. ca03856 Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  95. 5cfbde0 Merge with 3.2 by Kristján Valur Jónsson · 11 years ago
  96. 5a3b288 Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  97. a179d28 Merge with 3.2 by Kristján Valur Jónsson · 11 years ago
  98. 2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  99. d6e9f32 Merge by Kristján Valur Jónsson · 11 years ago
  100. ece1222 Merge by Kristján Valur Jónsson · 11 years ago