1. 51cd53e reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 10 years ago
  2. 0451fb9 Make error report in test_codecs more informative. by Serhiy Storchaka · 10 years ago
  3. 74c76c8 Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 10 years ago
  4. cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 10 years ago
  5. 65918e0 Fix indentation by Brett Cannon · 10 years ago
  6. 9537478 Issue #25188: Add -P/--pgo to test.regrtest for PGO building. by Brett Cannon · 10 years ago
  7. f6eced5 Removed the "b" string prefix to make test_xpickle compatible with Python 2.5. by Serhiy Storchaka · 10 years ago
  8. e12f632 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
  9. f522bbc Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 10 years ago
  10. cab4566 Issue #22609: Constructor and the update method of collections.UserDict now by Serhiy Storchaka · 10 years ago
  11. 22afc50 Backported additional unpickling tests from 3.x. by Serhiy Storchaka · 10 years ago
  12. 4d2cf55 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 10 years ago
  13. b7c3515 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 10 years ago
  14. 2bc50d7 Issue #25211: Fix error message code in test_long; patch from s-wakaba by Martin Panter · 10 years ago
  15. 63550ee Issue #25108: Fixed test_traceback in the case when this test is run twice. by Serhiy Storchaka · 10 years ago
  16. 90f5f51 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
  17. 62f0ffa Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 10 years ago
  18. df11d7c test_gdb: fix regex to parse the GDB version by Victor Stinner · 10 years ago
  19. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  20. b2528c9 Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 10 years ago
  21. 90bc71f Remove and enable misplaced codecs tests ported from Python 3 by Martin Panter · 10 years ago
  22. f29ab72 Don't encode unicode dirname in test_support.temp_cwd() if unicode file names by Serhiy Storchaka · 10 years ago
  23. 672237e Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 10 years ago
  24. fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 10 years ago
  25. f3bdc10 Backported new tests for attribute setting of expat parser. by Serhiy Storchaka · 10 years ago
  26. ad7b0cd Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 10 years ago
  27. 0ecf462 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 10 years ago
  28. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 10 years ago
  29. 04861dc Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 10 years ago
  30. 7c7b4b5 Backport support.change_cwd() and use it in tests. by Serhiy Storchaka · 10 years ago
  31. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 10 years ago
  32. c97e18e merge heads. by Senthil Kumaran · 10 years ago
  33. f30e078 Remove unused imports in test_wsgiref.py by Senthil Kumaran · 10 years ago
  34. ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C by Victor Stinner · 10 years ago
  35. cc1db4b python-gdb.py: enhance py-bt command by Victor Stinner · 10 years ago
  36. 3c5ce40 test_gdb: enhance regex used to parse the GDB version by Victor Stinner · 10 years ago
  37. ce698f3 Issue #24751: Fix running regrtest with '-w' flag in case of test failures. by Zachary Ware · 10 years ago
  38. a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 10 years ago
  39. ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 10 years ago
  40. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 10 years ago
  41. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 10 years ago
  42. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 10 years ago
  43. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 10 years ago
  44. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 10 years ago
  45. 79d0e72 Backport b80d141a044e by Zachary Ware · 10 years ago
  46. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 10 years ago
  47. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 10 years ago
  48. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 10 years ago
  49. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 10 years ago
  50. 33b24f5 Issue #20387: Backport test from Python 3.4 by Jason R. Coombs · 10 years ago
  51. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 10 years ago
  52. d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  53. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 10 years ago
  54. 3e5e74a Issue #24497: update link in test_decimal comments by Ned Deily · 10 years ago
  55. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 10 years ago
  56. 637c8e8 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 10 years ago
  57. 69c0d26 Issue #24267 - Ensure that pip version check is disabled on uninstall by Donald Stufft · 10 years ago
  58. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 10 years ago
  59. cfb7028 Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7. by Serhiy Storchaka · 10 years ago
  60. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 10 years ago
  61. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 10 years ago
  62. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 10 years ago
  63. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 10 years ago
  64. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 10 years ago
  65. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  66. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 10 years ago
  67. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 10 years ago
  68. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 10 years ago
  69. 3220849 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 10 years ago
  70. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 10 years ago
  71. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 10 years ago
  72. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 10 years ago
  73. d6c1c1e Added tests for more builtin types. by Serhiy Storchaka · 10 years ago
  74. 80573bb Issue #15267: HTTPConnection.request() now is compatibile with old-style by Serhiy Storchaka · 10 years ago
  75. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 10 years ago
  76. f40fcb3 Issue #23637: Showing a warning no longer fails with UnicodeErrror. by Serhiy Storchaka · 10 years ago
  77. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  78. 3234abb Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 10 years ago
  79. 89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
  80. 6294d9f Issue #16840: Skip bignum tests on minor releases where they are not supported. by Serhiy Storchaka · 10 years ago
  81. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  82. bd617ad Issue #23728: Added a test for binascii.crc_hqx(). by Serhiy Storchaka · 10 years ago
  83. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 10 years ago
  84. abb7e65 Backported tests from issue #20175. by Serhiy Storchaka · 10 years ago
  85. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 10 years ago
  86. 4507b81 Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. by Serhiy Storchaka · 10 years ago
  87. 9a46eb7 ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 10 years ago
  88. 62b109d Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() by Victor Stinner · 10 years ago
  89. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  90. baa6efd Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  91. aff77f3 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 10 years ago
  92. e9d4dc1 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 10 years ago
  93. 61ad42e Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  94. e8ae047 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  95. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  96. 91398f8 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 10 years ago
  97. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  98. df11d4c replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 10 years ago
  99. 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  100. bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 10 years ago