1. 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 12 years ago
  2. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  3. 507776e Post-release update. by Georg Brandl · 12 years ago
  4. b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 12 years ago
  5. 2c9f104 Fix some markup in the threading docs. by Antoine Pitrou · 12 years ago
  6. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 12 years ago
  7. 88b957a merge heads by Senthil Kumaran · 12 years ago
  8. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  9. 074faff Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  10. 935b629 Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. by Vinay Sajip · 12 years ago
  11. 6b2e4cb Added tag v3.2.3 for changeset 3d0686d90f55 by Georg Brandl · 12 years ago
  12. 81c393b Merge. by Georg Brandl · 12 years ago
  13. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  14. 470f33f News entry for f91ecbc8bafc. by Georg Brandl · 12 years ago
  15. cc49790 minor .rst fix by Senthil Kumaran · 12 years ago
  16. d47f0d6 merge heads by Benjamin Peterson · 12 years ago
  17. ca819c3 merge 3.1 (#14509) by Benjamin Peterson · 12 years ago
  18. f6622c8 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 12 years ago
  19. 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 12 years ago
  20. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  21. f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  22. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  23. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  24. 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 12 years ago
  25. 3abebca Closes #14511: fix wrong opensearch link for 3.2 docs. by Georg Brandl · 12 years ago
  26. 403bb39 merge heads by Benjamin Peterson · 12 years ago
  27. dcb89f4 port 3.1.5rc2 tag by Benjamin Peterson · 12 years ago
  28. 718a8e8 merge 3.1 by Benjamin Peterson · 12 years ago
  29. 7fddb4b Added tag v3.1.5 for changeset 7395330e495e by Benjamin Peterson · 12 years ago
  30. c37a4fd bump to 3.1.5 final by Benjamin Peterson · 12 years ago
  31. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  32. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  33. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  34. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  35. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  36. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  37. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  38. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  39. 80d5042 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 12 years ago
  40. 6215444 remove uneeded line by Benjamin Peterson · 12 years ago
  41. 984dfa7 Issue #14471: Fix a possible buffer overrun in the winreg module. by Kristján Valur Jónsson · 12 years ago
  42. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  43. b6af60c adjust formatting by Benjamin Peterson · 12 years ago
  44. 3471bb6 remove extraneous condition by Benjamin Peterson · 12 years ago
  45. 29f8438 merge heads by Benjamin Peterson · 12 years ago
  46. ab3c1c1 be consistent with rest of function by Benjamin Peterson · 12 years ago
  47. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  48. 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  49. 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  50. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  51. 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  52. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  53. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  54. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  55. de0f629 #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  56. 9ee65f1 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 12 years ago
  57. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 12 years ago
  58. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  59. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  60. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 12 years ago
  61. 07cf1d8 #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  62. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  63. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  64. 8ece80f Minor documentation tweak. by Vinay Sajip · 12 years ago
  65. 0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access by Stefan Krah · 12 years ago
  66. 533281d merge heads by Benjamin Peterson · 12 years ago
  67. a8755c5 kill this terribly outdated comment by Benjamin Peterson · 12 years ago
  68. d34fc8b Add missing files for new doc theme. by Georg Brandl · 12 years ago
  69. ab71214 Switch to new "lighter" doc design. by Georg Brandl · 12 years ago
  70. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  71. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  72. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  73. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  74. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  75. c5d47d5 Fix typo when "PyObject*" was changed to "identifier" by Kristján Valur Jónsson · 12 years ago
  76. aa589b3 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  77. b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  78. 4a65b0a issue 10340 - forgot to update Misc/NEWS by Giampaolo Rodola' · 12 years ago
  79. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  80. 9faf5ee this should technicaly be identifier by Benjamin Peterson · 12 years ago
  81. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  82. ab79c71 check for NULL by Benjamin Peterson · 12 years ago
  83. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  84. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  85. 0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 12 years ago
  86. 7941736 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 12 years ago
  87. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  88. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  89. c809f98 Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 12 years ago
  90. a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 12 years ago
  91. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  92. 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 12 years ago
  93. ed77feb Added tag v3.2.3rc2 for changeset 428f05cb7277 by Georg Brandl · 12 years ago
  94. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  95. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  96. 5ab8817 Move MANIFEST parsing change to the right position. by Georg Brandl · 12 years ago
  97. e742ade Issue #14346: Fix some typos in the Mac/README file. by Ned Deily · 12 years ago
  98. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 12 years ago
  99. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 12 years ago
  100. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 12 years ago