1. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  2. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  3. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  4. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  5. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  6. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  7. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  8. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  9. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  10. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  11. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  12. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  13. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  14. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  15. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  16. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  17. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  18. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  19. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  20. 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  21. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  22. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  23. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  24. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  25. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  26. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  27. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  28. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  29. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  30. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  31. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  32. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  33. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  34. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  35. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  36. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  37. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 9 years ago
  38. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 9 years ago
  39. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  40. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  41. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 9 years ago
  42. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  43. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  44. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  45. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  46. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  47. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  48. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 9 years ago
  49. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  50. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 9 years ago
  51. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 9 years ago
  52. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 9 years ago
  53. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 9 years ago
  54. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 9 years ago
  55. 68389ea remove extra ws by Benjamin Peterson · 9 years ago
  56. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 9 years ago
  57. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 9 years ago
  58. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 9 years ago
  59. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  60. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  61. e71abcc merge 3.2 by Benjamin Peterson · 10 years ago
  62. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  63. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  64. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  65. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  66. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  67. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  68. 4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches by Georg Brandl · 10 years ago
  69. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  70. 3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. by Georg Brandl · 10 years ago
  71. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  72. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  73. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  74. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  75. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  76. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  77. 0fd3972 merge 3.2 by Benjamin Peterson · 10 years ago
  78. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  79. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  80. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  81. 842f00e Suppress a couple more DeprecationWarnings in the test suite. by R David Murray · 10 years ago
  82. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  83. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  84. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  85. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  86. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  87. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  88. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  89. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  90. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 9 years ago
  91. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  92. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  93. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  94. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  95. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  96. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 9 years ago
  97. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  98. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  99. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  100. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago