1. 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 12 years ago
  2. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  3. 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  4. 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  5. 79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 12 years ago
  6. 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 12 years ago
  7. 708a5ea Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 12 years ago
  8. ca00c6e #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  9. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  10. 6a03679 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 12 years ago
  11. ddc697f Issue #20374: delete spurious empty line by Ned Deily · 12 years ago
  12. b0fd12d Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 12 years ago
  13. cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 12 years ago
  14. dd9d64e Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 12 years ago
  15. 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 12 years ago
  16. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 12 years ago
  17. 90ecc00 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 12 years ago
  18. f581411 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 · 12 years ago
  19. 942aaac Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 12 years ago
  20. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
  21. da0dbc0 Merge heads by Serhiy Storchaka · 12 years ago
  22. d2eff23 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 12 years ago
  23. 60f0793 use system mercurial by Benjamin Peterson · 12 years ago
  24. 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 12 years ago
  25. c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  26. 1964d5b Issue #19990: Install test/imghdrdata. by Ned Deily · 12 years ago
  27. 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
  28. 15b67d7 Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 12 years ago
  29. b898b4f use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 12 years ago
  30. 67908e9 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
  31. 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
  32. 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 12 years ago
  33. c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 12 years ago
  34. 3ac26c1 Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). by Terry Jan Reedy · 12 years ago
  35. 9cdf2d0 Issue #20444: Reduced code duplication. Thanks to dongwm for the report and patch. by Vinay Sajip · 12 years ago
  36. 0a600cf Idlelib & buildbots: suppress py3 deprecation message even if enabled. by Terry Jan Reedy · 12 years ago
  37. 47cb38c Backported a test for lone surrogates support in io.StringIO. by Serhiy Storchaka · 12 years ago
  38. 1625272 Silence deprecation warning in sunau.py by Terry Jan Reedy · 12 years ago
  39. 8119c13 Idlelib: silence two buildbot Deprecation Warnings with better code. by Terry Jan Reedy · 12 years ago
  40. 9ca520a Remove unneeded use of globals() and locals() in test on imports by Gregory P. Smith · 12 years ago
  41. aaef0e7 Remove inaccurate comment and a the related recently added by Gregory P. Smith · 12 years ago
  42. 1a47955 Refactor the new test for issue19081 to exec import statements into a by Gregory P. Smith · 12 years ago
  43. 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
  44. 027ab39 Issue #19081: Remove the zipimporter.files reference as the zip TOC by Gregory P. Smith · 12 years ago
  45. 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
  46. e7ec1be Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 12 years ago
  47. 62ea43c Merge heads. by Terry Jan Reedy · 12 years ago
  48. e7a72a1 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 12 years ago
  49. 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
  50. 4a44f87 Fixed a bug in previous changeset: StreamReader returned '' instead of u''. by Serhiy Storchaka · 12 years ago
  51. 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
  52. 072cd0c update sphinx url by Benjamin Peterson · 12 years ago
  53. 72c081d linkify by Benjamin Peterson · 12 years ago
  54. 1adbacf Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 12 years ago
  55. d8be9fe update hosting faq by Benjamin Peterson · 12 years ago
  56. 0ac0ead new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 12 years ago
  57. ce75105 use new readline function types (closes #20374) by Benjamin Peterson · 12 years ago
  58. eb7ef94 Third attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  59. dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  60. 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 12 years ago
  61. 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 12 years ago
  62. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  63. e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 12 years ago
  64. 70fdd79 Fix test failures --without-threads. by Stefan Krah · 12 years ago
  65. b190b33 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 12 years ago
  66. 82c48e0 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 12 years ago
  67. edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  68. 70df667 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 12 years ago
  69. 21334e7 Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 12 years ago
  70. 3ce5255 Fix markup error. by Georg Brandl · 12 years ago
  71. 0e2793c Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 12 years ago
  72. 598295c Issue #21222: Whitespace by Terry Jan Reedy · 12 years ago
  73. 02fd1fd Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. by Terry Jan Reedy · 12 years ago
  74. 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
  75. ad715d9 put notes in a ..note section by Benjamin Peterson · 12 years ago
  76. 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 12 years ago
  77. c802a83 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
  78. b8e18af #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 12 years ago
  79. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  80. 7a278da Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
  81. cdf1ebd Backported test for issue #20238. by Serhiy Storchaka · 12 years ago
  82. 75ba21a Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago
  83. ce46aed Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 12 years ago
  84. af08087 Issue #20086: Restored the use of locale-independing mapping instead of by Serhiy Storchaka · 12 years ago
  85. 8363f77 fix error check by Benjamin Peterson · 12 years ago
  86. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  87. 09421f8 update pysqlite website (closes #20278) by Benjamin Peterson · 12 years ago
  88. ace08ab Clarified documentation note on module-level convenience functions. by Vinay Sajip · 12 years ago
  89. f583f41 Issue #20255: Update the about and bugs pages. by Zachary Ware · 12 years ago
  90. d93d633 add test for #20251 by Benjamin Peterson · 12 years ago
  91. 9e79889 remove overly strict assertion (closes #20251) by Benjamin Peterson · 12 years ago
  92. 06e486c correct defaultdict signature in docstring (closes #20250) by Benjamin Peterson · 12 years ago
  93. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  94. aec3065 Fix typo. Pointed out by Finn Ellis on docs@. by Zachary Ware · 12 years ago
  95. dd1c4fd #20236: Fix sphinx markup. by R David Murray · 12 years ago
  96. d804f53 Backported test for the open of non-existent tarfile. by Serhiy Storchaka · 12 years ago
  97. 2e27ddd Fixed typo. by Serhiy Storchaka · 12 years ago
  98. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 12 years ago
  99. e198692 Issue #20138: Backport tests for handling non-ASCII URLs in the by Serhiy Storchaka · 12 years ago
  100. fa6cecb Adding test coverage for cgi.FieldStorage based on the scenario mentioned in issue #19097 by Senthil Kumaran · 12 years ago