1. 1da37ad test.regrtest: flush stdout to display progress (#7120) by Victor Stinner · 7 years ago
  2. 19f6bd0 bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613) by Pablo Galindo · 7 years ago
  3. 861d384 [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817) by Serhiy Storchaka · 7 years ago
  4. afe5f63 bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribute. (GH-6095) by Bo Bayles · 7 years ago
  5. a55ac80 [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708). (GH-6717) by Serhiy Storchaka · 7 years ago
  6. d988c0b [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) (GH-6532) by Serhiy Storchaka · 7 years ago
  7. afc768d bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) by Miss Islington (bot) · 7 years ago
  8. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 7 years ago
  9. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 7 years ago
  10. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 7 years ago
  11. 3854f58 [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6076) by Miss Islington (bot) · 7 years ago
  12. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 7 years ago
  13. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 7 years ago
  14. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 7 years ago
  15. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 7 years ago
  16. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 7 years ago
  17. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 7 years ago
  18. b852d8c [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781) by Miss Islington (bot) · 7 years ago
  19. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 8 years ago
  20. 0a18422 allow the test suite to pass if the strop module doesn't exist (GH-5566) by Benjamin Peterson · 8 years ago
  21. b7a2c17 [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) by Serhiy Storchaka · 8 years ago
  22. b60f43a bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429) by Victor Stinner · 8 years ago
  23. 6996f28 bpo-32667: Fix tests when $PATH contains a file (#5324) by Victor Stinner · 8 years ago
  24. b1a52b1 Use assertItemsEqual instead of assertEqual. (#5224) by Gregory P. Smith · 8 years ago
  25. 016f59a pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220) by Miss Islington (bot) · 8 years ago
  26. 27f32e9 bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) by Anthony Sottile · 8 years ago
  27. 0bcba37 bpo-32482: Improve syntax and grammar tests. (#5085) by Serhiy Storchaka · 8 years ago
  28. dbf52e0 bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060) by Benjamin Peterson · 8 years ago
  29. b495377 [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084) by Serhiy Storchaka · 8 years ago
  30. 2de47ca bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074) by Miss Islington (bot) · 8 years ago
  31. c60eca0 [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017) by Serhiy Storchaka · 8 years ago
  32. 2316c68 pythoninfo: sync with master (#4843) by Victor Stinner · 8 years ago
  33. d663549 Fix improper use of re.escape() in tests. (GH-4814) (#4817) by Miss Islington (bot) · 8 years ago
  34. 3b9173d bpo-30806: Fix netrc.__repr__() format (GH-2491) by Steven Loria · 8 years ago
  35. 65d1887 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) by Serhiy Storchaka · 8 years ago
  36. 56e444f [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590) by Barry Warsaw · 8 years ago
  37. bc19cf5 bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636) by Miss Islington (bot) · 8 years ago
  38. fc73c54 bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623) by Miss Islington (bot) · 8 years ago
  39. 180372c pythoninfo: add Py_DEBUG (#4198) (#4581) by Victor Stinner · 8 years ago
  40. 35d9983 bpo-31324: Optimize support._match_test() (#4523) (#4524) by Victor Stinner · 8 years ago
  41. 2d5890e test_builtin: TestExecFile removes created file (#4525) by Victor Stinner · 8 years ago
  42. 448c673 bpo-29512: Fix Lib/test/bisect.py shebang (#4522) by Victor Stinner · 8 years ago
  43. 6401e56 [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672) by Serhiy Storchaka · 8 years ago
  44. 15e1453 Fix a test for select.kevent. (#4349) by Serhiy Storchaka · 8 years ago
  45. 2ce1ef5 Fix DeprecationWarning in tests (#4345) by Victor Stinner · 8 years ago
  46. 3053769 [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951) by Oren Milman · 8 years ago
  47. 6a9a331 bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260) by Miss Islington (bot) · 8 years ago
  48. b694770 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222) by Miss Islington (bot) · 8 years ago
  49. 87c66e4 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216) by Miss Islington (bot) · 8 years ago
  50. 4b73a79 Fix test_socket.test_create_connection() (GH-4206) (#4209) by Miss Islington (bot) · 8 years ago
  51. e0fc1af [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194) by Serhiy Storchaka · 8 years ago
  52. 1d48182 bpo-31629: Add support.SaveSignals (#4183) (#4188) by Victor Stinner · 8 years ago
  53. 107f3cc [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163) by Serhiy Storchaka · 8 years ago
  54. 04c0a40 [2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (GH-4111). (#4112) by Serhiy Storchaka · 8 years ago
  55. 5ef883b [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) by Serhiy Storchaka · 8 years ago
  56. f7d19b0 [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077) by Serhiy Storchaka · 8 years ago
  57. 4dc05c3 Fix py3k warnings in 1/0 in tests. (#4072) by Serhiy Storchaka · 8 years ago
  58. 27b951c [2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034) by Riccardo Coccioli · 8 years ago
  59. ed267e3 [2.7] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4031) by Serhiy Storchaka · 8 years ago
  60. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 8 years ago
  61. 9aa6024 [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976) by Serhiy Storchaka · 8 years ago
  62. f15058a [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950) by Oren Milman · 8 years ago
  63. cc4b6f1 bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912) by Victor Stinner · 8 years ago
  64. 328b5d0 [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) by Serhiy Storchaka · 8 years ago
  65. 13da1a6 [2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845) by Oren Milman · 8 years ago
  66. 20cbc1d bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853) by Victor Stinner · 8 years ago
  67. 1163fb9 [2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838) by Serhiy Storchaka · 8 years ago
  68. 40d736b [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823) by Oren Milman · 8 years ago
  69. b4920d5 bpo-31593: test_socketserver waits child processes (#3786) by Victor Stinner · 8 years ago
  70. d0b9dc3 [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772) by Serhiy Storchaka · 8 years ago
  71. d94a65a bpo-25732: Make functools.total_ordering implementing __ne__. (#3748) by Serhiy Storchaka · 8 years ago
  72. 5f5da72 bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745) by Victor Stinner · 8 years ago
  73. cf7197a [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) by Igor Filatov · 8 years ago
  74. 860839c [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549) by Miss Islington (bot) · 8 years ago
  75. 42f7e0d bpo-31234: fork_wait tests now join threads (#3139) (#3535) by Victor Stinner · 8 years ago
  76. 40996d3 bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505) by Victor Stinner · 8 years ago
  77. 004547f [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493) by Serhiy Storchaka · 8 years ago
  78. b9a860f [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) by Christian Heimes · 8 years ago
  79. eeadf5f bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) by Victor Stinner · 8 years ago
  80. 57d963b [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301) by Christian Heimes · 8 years ago
  81. 20958e6 [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) by Oren Milman · 8 years ago
  82. bc80fd1 [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) by Oren Milman · 8 years ago
  83. 02e0367 bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) by Victor Stinner · 8 years ago
  84. 1460ce5 bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) by Victor Stinner · 8 years ago
  85. cce1cb9 bpo-30871: Add test.pythoninfo (#3174) (#3175) by Victor Stinner · 8 years ago
  86. 0fbac70 regrtest: fix test to choose if header should be displayed (#3172) by Victor Stinner · 8 years ago
  87. 02d4292 bpo-30263: regrtest: add system load average (#3165) by Victor Stinner · 8 years ago
  88. 883520a bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) by Victor Stinner · 8 years ago
  89. 05b7d9c [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) by Christian Heimes · 8 years ago
  90. 504939f bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) by Victor Stinner · 8 years ago
  91. 4dea065 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) by Victor Stinner · 8 years ago
  92. 1247e2c [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) by Victor Stinner · 8 years ago
  93. 425680b [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) by Ammar Askar · 8 years ago
  94. 88ffff5 [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) by Shane Harvey · 8 years ago
  95. 3dd1ccb bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) by Serhiy Storchaka · 8 years ago
  96. c2f7fb6 [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) by Victor Stinner · 8 years ago
  97. fd6736d bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) by Victor Stinner · 8 years ago
  98. 29094ce bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) by Nir Soffer · 8 years ago
  99. 0cba38d bpo-30778: Skip test_bsddb3 on Windows XP (#2877) by Victor Stinner · 8 years ago
  100. e5eae47 [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) by Dong-hee Na · 8 years ago