1. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  2. 736975a merge from 3.2 by Senthil Kumaran · 13 years ago
  3. ae664fb Merge from 3.1 by Senthil Kumaran · 13 years ago
  4. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  5. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  6. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  7. e21a596 Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  8. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  9. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  10. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 13 years ago
  11. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  12. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  13. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  14. 271b27e Issue #11768: add debug messages in test_threadsignals.test_signals by Victor Stinner · 13 years ago
  15. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  16. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 13 years ago
  17. 54e7135 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  18. 4333aff Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  19. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  20. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 13 years ago
  21. d11f76f Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  22. e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  23. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  24. f7ec169 Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed by Victor Stinner · 13 years ago
  25. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  26. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  27. fc2e376 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  28. 43bf045 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  29. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 13 years ago
  30. f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 13 years ago
  31. 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 13 years ago
  32. 6dca527 Issue #11748: try to fix sporadic failures in test_ftplib by Antoine Pitrou · 13 years ago
  33. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  34. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 13 years ago
  35. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 13 years ago
  36. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 13 years ago
  37. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 13 years ago
  38. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  39. 7ad24e9 Issue #11393: test_faulthandler is more tolerant on inaccurate time by Victor Stinner · 13 years ago
  40. a46ed11 Move assertBytesEqual to base test class, improve it, and hook into assertEqual by R David Murray · 13 years ago
  41. eb50e51 Issue #11393: get more information on assertion error (test_faulthandler) by Victor Stinner · 13 years ago
  42. 7d648a0 Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py) by Victor Stinner · 13 years ago
  43. a256bac Move infrastructure into __init__ to lay groundwork for splitting test_email. by R David Murray · 13 years ago
  44. 1940233 Issue #11393: check that stdout is empty if we use a file by Victor Stinner · 13 years ago
  45. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 13 years ago
  46. 4b73988 regrtest.py checks that child process exit code is zero by Victor Stinner · 13 years ago
  47. 28346b8 Only a few files were opened using findfile; consistently don't use it. by R David Murray · 13 years ago
  48. 05585cb Issue #11393: test_faulthandler checks the exitcode after the output by Victor Stinner · 13 years ago
  49. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 13 years ago
  50. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 13 years ago
  51. 0862d6e Issue #11393: Disable test_stack_overflow of test_faulthandler by Victor Stinner · 13 years ago
  52. bb14b37 Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine) by Victor Stinner · 13 years ago
  53. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  54. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  55. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  56. 8c5b748 Merge by Kristjan Valur Jonsson · 13 years ago
  57. d055956 Merge 3.1 by Kristjan Valur Jonsson · 13 years ago
  58. 3c136e1 Merge by Kristjan Valur Jonsson · 13 years ago
  59. 978da33 Merge 3.2 by Kristjan Valur Jonsson · 13 years ago
  60. fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 13 years ago
  61. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 13 years ago
  62. 20d2ab4 Merge issue 11662. by Guido van Rossum · 13 years ago
  63. acb6309 Merge issue 11662. by Guido van Rossum · 13 years ago
  64. 69cfcab Merge. by guido@google.com · 13 years ago
  65. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  66. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  67. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  68. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  69. 1ebdd71 Add a __main__.py to test_email so it works with -m like it did before move. by R David Murray · 13 years ago
  70. 1df78c8 merge 3.2 by Benjamin Peterson · 13 years ago
  71. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  72. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 13 years ago
  73. af88d86 merge #11696 by Martin v. Löwis · 13 years ago
  74. 987403b merge #11696 by Martin v. Löwis · 13 years ago
  75. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  76. 574980e Merge #9696 by Mark Dickinson · 13 years ago
  77. 79a9036 Merge #9696 by Mark Dickinson · 13 years ago
  78. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  79. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 13 years ago
  80. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 13 years ago
  81. 4aeb542 Merge with 3.2 by Ross Lagerwall · 13 years ago
  82. 17ace7a Merge with 3.1 by Ross Lagerwall · 13 years ago
  83. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 13 years ago
  84. 0a01b9f Merge from 3.2 by Antoine Pitrou · 13 years ago
  85. d9faa20 Read HTTP response inside transient_internet() by Antoine Pitrou · 13 years ago
  86. b651949 test_urllibnet: make it so that transient_internet() applies to the by Antoine Pitrou · 13 years ago
  87. edbe4c5 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 13 years ago
  88. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 13 years ago
  89. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 13 years ago
  90. 657bd0a Merge #11675 by Mark Dickinson · 13 years ago
  91. 633872e Merge #11675 by Mark Dickinson · 13 years ago
  92. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  93. b3a591b Branch merge by Éric Araujo · 13 years ago
  94. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  95. 007bdbd Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  96. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  97. 79fe2a3 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  98. 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  99. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  100. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago