1. 8ab7cba whitespace by Terry Jan Reedy · 11 years ago
  2. 6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  3. 7751a34 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  4. 5503579 backout 369bf9fbaeff by Benjamin Peterson · 11 years ago
  5. f387e96 remove tests for #19081 by Benjamin Peterson · 11 years ago
  6. 384e9cb finish backing out #19081 by Benjamin Peterson · 11 years ago
  7. e9aab0f backout #19081 to fix #20621 by Benjamin Peterson · 11 years ago
  8. 33b8219 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  9. 7a91bf8 give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  10. 207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  11. ac3dfc6 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  12. 93cd25d fix links to builtin repr function (closes #20573) by Benjamin Peterson · 11 years ago
  13. e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  14. f6c0ec4 #19680: add back documentation for print and exec in the interactive help. by Ezio Melotti · 11 years ago
  15. 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  16. ee09d7c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  17. ad38ef7 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
  18. 2748c5c avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  19. 79ce12e Issue #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
  20. a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  21. d0b7ac5 Merge heads by Serhiy Storchaka · 11 years ago
  22. 3061585 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 11 years ago
  23. 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 11 years ago
  24. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  25. 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  26. 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  27. 79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  28. 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  29. 708a5ea Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 11 years ago
  30. ca00c6e #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 11 years ago
  31. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  32. 6a03679 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 11 years ago
  33. ddc697f Issue #20374: delete spurious empty line by Ned Deily · 11 years ago
  34. b0fd12d Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 11 years ago
  35. cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
  36. dd9d64e Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 11 years ago
  37. 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  38. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 11 years ago
  39. 90ecc00 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
  40. 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 · 11 years ago
  41. 942aaac Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  42. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 11 years ago
  43. da0dbc0 Merge heads by Serhiy Storchaka · 11 years ago
  44. d2eff23 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  45. 60f0793 use system mercurial by Benjamin Peterson · 11 years ago
  46. 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  47. c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  48. 1964d5b Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  49. 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  50. 15b67d7 Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  51. b898b4f use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
  52. 67908e9 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  53. 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
  54. 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 11 years ago
  55. c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  56. 3ac26c1 Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). by Terry Jan Reedy · 11 years ago
  57. 9cdf2d0 Issue #20444: Reduced code duplication. Thanks to dongwm for the report and patch. by Vinay Sajip · 11 years ago
  58. 0a600cf Idlelib & buildbots: suppress py3 deprecation message even if enabled. by Terry Jan Reedy · 11 years ago
  59. 47cb38c Backported a test for lone surrogates support in io.StringIO. by Serhiy Storchaka · 11 years ago
  60. 1625272 Silence deprecation warning in sunau.py by Terry Jan Reedy · 11 years ago
  61. 8119c13 Idlelib: silence two buildbot Deprecation Warnings with better code. by Terry Jan Reedy · 11 years ago
  62. 9ca520a Remove unneeded use of globals() and locals() in test on imports by Gregory P. Smith · 11 years ago
  63. aaef0e7 Remove inaccurate comment and a the related recently added by Gregory P. Smith · 11 years ago
  64. 1a47955 Refactor the new test for issue19081 to exec import statements into a by Gregory P. Smith · 11 years ago
  65. 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 11 years ago
  66. 027ab39 Issue #19081: Remove the zipimporter.files reference as the zip TOC by Gregory P. Smith · 11 years ago
  67. 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  68. e7ec1be Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 11 years ago
  69. 62ea43c Merge heads. by Terry Jan Reedy · 11 years ago
  70. e7a72a1 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
  71. 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 11 years ago
  72. 4a44f87 Fixed a bug in previous changeset: StreamReader returned '' instead of u''. by Serhiy Storchaka · 11 years ago
  73. 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 11 years ago
  74. 072cd0c update sphinx url by Benjamin Peterson · 11 years ago
  75. 72c081d linkify by Benjamin Peterson · 11 years ago
  76. 1adbacf Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  77. d8be9fe update hosting faq by Benjamin Peterson · 11 years ago
  78. 0ac0ead new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 11 years ago
  79. ce75105 use new readline function types (closes #20374) by Benjamin Peterson · 11 years ago
  80. eb7ef94 Third attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 11 years ago
  81. dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 11 years ago
  82. 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 11 years ago
  83. 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  84. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  85. e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 11 years ago
  86. 70fdd79 Fix test failures --without-threads. by Stefan Krah · 11 years ago
  87. b190b33 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
  88. 82c48e0 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  89. edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  90. 70df667 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  91. 21334e7 Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  92. 3ce5255 Fix markup error. by Georg Brandl · 11 years ago
  93. 0e2793c Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  94. 598295c Issue #21222: Whitespace by Terry Jan Reedy · 11 years ago
  95. 02fd1fd Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  96. 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  97. ad715d9 put notes in a ..note section by Benjamin Peterson · 11 years ago
  98. 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  99. c802a83 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
  100. b8e18af #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago