1. dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  2. 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 12 years ago
  3. 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 12 years ago
  4. 70fdd79 Fix test failures --without-threads. by Stefan Krah · 12 years ago
  5. edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  6. 70df667 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 12 years ago
  7. 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
  8. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  9. 7a278da Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
  10. cdf1ebd Backported test for issue #20238. by Serhiy Storchaka · 12 years ago
  11. 75ba21a Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago
  12. af08087 Issue #20086: Restored the use of locale-independing mapping instead of by Serhiy Storchaka · 12 years ago
  13. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  14. d93d633 add test for #20251 by Benjamin Peterson · 12 years ago
  15. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  16. d804f53 Backported test for the open of non-existent tarfile. by Serhiy Storchaka · 12 years ago
  17. e198692 Issue #20138: Backport tests for handling non-ASCII URLs in the by Serhiy Storchaka · 12 years ago
  18. fa6cecb Adding test coverage for cgi.FieldStorage based on the scenario mentioned in issue #19097 by Senthil Kumaran · 12 years ago
  19. ee105dc Fixed test_tempfilepager in test_pydoc on Windows. by Serhiy Storchaka · 12 years ago
  20. 664ebb0 Issue #20086: Output more details when test_getsetlocale_issue1813 is failed. by Serhiy Storchaka · 12 years ago
  21. 0f11d0f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 12 years ago
  22. c9da089 Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 12 years ago
  23. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  24. 3b2afbb Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 12 years ago
  25. 27b029b clear zip stat cache after each ref leak run by Benjamin Peterson · 12 years ago
  26. f5dee4d normalize whitespace from prior issue19081 fix commit. by Gregory P. Smith · 12 years ago
  27. b48c5d5 Fixes issue19081: When a zipimport .zip file in sys.path being imported by Gregory P. Smith · 12 years ago
  28. 984f630 #1065986: Make pydoc handle unicode strings. by R David Murray · 12 years ago
  29. 1d2ef64 #16039/#20118: temporarily skip failing imaplib SSL test. by R David Murray · 12 years ago
  30. 020d7c3 closes 16039: CVE-2013-1752: limit line length in imaplib readline calls. by R David Murray · 12 years ago
  31. 22d9ee7 complain if the codec doesn't return unicode by Benjamin Peterson · 12 years ago
  32. 63cc99d Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 12 years ago
  33. e891de3 Fixed the wave module testing on big-endian platforms. by Serhiy Storchaka · 12 years ago
  34. d551b28 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 12 years ago
  35. 5542b15 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 12 years ago
  36. 18ab51d Merge heads by Serhiy Storchaka · 12 years ago
  37. 80b76bf Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 12 years ago
  38. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 12 years ago
  39. bd78986 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 12 years ago
  40. 0c221be Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 12 years ago
  41. bd4b667 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 12 years ago
  42. c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  43. 84e7e5f Skip test for issue #17976 if /dev/null is not available. by Serhiy Storchaka · 12 years ago
  44. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
  45. 51e90bc Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 12 years ago
  46. dd5a46c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 12 years ago
  47. d1a61dc Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 12 years ago
  48. a92cc91 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 12 years ago
  49. 17f22c9 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 12 years ago
  50. 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 12 years ago
  51. b06231a Issue #19572: Replace a return that shouldn't have been removed from test_os. by Zachary Ware · 12 years ago
  52. 227c01a Issue #19928: Fix test on Windows by Zachary Ware · 12 years ago
  53. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  54. 284164b Skip test for #19878 on Windows. by Nadeem Vawda · 12 years ago
  55. 95d7219 Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 12 years ago
  56. 5493d5e Issue #19099: The struct module now supports Unicode format strings. by Serhiy Storchaka · 12 years ago
  57. 337c50b Closes #19878: Fix segfault in bz2 module. by Nadeem Vawda · 12 years ago
  58. 7c57385 Issue #16373: Prevent infinite recursion for ABC Set class comparisons. by Serhiy Storchaka · 12 years ago
  59. 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 12 years ago
  60. c289fa7 Fudge - http.client doesn't exist in 2.7. Use Queue.Empty instead. by Tim Peters · 12 years ago
  61. 0ee9baa Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 12 years ago
  62. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 12 years ago
  63. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 12 years ago
  64. 1d3a173 Issue #16231: Allow false values other than None to be used as persistent IDs. by Alexandre Vassalotti · 12 years ago
  65. 72a01b2 Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 12 years ago
  66. f933e08 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 12 years ago
  67. cf6a3e2 Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 12 years ago
  68. 2a57009 Merge heads by Zachary Ware · 12 years ago
  69. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  70. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  71. 60e361f Fix misuse of the bigmemtest decorator by Antoine Pitrou · 12 years ago
  72. c02c6df Issue #19638: Skip large digit string tests on 32-bit platforms. by Mark Dickinson · 12 years ago
  73. c2f8c81 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 12 years ago
  74. d899caa Fix test_fcntl to run properly on systems that do not support the flags by Gregory P. Smith · 12 years ago
  75. d82634d Fix test.test_support.bind_port() to not cause an error when Python was by Gregory P. Smith · 12 years ago
  76. 358da5b Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 12 years ago
  77. 6d24a6e Issue #19599: Use a separate pool for test_terminate(). by Richard Oudkerk · 12 years ago
  78. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 12 years ago
  79. 78ecaba Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 12 years ago
  80. eccf9c2 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 12 years ago
  81. 000b4c5 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 12 years ago
  82. 65162a7 Issue #19599: Increase sleep period. by Richard Oudkerk · 12 years ago
  83. 3f8376e Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 12 years ago
  84. be1d3c1 Issue #19606: Use specific asserts in cookielib tests. by Serhiy Storchaka · 12 years ago
  85. ca626b1 Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 12 years ago
  86. 1438b98 Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 12 years ago
  87. 843ef75 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 12 years ago
  88. c47d723 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 12 years ago
  89. b814745 #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 12 years ago
  90. c0e6047 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 12 years ago
  91. 57d35c6 Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the by Zachary Ware · 12 years ago
  92. a1ea893 Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run by Terry Jan Reedy · 12 years ago
  93. 14b38f5 Issue #17883: Backport test.test_support._is_gui_available() by Zachary Ware · 12 years ago
  94. d412b49 Fix test_os (issue #18702). by Serhiy Storchaka · 12 years ago
  95. 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  96. 1fdc702 Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are by Serhiy Storchaka · 12 years ago
  97. ae7894c merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  98. 1ef959a use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 12 years ago
  99. 21aad97 Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 12 years ago
  100. 22fb0de Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 12 years ago