1. 8f7724f merge d71476b9a55d from tip, use start_new_session instead of os.setsid. by Gregory P. Smith · 14 years ago
  2. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  3. de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
  4. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
  5. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  6. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  7. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 14 years ago
  8. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
  9. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 14 years ago
  10. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 14 years ago
  11. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
  12. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  13. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  14. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
  15. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
  16. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
  17. 6924bd7 Fix whitespace by R David Murray · 14 years ago
  18. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  19. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  20. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
  21. a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
  22. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
  23. 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 14 years ago
  24. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 14 years ago
  25. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 14 years ago
  26. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
  27. 3b59f33 merge 3.1 by Benjamin Peterson · 14 years ago
  28. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
  29. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
  30. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
  31. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  32. 2ae5cff merge 3.1 by Benjamin Peterson · 14 years ago
  33. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 14 years ago
  34. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
  35. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  36. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 14 years ago
  37. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
  38. d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 14 years ago
  39. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 14 years ago
  40. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 14 years ago
  41. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 14 years ago
  42. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
  43. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 14 years ago
  44. 00a4286 Merged revisions 88726 via svnmerge from by Giampaolo Rodolà · 14 years ago
  45. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
  46. 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
  47. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 14 years ago
  48. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 14 years ago
  49. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 14 years ago
  50. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 14 years ago
  51. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 14 years ago
  52. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago
  53. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 14 years ago
  54. 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 14 years ago
  55. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 14 years ago
  56. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 14 years ago
  57. 2a4c0f8 Removed typo. by Vinay Sajip · 14 years ago
  58. 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 14 years ago
  59. 725c2b9 Merged revisions 88631 via svnmerge from by Senthil Kumaran · 14 years ago
  60. 5d5381e Merged revisions 88622 via svnmerge from by Antoine Pitrou · 14 years ago
  61. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
  62. 31c4403 Merged revisions 88604 via svnmerge from by Giampaolo Rodolà · 14 years ago
  63. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  64. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 14 years ago
  65. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
  66. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 14 years ago
  67. ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 14 years ago
  68. f4977d2 Merged revisions 88501 via svnmerge from by Giampaolo Rodolà · 14 years ago
  69. 659eb84 Merged revisions 88481 via svnmerge from by Victor Stinner · 14 years ago
  70. 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 14 years ago
  71. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 14 years ago
  72. dcb29c9 Add tests for the collections helper class and sync-up with py3k branch. by Raymond Hettinger · 14 years ago
  73. cc76a41 Merged revisions 88511 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 45b96d3 Merged revisions 88498 via svnmerge from by Brett Cannon · 14 years ago
  75. 64c9af1 Merged revisions 88496 via svnmerge from by Brett Cannon · 14 years ago
  76. 97696cb Merged revisions 88486 via svnmerge from by Antoine Pitrou · 14 years ago
  77. a47c25d Merged revisions 88484 via svnmerge from by Antoine Pitrou · 14 years ago
  78. e660360 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 14 years ago
  79. f3d2275 Merged revisions 88460 via svnmerge from by Antoine Pitrou · 14 years ago
  80. 260a788 Version bump to 3.2 final. by Georg Brandl · 14 years ago
  81. 14927d0 Topic and suspicious update. by Georg Brandl · 14 years ago
  82. 622ce12 Merged revisions 87921 via svnmerge from by Alexander Belopolsky · 14 years ago
  83. 4fb96f4 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 14 years ago
  84. a6d12ef Bump for 3.2rc3. by Georg Brandl · 14 years ago
  85. 3a780aa Update pydoc topics. by Georg Brandl · 14 years ago
  86. 774a66d Fix #11116 fix on Windows (close file before removing in MH code) by R. David Murray · 14 years ago
  87. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 14 years ago
  88. 900d547 reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html by Giampaolo Rodolà · 14 years ago
  89. 42e0b7f asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once. by Giampaolo Rodolà · 14 years ago
  90. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 14 years ago
  91. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 14 years ago
  92. 73acad1 get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was). by Giampaolo Rodolà · 14 years ago
  93. ef31657 Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl) by Nick Coghlan · 14 years ago
  94. 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 14 years ago
  95. 6153604 Remove lots of spaces within exception message. by Georg Brandl · 14 years ago
  96. 44d8bb0 collections.Mapping is not available for setup.py. Remove the dependency the old-fashioned way (copy and paste). by Raymond Hettinger · 14 years ago
  97. b344dd0 Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 14 years ago
  98. 6554887 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 14 years ago
  99. a172e25 Fix typo: BadZipFile exists in 3.2+ only, not older versions. by Éric Araujo · 14 years ago
  100. 6d7e26e Get command-line doctest of Lib/decimal.py to work again. by Raymond Hettinger · 14 years ago