1. c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  2. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  3. f53d20f in 72556ff86828, I should have updated the magic as well as the comment (#14230) by Benjamin Peterson · 13 years ago
  4. de39454 merge 3.2 (#14334) by Benjamin Peterson · 13 years ago
  5. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  6. 6e33525 fix trailing whitespace by Eli Bendersky · 13 years ago
  7. fd878b8 merge heads by Eli Bendersky · 13 years ago
  8. 2b71140 Add a test that makes sure TreeBuilder can be passed element_factory in the by Eli Bendersky · 13 years ago
  9. c961b4a Issue #14325: Stop using python lists, capsules, and the garbage collector to deal with PyArg_Parse* cleanup. by Jean-Paul Calderone · 13 years ago
  10. 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  11. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  12. e60d2d9 merge by Raymond Hettinger · 13 years ago
  13. ec0e910 Improve the memory utilization (and speed) of functools.lru_cache(). by Raymond Hettinger · 13 years ago
  14. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  15. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  16. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 13 years ago
  17. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  18. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  19. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
  20. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 13 years ago
  21. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago
  22. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  23. df2aecb - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
  24. abdb552 fix comment by Benjamin Peterson · 13 years ago
  25. 5e259c8 merge heads by Benjamin Peterson · 13 years ago
  26. f50af11 space by Benjamin Peterson · 13 years ago
  27. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 13 years ago
  28. ca2f6ec - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
  29. 3270d11 port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
  30. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 13 years ago
  31. 9635013 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
  32. b17289e - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
  33. 3b739b1 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
  34. 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 13 years ago
  35. a4e0188 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 by Giampaolo Rodola' · 13 years ago
  36. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 13 years ago
  37. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  38. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  39. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
  40. 7b51b8d try to fix compilation on glibc's with cpu sets (#14296) by Benjamin Peterson · 13 years ago
  41. 1767e02 free AST's dict by Benjamin Peterson · 13 years ago
  42. 4775def merge by Raymond Hettinger · 13 years ago
  43. 13ec112 Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release. by Raymond Hettinger · 13 years ago
  44. 187fa8e merge heads by Gregory P. Smith · 13 years ago
  45. b713499 merge heads by Gregory P. Smith · 13 years ago
  46. c362cbd Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  47. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  48. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  49. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  50. 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 13 years ago
  51. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
  52. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
  53. 5e54519 fix compiler warnings by Benjamin Peterson · 13 years ago
  54. 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 13 years ago
  55. 7c466b4 merge 3.2 by Matthias Klose · 13 years ago
  56. 26ad995 merge heads by Matthias Klose · 13 years ago
  57. 4552b2e merge 3.1 by Matthias Klose · 13 years ago
  58. 51982ad merge heads by Matthias Klose · 13 years ago
  59. 20b303e merge heads by Matthias Klose · 13 years ago
  60. 5ce31cc merge 3.2 by Matthias Klose · 13 years ago
  61. d83be23 merge 3.1 by Matthias Klose · 13 years ago
  62. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 13 years ago
  63. f225685 merge by Gregory P. Smith · 13 years ago
  64. 5a4ffdb merge heads by Gregory P. Smith · 13 years ago
  65. 9439523 merge heads by Gregory P. Smith · 13 years ago
  66. 8bfd49e merge (no change) by Gregory P. Smith · 13 years ago
  67. 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  68. 0bca497 merge (no change needed in 3.2) by Gregory P. Smith · 13 years ago
  69. 1be7cd0 move the Misc/NEWS entry to the right section. by Gregory P. Smith · 13 years ago
  70. d7c65e2 Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally by Michael Foord · 13 years ago
  71. 30162be merge with 3.2 by Georg Brandl · 13 years ago
  72. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  73. a74b3aa Remove more Python 2 compatibility cruft from unittest.mock by Michael Foord · 13 years ago
  74. 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
  75. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  76. e7c8fde merge heads by Senthil Kumaran · 13 years ago
  77. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 13 years ago
  78. 8247b18 Megre from tip by Andrew Svetlov · 13 years ago
  79. b53da6e Merge from tip by Andrew Svetlov · 13 years ago
  80. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
  81. c17adf4 Remove Python 2 compatibility cruft from unittest.mock by Michael Foord · 13 years ago
  82. 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 13 years ago
  83. ebff097 And another one... mock import fix. by Michael Foord · 13 years ago
  84. be55566 Merge by Michael Foord · 13 years ago
  85. 83a1685 Fix another mock import by Michael Foord · 13 years ago
  86. 0ca9acd Fix import failure in mock test by Michael Foord · 13 years ago
  87. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
  88. 345266a PEP 417: Adding unittest.mock by Michael Foord · 13 years ago
  89. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
  90. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  91. 9d8c186 Issue #13839: When invoked on the command-line, the pstats module now accepts several filenames of profile stat files and merges them all. by Antoine Pitrou · 13 years ago
  92. c5ceb0a Revert the patch for issue 3835 because failed on Windows buildbot by Andrew Svetlov · 13 years ago
  93. 846acf5 #14289: merge with 3.2 by Georg Brandl · 13 years ago
  94. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
  95. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
  96. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  97. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  98. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  99. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
  100. db66eba Avoid main_window unused compiler warning. by Gregory P. Smith · 13 years ago