1. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  2. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  3. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  4. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  5. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  6. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 13 years ago
  7. b496159 merge from 3.2 by Senthil Kumaran · 13 years ago
  8. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  9. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  10. a15f614 #11845: Merge with 3.2. by Ezio Melotti · 13 years ago
  11. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 13 years ago
  12. 99e97f9 merge from 3.2. by Senthil Kumaran · 13 years ago
  13. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  14. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  15. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  16. f400ab4 merge by Raymond Hettinger · 13 years ago
  17. 8a9c4d9 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  18. 7d01e78 Merge with 3.2. by Ezio Melotti · 13 years ago
  19. 04c6423 Merge with 3.1. by Ezio Melotti · 13 years ago
  20. d16ee63 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  21. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  22. 59c90c6 merge 3.2 by Benjamin Peterson · 13 years ago
  23. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  24. abdeeff merge heads by Benjamin Peterson · 13 years ago
  25. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  26. 5809403 merge the change update. by Senthil Kumaran · 13 years ago
  27. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  28. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  29. 9bf133c Fix #11825: disable regrtest timeout if Python doesn't support threads by Victor Stinner · 13 years ago
  30. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 13 years ago
  31. 9180deb Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  32. f03d302 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  33. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  34. ea4b46f Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. by Nadeem Vawda · 13 years ago
  35. 2498c9f Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  36. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  37. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  38. eb9e074 Use stock assertEqual instead of custom ndiffAssertEqual. by R David Murray · 13 years ago
  39. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 13 years ago
  40. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  41. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  42. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  43. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 13 years ago
  44. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  45. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  46. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  47. b2a290c Merge with 3.2 by Ross Lagerwall · 13 years ago
  48. 226580e Merge with 3.1 by Ross Lagerwall · 13 years ago
  49. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  50. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 13 years ago
  51. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 13 years ago
  52. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  53. 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  54. d08b330 Merge to tip. by Brian Quinlan · 13 years ago
  55. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 13 years ago
  56. b1eb660 Fix faulthandler timeout to avoid breaking buildbots by Antoine Pitrou · 13 years ago
  57. 6537be7 #7311: merge with 3.2. by Ezio Melotti · 13 years ago
  58. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  59. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 13 years ago
  60. efbcb18 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  61. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  62. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  63. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  64. 736975a merge from 3.2 by Senthil Kumaran · 13 years ago
  65. ae664fb Merge from 3.1 by Senthil Kumaran · 13 years ago
  66. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  67. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  68. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  69. e21a596 Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  70. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  71. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  72. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 13 years ago
  73. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  74. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  75. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  76. 271b27e Issue #11768: add debug messages in test_threadsignals.test_signals by Victor Stinner · 13 years ago
  77. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  78. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 13 years ago
  79. 54e7135 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  80. 4333aff Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  81. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  82. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 13 years ago
  83. d11f76f Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  84. e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  85. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  86. f7ec169 Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed by Victor Stinner · 13 years ago
  87. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  88. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  89. fc2e376 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  90. 43bf045 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  91. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 13 years ago
  92. f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 13 years ago
  93. 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 13 years ago
  94. 6dca527 Issue #11748: try to fix sporadic failures in test_ftplib by Antoine Pitrou · 13 years ago
  95. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  96. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 13 years ago
  97. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 13 years ago
  98. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 13 years ago
  99. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 13 years ago
  100. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago