1. 142ec2c get_default_verify_paths doesn't belong inside the ifdef block by Christian Heimes · 11 years ago
  2. 3e738f9 removed accidental new line by Christian Heimes · 11 years ago
  3. 6d7ad13 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug by Christian Heimes · 11 years ago
  4. 302b8c3 Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  5. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  6. 9670543 Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  7. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  8. 7dc4c03 #18126: merge with 3.3. by Ezio Melotti · 11 years ago
  9. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  10. f103d55 #17691: merge with 3.3. by Ezio Melotti · 11 years ago
  11. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  12. a81dd65 Issue #15528: Delay importing atexit until weakref.finalize() used. by Richard Oudkerk · 11 years ago
  13. 99c5afc #18151 null merge with 3.3. by Terry Jan Reedy · 11 years ago
  14. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 11 years ago
  15. fdcf2b7 moved the single-dispatch generic function definitions to the glossary by Łukasz Langa · 11 years ago
  16. 7f7a67a Fixed #18150: duplicate test inside TestSingleDispatch by Łukasz Langa · 11 years ago
  17. 997487d Issue #7732: Move an imp.find_module test from test_import to test_imp. by Brett Cannon · 11 years ago
  18. abb18af merge w/ 3.3 for issue #18055 by Brett Cannon · 11 years ago
  19. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 11 years ago
  20. a33e11e Issue #17314: Stop using imp in multiprocessing.forking and move over by Brett Cannon · 11 years ago
  21. 22c039b Issue #17903: Added path search changes to launcher. by Vinay Sajip · 11 years ago
  22. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  23. 4e694d6 tweak exception message (again) by Brett Cannon · 11 years ago
  24. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  25. 448f1a8 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  26. b101435 Issue 18130: delete extra spaces by Terry Jan Reedy · 11 years ago
  27. a55d703 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  28. 247bd5e Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  29. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  30. 072318b Issue #13772: Use syntax for literal wchar_t character by Victor Stinner · 11 years ago
  31. 31b3b92 Issue #13772: Mark helper functions as private (static) by Victor Stinner · 11 years ago
  32. e87267d Issue #13772: Fix a compiler warning on Windows by Victor Stinner · 11 years ago
  33. 9550ef3 Issue #9566: Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  34. 56785ea Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  35. 7969773 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  36. 5a43676 Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions by Victor Stinner · 11 years ago
  37. e7e7eba Issue #13772: Fix compiler warnings on Windows by Victor Stinner · 11 years ago
  38. 8bda465 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  39. 9f067f4 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  40. 9d77664 Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() by Victor Stinner · 11 years ago
  41. a2d5698 Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple by Victor Stinner · 11 years ago
  42. 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
  43. fbf50d4 Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c by Victor Stinner · 11 years ago
  44. c97ec8f merge by Brett Cannon · 11 years ago
  45. af38f5a Tweak at the suggestion of Ezio Melotti for exception messages when by Brett Cannon · 11 years ago
  46. 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 11 years ago
  47. e0b99ba Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: by Victor Stinner · 11 years ago
  48. 0b81111 (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale by Victor Stinner · 11 years ago
  49. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  50. caa00fe Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  51. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  52. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  53. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  54. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  55. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago
  56. 04754b0 Support multiarch build in tests. by Stefan Krah · 11 years ago
  57. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  58. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  59. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  60. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 11 years ago
  61. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  62. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  63. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  64. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  65. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  66. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  67. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 11 years ago
  68. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  69. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  70. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  71. 80bc00f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  72. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  73. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  74. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  75. 4ace240 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  76. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  77. 6b5a38c Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  78. 3b08a29 indicate that read/write work with bytes (closes #18009) by Benjamin Peterson · 11 years ago
  79. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  80. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  81. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  82. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  83. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  84. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  85. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  86. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  87. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  88. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  89. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  90. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  91. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  92. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  93. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  94. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  95. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  96. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  97. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  98. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  99. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  100. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago