1. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  2. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  3. 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  4. 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  5. c5618f0 Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  6. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  7. f7dbb0f Closes #15445: Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  8. 393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  9. 0994148 merge 3.2 by Martin v. Löwis · 12 years ago
  10. 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  11. f4b341b merge 3.2 by Martin v. Löwis · 12 years ago
  12. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  13. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago
  14. 4c66896 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  15. 186396d #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  16. f7a54a0 Cleanup the doc a bit: remove useless example and sentence by Eli Bendersky · 12 years ago
  17. c43c558 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  18. e431ed2 Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it. by Eli Bendersky · 12 years ago
  19. c59cc8f Issue #14197: merge by Ned Deily · 12 years ago
  20. ecd4e9d Issue #14197: For OS X framework builds, ensure links to the shared by Ned Deily · 12 years ago
  21. e9f35cc MERGE: Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  22. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  23. 653e4b3 MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  24. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  25. 9f65899 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  26. b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  27. fe114f0 Putting the 3.2 -> default merge info in a happy place. by Meador Inge · 12 years ago
  28. d3f63d3 Simplify the LaTeX section (only three escapes are needed for alltt) by Raymond Hettinger · 12 years ago
  29. 7e918cf merge heads. by Senthil Kumaran · 12 years ago
  30. 392bfd3 merge heads. by Senthil Kumaran · 12 years ago
  31. d740629 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  32. 28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  33. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  34. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  35. 4fb6b0a Merge #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  36. e60e12b #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  37. 80823d7 #15094: fix incorrectly placed #endif in _tkinter.c. by Andrew Svetlov · 12 years ago
  38. c7a5a76 Issue #15184: Some config variables in test_sysconfig_module by Ned Deily · 12 years ago
  39. 2c80e12 Issue #15188: Prevent test_ldshared_value failure due to slightly by Ned Deily · 12 years ago
  40. 1ef8719 Issue #15184: Fix test__remove_unsupported_archs failures on 10.6 by Ned Deily · 12 years ago
  41. 34fcafd Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  42. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  43. 45ccf03 Merge #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  44. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  45. d4703d1 Merge #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  46. b94082a #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  47. af418b2 Merge #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  48. 15cd9a0 #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  49. 779b63d Merge #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  50. e3de175 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  51. a606aef Issue #15188: Modify the OS X build_installer script to remove temporary by Ned Deily · 12 years ago
  52. 7b31b1a Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  53. ef391ac Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  54. 2731c04 Issue #15184: Ensure configuration-related environment variables by Ned Deily · 12 years ago
  55. 636601d Remove a relative import that escaped test.test_importlib. by Brett Cannon · 12 years ago
  56. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  57. 0fd1062 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  58. 6e571d6 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  59. 6a01fc5 Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  60. d6da90f Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  61. 5116704 Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. by Meador Inge · 12 years ago
  62. da1ffbc Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar by Meador Inge · 12 years ago
  63. 5e36edb Port additional tests from #14579 (the issue is already fixed). by Antoine Pitrou · 12 years ago
  64. b4bbee2 Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling. by Antoine Pitrou · 12 years ago
  65. cc409f4 Issue #15168: Ensure test_importlib subdirectories are installed. by Ned Deily · 12 years ago
  66. ed19fce Fix another import error. by Brett Cannon · 12 years ago
  67. 86ae981 Fix an import from the importlib.test move. by Brett Cannon · 12 years ago
  68. d382bfc Move importlib.test.benchmark to Tools/importbench to make it more by Brett Cannon · 12 years ago
  69. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago
  70. 4afc1c0 Merge by Brett Cannon · 12 years ago
  71. 6ee9695 Issue #15091: Call importlib.invalidate_caches() and reactivate a test by Brett Cannon · 12 years ago
  72. ba52586 Running the importlib tests from test_import is redundant as there is by Brett Cannon · 12 years ago
  73. b17ad53 Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  74. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  75. be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
  76. 818b118 Add missing NEWS entry for changeset b79d276041a8 by Ronald Oussoren · 12 years ago
  77. 674d6a6 Merge heads by Andrew Svetlov · 12 years ago
  78. a036476 Merge 3.2 by Andrew Svetlov · 12 years ago
  79. ddcb620 Issue #15404: Refleak in PyMethodObject repr. by Andrew Svetlov · 12 years ago
  80. 26a1c7a Fix Visual Studio warning. by Stefan Krah · 12 years ago
  81. 5e1658c Closes #15399: merged documentation fix from 3.2. by Vinay Sajip · 12 years ago
  82. 3be7a8b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  83. 8fda359 Issue #15401: Fix typo in inspect.getclosurevars docstring. by Meador Inge · 12 years ago
  84. c5963d3 Issue #15365: Make traceback reporting ignore any errors when printing out by Kristján Valur Jónsson · 12 years ago
  85. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  86. 024abca MERGE: Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  87. 62a5c32 Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  88. 3cd346a MERGE: Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  89. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  90. f4cc216 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  91. 29e49d6 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  92. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  93. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  94. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  95. c958ca8 remove unused variable by Meador Inge · 12 years ago
  96. 996ae04 remove unused variable by Meador Inge · 12 years ago
  97. 51ab283 remove unused variable by Benjamin Peterson · 12 years ago
  98. 9544aa3 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  99. f69e24e Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  100. 1f336ad Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago