1. 59fe937 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  2. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  3. ce5179f Issue #23601: Use small object allocator for dict key objects by Raymond Hettinger · 9 years ago
  4. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  5. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  6. da7e0d8 Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  7. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  8. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  9. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  10. 5586ba7 Simply docstrings of venv module by Berker Peksag · 9 years ago
  11. f98aca5 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  12. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  13. f108a58 Update output of venv -h by Berker Peksag · 9 years ago
  14. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 9 years ago
  15. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  16. a9744ae Update output of venv -h by Berker Peksag · 9 years ago
  17. 03178a5 Issue #25934: Merge with 3.5 by Zachary Ware · 9 years ago
  18. 7602b76 Issue #26173: Merge wrongcert test from 3.5 by Martin Panter · 9 years ago
  19. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  20. 4c5ad94 Issue #25934: Default to /fp:strict for ICC builds by Zachary Ware · 9 years ago
  21. 2552c2d Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  22. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  23. 8abaa9a Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  24. d5db573 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  25. 4e2f871 Null merge by Serhiy Storchaka · 9 years ago
  26. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago
  27. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  28. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  29. 60387e0 Null merge 3.5 by Victor Stinner · 9 years ago
  30. 8f475ef Backport fixes on test_eintr by Victor Stinner · 9 years ago
  31. c661e1d Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  32. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  33. c8d2fb4 Merge 3.5: Issue #26227 by Victor Stinner · 9 years ago
  34. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  35. 68df686 Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  36. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago
  37. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  38. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  39. 81a5092 Issue #26034: Improve wording of clear parameter by Berker Peksag · 9 years ago
  40. 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 9 years ago
  41. 1b95517 Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  42. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  43. 0fe1b47 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  44. 5da4e86 Issue #26220: Merge Unicode how-to from 3.5 by Martin Panter · 9 years ago
  45. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  46. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  47. 0110dfc Merge with 3.5 by Terry Jan Reedy · 9 years ago
  48. b31a284 Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. by Terry Jan Reedy · 9 years ago
  49. 5b96f17 Merge 3.5 by Victor Stinner · 9 years ago
  50. 5bc03a6 Fix resize_compact() by Victor Stinner · 9 years ago
  51. 0ef0423 merge by Raymond Hettinger · 9 years ago
  52. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  53. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 9 years ago
  54. 25219f5 Issue #26146: remove useless code by Victor Stinner · 9 years ago
  55. 726f690 Fix a refleak in validate_constant() by Victor Stinner · 9 years ago
  56. 906d82d Fix typo by Raymond Hettinger · 9 years ago
  57. 0b57f0a merge from 3.5 by Senthil Kumaran · 9 years ago
  58. d4e51f4 Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases. by Senthil Kumaran · 9 years ago
  59. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  60. 0dceb91 Tests versus zero are more compact than tests versus -1. by Raymond Hettinger · 9 years ago
  61. 1ce6885 Fix compiler warning about obviously unreachable code. by Raymond Hettinger · 9 years ago
  62. 306d6b1 Convert another post-decrement while-loop to pre-decrement for consistency by Raymond Hettinger · 9 years ago
  63. 165eee2 Convert two other post-decrement while-loops to pre-decrements for consistency by Raymond Hettinger · 9 years ago
  64. d84ec22 Miscellaneous refactorings by Raymond Hettinger · 9 years ago
  65. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 9 years ago
  66. 5ebe2c8 Cleanup test_dict by Victor Stinner · 9 years ago
  67. 843a1fb test_gc: remove unused imports by Victor Stinner · 9 years ago
  68. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  69. 4b18dd3 Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging by Brett Cannon · 9 years ago
  70. b0db371 whitespace cleanup by Brett Cannon · 9 years ago
  71. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  72. 52c854a Merge from 3.5 by Brett Cannon · 9 years ago
  73. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  74. bf98079 Merge 3.5 (i18n doc, issue #25907) by Victor Stinner · 9 years ago
  75. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago
  76. fd9ccae Null merge 3.5 (change already applied to default) by Victor Stinner · 9 years ago
  77. 5a701f0 Issue #25876: Fix also test_set() of test_gdb when -E command line is used by Victor Stinner · 9 years ago
  78. 22756f1 Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test by Victor Stinner · 9 years ago
  79. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  80. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  81. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  82. e3560a7 site: error on sitecustomize import error by Victor Stinner · 9 years ago
  83. ae8c078 merge 3.5 by Benjamin Peterson · 9 years ago
  84. d52513c merge 3.4 by Benjamin Peterson · 9 years ago
  85. b1db758 reject negative data_size by Benjamin Peterson · 9 years ago
  86. cbde4a6 merge from 3.5 by Senthil Kumaran · 9 years ago
  87. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  88. a7baa10 Merge update to pip by Donald Stufft · 9 years ago
  89. 38150e0 Merge update to pip by Donald Stufft · 9 years ago
  90. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 9 years ago
  91. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  92. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  93. dce4ae8 merge from 3.5 by Senthil Kumaran · 9 years ago
  94. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  95. 9f78939 Issue #26107: Fix typo in Objects/lnotab_notes.txt by Victor Stinner · 9 years ago
  96. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  97. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  98. 2b0b5ac merge 3.5 (#26171) by Benjamin Peterson · 9 years ago
  99. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 9 years ago
  100. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago