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