1. 09ec23f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 11 years ago
  2. c81549f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 11 years ago
  3. 200bb1b Simplify return value of ssl.get_default_verify_paths by Christian Heimes · 11 years ago
  4. 13728a5 comparing with http://hg.python.org/cpython/ by Christian Heimes · 11 years ago
  5. 0fff6ad Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. by Ethan Furman · 11 years ago
  6. 58f2efb Move test_pep352 over to unittest.main() by Brett Cannon · 11 years ago
  7. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  8. 9702a17 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  9. 07c805d Issue #18048: Rename test_coding.py to test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  10. 29f2d73 Issue #18048: Rename test_pep263.py to test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  11. e5b25df Issue #15767: Add an explicit test for raising ModuleNotFoundError by Brett Cannon · 11 years ago
  12. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  13. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  14. e382b58 Partially revert changeset #281857369a78 to make sure threads are by Brett Cannon · 11 years ago
  15. c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
  16. 603dcf2 Spruce up test_xmlrpc by using ModuleNotFoundError and moving to by Brett Cannon · 11 years ago
  17. d5b4e1d Move test_zipfile to unittest.main() by Brett Cannon · 11 years ago
  18. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  19. 638ce07 Move code from test_importhooks into test_zipimport. by Brett Cannon · 11 years ago
  20. f15ffe0 Add tests for issue #18183. by Serhiy Storchaka · 11 years ago
  21. 31b1c8b Add tests for issue #18183. by Serhiy Storchaka · 11 years ago
  22. 6d844c5 #18196: merge with 3.3 by Roger Serwy · 11 years ago
  23. f467521 #18196: Avoid displaying spurious SystemExit tracebacks. by Roger Serwy · 11 years ago
  24. c2efeb6 #5492: merge with 3.3 by Roger Serwy · 11 years ago
  25. 036e849 #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  26. 982c6ef Issue #18187: merge from 3.3 by Ned Deily · 11 years ago
  27. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 11 years ago
  28. 12d400d explanatory comment by Brett Cannon · 11 years ago
  29. 865b292 typo fix by Brett Cannon · 11 years ago
  30. 68133fd Issue #18158: delete test_importhooks. Redundant in the face of test_importlib. by Brett Cannon · 11 years ago
  31. d5e6f2e Issue #18157: stop using imp.load_module() in imp. by Brett Cannon · 11 years ago
  32. 30b4131 #17511: merge with 3.3. by Roger Serwy · 11 years ago
  33. 391f469 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  34. 3164f5d merge 3.3 (#18183) by Benjamin Peterson · 11 years ago
  35. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 11 years ago
  36. a35a128 Merge. by Richard Oudkerk · 11 years ago
  37. 0e547b6 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 11 years ago
  38. cac17b4 Merge. by Richard Oudkerk · 11 years ago
  39. 409f902 Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). by Richard Oudkerk · 11 years ago
  40. 75b8426 fixd refleak by Christian Heimes · 11 years ago
  41. 36451f0 (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  42. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  43. 531381f Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  44. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  45. 46bebee Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. by Christian Heimes · 11 years ago
  46. 142ec2c get_default_verify_paths doesn't belong inside the ifdef block by Christian Heimes · 11 years ago
  47. 3e738f9 removed accidental new line by Christian Heimes · 11 years ago
  48. 6d7ad13 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug by Christian Heimes · 11 years ago
  49. 302b8c3 Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  50. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  51. 9670543 Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  52. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  53. 7dc4c03 #18126: merge with 3.3. by Ezio Melotti · 11 years ago
  54. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  55. f103d55 #17691: merge with 3.3. by Ezio Melotti · 11 years ago
  56. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  57. a81dd65 Issue #15528: Delay importing atexit until weakref.finalize() used. by Richard Oudkerk · 11 years ago
  58. 99c5afc #18151 null merge with 3.3. by Terry Jan Reedy · 11 years ago
  59. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 11 years ago
  60. fdcf2b7 moved the single-dispatch generic function definitions to the glossary by Łukasz Langa · 11 years ago
  61. 7f7a67a Fixed #18150: duplicate test inside TestSingleDispatch by Łukasz Langa · 11 years ago
  62. 997487d Issue #7732: Move an imp.find_module test from test_import to test_imp. by Brett Cannon · 11 years ago
  63. abb18af merge w/ 3.3 for issue #18055 by Brett Cannon · 11 years ago
  64. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 11 years ago
  65. a33e11e Issue #17314: Stop using imp in multiprocessing.forking and move over by Brett Cannon · 11 years ago
  66. 22c039b Issue #17903: Added path search changes to launcher. by Vinay Sajip · 11 years ago
  67. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  68. 4e694d6 tweak exception message (again) by Brett Cannon · 11 years ago
  69. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  70. 448f1a8 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  71. b101435 Issue 18130: delete extra spaces by Terry Jan Reedy · 11 years ago
  72. a55d703 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  73. 247bd5e Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  74. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  75. 072318b Issue #13772: Use syntax for literal wchar_t character by Victor Stinner · 11 years ago
  76. 31b3b92 Issue #13772: Mark helper functions as private (static) by Victor Stinner · 11 years ago
  77. e87267d Issue #13772: Fix a compiler warning on Windows by Victor Stinner · 11 years ago
  78. 9550ef3 Issue #9566: Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  79. 56785ea Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  80. 7969773 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  81. 5a43676 Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions by Victor Stinner · 11 years ago
  82. e7e7eba Issue #13772: Fix compiler warnings on Windows by Victor Stinner · 11 years ago
  83. 8bda465 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  84. 9f067f4 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  85. 9d77664 Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() by Victor Stinner · 11 years ago
  86. a2d5698 Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple by Victor Stinner · 11 years ago
  87. 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
  88. fbf50d4 Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c by Victor Stinner · 11 years ago
  89. c97ec8f merge by Brett Cannon · 11 years ago
  90. af38f5a Tweak at the suggestion of Ezio Melotti for exception messages when by Brett Cannon · 11 years ago
  91. 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 11 years ago
  92. e0b99ba Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: by Victor Stinner · 11 years ago
  93. 0b81111 (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale by Victor Stinner · 11 years ago
  94. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  95. caa00fe Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  96. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  97. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  98. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  99. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  100. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago