1. a33e11e Issue #17314: Stop using imp in multiprocessing.forking and move over by Brett Cannon · 11 years ago
  2. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  3. 4e694d6 tweak exception message (again) by Brett Cannon · 11 years ago
  4. 448f1a8 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  5. b101435 Issue 18130: delete extra spaces by Terry Jan Reedy · 11 years ago
  6. a55d703 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  7. 247bd5e Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  8. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  9. af38f5a Tweak at the suggestion of Ezio Melotti for exception messages when by Brett Cannon · 11 years ago
  10. caa00fe Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  11. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  12. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  13. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  14. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  15. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  16. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  17. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 11 years ago
  18. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  19. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  20. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  21. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  22. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 11 years ago
  23. 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
  24. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  25. 80bc00f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  26. 4ace240 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  27. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  28. 6b5a38c Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  29. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  30. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  31. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  32. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  33. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  34. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  35. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  36. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  37. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  38. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  39. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  40. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  41. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  42. 636f93c Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  43. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  44. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  45. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  46. 5ccf2ff merge from 3.3 by Senthil Kumaran · 11 years ago
  47. 88249b8 merge from 3.3 by Senthil Kumaran · 11 years ago
  48. edf33c0 #18066: remove vestigial code depending on the sgi module by Andrew Kuchling · 11 years ago
  49. e9ec2e1 merge from 3.3 by Senthil Kumaran · 11 years ago
  50. 5cfbd26 frozen modules now apparently have empty __path__ by Benjamin Peterson · 11 years ago
  51. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  52. 0e75c06 fix whitespace by Brett Cannon · 11 years ago
  53. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  54. f1d7b11 Docstring cleanup by Brett Cannon · 11 years ago
  55. c29cb41 Fix for last commit on adding reset_name to module_to_load by Brett Cannon · 11 years ago
  56. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  57. c7a2825 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  58. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  59. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  60. 2e537f9 test_decimal: add __sizeof__() tests for code coverage. by Stefan Krah · 11 years ago
  61. 8d90e38 Merge 3.3. by Stefan Krah · 11 years ago
  62. 6b3026c merge from 3.3 by Senthil Kumaran · 11 years ago
  63. 7b50396 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  64. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  65. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  66. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  67. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  68. 5758fa78 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  69. 5cc9d32 Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced. by Serhiy Storchaka · 11 years ago
  70. 77a3ad7 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  71. fb1141c Merge with 3.3 by Jason R. Coombs · 11 years ago
  72. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  73. 667a03b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  74. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  75. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  76. 1256f1f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  77. eadd8cf Fix #16832 - expose cache validity checking support in ABCMeta by Łukasz Langa · 11 years ago
  78. 8be9039 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  79. 7b3022f Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  80. 765f3cc Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  81. 3b84eae Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch. by Vinay Sajip · 11 years ago
  82. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  83. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  84. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  85. 965efe9 merge 3.3 by Benjamin Peterson · 11 years ago
  86. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  87. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  88. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  89. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  90. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  91. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  92. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  93. d66b10e Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  94. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  95. d2cef8a merge 3.3 by Benjamin Peterson · 11 years ago
  96. a369923 Get rid of ugly code duplication for ElementTree.parse when the accelerator by Eli Bendersky · 11 years ago
  97. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  98. 8687245 normalize whitespace by Eli Bendersky · 11 years ago
  99. e6a951b Cleanup even more dead code by Eli Bendersky · 11 years ago
  100. c4e98a6 Cleanup more old ET library leftovers by Eli Bendersky · 11 years ago