1. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  2. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  3. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  4. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  5. 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
  6. e054f45 Fix test_sys.test_implementation for final releases. by Georg Brandl · 12 years ago
  7. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  8. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 12 years ago
  9. 43f8f4c renmae test method to avoid conflict (#16056) by Benjamin Peterson · 12 years ago
  10. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  11. c7e139b #1087: use proper skips in test_os. by Ezio Melotti · 12 years ago
  12. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  13. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  14. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  15. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 12 years ago
  16. 3331a20 merge 3.2 by Benjamin Peterson · 12 years ago
  17. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  18. d79ac0f merge 3.2 by Benjamin Peterson · 12 years ago
  19. d388c4e use modern conditional syntax by Benjamin Peterson · 12 years ago
  20. 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
  21. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  22. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  23. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  24. 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
  25. 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
  26. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
  27. 752a224 #15925: fix regression: return None for null and non-date strings. by R David Murray · 12 years ago
  28. f82b937 #15421: merge with 3.2. by Ezio Melotti · 12 years ago
  29. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  30. 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
  31. e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
  32. 61cdcf5 merge 3.2 by Benjamin Peterson · 12 years ago
  33. f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 12 years ago
  34. 9b9ed86 merged 3.2 by Alexander Belopolsky · 12 years ago
  35. 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 12 years ago
  36. ab9b661 #15970: merge with 3.2. by Ezio Melotti · 12 years ago
  37. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  38. 0708533 Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 12 years ago
  39. 8a53dbe Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 12 years ago
  40. 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
  41. 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
  42. 0b90d66 Issue #15599: FreeBSD on KVM cannot handle a very low switch interval. by Stefan Krah · 12 years ago
  43. d89774e Merge 3.2 fix updates and tests for issue #15906. by Barry Warsaw · 12 years ago
  44. eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 12 years ago
  45. 0ae066b - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  46. 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  47. b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  48. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  49. 4886d5b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  50. 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  51. 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  52. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  53. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  54. 7b64875 Added test for 85cb90f79cbf and see how the code handles all flags at once by Christian Heimes · 12 years ago
  55. 01beb69 backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 12 years ago
  56. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  57. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  58. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  59. dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  60. 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  61. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  62. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  63. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  64. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  65. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  66. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  67. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  68. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  69. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  70. 3561901 #15557,#15447,#15509: webbrowser test suite added. by R David Murray · 12 years ago
  71. bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 12 years ago
  72. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
  73. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  74. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  75. 55c206a Fix bug with argparse.Parser.parse_args(*args) by Zbigniew JÄ™drzejewski-Szmek · 12 years ago
  76. 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
  77. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  78. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  79. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  80. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  81. f7d176e Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 12 years ago
  82. 5d06124 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  83. 848cdfd Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 12 years ago
  84. 91b9f13 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  85. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  86. 4e07a8c merge heads by Benjamin Peterson · 12 years ago
  87. 59043f9 merge 3.2 (#15801) by Benjamin Peterson · 12 years ago
  88. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  89. ea62bd5 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  90. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  91. 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  92. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  93. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  94. 4f0338c Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  95. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  96. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  97. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago
  98. 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 12 years ago
  99. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  100. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago