1. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  2. e0881f4 #19439: Update PCbuild/readme.txt with new sub-project by Zachary Ware · 11 years ago
  3. 05f31bf doc: fix typo by Victor Stinner · 11 years ago
  4. 24f1258 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  5. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  6. 96c0168 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  7. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  8. 17972a7 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  9. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  10. 98e818b Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure by Victor Stinner · 11 years ago
  11. 357f515 Issue #19437: Fix _threading.RLock constructor (rlock_new), call by Victor Stinner · 11 years ago
  12. 85a12a8 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory by Victor Stinner · 11 years ago
  13. b3e1ef1 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when by Victor Stinner · 11 years ago
  14. dd4b299 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle by Victor Stinner · 11 years ago
  15. 6079814 Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. by Tim Golden · 11 years ago
  16. be47cff Issue #15663: merge build-installer.py changes by Ned Deily · 11 years ago
  17. 6fc5f98 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  18. b2bc4df Closes #18345: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  19. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  20. c1bd2fe Merge with 3.3 by Terry Jan Reedy · 11 years ago
  21. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  22. 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 11 years ago
  23. ccea084 asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ by Guido van Rossum · 11 years ago
  24. b58d4a3 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  25. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  26. 20acaa7 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  27. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  28. 3daaf5f Fix functools.partialmethod docs and __all__ by Nick Coghlan · 11 years ago
  29. 21ea21e Issue #19424: PyUnicode_CompareWithASCIIString() normalizes memcmp() result by Victor Stinner · 11 years ago
  30. f0c7b2a Issue #16286: remove duplicated identity check from unicode_compare() by Victor Stinner · 11 years ago
  31. fd9e44d Issue #16286: optimize PyUnicode_RichCompare() for identical strings (same by Victor Stinner · 11 years ago
  32. c8bc537 Issue #16286: write a new subfunction bytes_compare_eq() by Victor Stinner · 11 years ago
  33. 63d867e merge with 3.3 by Georg Brandl · 11 years ago
  34. 975708a null-merge 3.2 backouts by Georg Brandl · 11 years ago
  35. ee7f3fc Backout 7d399099334d. by Georg Brandl · 11 years ago
  36. 7b5d6ad Backout 265d369ad3b9. by Georg Brandl · 11 years ago
  37. 7ec3e56 Backout d80207d15294. by Georg Brandl · 11 years ago
  38. e051b55 Note that examples are sorted only for convenience. by Georg Brandl · 11 years ago
  39. db5ab78 Issue #15392: merge from 3.3 by Ned Deily · 11 years ago
  40. c3909e5 Issue #15392: Install idlelib/idle_test. by Ned Deily · 11 years ago
  41. 9083db6 Null merge 3.3 by Zachary Ware · 11 years ago
  42. 200bcbc Issue #19391: Clean up PCbuild/readme.txt by Zachary Ware · 11 years ago
  43. bd90d09 #18678: Correct names of spwd struct members. by R David Murray · 11 years ago
  44. ed4500f Issue #18702 null merge by Ned Deily · 11 years ago
  45. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  46. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  47. 834856a Merge by Tim Golden · 11 years ago
  48. 7a07cc9 Merge by Tim Golden · 11 years ago
  49. 2964138 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  50. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  51. c3f57e4 Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  52. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  53. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  54. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  55. 9fe43f5 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  56. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  57. 4b1a875 Issue #10197: merge 3.3 by Tim Golden · 11 years ago
  58. eb6392b Issue #10197: merge heads by Tim Golden · 11 years ago
  59. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  60. ab7211f Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  61. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  62. e1b1592 Issue #19424: Fix a compiler warning on comparing signed/unsigned size_t by Victor Stinner · 11 years ago
  63. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  64. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  65. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  66. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  67. 7df4ddd Issue #19464 Null merge with 3.3 by Tim Golden · 11 years ago
  68. 0bdcdec Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  69. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  70. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  71. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  72. b19ff41 Mercurial: ignore precompiled header files on Windows. by Tim Peters · 11 years ago
  73. df0b14d Merge. by Richard Oudkerk · 11 years ago
  74. e943697 Issue #19478: Make choice of semaphore prefix more flexible. by Richard Oudkerk · 11 years ago
  75. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  76. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  77. 32bf5e1 Update NEWS for 265d369ad3b9. by Jason R. Coombs · 11 years ago
  78. 32dfef8 Null merge by Serhiy Storchaka · 11 years ago
  79. c2d1b56 Merge heads by Serhiy Storchaka · 11 years ago
  80. 0aade62 Merge heads by Serhiy Storchaka · 11 years ago
  81. 59fe17f Null merge by Serhiy Storchaka · 11 years ago
  82. 9788497 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  83. af630c5 Merge. by Richard Oudkerk · 11 years ago
  84. b8ec1e3 Relax timeout test. by Richard Oudkerk · 11 years ago
  85. 2902b6d Relax test for process return code on Windows. by Richard Oudkerk · 11 years ago
  86. 1943c8a Merge test_htmlparser changes from 3.3. by Ezio Melotti · 11 years ago
  87. 5028f4d Use unittest.main() in test_htmlparser. by Ezio Melotti · 11 years ago
  88. 88ebfb1 #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. by Ezio Melotti · 11 years ago
  89. bd26d86 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  90. 93912b9 Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  91. 28f0bea Issue #19085. Try to fix tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  92. bf30c9f Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  93. 007c047 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  94. d58972c Merge heads by Serhiy Storchaka · 11 years ago
  95. b2564ce Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  96. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  97. 05c511f asyncio: Slight rearrangement of tests for server_hostname=... by Guido van Rossum · 11 years ago
  98. 28dff0d asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure. by Guido van Rossum · 11 years ago
  99. a8d630a asyncio: Various style nits. by Guido van Rossum · 11 years ago
  100. 3a70392 asyncio: Log a warning when eof_received() returns true and using ssl. by Guido van Rossum · 11 years ago