1. df4cb12 Merge from 3.3 by Nick Coghlan · 11 years ago
  2. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  3. a78cccb test_gdb: skip pretty-printing of sets with gdb < 7.3 by Antoine Pitrou · 11 years ago
  4. d0f3e07 test_gdb: dump gdb version in verbose mode by Antoine Pitrou · 11 years ago
  5. 4750fa8 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  6. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  7. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  8. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  9. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  10. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  11. c850f34 Close #18693: Enum is now more help() friendly. by Ethan Furman · 11 years ago
  12. 173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback by Andrew Kuchling · 11 years ago
  13. 101e074 Close #18989: enum members will no longer overwrite other attributes, nor be overwritten by them. by Ethan Furman · 11 years ago
  14. c76aa48 merge by Raymond Hettinger · 11 years ago
  15. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  16. 2131a4a Add __reversed__ to Enum. Minor code reorg (moved __members__ to be in alpha order). by Ethan Furman · 11 years ago
  17. 5589bd1 #18856: merge with 3.3. by Ezio Melotti · 11 years ago
  18. 0a32d92 Merge heads. by Ezio Melotti · 11 years ago
  19. 04d4d6a Avoid test_logging failure when run after test_unittest, by renaming a conflicting logger by Antoine Pitrou · 11 years ago
  20. f11caa0 Merge #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  21. 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  22. 87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. by Ezio Melotti · 11 years ago
  23. 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 11 years ago
  24. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  25. dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  26. 7290608 Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  27. aa04f9a Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  28. bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 11 years ago
  29. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  30. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  31. 72460fa Get "stopped" back into repr(Thread) when appropriate. by Tim Peters · 11 years ago
  32. c363a23 Issue 18984: Remove ._stopped Event from Thread internals. by Tim Peters · 11 years ago
  33. d86709c Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  34. dfa689b Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  35. 4f7a36f Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl by Victor Stinner · 11 years ago
  36. 5da7e79 Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads. by Antoine Pitrou · 11 years ago
  37. 6f6f486 Merge. by Charles-François Natali · 11 years ago
  38. 807ba85 Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions. by Charles-François Natali · 11 years ago
  39. 833bf1f Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the by Charles-François Natali · 11 years ago
  40. a3c18d0 Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC by Victor Stinner · 11 years ago
  41. 7ba6b0f Issue #18904: Improve os.get/set_inheritable() tests by Victor Stinner · 11 years ago
  42. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  43. 9437d7a Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where the by Charles-François Natali · 11 years ago
  44. ff6382b Merge #18952 fix from 3.3 by Nick Coghlan · 11 years ago
  45. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  46. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  47. 2f2ae39 merge from 3.3 by Senthil Kumaran · 11 years ago
  48. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  49. f4ecfae Merge 3.3 into default. by Tim Peters · 11 years ago
  50. 23d7d4e Issue 18944: fix a 1-character typo in test_set.py. by Tim Peters · 11 years ago
  51. 66ff01f Remove old-school inheritance by Antoine Pitrou · 11 years ago
  52. 6703bb4 Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just by Charles-François Natali · 11 years ago
  53. b0478b3 Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. by Antoine Pitrou · 11 years ago
  54. f203f2d Close #18924: Block naive attempts to change an Enum member. by Ethan Furman · 11 years ago
  55. cdac551 Issue #18920: argparse's default version action (for -v, --version) should by Eli Bendersky · 11 years ago
  56. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  57. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  58. 1e0d82c Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  59. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  60. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  61. e619427 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  62. e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  63. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  64. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 11 years ago
  65. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  66. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  67. 2b0a98f Merge heads. by Meador Inge · 11 years ago
  68. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  69. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  70. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  71. 4c6a020 Issue #17487: The result of the wave getparams method now is pickleable again. by Serhiy Storchaka · 11 years ago
  72. e8de296 Remove unused --debug option of regrtest. by Eli Bendersky · 11 years ago
  73. e5eebed Fix docstring and some indentation by Eli Bendersky · 11 years ago
  74. 7f5c22c Refactor the main function of regrtest a bit. by Eli Bendersky · 11 years ago
  75. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  76. 625eed7 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  77. 4c8ce84 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  78. f6fa22e Issue #18571: Merge duplicate test code by Victor Stinner · 11 years ago
  79. 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
  80. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  81. b2ff3cf Switch the AF_* and SOCK_* constants in the socket module to IntEnum. by Eli Bendersky · 11 years ago
  82. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  83. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  84. 13bdfa7 Issue #18780: code cleanup. by Ethan Furman · 11 years ago
  85. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
  86. 08548f4 Merge. by Charles-François Natali · 11 years ago
  87. fcfb324 Use the recent support.HOSTv6 addition. by Charles-François Natali · 11 years ago
  88. 267964c Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  89. a839271 Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  90. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  91. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  92. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  93. 6cc5039 Fixes Issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  94. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  95. f25f80c Merge. by Charles-François Natali · 11 years ago
  96. e33d5b0 Merge. by Charles-François Natali · 11 years ago
  97. 74b7408 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  98. 5fd2642 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  99. e0d25ce Issue #8713: Print dangling processes/threads, if any. by Richard Oudkerk · 11 years ago
  100. 83d7dea Issue #8713: Cleanup before saving process._dangling. by Richard Oudkerk · 11 years ago