1. 7eba9db Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 12 years ago
  2. c898668 Fix typo by Andrew Svetlov · 12 years ago
  3. 457f482 merge heads by Andrew Svetlov · 12 years ago
  4. 42777cd Fix typo. by Andrew Svetlov · 12 years ago
  5. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  6. bf51717 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  7. 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  8. 6e65e99 Issue #15940: NEWS entry by Terry Jan Reedy · 12 years ago
  9. 0d0a395 Issue #15940: Replace tab. by Terry Jan Reedy · 12 years ago
  10. c2f905f Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 12 years ago
  11. ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  12. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  13. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  14. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  15. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
  16. e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 12 years ago
  17. 56bb8b9 Add an itertools recipe showing how to use t.__copy__(). by Raymond Hettinger · 12 years ago
  18. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
  19. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
  20. 472f77d merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  21. f3ad030 G -> M (closes #17533) by Benjamin Peterson · 12 years ago
  22. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  23. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 12 years ago
  24. da76aa8 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 12 years ago
  25. 0861b13 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 12 years ago
  26. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
  27. f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 12 years ago
  28. d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
  29. 035ecbe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 12 years ago
  30. 144c269 Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 12 years ago
  31. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  32. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  33. bf607aa Fix XML vulnerability link targets. by Christian Heimes · 12 years ago
  34. 75207ab Fix XML vulnerability link targets. by Christian Heimes · 12 years ago
  35. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 12 years ago
  36. 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  37. e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  38. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  39. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  40. 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  41. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  42. 92acb0a Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  43. 23790b4 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  44. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  45. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  46. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 12 years ago
  47. dbc5f8c3 move to correct section by Benjamin Peterson · 12 years ago
  48. 4b394db merge 2.7.4 release branch (#17550) by Benjamin Peterson · 12 years ago
  49. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  50. b9be7bb fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  51. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
  52. 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 12 years ago
  53. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  54. cce5b04 Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  55. 005fb74 Fix typo by Martin v. Löwis · 12 years ago
  56. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 12 years ago
  57. 710f0c3 #17425: null merge 3.2 by Martin v. Loewis · 12 years ago
  58. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 12 years ago
  59. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  60. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 12 years ago
  61. bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  62. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  63. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 12 years ago
  64. ac982d7 Merge heads. by Ezio Melotti · 12 years ago
  65. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 12 years ago
  66. 2350ecd merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  67. 7e2f197 update NEWS for #17531 by Benjamin Peterson · 12 years ago
  68. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  69. be1632b Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  70. 40d1cfe merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  71. d6138c4 always allow -1 as a uid by Benjamin Peterson · 12 years ago
  72. 4a03c7d merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  73. 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 12 years ago
  74. e48b2c2 merge 2.7.4 branch by Benjamin Peterson · 12 years ago
  75. 4d7fc3c undo PyInt -> PyLong change; that was wrong by Benjamin Peterson · 12 years ago
  76. aec8139 add 2.7.5 header by Benjamin Peterson · 12 years ago
  77. 6909ab5 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  78. 3128923 return int instead long when possible (#17531) by Benjamin Peterson · 12 years ago
  79. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  80. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  81. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  82. 6074ee4 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  83. cb80064 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  84. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
  85. cd85aa4 after 2.7.4rc1 bump by Benjamin Peterson · 12 years ago
  86. 4867060 Added tag v2.7.4rc1 for changeset a8d18780bc2b by Benjamin Peterson · 12 years ago
  87. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  88. 43cb4b7 update pydoc topics by Benjamin Peterson · 12 years ago
  89. 71e2d2e nonlocal isn't a 2.x topic by Benjamin Peterson · 12 years ago
  90. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  91. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 12 years ago
  92. 5ded795 Hold key reference until the links have updated. by Raymond Hettinger · 12 years ago
  93. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  94. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  95. bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  96. e29dd24 Merged Misc/NEWS update for #17508. by Vinay Sajip · 12 years ago
  97. a4cfd60 Updated Misc/NEWS with #17508. by Vinay Sajip · 12 years ago
  98. 0e29f22 Updated Misc/NEWS with #17508. by Vinay Sajip · 12 years ago
  99. 18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. by Martin v. Loewis · 12 years ago
  100. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago