1. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 11 years ago
  2. bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  3. 744135d Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 11 years ago
  4. 4b73016 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  5. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  6. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 11 years ago
  7. 0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
  8. d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  9. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  10. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  11. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  12. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  13. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  14. 7ed509a fix deprecated-removed directive with sphinx 1.2 by Georg Brandl · 11 years ago
  15. eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  16. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  17. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  18. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  19. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  20. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  21. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  22. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
  23. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  24. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  25. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  26. a96860c correct news entry for #18574 by Benjamin Peterson · 11 years ago
  27. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
  28. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  29. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago
  30. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  31. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  32. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  33. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  34. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  35. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  36. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  37. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  38. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 11 years ago
  39. f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  40. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  41. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  42. 6f8e81a Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 11 years ago
  43. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 11 years ago
  44. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  45. aea79dd Merge heads by Serhiy Storchaka · 11 years ago
  46. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  47. 2989f58 linkify chain.from_iterable (closes #20272) by Benjamin Peterson · 11 years ago
  48. 216e47d update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  49. 1654040 Issue #19936: Disable shebang lines in order to prevent using a random by Stefan Krah · 11 years ago
  50. cbefe3b Added cookbook entry on alternative formatting styles. by Vinay Sajip · 11 years ago
  51. 350e623 Clarified documentation note on module-level convenience functions. by Vinay Sajip · 11 years ago
  52. 71337cb Issue #20255: Update the about and bugs pages. by Zachary Ware · 11 years ago
  53. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 11 years ago
  54. 26d5fab Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  55. 2d130367 Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  56. 8bd656d Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5. by Georg Brandl · 11 years ago
  57. bd1d12e add test for #20251 by Benjamin Peterson · 11 years ago
  58. a677d76 remove overly strict assertion (closes #20251) by Benjamin Peterson · 11 years ago
  59. 9cb33b7 correct defaultdict signature in docstring (closes #20250) by Benjamin Peterson · 11 years ago
  60. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  61. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  62. 80602e0 Fix typo. by Zachary Ware · 11 years ago
  63. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 11 years ago
  64. 66c9350 #20236: Fix sphinx markup. by R David Murray · 11 years ago
  65. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  66. 2a3d7d1 Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  67. 6cbc5f7 Fixed typo. by Serhiy Storchaka · 11 years ago
  68. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  69. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  70. 55c9e03 merge heads by Georg Brandl · 11 years ago
  71. 6392ad9 Doc: update Sphinx toolchain also in make.bat by Georg Brandl · 11 years ago
  72. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 11 years ago
  73. 5636eb7 Update Sphinx toolchain. by Georg Brandl · 11 years ago
  74. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  75. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  76. e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  77. 4637538 fix build when SCHED_SPORADIC is defined (closes #20217) by Benjamin Peterson · 11 years ago
  78. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  79. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  80. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  81. 32c4915 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  82. 2f7c316 Remove conditional: it is useless at this point (OpenSSL headers are not yet included) by Antoine Pitrou · 11 years ago
  83. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  84. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  85. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  86. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  87. 21e7d4c fix zipimport ref leak by Benjamin Peterson · 11 years ago
  88. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  89. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  90. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  91. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  92. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  93. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  94. 0455c3f Whitespace. by Stefan Krah · 11 years ago
  95. 8d805d7 Regenerate python34stub.def. by Martin v. Löwis · 11 years ago
  96. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  97. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  98. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  99. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 11 years ago
  100. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago