1. 085ab4a Merge. by Richard Oudkerk · 11 years ago
  2. 8b3f5aa Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  3. 84c1205 merge 3.3 (#19127) by Benjamin Peterson · 11 years ago
  4. 72a9854 remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago
  5. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  6. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  7. 70157e8 merge 3.3 (#19112) by Benjamin Peterson · 11 years ago
  8. cc6ef36 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  9. 353d450 merge 3.3 (#19117) by Benjamin Peterson · 11 years ago
  10. 52010b4 fix duplicate test names in test_dis (closes #19117) by Benjamin Peterson · 11 years ago
  11. 42686e4 merge 3.3 (#19118) by Benjamin Peterson · 11 years ago
  12. f8ab760 remove duplicate test_mkd (closes #19118) by Benjamin Peterson · 11 years ago
  13. 3dcdacf merge 3.3 (#19116) by Benjamin Peterson · 11 years ago
  14. db0601f combine two tests to avoid duplicate names (closes #19116) by Benjamin Peterson · 11 years ago
  15. 177d89c merge 3.3 (#19126) by Benjamin Peterson · 11 years ago
  16. e8c8a59 fix duplicate test name (closes #19126) by Benjamin Peterson · 11 years ago
  17. e86eb89 merge 3.3 (#19125) by Benjamin Peterson · 11 years ago
  18. 1eca062 fix test to run and test that smtpd does support ELHO (closes #19125) by Benjamin Peterson · 11 years ago
  19. 11f34ca delete duplicate test (closes #19123) by Benjamin Peterson · 11 years ago
  20. 96609b7 merge 3.3 (#19122) by Benjamin Peterson · 11 years ago
  21. 05ab702 remove duplicate test from test_import (closes #19122) by Benjamin Peterson · 11 years ago
  22. 61e10a5 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  23. 643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  24. b3b0720 merge 3.3 (#19115) by Benjamin Peterson · 11 years ago
  25. 3103631 fix duplicate test names (closes #19115) by Benjamin Peterson · 11 years ago
  26. f7622bf Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  27. 0300a8d Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  28. 4cc2afa Close #18990: remove root attribute from XMLPullParser by Nick Coghlan · 11 years ago
  29. 33918c1 Issue19030: fixed comment that was still referring to a changed descriptor. by Ethan Furman · 11 years ago
  30. ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  31. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  32. cb2c4fe Updated test_logging so that errors don't occur in the absence of threading. by Vinay Sajip · 11 years ago
  33. f6cdffe Streamlined logging tests by moving common code to a helper function. by Vinay Sajip · 11 years ago
  34. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  35. e03ea37 Close #19030: improvements to inspect and Enum. by Ethan Furman · 11 years ago
  36. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  37. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  38. 64a9972 Close #19025: Better error message when trying to delete an Enum member. by Ethan Furman · 11 years ago
  39. 838521e Close #18978: Merge changes. by Jason R. Coombs · 11 years ago
  40. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  41. df4cb12 Merge from 3.3 by Nick Coghlan · 11 years ago
  42. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  43. a78cccb test_gdb: skip pretty-printing of sets with gdb < 7.3 by Antoine Pitrou · 11 years ago
  44. d0f3e07 test_gdb: dump gdb version in verbose mode by Antoine Pitrou · 11 years ago
  45. c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 by Serhiy Storchaka · 11 years ago
  46. 6bd3e44 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  47. 4b49ae6 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  48. 58bf8d2 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  49. 505be21 #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  50. cf6d0e7 Merge #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  51. 41a22f1 #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  52. 4750fa8 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  53. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  54. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  55. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  56. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  57. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  58. 3c41154 Issue #17003: Unified the size argument names in the io module with common by Serhiy Storchaka · 11 years ago
  59. b3955fe Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  60. 975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  61. c850f34 Close #18693: Enum is now more help() friendly. by Ethan Furman · 11 years ago
  62. 173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback by Andrew Kuchling · 11 years ago
  63. 101e074 Close #18989: enum members will no longer overwrite other attributes, nor be overwritten by them. by Ethan Furman · 11 years ago
  64. defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user by Senthil Kumaran · 11 years ago
  65. c76aa48 merge by Raymond Hettinger · 11 years ago
  66. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  67. 668dede Close #18929: inspect.classify_class_attrs will now search the metaclasses (last) to find where an attr was defined. by Ethan Furman · 11 years ago
  68. 2131a4a Add __reversed__ to Enum. Minor code reorg (moved __members__ to be in alpha order). by Ethan Furman · 11 years ago
  69. 5589bd1 #18856: merge with 3.3. by Ezio Melotti · 11 years ago
  70. 0a32d92 Merge heads. by Ezio Melotti · 11 years ago
  71. 04d4d6a Avoid test_logging failure when run after test_unittest, by renaming a conflicting logger by Antoine Pitrou · 11 years ago
  72. 0715b9f Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. by Antoine Pitrou · 11 years ago
  73. 692ee9e #18206: Re-fix license URL. by R David Murray · 11 years ago
  74. f11caa0 Merge #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  75. 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  76. c17a8df Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
  77. db4309e Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
  78. 87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. by Ezio Melotti · 11 years ago
  79. a19b1a6 Adjust comment by Antoine Pitrou · 11 years ago
  80. 4b3c58c Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation by Antoine Pitrou · 11 years ago
  81. e1ba8df Issue #19013: add a __main__ to unittest.test to ease CLI invocation by Antoine Pitrou · 11 years ago
  82. 356bdeb Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules by Antoine Pitrou · 11 years ago
  83. 1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules by Antoine Pitrou · 11 years ago
  84. 87456e5 #18981: merge with 3.3. by Ezio Melotti · 11 years ago
  85. e7f4c1c #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
  86. 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 11 years ago
  87. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  88. dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  89. 7290608 Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  90. aa04f9a Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  91. bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 11 years ago
  92. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  93. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  94. 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  95. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  96. f5ce012 Removing the merge conflict markers. by Senthil Kumaran · 11 years ago
  97. d184f66 Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 11 years ago
  98. b5651ed Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 11 years ago
  99. b4055f2 merge from 3.3 by Senthil Kumaran · 11 years ago
  100. f8ce51a Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago