1. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  2. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  3. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  4. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  5. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  6. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  7. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  8. be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  9. b82a3dc Increase the coverage of macurl2path. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  10. a1782e1 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  11. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  12. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  13. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  14. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  15. 6e9e4fe Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  16. c30b178 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  17. 0e071c9 Fixed tests for issue #19279. by Serhiy Storchaka · 11 years ago
  18. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  19. c955291 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  20. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  21. b46fe79 Print process instead of pid. by Richard Oudkerk · 11 years ago
  22. 85812bc Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  23. 4606d36 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  24. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  25. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  26. 4f35079 Make test_terminate() succeed or fail quickly. by Richard Oudkerk · 11 years ago
  27. 7634e1c Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  28. 4e1f3d6 #19166: use an unused var in a test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  29. cb1d96f Issue #18594: Make the C code more closely match the pure python code. by Raymond Hettinger · 11 years ago
  30. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  31. 5184438 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  32. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  33. 8b3f5aa Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  34. cc6ef36 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  35. 52010b4 fix duplicate test names in test_dis (closes #19117) by Benjamin Peterson · 11 years ago
  36. f8ab760 remove duplicate test_mkd (closes #19118) by Benjamin Peterson · 11 years ago
  37. db0601f combine two tests to avoid duplicate names (closes #19116) by Benjamin Peterson · 11 years ago
  38. e8c8a59 fix duplicate test name (closes #19126) by Benjamin Peterson · 11 years ago
  39. 1eca062 fix test to run and test that smtpd does support ELHO (closes #19125) by Benjamin Peterson · 11 years ago
  40. 05ab702 remove duplicate test from test_import (closes #19122) by Benjamin Peterson · 11 years ago
  41. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  42. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  43. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  44. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  45. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  46. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  47. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  48. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  49. 0a32d92 Merge heads. by Ezio Melotti · 11 years ago
  50. 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  51. 87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. by Ezio Melotti · 11 years ago
  52. dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  53. aa04f9a Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  54. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  55. dfa689b Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  56. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  57. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  58. 23d7d4e Issue 18944: fix a 1-character typo in test_set.py. by Tim Peters · 11 years ago
  59. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  60. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  61. e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  62. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  63. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  64. 4c8ce84 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  65. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  66. a839271 Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  67. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  68. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  69. e33d5b0 Merge. by Charles-François Natali · 11 years ago
  70. 5fd2642 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  71. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  72. 3b44a40 Fix @requires_freebsd_version and @requires_linux_version decorators of by Victor Stinner · 11 years ago
  73. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  74. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  75. c20a7b9 Merge. by Charles-François Natali · 11 years ago
  76. 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  77. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  78. 157c983 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  79. eba25ba Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  80. 71fe8c0 test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  81. 78ede7c #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  82. 0c2dd0c Close #17702: On error, os.environb now removes suppress the except context by Victor Stinner · 11 years ago
  83. a4975a9 Issue #18755: Allow imp.load_*() loaders to have get_data() called by Brett Cannon · 11 years ago
  84. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  85. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  86. 1e440cf Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  87. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  88. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  89. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  90. 98985a1 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  91. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  92. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  93. a3811e4 merge by Christian Heimes · 11 years ago
  94. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  95. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  96. ec34ab5 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  97. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  98. 5e4d639 Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  99. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  100. 4bfa6c5 #18687: remove obsolete comment. Patch by Févry Thibault. by Ezio Melotti · 11 years ago