1. 9fe43f5 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  2. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  3. 4b1a875 Issue #10197: merge 3.3 by Tim Golden · 11 years ago
  4. eb6392b Issue #10197: merge heads by Tim Golden · 11 years ago
  5. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  6. 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
  7. 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
  8. e1b1592 Issue #19424: Fix a compiler warning on comparing signed/unsigned size_t by Victor Stinner · 11 years ago
  9. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  10. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  11. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  12. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  13. 7df4ddd Issue #19464 Null merge with 3.3 by Tim Golden · 11 years ago
  14. 0bdcdec Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  15. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  16. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  17. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  18. b19ff41 Mercurial: ignore precompiled header files on Windows. by Tim Peters · 11 years ago
  19. df0b14d Merge. by Richard Oudkerk · 11 years ago
  20. e943697 Issue #19478: Make choice of semaphore prefix more flexible. by Richard Oudkerk · 11 years ago
  21. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  22. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  23. 32bf5e1 Update NEWS for 265d369ad3b9. by Jason R. Coombs · 11 years ago
  24. 32dfef8 Null merge by Serhiy Storchaka · 11 years ago
  25. c2d1b56 Merge heads by Serhiy Storchaka · 11 years ago
  26. 0aade62 Merge heads by Serhiy Storchaka · 11 years ago
  27. 59fe17f Null merge by Serhiy Storchaka · 11 years ago
  28. 9788497 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  29. af630c5 Merge. by Richard Oudkerk · 11 years ago
  30. b8ec1e3 Relax timeout test. by Richard Oudkerk · 11 years ago
  31. 2902b6d Relax test for process return code on Windows. by Richard Oudkerk · 11 years ago
  32. 1943c8a Merge test_htmlparser changes from 3.3. by Ezio Melotti · 11 years ago
  33. 5028f4d Use unittest.main() in test_htmlparser. by Ezio Melotti · 11 years ago
  34. 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
  35. bd26d86 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  36. 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
  37. 28f0bea Issue #19085. Try to fix tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  38. bf30c9f Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  39. 007c047 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  40. d58972c Merge heads by Serhiy Storchaka · 11 years ago
  41. b2564ce Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  42. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  43. 05c511f asyncio: Slight rearrangement of tests for server_hostname=... by Guido van Rossum · 11 years ago
  44. 28dff0d asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure. by Guido van Rossum · 11 years ago
  45. a8d630a asyncio: Various style nits. by Guido van Rossum · 11 years ago
  46. 3a70392 asyncio: Log a warning when eof_received() returns true and using ssl. by Guido van Rossum · 11 years ago
  47. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 11 years ago
  48. 2b57016 asyncio: Refactor ssl transport ready loop (Nikolay Kim). by Guido van Rossum · 11 years ago
  49. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 11 years ago
  50. 2b430b8 asyncio: Fold some long lines. by Guido van Rossum · 11 years ago
  51. 3317a13 asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. by Guido van Rossum · 11 years ago
  52. 2b8fc30 Abstract out stat calls in importlib for easier experimentation. by Brett Cannon · 11 years ago
  53. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  54. 2be28a6 Silence a compiler warning about an unused function by Brett Cannon · 11 years ago
  55. 79f5e1f Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  56. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  57. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  58. dcdd05b Close #19442: warn_explicit() does nothing when called late during Python shutdown by Victor Stinner · 11 years ago
  59. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  60. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 11 years ago
  61. 61a2ced Close resources owned by subclass before calling super().close(). by Guido van Rossum · 11 years ago
  62. 0160b5f Null merge by Tim Golden · 11 years ago
  63. 6374120 Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
  64. 359fabc Issue #19437: Cleanup r_ref() of the marshal module by Victor Stinner · 11 years ago
  65. d5cae6f Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure by Victor Stinner · 11 years ago
  66. b1b7b18 Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for by Victor Stinner · 11 years ago
  67. 763b0d1 Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first by Victor Stinner · 11 years ago
  68. a9eb38f Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure by Victor Stinner · 11 years ago
  69. e75996a Issue #19437: Fix PyCFuncPtrType constructor, handle by Victor Stinner · 11 years ago
  70. a215002 Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc() by Victor Stinner · 11 years ago
  71. ba9be47 Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue() by Victor Stinner · 11 years ago
  72. ae233ea Issue #19437: Fix show_warning() of _warnings, stop at the first error to not by Victor Stinner · 11 years ago
  73. 3cd04aa Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass() by Victor Stinner · 11 years ago
  74. db49bd6 Null merge for issue #19452 by Eli Bendersky · 11 years ago
  75. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  76. 2ae57e3 Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an by Victor Stinner · 11 years ago
  77. b43ad1d cleanup _Unpickler_SkipConsumed(): remove 1 level of indentation by Victor Stinner · 11 years ago
  78. fa6ab0f Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
  79. 472805d merge 3.3 by Benjamin Peterson · 11 years ago
  80. 7f69dca make string literal const by Benjamin Peterson · 11 years ago
  81. 5605613 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  82. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  83. 0016e1d asyncio: Add new file (forgotten). by Guido van Rossum · 11 years ago
  84. 5969128 asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). by Guido van Rossum · 11 years ago
  85. 90fb914 asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). by Guido van Rossum · 11 years ago
  86. ec7922c asyncio: Update some comments. by Guido van Rossum · 11 years ago
  87. 1f683bb asyncio: When not closing the connection after receiving EOF, still remove the read handler. by Guido van Rossum · 11 years ago
  88. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  89. 7613542 Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error by Victor Stinner · 11 years ago
  90. f0a7bac Issue #19437: Fix os.statvfs(), handle errors by Victor Stinner · 11 years ago
  91. a6b9b07 Issue #19424: Fix a compiler warning by Victor Stinner · 11 years ago
  92. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  93. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  94. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  95. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  96. 96c03df merge 3.3 by Benjamin Peterson · 11 years ago
  97. 8f16948 update comment by Benjamin Peterson · 11 years ago
  98. 856f45f Issue #19442: Fix warnings emitted during Python shutdown by Victor Stinner · 11 years ago
  99. c0e07a3 Issue #19424: Fix test_warnings for locale encoding unable to encode by Victor Stinner · 11 years ago
  100. a4c704b Issue #19424: Fix the warnings module to accept filename containing surrogate by Victor Stinner · 11 years ago