1. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  2. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
  3. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  4. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
  5. bb08b36 Issue #20373: generalize use of test.script_helper in test_warnings. Patch by Arfrever. by Antoine Pitrou · 11 years ago
  6. c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 11 years ago
  7. 1e40295 Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and by Terry Jan Reedy · 11 years ago
  8. c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 11 years ago
  9. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 11 years ago
  10. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  11. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  12. 1b759bc Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 11 years ago
  13. a4b6b53 Merge heads. by Terry Jan Reedy · 11 years ago
  14. a0f1e22 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
  15. 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 11 years ago
  16. 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 11 years ago
  17. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  18. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 11 years ago
  19. 18f2ce9 Bump to 3.3.4rc1. by Georg Brandl · 11 years ago
  20. 12e18c3 Update IDLE news from Misc/NEWS. by Georg Brandl · 11 years ago
  21. bcf6924 doc: pydoc topic and suspicious markup update by Georg Brandl · 11 years ago
  22. 381c280 #20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue. by Georg Brandl · 11 years ago
  23. c114353 #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket by Georg Brandl · 11 years ago
  24. a7184e6 Fix typo. by Serhiy Storchaka · 11 years ago
  25. 2d5a092 Issue #20384: Fix the test_tarfile test on Windows. by Serhiy Storchaka · 11 years ago
  26. add94c9 Issue 20317: Remove debugging code from contextlib by Nick Coghlan · 11 years ago
  27. bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  28. 4b73016 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  29. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  30. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 11 years ago
  31. 0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
  32. d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  33. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  34. d9bed99 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  35. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  36. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  37. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  38. eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  39. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  40. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  41. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  42. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  43. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  44. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  45. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago
  46. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  47. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  48. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  49. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  50. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  51. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  52. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  53. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  54. bd1d12e add test for #20251 by Benjamin Peterson · 11 years ago
  55. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  56. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  57. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 11 years ago
  58. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  59. 2a3d7d1 Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  60. 6cbc5f7 Fixed typo. by Serhiy Storchaka · 11 years ago
  61. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  62. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  63. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 11 years ago
  64. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  65. e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  66. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  67. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  68. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  69. 32c4915 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  70. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  71. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  72. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  73. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  74. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  75. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  76. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  77. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  78. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  79. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 11 years ago
  80. 487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which by Zachary Ware · 11 years ago
  81. 6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, by Victor Stinner · 11 years ago
  82. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  83. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  84. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  85. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  86. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  87. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  88. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  89. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  90. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  91. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  92. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  93. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  94. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  95. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  96. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  97. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  98. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  99. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  100. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago