1. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 11 years ago
  2. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 11 years ago
  3. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  4. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  5. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 11 years ago
  6. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 11 years ago
  7. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 11 years ago
  8. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  9. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 11 years ago
  10. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 11 years ago
  11. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 11 years ago
  12. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  13. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 11 years ago
  14. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 11 years ago
  15. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
  16. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 11 years ago
  17. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  18. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  19. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  20. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  21. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  22. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  23. 6bb21c4 Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  24. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  25. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  26. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
  27. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  28. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
  29. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 11 years ago
  30. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  31. 844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 11 years ago
  32. 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  33. bb08b36 Issue #20373: generalize use of test.script_helper in test_warnings. Patch by Arfrever. by Antoine Pitrou · 11 years ago
  34. c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 11 years ago
  35. 1e40295 Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and by Terry Jan Reedy · 11 years ago
  36. c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 11 years ago
  37. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 11 years ago
  38. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  39. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 11 years ago
  40. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  41. 1b759bc Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 11 years ago
  42. a4b6b53 Merge heads. by Terry Jan Reedy · 11 years ago
  43. a0f1e22 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
  44. 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 11 years ago
  45. 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 11 years ago
  46. 714d7ff update sphinx url by Benjamin Peterson · 11 years ago
  47. 039a02c linkify by Benjamin Peterson · 11 years ago
  48. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  49. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 11 years ago
  50. b72e69e Fix grammar. by Eric V. Smith · 11 years ago
  51. f580d5b update hosting faq by Benjamin Peterson · 11 years ago
  52. a7184e6 Fix typo. by Serhiy Storchaka · 11 years ago
  53. 2d5a092 Issue #20384: Fix the test_tarfile test on Windows. by Serhiy Storchaka · 11 years ago
  54. f0b463a new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 11 years ago
  55. add94c9 Issue 20317: Remove debugging code from contextlib by Nick Coghlan · 11 years ago
  56. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 11 years ago
  57. bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  58. 744135d Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 11 years ago
  59. 4b73016 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  60. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  61. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 11 years ago
  62. 0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
  63. d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  64. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  65. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  66. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  67. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  68. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  69. 7ed509a fix deprecated-removed directive with sphinx 1.2 by Georg Brandl · 11 years ago
  70. eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  71. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  72. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  73. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  74. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  75. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  76. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  77. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
  78. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  79. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  80. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  81. a96860c correct news entry for #18574 by Benjamin Peterson · 11 years ago
  82. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
  83. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  84. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago
  85. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  86. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  87. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  88. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  89. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  90. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  91. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  92. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  93. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 11 years ago
  94. f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  95. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  96. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  97. 6f8e81a Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 11 years ago
  98. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 11 years ago
  99. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  100. aea79dd Merge heads by Serhiy Storchaka · 11 years ago