1. ab8d4fb Merge 3.5 by Yury Selivanov · 9 years ago
  2. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 9 years ago
  3. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  4. 65aaef4 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  5. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  6. a638971 merge by Raymond Hettinger · 9 years ago
  7. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  8. 58afd25 Merge 3.5 (test_asyncio) by Victor Stinner · 9 years ago
  9. 7909411 Issue #19587: Merge test_bytes cleanup from 3.5 by Martin Panter · 9 years ago
  10. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 9 years ago
  11. 9990cb0 Issue #26173: Merge SSL tests from 3.5 by Martin Panter · 9 years ago
  12. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  13. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 9 years ago
  14. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  15. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  16. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 9 years ago
  17. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 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. 2552c2d Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  21. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  22. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago
  23. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  24. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  25. 8f475ef Backport fixes on test_eintr by Victor Stinner · 9 years ago
  26. c661e1d Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  27. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  28. 0ef0423 merge by Raymond Hettinger · 9 years ago
  29. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  30. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 9 years ago
  31. 906d82d Fix typo by Raymond Hettinger · 9 years ago
  32. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  33. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 9 years ago
  34. 5ebe2c8 Cleanup test_dict by Victor Stinner · 9 years ago
  35. 843a1fb test_gc: remove unused imports by Victor Stinner · 9 years ago
  36. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  37. 4b18dd3 Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging by Brett Cannon · 9 years ago
  38. b0db371 whitespace cleanup by Brett Cannon · 9 years ago
  39. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  40. 5a701f0 Issue #25876: Fix also test_set() of test_gdb when -E command line is used by Victor Stinner · 9 years ago
  41. 22756f1 Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test by Victor Stinner · 9 years ago
  42. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  43. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  44. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  45. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  46. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  47. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  48. 70c6a13 Merge 3.5 by Victor Stinner · 9 years ago
  49. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 9 years ago
  50. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  51. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  52. f12dc26 Issue #25859: Merge NNTP test server from 3.5 by Martin Panter · 9 years ago
  53. 8f19e8e Issue #25859: Reimplement NNTP test_starttls() using local server by Martin Panter · 9 years ago
  54. 9913205 Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  55. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  56. 9d4f3d8 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  57. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  58. 75ed708 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  59. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  60. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  61. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  62. c437d0c Fix test_compilepath() of test_compileall by Victor Stinner · 9 years ago
  63. 5318d10 Issue #23883: grp and pwd are None on Windows by Martin Panter · 9 years ago
  64. 2c1d3e3 Issue #23883: Removed redundant names from blacklists. by Serhiy Storchaka · 9 years ago
  65. 104dcda Issue #23883: Add missing APIs to tarfile.__all__ by Martin Panter · 9 years ago
  66. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  67. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 9 years ago
  68. 2033f41 Issue #26127: Merge test_gdb fix from 3.5 by Martin Panter · 9 years ago
  69. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 9 years ago
  70. d7a815b Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  71. a3a5833 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  72. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  73. ccf44b0 branch merge by Ethan Furman · 9 years ago
  74. 60255b6 revert change 87a9dff5106c: pure Enum members again evaluate to True; by Ethan Furman · 9 years ago
  75. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  76. 43cfd82 Merge for issue #17633 by Brett Cannon · 9 years ago
  77. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  78. 4edc0e8 Issue #25940: Merge ETIMEDOUT fix from 3.5 by Martin Panter · 9 years ago
  79. a8b43b5 Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  80. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  81. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  82. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  83. 8df9848 Issue #25940: test_ssl is working again by Martin Panter · 9 years ago
  84. 3570e02 Issue #25940: Merge self-signed.pythontest.net testing from 3.5 by Martin Panter · 9 years ago
  85. 40b97ec Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  86. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  87. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  88. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  89. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  90. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  91. 436831d Issue22642 - Convert trace module's option handling mechanism from getopt to argparse. by Senthil Kumaran · 9 years ago
  92. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  93. 09880c8 Comment out some tests that won't pass now that we've reverted the by Barry Warsaw · 9 years ago
  94. 4f8273d Merge 3.5 (issue #26050) by Yury Selivanov · 9 years ago
  95. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 9 years ago
  96. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  97. 96b531a Issue #26069: Remove the deprecated apis in the trace module. by Senthil Kumaran · 9 years ago
  98. 34dd59e merge 3.5 by Andrew Svetlov · 9 years ago
  99. b86abb7 merge 3.4 by Andrew Svetlov · 9 years ago
  100. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago