1. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  2. 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 12 years ago
  3. ed77feb Added tag v3.2.3rc2 for changeset 428f05cb7277 by Georg Brandl · 12 years ago
  4. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  5. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  6. 5ab8817 Move MANIFEST parsing change to the right position. by Georg Brandl · 12 years ago
  7. e742ade Issue #14346: Fix some typos in the Mac/README file. by Ned Deily · 12 years ago
  8. 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
  9. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 12 years ago
  10. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 12 years ago
  11. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 12 years ago
  12. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 12 years ago
  13. eebe111 #11686: news entry. by R David Murray · 12 years ago
  14. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  15. 4191434 #11780: s/throw/raise/ by R David Murray · 12 years ago
  16. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  17. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 12 years ago
  18. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 12 years ago
  19. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 12 years ago
  20. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  21. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 12 years ago
  22. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 12 years ago
  23. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 12 years ago
  24. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  25. b713499 merge heads by Gregory P. Smith · 12 years ago
  26. c73f6da Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  27. a5d729a Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Georg Brandl · 12 years ago
  28. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  29. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  30. 4552b2e merge 3.1 by Matthias Klose · 12 years ago
  31. 51982ad merge heads by Matthias Klose · 12 years ago
  32. 20b303e merge heads by Matthias Klose · 12 years ago
  33. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  34. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  35. 9439523 merge heads by Gregory P. Smith · 12 years ago
  36. 0bca497 merge (no change needed in 3.2) by Gregory P. Smith · 12 years ago
  37. 1be7cd0 move the Misc/NEWS entry to the right section. by Gregory P. Smith · 12 years ago
  38. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  39. 300a691 Closes #14305: fix typo. by Georg Brandl · 12 years ago
  40. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  41. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  42. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 12 years ago
  43. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 12 years ago
  44. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  45. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  46. 817dd91 merge heads by Benjamin Peterson · 12 years ago
  47. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  48. 4793001 merge heads by Benjamin Peterson · 12 years ago
  49. 2354a75 fix indentation by Benjamin Peterson · 12 years ago
  50. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 12 years ago
  51. 69437da Merged upstream change. by Vinay Sajip · 12 years ago
  52. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 12 years ago
  53. 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 12 years ago
  54. 1732ab4 merge heads by Senthil Kumaran · 12 years ago
  55. 784ddb0 merge heads by Senthil Kumaran · 12 years ago
  56. e01c62c Fix unittest test discovery for Jython by Michael Foord · 12 years ago
  57. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 12 years ago
  58. 1d4798c Merge heads. by Eric V. Smith · 12 years ago
  59. edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 12 years ago
  60. 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  61. 3f35846 kill this disabled code by Benjamin Peterson · 12 years ago
  62. bc4665e use correct naming convention by Benjamin Peterson · 12 years ago
  63. 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 12 years ago
  64. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 12 years ago
  65. 800b3aa merge heads by Benjamin Peterson · 12 years ago
  66. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 12 years ago
  67. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 12 years ago
  68. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  69. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 12 years ago
  70. e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 12 years ago
  71. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 12 years ago
  72. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 12 years ago
  73. dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 12 years ago
  74. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  75. 1ae230a merge heads by Benjamin Peterson · 12 years ago
  76. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  77. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 12 years ago
  78. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 12 years ago
  79. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 12 years ago
  80. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 12 years ago
  81. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 12 years ago
  82. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 12 years ago
  83. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 12 years ago
  84. d3899e3 Remove mention of defunct file. by Éric Araujo · 12 years ago
  85. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 12 years ago
  86. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  87. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 12 years ago
  88. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 12 years ago
  89. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  90. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  91. b2b1863 merge 3.2 heads by Eli Bendersky · 12 years ago
  92. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 12 years ago
  93. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 12 years ago
  94. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 12 years ago
  95. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 12 years ago
  96. eb977da Issue #14152: Restore the Include/*.h dependencies for extension builds. by Stefan Krah · 12 years ago
  97. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  98. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 12 years ago
  99. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 12 years ago
  100. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 12 years ago