1. a0fcaca Issue #26288: Fix comment by Yury Selivanov · 9 years ago
  2. 029f7f7 merge from 3.5 by Senthil Kumaran · 9 years ago
  3. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  4. 186c30b Issue #26288: Optimize PyLong_AsDouble. by Yury Selivanov · 9 years ago
  5. eb588a1 Switch to more idiomatic C code. by Eric V. Smith · 9 years ago
  6. 135d5f4 Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format(). by Eric V. Smith · 9 years ago
  7. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 9 years ago
  8. ab8d4fb Merge 3.5 by Yury Selivanov · 9 years ago
  9. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 9 years ago
  10. f502154 Add early-out for the common case where kwds is NULL (gives 1.1% speedup). by Raymond Hettinger · 9 years ago
  11. aecef0d Merge 3.5 (issue #25660) by Yury Selivanov · 9 years ago
  12. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 9 years ago
  13. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  14. e922289 Merge with 3.5 by Zachary Ware · 9 years ago
  15. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  16. 71e8134 Merge with 3.5 by Zachary Ware · 9 years ago
  17. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  18. 65aaef4 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  19. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  20. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  21. c9deece Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 9 years ago
  22. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  23. a638971 merge by Raymond Hettinger · 9 years ago
  24. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  25. 94c3089 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  26. 3e72309 Fix error message in asyncio.selector_events. by Victor Stinner · 9 years ago
  27. 58afd25 Merge 3.5 (test_asyncio) by Victor Stinner · 9 years ago
  28. 7909411 Issue #19587: Merge test_bytes cleanup from 3.5 by Martin Panter · 9 years ago
  29. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 9 years ago
  30. 9990cb0 Issue #26173: Merge SSL tests from 3.5 by Martin Panter · 9 years ago
  31. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  32. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 9 years ago
  33. 59fe937 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  34. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  35. ce5179f Issue #23601: Use small object allocator for dict key objects by Raymond Hettinger · 9 years ago
  36. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  37. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  38. da7e0d8 Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  39. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  40. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  41. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  42. 5586ba7 Simply docstrings of venv module by Berker Peksag · 9 years ago
  43. f98aca5 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  44. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  45. f108a58 Update output of venv -h by Berker Peksag · 9 years ago
  46. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 9 years ago
  47. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  48. a9744ae Update output of venv -h by Berker Peksag · 9 years ago
  49. 03178a5 Issue #25934: Merge with 3.5 by Zachary Ware · 9 years ago
  50. 7602b76 Issue #26173: Merge wrongcert test from 3.5 by Martin Panter · 9 years ago
  51. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  52. 4c5ad94 Issue #25934: Default to /fp:strict for ICC builds by Zachary Ware · 9 years ago
  53. 2552c2d Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  54. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  55. 8abaa9a Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  56. d5db573 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  57. 4e2f871 Null merge by Serhiy Storchaka · 9 years ago
  58. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago
  59. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  60. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  61. 60387e0 Null merge 3.5 by Victor Stinner · 9 years ago
  62. 8f475ef Backport fixes on test_eintr by Victor Stinner · 9 years ago
  63. c661e1d Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  64. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  65. c8d2fb4 Merge 3.5: Issue #26227 by Victor Stinner · 9 years ago
  66. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  67. 68df686 Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  68. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago
  69. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  70. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  71. 81a5092 Issue #26034: Improve wording of clear parameter by Berker Peksag · 9 years ago
  72. 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 9 years ago
  73. 1b95517 Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  74. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  75. 0fe1b47 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  76. 5da4e86 Issue #26220: Merge Unicode how-to from 3.5 by Martin Panter · 9 years ago
  77. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  78. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  79. 0110dfc Merge with 3.5 by Terry Jan Reedy · 9 years ago
  80. b31a284 Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. by Terry Jan Reedy · 9 years ago
  81. 5b96f17 Merge 3.5 by Victor Stinner · 9 years ago
  82. 5bc03a6 Fix resize_compact() by Victor Stinner · 9 years ago
  83. 0ef0423 merge by Raymond Hettinger · 9 years ago
  84. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  85. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 9 years ago
  86. 25219f5 Issue #26146: remove useless code by Victor Stinner · 9 years ago
  87. 726f690 Fix a refleak in validate_constant() by Victor Stinner · 9 years ago
  88. 906d82d Fix typo by Raymond Hettinger · 9 years ago
  89. 0b57f0a merge from 3.5 by Senthil Kumaran · 9 years ago
  90. d4e51f4 Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases. by Senthil Kumaran · 9 years ago
  91. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  92. 0dceb91 Tests versus zero are more compact than tests versus -1. by Raymond Hettinger · 9 years ago
  93. 1ce6885 Fix compiler warning about obviously unreachable code. by Raymond Hettinger · 9 years ago
  94. 306d6b1 Convert another post-decrement while-loop to pre-decrement for consistency by Raymond Hettinger · 9 years ago
  95. 165eee2 Convert two other post-decrement while-loops to pre-decrements for consistency by Raymond Hettinger · 9 years ago
  96. d84ec22 Miscellaneous refactorings by Raymond Hettinger · 9 years ago
  97. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 9 years ago
  98. 5ebe2c8 Cleanup test_dict by Victor Stinner · 9 years ago
  99. 843a1fb test_gc: remove unused imports by Victor Stinner · 9 years ago
  100. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago