1. 0863d71 Merge #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  2. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  3. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 13 years ago
  4. 87b7cde Issue #14347: Update Misc/README list of files. by Ned Deily · 13 years ago
  5. eed59e8 merge with 3.2 by Georg Brandl · 13 years ago
  6. 5ab8817 Move MANIFEST parsing change to the right position. by Georg Brandl · 13 years ago
  7. e145a79 Issue #14346: merge by Ned Deily · 13 years ago
  8. e742ade Issue #14346: Fix some typos in the Mac/README file. by Ned Deily · 13 years ago
  9. 869ac78 merge with 3.2 by Georg Brandl · 13 years ago
  10. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 13 years ago
  11. 9758fcf merge with 3.2 by Georg Brandl · 13 years ago
  12. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  13. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  14. 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
  15. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  16. 7add4ea updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) by Eli Bendersky · 13 years ago
  17. 8df2634 merge from 3.2 - issue6566 by Senthil Kumaran · 13 years ago
  18. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  19. bc8e81d Section-off the source for better readability. by Raymond Hettinger · 13 years ago
  20. dce583e Minor beautification. by Raymond Hettinger · 13 years ago
  21. d845450 merge heads by Benjamin Peterson · 13 years ago
  22. 96384b9 make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368) by Benjamin Peterson · 13 years ago
  23. 970952b Merge #11686: news entry. by R David Murray · 13 years ago
  24. eebe111 #11686: news entry. by R David Murray · 13 years ago
  25. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  26. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  27. 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 13 years ago
  28. 4191434 #11780: s/throw/raise/ by R David Murray · 13 years ago
  29. 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  30. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  31. 7104c72 #12788: fix error in test_policy when run under refleak detection by R David Murray · 13 years ago
  32. 9a03ecf simply this slightly by Benjamin Peterson · 13 years ago
  33. 4f5139b Root variable is not changed. by Raymond Hettinger · 13 years ago
  34. 202d1ad Fix whitespace by Raymond Hettinger · 13 years ago
  35. d37fb55 Unique sentinel value for cache.get() by Raymond Hettinger · 13 years ago
  36. 6e8c817 Refactor calculation of the cache key. Minor code cleanups. by Raymond Hettinger · 13 years ago
  37. e80b29b cleanup Ellipsis and NotImplemented strings after we're done by Benjamin Peterson · 13 years ago
  38. 020bf28 Merge by Antoine Pitrou · 13 years ago
  39. 846fd30 Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. by Antoine Pitrou · 13 years ago
  40. 29a837d merge heads by Benjamin Peterson · 13 years ago
  41. 954cf57 clear the root with the cache by Benjamin Peterson · 13 years ago
  42. d656958 Minor code cleanup. by Raymond Hettinger · 13 years ago
  43. 01feaec plug memory leak (closes #14325) by Benjamin Peterson · 13 years ago
  44. 57b2959 Eliminate duplicate link lookup. Minor cleanup. by Raymond Hettinger · 13 years ago
  45. eb74918 kill capsule names that we don't need anymore by Benjamin Peterson · 13 years ago
  46. f7c1321 use memory macros by Benjamin Peterson · 13 years ago
  47. 7ed6727 check result of PyMem_New by Benjamin Peterson · 13 years ago
  48. 49f0b70 merge heads by Benjamin Peterson · 13 years ago
  49. 2dbda07 fix condition (#14296) by Benjamin Peterson · 13 years ago
  50. c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  51. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  52. f53d20f in 72556ff86828, I should have updated the magic as well as the comment (#14230) by Benjamin Peterson · 13 years ago
  53. de39454 merge 3.2 (#14334) by Benjamin Peterson · 13 years ago
  54. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  55. 6e33525 fix trailing whitespace by Eli Bendersky · 13 years ago
  56. fd878b8 merge heads by Eli Bendersky · 13 years ago
  57. 2b71140 Add a test that makes sure TreeBuilder can be passed element_factory in the by Eli Bendersky · 13 years ago
  58. 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
  59. 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  60. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  61. e60d2d9 merge by Raymond Hettinger · 13 years ago
  62. ec0e910 Improve the memory utilization (and speed) of functools.lru_cache(). by Raymond Hettinger · 13 years ago
  63. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  64. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  65. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 13 years ago
  66. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  67. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  68. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
  69. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 13 years ago
  70. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago
  71. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  72. df2aecb - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
  73. abdb552 fix comment by Benjamin Peterson · 13 years ago
  74. 5e259c8 merge heads by Benjamin Peterson · 13 years ago
  75. f50af11 space by Benjamin Peterson · 13 years ago
  76. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 13 years ago
  77. ca2f6ec - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
  78. 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
  79. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 13 years ago
  80. 9635013 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
  81. b17289e - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
  82. 3b739b1 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
  83. 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 13 years ago
  84. 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
  85. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 13 years ago
  86. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  87. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  88. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
  89. 7b51b8d try to fix compilation on glibc's with cpu sets (#14296) by Benjamin Peterson · 13 years ago
  90. 1767e02 free AST's dict by Benjamin Peterson · 13 years ago
  91. 4775def merge by Raymond Hettinger · 13 years ago
  92. 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
  93. 187fa8e merge heads by Gregory P. Smith · 13 years ago
  94. b713499 merge heads by Gregory P. Smith · 13 years ago
  95. c362cbd Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  96. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  97. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  98. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  99. 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 13 years ago
  100. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago