1. c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 11 years ago
  2. 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 11 years ago
  3. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 11 years ago
  4. 79fa98a Issue #19656: Running Python with the -3 option now also warns about by Serhiy Storchaka · 11 years ago
  5. 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
  6. 2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
  7. d11e8b6 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 11 years ago
  8. 0344a06 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 11 years ago
  9. 49b2086 Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 11 years ago
  10. fb8899a Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 11 years ago
  11. f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 11 years ago
  12. 92df752 Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 11 years ago
  13. 1f94efc Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
  14. 47e4b0b Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 11 years ago
  15. ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 11 years ago
  16. 5918f8f 'sunos' not 'solaris by Benjamin Peterson · 11 years ago
  17. 15773c8 just skip this test on Solaris by Benjamin Peterson · 11 years ago
  18. 6800d93 some platforms apparently don't care about fdopen'ing with a different mode by Benjamin Peterson · 11 years ago
  19. 36f28f7 Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
  20. 3428620 this file now has utf-8 chars by Benjamin Peterson · 11 years ago
  21. 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 11 years ago
  22. b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 11 years ago
  23. 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  24. 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  25. 3c5816f Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik by Tim Golden · 11 years ago
  26. 807c9da Issue #18944: backport typo fix by Terry Jan Reedy · 11 years ago
  27. 3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns by Tim Golden · 11 years ago
  28. 4e0df17 Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. by Zachary Ware · 11 years ago
  29. cb4069c #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  30. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  31. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  32. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  33. 3c0027b use with statement by Benjamin Peterson · 11 years ago
  34. c2dafe6 explicitly close file object (#21128) by Benjamin Peterson · 11 years ago
  35. 7b26a5a properly explicitly close file (#21128) by Benjamin Peterson · 11 years ago
  36. d7ffb77 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 11 years ago
  37. 352eb4f properly close files in test_zipfile (#20887) by Benjamin Peterson · 11 years ago
  38. 0768100 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 11 years ago
  39. c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  40. 3853438 use https docs url (#21115) by Benjamin Peterson · 11 years ago
  41. d42f60e fix overflow detection of strop.expandtabs by Benjamin Peterson · 11 years ago
  42. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  43. c727533 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  44. 988bc97 Issue #21038: Cleanup test_epoll.py by Victor Stinner · 11 years ago
  45. 367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  46. a146df8 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  47. ae80f45 use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 11 years ago
  48. e50fe4c Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  49. fd48a56 Correct and improve comments in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  50. bde1cfb fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
  51. 44fad46 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  52. 68b8a94 Issue #20501: fileinput module no longer reads whole file into memory when using by Serhiy Storchaka · 11 years ago
  53. bd7cf3a Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 11 years ago
  54. aa73ea0 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  55. 0b1faea update logo url (#20695) by Benjamin Peterson · 11 years ago
  56. 2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment by Serhiy Storchaka · 11 years ago
  57. c77d4ba Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 11 years ago
  58. dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  59. 6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  60. 7751a34 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  61. 5503579 backout 369bf9fbaeff by Benjamin Peterson · 11 years ago
  62. f387e96 remove tests for #19081 by Benjamin Peterson · 11 years ago
  63. e9aab0f backout #19081 to fix #20621 by Benjamin Peterson · 11 years ago
  64. e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  65. 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 12 years ago
  66. a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 12 years ago
  67. 79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 12 years ago
  68. 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 12 years ago
  69. 708a5ea Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 12 years ago
  70. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  71. 6a03679 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 12 years ago
  72. cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 12 years ago
  73. dd9d64e Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 12 years ago
  74. 90ecc00 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 12 years ago
  75. 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
  76. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
  77. d2eff23 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 12 years ago
  78. c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  79. 15b67d7 Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 12 years ago
  80. 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
  81. 47cb38c Backported a test for lone surrogates support in io.StringIO. by Serhiy Storchaka · 12 years ago
  82. 9ca520a Remove unneeded use of globals() and locals() in test on imports by Gregory P. Smith · 12 years ago
  83. 1a47955 Refactor the new test for issue19081 to exec import statements into a by Gregory P. Smith · 12 years ago
  84. 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
  85. 027ab39 Issue #19081: Remove the zipimporter.files reference as the zip TOC by Gregory P. Smith · 12 years ago
  86. 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
  87. 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
  88. eb7ef94 Third attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  89. dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  90. 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 12 years ago
  91. 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 12 years ago
  92. 70fdd79 Fix test failures --without-threads. by Stefan Krah · 12 years ago
  93. edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  94. 70df667 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 12 years ago
  95. 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
  96. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  97. 7a278da Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
  98. cdf1ebd Backported test for issue #20238. by Serhiy Storchaka · 12 years ago
  99. 75ba21a Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago
  100. af08087 Issue #20086: Restored the use of locale-independing mapping instead of by Serhiy Storchaka · 12 years ago