1. 6974cf2 Issue #27776: Cleanup random.c by Victor Stinner · 8 years ago
  2. cecdd96 Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore by Victor Stinner · 8 years ago
  3. 4bad3b6 Issue #27776: Cleanup random.c by Victor Stinner · 8 years ago
  4. c35a32f Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  5. d4583d7 Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  6. f050a33 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  7. 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  8. 4770d6e Add versionadded tags for (c)math.tau. by Georg Brandl · 8 years ago
  9. 0a3ccac merge 3.5 (#27774) by Benjamin Peterson · 8 years ago
  10. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  11. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  12. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  13. a853c47 merge 3.5 (#27773) by Benjamin Peterson · 8 years ago
  14. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  15. cc2e80b merge 3.5 by Benjamin Peterson · 8 years ago
  16. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  17. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  18. 939231b Issue #27736: Improve the existing embedded interpreter init/fini test by Ned Deily · 8 years ago
  19. f35bb9e Issue #27611, #24137: Only change tkinter when easily restored. by Terry Jan Reedy · 8 years ago
  20. ee454a0 Merge from releasing branch by Ned Deily · 8 years ago
  21. ac7974f Start 3.6.0bb1 by Ned Deily · 8 years ago
  22. 0e6d0dc Adds missing file to installer. by Steve Dower · 8 years ago
  23. 02d03df Issue #26823: fix traceback abbreviation docs by Nick Coghlan · 8 years ago
  24. b09b3f7 Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  25. fc560a8 Fix typo in Misc/NEWS. by Guido van Rossum · 8 years ago
  26. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  27. a2bd5cc Added tag v3.6.0a4 for changeset 017cf260936b by Ned Deily · 8 years ago
  28. b87d600 Version bump for 3.6.0a4 by Ned Deily · 8 years ago
  29. 46b0a32 Update pydoc topics for 3.6.0a4 by Ned Deily · 8 years ago
  30. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 8 years ago
  31. 652bad4 Issue #23968: Make OS X installer build script aware of renamed platform by Ned Deily · 8 years ago
  32. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  33. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
  34. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  35. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  36. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  37. eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects by Serhiy Storchaka · 8 years ago
  38. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  39. d61a2e7 Update Misc/NEWS. by Steven D'Aprano · 8 years ago
  40. 704813f merge 3.5 by Donald Stufft · 8 years ago
  41. 80a3ba9 merge 3.4 by Donald Stufft · 8 years ago
  42. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  43. dd51d16 Issue27573 code.interact prints a message when exiting. by Steven D'Aprano · 8 years ago
  44. a0d3eef Add versionadded tag to docs for timeit.autorange by Steven D'Aprano · 8 years ago
  45. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 8 years ago
  46. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  47. b6f78c2 merge 3.5 (closes #27760) by Benjamin Peterson · 8 years ago
  48. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  49. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  50. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  51. c0654d4 merge 3.5 by Benjamin Peterson · 8 years ago
  52. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  53. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  54. 7bc44302 merge 3.5 (closes #27758) by Benjamin Peterson · 8 years ago
  55. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 8 years ago
  56. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 8 years ago
  57. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  58. c00189e Merge: #27753: fix typo (name->named). by R David Murray · 8 years ago
  59. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  60. 5dd2b86 merge by Raymond Hettinger · 8 years ago
  61. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  62. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 8 years ago
  63. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  64. 10c2dd2 Issue #24773: Skip system tests for transitions in year 2037 and later. by Alexander Belopolsky · 8 years ago
  65. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  66. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  67. 4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. by Brett Cannon · 8 years ago
  68. 87fe473 merge by Raymond Hettinger · 8 years ago
  69. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  70. c57e4d1 Issue #25825: Merge AIX fix from 3.5 by Martin Panter · 8 years ago
  71. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 8 years ago
  72. 98cf1e7 Issue #27745: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  73. 51ad4cf Issue #26741: Merge ResourceWarning fixes from 3.5 by Martin Panter · 8 years ago
  74. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  75. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 8 years ago
  76. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  77. 1b8f26c Issue #24773: Fix and speed-up ZoneInfoCompleteTest. by Alexander Belopolsky · 8 years ago
  78. 3ff55a8 Issue #27732: Silence test_idle with dummy bell functions. by Terry Jan Reedy · 8 years ago
  79. 40f70d1 null merge from3.5 by Terry Jan Reedy · 8 years ago
  80. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  81. 3f3dc89 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  82. 40a46ad Issue #27380: For test_query on Mac, adjust one expected result. by Terry Jan Reedy · 8 years ago
  83. 65db854 Issue #27621: Put query response validation error messages in query box by Terry Jan Reedy · 8 years ago
  84. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 8 years ago
  85. 306c3dd Issue #27200: Merge with 3.5 by Zachary Ware · 8 years ago
  86. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  87. 11328fc Closes #27210: Merge with 3.5 by Zachary Ware · 8 years ago
  88. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  89. 7a57370 Closes #27209: Merge with 3.5 by Zachary Ware · 8 years ago
  90. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  91. ef28f6a Closes #27208: Merge with 3.5 by Zachary Ware · 8 years ago
  92. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  93. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 8 years ago
  94. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  95. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  96. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  97. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  98. 0e0fe4f Closes #27205: Merge with 3.5 by Zachary Ware · 8 years ago
  99. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  100. 8ec8749 Closes #27722: Merge with 3.5 by Zachary Ware · 8 years ago