1. 6b7a5ae #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 11 years ago
  2. 0d28a61 #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 11 years ago
  3. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 11 years ago
  4. ed3a303 Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file by Victor Stinner · 11 years ago
  5. c993a19 #13163: fix names of _get_socket args by R David Murray · 11 years ago
  6. 6395241 list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 11 years ago
  7. f8ffec0 Issue #17357: Add missing verbosity messages when running under by Brett Cannon · 11 years ago
  8. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  9. c35151c #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  10. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  11. 420e2d8 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  12. 7a03e2d Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  13. e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  14. e5aefa4 Skip a test of an old API on ARM Linux that isn't supported by the OS. by Gregory P. Smith · 11 years ago
  15. 56bb8b9 Add an itertools recipe showing how to use t.__copy__(). by Raymond Hettinger · 11 years ago
  16. 71c9e1a #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  17. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  18. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 11 years ago
  19. 3262223 Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 11 years ago
  20. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  21. 472f77d merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  22. f3ad030 G -> M (closes #17533) by Benjamin Peterson · 11 years ago
  23. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  24. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 11 years ago
  25. 8028a5c Updated logging cookbook with additional example for output using str.format(). by Vinay Sajip · 11 years ago
  26. da76aa8 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 11 years ago
  27. 0861b13 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 11 years ago
  28. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 11 years ago
  29. 1b14592 #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 11 years ago
  30. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 11 years ago
  31. f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  32. 9098472 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  33. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  34. d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  35. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  36. 035ecbe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  37. 31797e5 #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  38. 144c269 Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 11 years ago
  39. a5d55ba Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 11 years ago
  40. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 11 years ago
  41. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  42. bf607aa Fix XML vulnerability link targets. by Christian Heimes · 11 years ago
  43. 75207ab Fix XML vulnerability link targets. by Christian Heimes · 11 years ago
  44. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 11 years ago
  45. 93324d7 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  46. e5caf29 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  47. fd4365a Update suspicious ignore file. by Ezio Melotti · 11 years ago
  48. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  49. 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  50. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  51. 92acb0a Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  52. 23790b4 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  53. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  54. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  55. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 11 years ago
  56. dbc5f8c3 move to correct section by Benjamin Peterson · 11 years ago
  57. 4b394db merge 2.7.4 release branch (#17550) by Benjamin Peterson · 11 years ago
  58. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  59. b9be7bb fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  60. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 11 years ago
  61. 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 11 years ago
  62. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 11 years ago
  63. cce5b04 Add missing docstrings to the collections ABCs by Raymond Hettinger · 11 years ago
  64. 005fb74 Fix typo by Martin v. Löwis · 11 years ago
  65. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 11 years ago
  66. 710f0c3 #17425: null merge 3.2 by Martin v. Loewis · 11 years ago
  67. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 11 years ago
  68. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 11 years ago
  69. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 11 years ago
  70. bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  71. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 11 years ago
  72. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  73. ac982d7 Merge heads. by Ezio Melotti · 11 years ago
  74. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 11 years ago
  75. 2350ecd merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  76. 7e2f197 update NEWS for #17531 by Benjamin Peterson · 11 years ago
  77. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  78. be1632b Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  79. 40d1cfe merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  80. d6138c4 always allow -1 as a uid by Benjamin Peterson · 11 years ago
  81. 4a03c7d merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  82. 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 11 years ago
  83. e48b2c2 merge 2.7.4 branch by Benjamin Peterson · 11 years ago
  84. 4d7fc3c undo PyInt -> PyLong change; that was wrong by Benjamin Peterson · 11 years ago
  85. aec8139 add 2.7.5 header by Benjamin Peterson · 11 years ago
  86. 6909ab5 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  87. 3128923 return int instead long when possible (#17531) by Benjamin Peterson · 11 years ago
  88. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  89. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  90. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  91. 6074ee4 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  92. cb80064 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  93. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 11 years ago
  94. cd85aa4 after 2.7.4rc1 bump by Benjamin Peterson · 11 years ago
  95. 4867060 Added tag v2.7.4rc1 for changeset a8d18780bc2b by Benjamin Peterson · 11 years ago
  96. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 11 years ago
  97. 43cb4b7 update pydoc topics by Benjamin Peterson · 11 years ago
  98. 71e2d2e nonlocal isn't a 2.x topic by Benjamin Peterson · 11 years ago
  99. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  100. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 11 years ago