1. b87d600 Version bump for 3.6.0a4 by Ned Deily · 9 years ago v3.6.0a4
  2. 46b0a32 Update pydoc topics for 3.6.0a4 by Ned Deily · 9 years ago
  3. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 9 years ago
  4. 652bad4 Issue #23968: Make OS X installer build script aware of renamed platform by Ned Deily · 9 years ago
  5. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 9 years ago
  6. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 9 years ago
  7. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 9 years ago
  8. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 9 years ago
  9. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 9 years ago
  10. eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects by Serhiy Storchaka · 9 years ago
  11. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 9 years ago
  12. d61a2e7 Update Misc/NEWS. by Steven D'Aprano · 9 years ago
  13. 704813f merge 3.5 by Donald Stufft · 9 years ago
  14. 80a3ba9 merge 3.4 by Donald Stufft · 9 years ago
  15. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 9 years ago
  16. dd51d16 Issue27573 code.interact prints a message when exiting. by Steven D'Aprano · 9 years ago
  17. a0d3eef Add versionadded tag to docs for timeit.autorange by Steven D'Aprano · 9 years ago
  18. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 9 years ago
  19. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 9 years ago
  20. b6f78c2 merge 3.5 (closes #27760) by Benjamin Peterson · 9 years ago
  21. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 9 years ago
  22. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 9 years ago
  23. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  24. c0654d4 merge 3.5 by Benjamin Peterson · 9 years ago
  25. f17a8e9 merge 3.4 by Benjamin Peterson · 9 years ago
  26. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  27. 7bc44302 merge 3.5 (closes #27758) by Benjamin Peterson · 9 years ago
  28. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 9 years ago
  29. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 9 years ago
  30. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  31. c00189e Merge: #27753: fix typo (name->named). by R David Murray · 9 years ago
  32. 689016f #27753: fix typo (name->named). by R David Murray · 9 years ago
  33. 5dd2b86 merge by Raymond Hettinger · 9 years ago
  34. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 9 years ago
  35. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 9 years ago
  36. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 9 years ago
  37. 10c2dd2 Issue #24773: Skip system tests for transitions in year 2037 and later. by Alexander Belopolsky · 9 years ago
  38. 3f63483 Merge for issue #27712 by Brett Cannon · 9 years ago
  39. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 9 years ago
  40. 4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. by Brett Cannon · 9 years ago
  41. 87fe473 merge by Raymond Hettinger · 9 years ago
  42. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 9 years ago
  43. c57e4d1 Issue #25825: Merge AIX fix from 3.5 by Martin Panter · 9 years ago
  44. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 9 years ago
  45. 98cf1e7 Issue #27745: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  46. 51ad4cf Issue #26741: Merge ResourceWarning fixes from 3.5 by Martin Panter · 9 years ago
  47. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 9 years ago
  48. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 9 years ago
  49. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 9 years ago
  50. 1b8f26c Issue #24773: Fix and speed-up ZoneInfoCompleteTest. by Alexander Belopolsky · 9 years ago
  51. 3ff55a8 Issue #27732: Silence test_idle with dummy bell functions. by Terry Jan Reedy · 9 years ago
  52. 40f70d1 null merge from3.5 by Terry Jan Reedy · 9 years ago
  53. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 9 years ago
  54. 3f3dc89 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 9 years ago
  55. 40a46ad Issue #27380: For test_query on Mac, adjust one expected result. by Terry Jan Reedy · 9 years ago
  56. 65db854 Issue #27621: Put query response validation error messages in query box by Terry Jan Reedy · 9 years ago
  57. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 9 years ago
  58. 306c3dd Issue #27200: Merge with 3.5 by Zachary Ware · 9 years ago
  59. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 9 years ago
  60. 11328fc Closes #27210: Merge with 3.5 by Zachary Ware · 9 years ago
  61. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 9 years ago
  62. 7a57370 Closes #27209: Merge with 3.5 by Zachary Ware · 9 years ago
  63. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 9 years ago
  64. ef28f6a Closes #27208: Merge with 3.5 by Zachary Ware · 9 years ago
  65. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 9 years ago
  66. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 9 years ago
  67. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 9 years ago
  68. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 9 years ago
  69. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 9 years ago
  70. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 9 years ago
  71. 0e0fe4f Closes #27205: Merge with 3.5 by Zachary Ware · 9 years ago
  72. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 9 years ago
  73. 8ec8749 Closes #27722: Merge with 3.5 by Zachary Ware · 9 years ago
  74. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 9 years ago
  75. f03f7c7 Closes #27204: Merge with 3.5 by Zachary Ware · 9 years ago
  76. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 9 years ago
  77. 1aa913e Merge with 3.5 by Zachary Ware · 9 years ago
  78. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 9 years ago
  79. 3f2de47 Closes #21999: (Empty) merge from 3.5. by Vinay Sajip · 9 years ago
  80. 085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 9 years ago
  81. 9a2be91 Issue27181 add geometric mean. by Steven D'Aprano · 9 years ago
  82. e7fef52 Tighten up test of harmonic mean on a single value. by Steven D'Aprano · 9 years ago
  83. 3e8616a Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 9 years ago
  84. a474afd Add harmonic mean and tests. by Steven D'Aprano · 9 years ago
  85. 2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  86. 47649ab Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. by Alexander Belopolsky · 9 years ago
  87. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 9 years ago
  88. 95e0df8 Issue #27702: Only expose SOCK_RAW when defined by Berker Peksag · 9 years ago
  89. e1d22fd Expose EPOLLRDHUP conditionally by Berker Peksag · 9 years ago
  90. 1107f09 Merge from 3.5 by Berker Peksag · 9 years ago
  91. 08d85ee Fix use of default reST role by Berker Peksag · 9 years ago
  92. f4c69ab Issue #23322: Merge from 3.5 by Berker Peksag · 9 years ago
  93. 7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs by Berker Peksag · 9 years ago
  94. 08eef3f Re-linewrap comments by Raymond Hettinger · 9 years ago
  95. 2b1c45e Merge 3.5 by Andrew Svetlov · 9 years ago
  96. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 9 years ago
  97. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 9 years ago
  98. d0d24fd Issue #26750: unittest.mock.create_autospec() now works properly for by Gregory P. Smith · 9 years ago
  99. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 9 years ago
  100. 3cc3832 Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago