1. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 10 years ago
  2. 3e17c78 Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 10 years ago
  3. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 10 years ago
  4. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 10 years ago
  5. 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 · 10 years ago
  6. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 10 years ago
  7. ab8d4fb Merge 3.5 by Yury Selivanov · 10 years ago
  8. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 10 years ago
  9. aecef0d Merge 3.5 (issue #25660) by Yury Selivanov · 10 years ago
  10. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 10 years ago
  11. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 10 years ago
  12. 65aaef4 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 10 years ago
  13. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 10 years ago
  14. a638971 merge by Raymond Hettinger · 10 years ago
  15. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 10 years ago
  16. 94c3089 Merge 3.5 (asyncio) by Victor Stinner · 10 years ago
  17. 3e72309 Fix error message in asyncio.selector_events. by Victor Stinner · 10 years ago
  18. 58afd25 Merge 3.5 (test_asyncio) by Victor Stinner · 10 years ago
  19. 7909411 Issue #19587: Merge test_bytes cleanup from 3.5 by Martin Panter · 10 years ago
  20. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 10 years ago
  21. 9990cb0 Issue #26173: Merge SSL tests from 3.5 by Martin Panter · 10 years ago
  22. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 10 years ago
  23. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 10 years ago
  24. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 10 years ago
  25. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 10 years ago
  26. 5586ba7 Simply docstrings of venv module by Berker Peksag · 10 years ago
  27. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 10 years ago
  28. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 10 years ago
  29. 7602b76 Issue #26173: Merge wrongcert test from 3.5 by Martin Panter · 10 years ago
  30. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 10 years ago
  31. 2552c2d Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 10 years ago
  32. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 10 years ago
  33. b49a1ed Merge heads by Serhiy Storchaka · 10 years ago
  34. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 10 years ago
  35. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 10 years ago
  36. 8f475ef Backport fixes on test_eintr by Victor Stinner · 10 years ago
  37. c661e1d Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 10 years ago
  38. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 10 years ago
  39. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 10 years ago
  40. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 10 years ago
  41. 81a5092 Issue #26034: Improve wording of clear parameter by Berker Peksag · 10 years ago
  42. 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 10 years ago
  43. 1b95517 Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 10 years ago
  44. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 10 years ago
  45. 0110dfc Merge with 3.5 by Terry Jan Reedy · 10 years ago
  46. b31a284 Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. by Terry Jan Reedy · 10 years ago
  47. 0ef0423 merge by Raymond Hettinger · 10 years ago
  48. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 10 years ago
  49. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 10 years ago
  50. 906d82d Fix typo by Raymond Hettinger · 10 years ago
  51. 0b57f0a merge from 3.5 by Senthil Kumaran · 10 years ago
  52. d4e51f4 Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases. by Senthil Kumaran · 10 years ago
  53. f2c1aa1 Add ast.Constant by Victor Stinner · 10 years ago
  54. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 10 years ago
  55. 5ebe2c8 Cleanup test_dict by Victor Stinner · 10 years ago
  56. 843a1fb test_gc: remove unused imports by Victor Stinner · 10 years ago
  57. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 10 years ago
  58. 4b18dd3 Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging by Brett Cannon · 10 years ago
  59. b0db371 whitespace cleanup by Brett Cannon · 10 years ago
  60. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 10 years ago
  61. 5a701f0 Issue #25876: Fix also test_set() of test_gdb when -E command line is used by Victor Stinner · 10 years ago
  62. 22756f1 Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test by Victor Stinner · 10 years ago
  63. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
  64. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
  65. e3560a7 site: error on sitecustomize import error by Victor Stinner · 10 years ago
  66. a7baa10 Merge update to pip by Donald Stufft · 10 years ago
  67. 38150e0 Merge update to pip by Donald Stufft · 10 years ago
  68. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 10 years ago
  69. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 10 years ago
  70. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 10 years ago
  71. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 10 years ago
  72. 33abe9a Merge update to pip/setuptools by Donald Stufft · 10 years ago
  73. 1dce2c7 Merge update to pip/setuptools by Donald Stufft · 10 years ago
  74. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 10 years ago
  75. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 10 years ago
  76. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 10 years ago
  77. 31a858c Issue #16620: Got rid of using undocumented function glob.glob1(). by Serhiy Storchaka · 10 years ago
  78. 47670eb Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 10 years ago
  79. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 10 years ago
  80. 70c6a13 Merge 3.5 by Victor Stinner · 10 years ago
  81. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 10 years ago
  82. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 10 years ago
  83. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 10 years ago
  84. f12dc26 Issue #25859: Merge NNTP test server from 3.5 by Martin Panter · 10 years ago
  85. 8f19e8e Issue #25859: Reimplement NNTP test_starttls() using local server by Martin Panter · 10 years ago
  86. 9913205 Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 10 years ago
  87. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 10 years ago
  88. 9d4f3d8 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 10 years ago
  89. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 10 years ago
  90. 905a97d Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 10 years ago
  91. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 10 years ago
  92. 75ed708 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 10 years ago
  93. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 10 years ago
  94. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 10 years ago
  95. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 10 years ago
  96. c437d0c Fix test_compilepath() of test_compileall by Victor Stinner · 10 years ago
  97. ab061cf Merge with 3.5 by Terry Jan Reedy · 10 years ago
  98. 3567651 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 10 years ago
  99. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 10 years ago
  100. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 10 years ago