1. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  2. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  3. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  4. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 13 years ago
  5. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  6. b713499 merge heads by Gregory P. Smith · 13 years ago
  7. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  8. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  9. 4552b2e merge 3.1 by Matthias Klose · 13 years ago
  10. 51982ad merge heads by Matthias Klose · 13 years ago
  11. 20b303e merge heads by Matthias Klose · 13 years ago
  12. d83be23 merge 3.1 by Matthias Klose · 13 years ago
  13. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 13 years ago
  14. 9439523 merge heads by Gregory P. Smith · 13 years ago
  15. 0bca497 merge (no change needed in 3.2) by Gregory P. Smith · 13 years ago
  16. 1be7cd0 move the Misc/NEWS entry to the right section. by Gregory P. Smith · 13 years ago
  17. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  18. 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
  19. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  20. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  21. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
  22. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  23. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  24. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  25. 817dd91 merge heads by Benjamin Peterson · 13 years ago
  26. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  27. 4793001 merge heads by Benjamin Peterson · 13 years ago
  28. 2354a75 fix indentation by Benjamin Peterson · 13 years ago
  29. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  30. 69437da Merged upstream change. by Vinay Sajip · 13 years ago
  31. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
  32. 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  33. 1732ab4 merge heads by Senthil Kumaran · 13 years ago
  34. 784ddb0 merge heads by Senthil Kumaran · 13 years ago
  35. e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
  36. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  37. 1d4798c Merge heads. by Eric V. Smith · 13 years ago
  38. 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 · 13 years ago
  39. 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  40. 3f35846 kill this disabled code by Benjamin Peterson · 13 years ago
  41. bc4665e use correct naming convention by Benjamin Peterson · 13 years ago
  42. 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  43. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
  44. 800b3aa merge heads by Benjamin Peterson · 13 years ago
  45. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
  46. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  47. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  48. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  49. e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 13 years ago
  50. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 13 years ago
  51. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 13 years ago
  52. dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 13 years ago
  53. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  54. 1ae230a merge heads by Benjamin Peterson · 13 years ago
  55. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
  56. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
  57. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  58. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 13 years ago
  59. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
  60. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  61. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
  62. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
  63. d3899e3 Remove mention of defunct file. by Éric Araujo · 13 years ago
  64. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 13 years ago
  65. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  66. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  67. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
  68. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  69. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  70. b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
  71. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  72. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  73. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  74. 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 · 13 years ago
  75. eb977da Issue #14152: Restore the Include/*.h dependencies for extension builds. by Stefan Krah · 13 years ago
  76. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  77. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  78. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  79. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
  80. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  81. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
  82. 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
  83. e998386 Fix markup errors. by Georg Brandl · 13 years ago
  84. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  85. 2201ecb Issue #14125: backport refleak fix (d4adbf908983). by Stefan Krah · 13 years ago
  86. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
  87. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
  88. f12b447 Merge by Antoine Pitrou · 13 years ago
  89. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  90. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  91. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  92. f527277 Branch merge by Éric Araujo · 13 years ago
  93. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 13 years ago
  94. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 13 years ago
  95. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
  96. 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
  97. e7295a7 Add news entry for previous commit by Éric Araujo · 13 years ago
  98. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  99. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  100. 3d4809f Package mime.types by Martin v. Löwis · 13 years ago