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