1. 5e259c8 merge heads by Benjamin Peterson · 12 years ago
  2. f50af11 space by Benjamin Peterson · 12 years ago
  3. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  4. ca2f6ec - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 12 years ago
  5. 3270d11 port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 12 years ago
  6. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 12 years ago
  7. 9635013 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 12 years ago
  8. b17289e - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 12 years ago
  9. 3b739b1 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 12 years ago
  10. 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 12 years ago
  11. 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' · 12 years ago
  12. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  13. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  14. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  15. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 12 years ago
  16. 7b51b8d try to fix compilation on glibc's with cpu sets (#14296) by Benjamin Peterson · 12 years ago
  17. 1767e02 free AST's dict by Benjamin Peterson · 12 years ago
  18. 4775def merge by Raymond Hettinger · 12 years ago
  19. 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 · 12 years ago
  20. 187fa8e merge heads by Gregory P. Smith · 12 years ago
  21. b713499 merge heads by Gregory P. Smith · 12 years ago
  22. c362cbd Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  23. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  24. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  25. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  26. 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 12 years ago
  27. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  28. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  29. 5e54519 fix compiler warnings by Benjamin Peterson · 12 years ago
  30. 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 12 years ago
  31. 7c466b4 merge 3.2 by Matthias Klose · 12 years ago
  32. 26ad995 merge heads by Matthias Klose · 12 years ago
  33. 4552b2e merge 3.1 by Matthias Klose · 12 years ago
  34. 51982ad merge heads by Matthias Klose · 12 years ago
  35. 20b303e merge heads by Matthias Klose · 12 years ago
  36. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  37. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  38. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  39. f225685 merge by Gregory P. Smith · 12 years ago
  40. 5a4ffdb merge heads by Gregory P. Smith · 12 years ago
  41. 9439523 merge heads by Gregory P. Smith · 12 years ago
  42. 8bfd49e merge (no change) by Gregory P. Smith · 12 years ago
  43. 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  44. 0bca497 merge (no change needed in 3.2) by Gregory P. Smith · 12 years ago
  45. 1be7cd0 move the Misc/NEWS entry to the right section. by Gregory P. Smith · 12 years ago
  46. d7c65e2 Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally by Michael Foord · 12 years ago
  47. 30162be merge with 3.2 by Georg Brandl · 12 years ago
  48. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  49. a74b3aa Remove more Python 2 compatibility cruft from unittest.mock by Michael Foord · 12 years ago
  50. 300a691 Closes #14305: fix typo. by Georg Brandl · 12 years ago
  51. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  52. e7c8fde merge heads by Senthil Kumaran · 12 years ago
  53. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 12 years ago
  54. 8247b18 Megre from tip by Andrew Svetlov · 12 years ago
  55. b53da6e Merge from tip by Andrew Svetlov · 12 years ago
  56. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  57. c17adf4 Remove Python 2 compatibility cruft from unittest.mock by Michael Foord · 12 years ago
  58. 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 12 years ago
  59. ebff097 And another one... mock import fix. by Michael Foord · 12 years ago
  60. be55566 Merge by Michael Foord · 12 years ago
  61. 83a1685 Fix another mock import by Michael Foord · 12 years ago
  62. 0ca9acd Fix import failure in mock test by Michael Foord · 12 years ago
  63. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  64. 345266a PEP 417: Adding unittest.mock by Michael Foord · 12 years ago
  65. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  66. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  67. 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 · 12 years ago
  68. c5ceb0a Revert the patch for issue 3835 because failed on Windows buildbot by Andrew Svetlov · 12 years ago
  69. 846acf5 #14289: merge with 3.2 by Georg Brandl · 12 years ago
  70. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 12 years ago
  71. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 12 years ago
  72. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  73. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 12 years ago
  74. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  75. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 12 years ago
  76. db66eba Avoid main_window unused compiler warning. by Gregory P. Smith · 12 years ago
  77. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  78. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  79. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  80. a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 12 years ago
  81. 30c825c What's New in Python 3.3: Repeat the dict lookup change in Porting section by Victor Stinner · 12 years ago
  82. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 12 years ago
  83. b2a3773 Issue #14180: Fix the select module to handle correctly the Windows timeval by Victor Stinner · 12 years ago
  84. 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 12 years ago
  85. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  86. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 12 years ago
  87. d2edfd6 merge 3.2 by Benjamin Peterson · 12 years ago
  88. 817dd91 merge heads by Benjamin Peterson · 12 years ago
  89. 0442f56 merge heads by Benjamin Peterson · 12 years ago
  90. f423a79 Merge 3.2 by Martin v. Löwis · 12 years ago
  91. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  92. ee381a0 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  93. 7d74b70 merge 3.2 by Benjamin Peterson · 12 years ago
  94. 4793001 merge heads by Benjamin Peterson · 12 years ago
  95. 2354a75 fix indentation by Benjamin Peterson · 12 years ago
  96. df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 12 years ago
  97. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 12 years ago
  98. 577c830 Issue #14184: merge by Ned Deily · 12 years ago
  99. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 12 years ago
  100. bd273c1 Issue #14180: Fix an invalid rounding when compiler optimization are enabled by Victor Stinner · 12 years ago