1. 6294305 Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  2. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  3. 2a83f16 Issue #14700: merge tests from 3.2. by Mark Dickinson · 12 years ago
  4. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  5. 5b9561d merge with 3.2 by Georg Brandl · 12 years ago
  6. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  7. 74076cb #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  8. 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  9. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  10. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  11. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  12. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  13. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  14. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  15. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  16. 5f9459f merge with 3.2 by Philip Jenvey · 12 years ago
  17. 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
  18. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  19. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  20. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  21. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  22. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  23. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  24. 11d752e Remove unused import by Nick Coghlan · 12 years ago
  25. eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
  26. 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
  27. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  28. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  29. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  30. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  31. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  32. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  33. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  34. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  35. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  36. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  37. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  38. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  39. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 12 years ago
  40. 455fa0a merge heads by Benjamin Peterson · 12 years ago
  41. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  42. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  43. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 12 years ago
  44. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  45. a202873 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  46. b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  47. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  48. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  49. 1a53c0c Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das by Andrew Svetlov · 12 years ago
  50. ee32931 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
  51. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  52. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  53. 9a6ada8 Issue #15533: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  54. c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 12 years ago
  55. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  56. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  57. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  58. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  59. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  60. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  61. 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
  62. e054f45 Fix test_sys.test_implementation for final releases. by Georg Brandl · 12 years ago
  63. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  64. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 12 years ago
  65. 43f8f4c renmae test method to avoid conflict (#16056) by Benjamin Peterson · 12 years ago
  66. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  67. c7e139b #1087: use proper skips in test_os. by Ezio Melotti · 12 years ago
  68. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  69. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  70. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  71. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 12 years ago
  72. 3331a20 merge 3.2 by Benjamin Peterson · 12 years ago
  73. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  74. d79ac0f merge 3.2 by Benjamin Peterson · 12 years ago
  75. d388c4e use modern conditional syntax by Benjamin Peterson · 12 years ago
  76. 49d1302 merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  77. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  78. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  79. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  80. a1f7655 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  81. 6f80f5d Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  82. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
  83. 752a224 #15925: fix regression: return None for null and non-date strings. by R David Murray · 12 years ago
  84. f82b937 #15421: merge with 3.2. by Ezio Melotti · 12 years ago
  85. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  86. 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
  87. e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
  88. 61cdcf5 merge 3.2 by Benjamin Peterson · 12 years ago
  89. f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 12 years ago
  90. 9b9ed86 merged 3.2 by Alexander Belopolsky · 12 years ago
  91. 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 12 years ago
  92. ab9b661 #15970: merge with 3.2. by Ezio Melotti · 12 years ago
  93. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  94. 0708533 Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 12 years ago
  95. 8a53dbe Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 12 years ago
  96. 9b1c84b Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  97. 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  98. 0b90d66 Issue #15599: FreeBSD on KVM cannot handle a very low switch interval. by Stefan Krah · 12 years ago
  99. d89774e Merge 3.2 fix updates and tests for issue #15906. by Barry Warsaw · 12 years ago
  100. eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 12 years ago