1. 361b28d (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 11 years ago
  2. fd1c69e2 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 11 years ago
  3. 8624ed5 Issue #18375: merge with 3.3 by Florent Xicluna · 11 years ago
  4. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
  5. c17d0c2 (3.3->default) Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  6. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  7. de68e0c Speed-up deque indexing by changing the deque block length to a power of two. by Raymond Hettinger · 11 years ago
  8. 6597aa1 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  9. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  10. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  11. 3dfd232 Remove dead code in test_exceptions. by Brett Cannon · 11 years ago
  12. fc4b5b9 Move test_import over to unittest.main(). by Brett Cannon · 11 years ago
  13. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  14. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  15. 45091c0 Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. by Brett Cannon · 11 years ago
  16. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  17. fff5915 Consolidate tests section. by Antoine Pitrou · 11 years ago
  18. 0cb1e9a Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  19. be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  20. 7e71c56 (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
  21. a9c99a6 test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
  22. 647d1e1 (Merge 3.3) test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
  23. 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
  24. ee31bc0 #18312: merge from 3.3. by Eric V. Smith · 11 years ago
  25. f4c47b5 Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 11 years ago
  26. 1b6348e Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  27. e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  28. 771b961 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  29. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  30. b0be624 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  31. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  32. 0857ab4 (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal by Victor Stinner · 11 years ago
  33. 8d37954 Issue #18343: faulthandler.register() now keeps the previous signal handler by Victor Stinner · 11 years ago
  34. 1d5b933 Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  35. b9dbc7d Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  36. 3126a3d Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  37. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  38. 626032a Issue #17097: Merge. by Richard Oudkerk · 11 years ago
  39. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  40. 7c1457b Merge with current default by Łukasz Langa · 11 years ago
  41. 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
  42. 54882bf Singular form just like the other error message. by Christian Heimes · 11 years ago
  43. 8087879 Singular form just like the other error message. by Christian Heimes · 11 years ago
  44. bfafab1 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  45. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  46. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  47. ec4bdac (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  48. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  49. 7afadc8 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  50. acd5f81 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 11 years ago
  51. 53b1c24 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  52. ef1f777 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  53. 893c7e7 Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 11 years ago
  54. 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 11 years ago
  55. 14c4799 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  56. 56fe854 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 11 years ago
  57. 5766f3b Null merge #18038: Use non-deprecated assert names in tests. by R David Murray · 11 years ago
  58. c170f37 #18038: Use non-deprecated assert names in tests. by R David Murray · 11 years ago
  59. 634e076 Merge #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  60. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  61. 06beaba Merge with 3.3 by Terry Jan Reedy · 11 years ago
  62. e4e530e Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 11 years ago
  63. 7217242 Fix segfault in pyexpat.c caused by 84375 u can be NULL, use XDECREF by Christian Heimes · 11 years ago
  64. 82e6b94 Fix resource leak in pickle module by Christian Heimes · 11 years ago
  65. d47802e Fix ref leak in error case of unicode find, count, formatlong by Christian Heimes · 11 years ago
  66. d47a045 Fix ref leak in error case of unicode index by Christian Heimes · 11 years ago
  67. ea71a52 Fix ref leak in error case of unicode rindex and rfind by Christian Heimes · 11 years ago
  68. 22ed7fe Fix resource leak in parser, free node ptr by Christian Heimes · 11 years ago
  69. b91ffaa Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL by Christian Heimes · 11 years ago
  70. b582155 Fix memory leak in pyexpat PyUnknownEncodingHandler by Christian Heimes · 11 years ago
  71. 305e49e Fix memory leak in endswith by Christian Heimes · 11 years ago
  72. b7bb6f5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  73. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  74. 3a5053b Issue #18322: fix some test_stat nits. by Antoine Pitrou · 11 years ago
  75. a92bfa4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  76. 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
  77. 912bad7 Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. by Terry Jan Reedy · 11 years ago
  78. e256346 Added rationale for defaulting to 1 in the functional API. by Ethan Furman · 11 years ago
  79. b1c6827 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  80. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  81. 3fe70b4a Added example to enum docs show access to name and value attributes of enum members. by Ethan Furman · 11 years ago
  82. cf873c6 Merge #14360: Add news item. by R David Murray · 11 years ago
  83. 02e4a7b #14360: Add news item. by R David Murray · 11 years ago
  84. 3bca8ac Improve imap error message in unusual failure mode. by R David Murray · 11 years ago
  85. 9a2f139 #18111: Add What's New entry for max/min default. by R David Murray · 11 years ago
  86. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  87. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  88. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  89. cd83fa8 Issue #13483: Use VirtualAlloc in obmalloc on Windows. by Martin v. Löwis · 11 years ago
  90. fe3ae3c Merge #18311: fix typo. by R David Murray · 11 years ago
  91. c7f7579 #18311: fix typo. by R David Murray · 11 years ago
  92. b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 11 years ago
  93. dd3a6a5 Fix os.confstr(): the result type of the C function is size_t, not int by Victor Stinner · 11 years ago
  94. 9303749 Fix time.mktime() and datetime.datetime.timestamp() on AIX by Victor Stinner · 11 years ago
  95. 5ac1b93 test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern by Victor Stinner · 11 years ago
  96. ef8115e Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change by Victor Stinner · 11 years ago
  97. 383a820 Issue #17206: test.regrtest and test.script_helper enable faulthandler module by Victor Stinner · 11 years ago
  98. 4af6898 #11390: fix test failures due to readline and windows lineneds. by R David Murray · 11 years ago
  99. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  100. d7a034b (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago