1. 16e802f merge 3.4 (#9179) by Benjamin Peterson · 10 years ago
  2. 6632341 backout 9fcf4008b626 (#9179) for further consideration by Benjamin Peterson · 10 years ago
  3. 27ee75f merge 3.4 by Benjamin Peterson · 10 years ago
  4. b7138e2 context is keyword-only by Benjamin Peterson · 10 years ago
  5. e39bba2 merge 3.4 (#22960) by Benjamin Peterson · 10 years ago
  6. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  7. 3a9c68e Close issue #22895: fix test failure introduced by the fix for issue #22462. by Antoine Pitrou · 10 years ago
  8. 2b3b95b Close issue #22895: fix test failure introduced by the fix for issue #22462. by Antoine Pitrou · 10 years ago
  9. df46e2a Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 10 years ago
  10. 1538790 Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 10 years ago
  11. 0badfd5 Minor code cleanup. by Raymond Hettinger · 10 years ago
  12. 73866ef Issue #22685, asyncio: resume_reading() must also be called in test_pause_reading() by Victor Stinner · 10 years ago
  13. ddf3bc9 Issue #22685, asyncio: mock also resume_reading in test_pause_reading() by Victor Stinner · 10 years ago
  14. bb44fe0 Issue #22389: Add contextlib.redirect_stderr(). by Berker Peksag · 10 years ago
  15. ae553eb Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  16. cbbd04d Issue #22685: Debug test_pause_reading() on FreeBSD by Victor Stinner · 10 years ago
  17. 79d784a (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  18. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  19. 74210e1 (Merge 3.4) asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  20. 1deee54 asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  21. beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  22. 07ff92a (Merge 3.4) asyncio doc: explain how to pass keywords to callbacks by Victor Stinner · 10 years ago
  23. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 10 years ago
  24. 2292def merge 3.4 (#16561) by Benjamin Peterson · 10 years ago
  25. 25c7d3f give a nice message when installer is launched w/o admin rights (closes #16561) by Benjamin Peterson · 10 years ago
  26. 0a99b2a Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  27. 9a4fc19 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  28. f1fc9fb Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  29. ab5e9b9 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  30. 5916d53 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 10 years ago
  31. fc8e9b0 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 10 years ago
  32. 715f01b Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  33. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  34. f51f713 Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  35. a86700a Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  36. 8943ecf Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  37. ae5cb21 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  38. f25e3bf Merge with 3.4 by Zachary Ware · 10 years ago
  39. 4847035 pydoc: Add a note about setting PAGER to affect console output pagination. by Zachary Ware · 10 years ago
  40. 9b55089 Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  41. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  42. 0a59d55 merge 3.4 (#22954) by Benjamin Peterson · 10 years ago
  43. e823933 remove tautological condition (closes #22954) by Benjamin Peterson · 10 years ago
  44. 9b4cc6b Merge with 3.4 by Zachary Ware · 10 years ago
  45. 61aebca pydoc: Remove mention of '-g' command line option, document its removal. by Zachary Ware · 10 years ago
  46. 8007cbc Issue 22940: fixes to editline support by Ned Deily · 10 years ago
  47. 3663b58 correct assertion by Benjamin Peterson · 10 years ago
  48. 12abc86 merge 3.4 by Benjamin Peterson · 10 years ago
  49. 5b53507 use skipUnless by Benjamin Peterson · 10 years ago
  50. d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
  51. 810aa6d fix variable name by Benjamin Peterson · 10 years ago
  52. 33f8f15 add readline.append_history_file (closes #22940) by Benjamin Peterson · 10 years ago
  53. aacfccc Issue #19676: Fixed integer overflow issue in "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  54. 8dcaa4b merge 3.4 by Benjamin Peterson · 10 years ago
  55. 6150804 handle errors without a reason attribute by Benjamin Peterson · 10 years ago
  56. 2615e9e don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 10 years ago
  57. 87f6c22 Issue #19676: Tweak documentation a bit. by Berker Peksag · 10 years ago
  58. 6a11e5e (Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr by Victor Stinner · 10 years ago
  59. 5ef586f Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader by Victor Stinner · 10 years ago
  60. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  61. 6cecf68 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  62. c8c64e3 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  63. da8cef4 Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. by Berker Peksag · 10 years ago
  64. a90e92d update versionchanged by Benjamin Peterson · 10 years ago
  65. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 10 years ago
  66. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  67. 83711e9 merge 3.4 by Benjamin Peterson · 10 years ago
  68. f200498 add NEWS note for #22921 by Benjamin Peterson · 10 years ago
  69. ff4d94e merge 3.4 (null) by Benjamin Peterson · 10 years ago
  70. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  71. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  72. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  73. f1a3240 merge 3.4 by Benjamin Peterson · 10 years ago
  74. 378e15d document that cadefault does nothing now by Benjamin Peterson · 10 years ago
  75. d3c53b6 Update importlib.h by Antoine Pitrou · 10 years ago
  76. b9079c8 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  77. 18f2298 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  78. 65bfb38 Null merge by Antoine Pitrou · 10 years ago
  79. bb6c0aa PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. by Raymond Hettinger · 10 years ago
  80. 828d932 PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. by Raymond Hettinger · 10 years ago
  81. 1bf4729 Really add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  82. d333ab1 Add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  83. 513112b Issue #22834: cwd can't not exist on Windows, skip the test by Zachary Ware · 10 years ago
  84. f8c3b69 Add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  85. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 10 years ago
  86. 9b59dd4 Issue #22869: Remove duplicate stack check from pythonrun.c by Steve Dower · 10 years ago
  87. fc9fded Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  88. 525d5ae Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. by Serhiy Storchaka · 10 years ago
  89. c446405 Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  90. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  91. 8314690 Issue #22869: Add pylifecycle.c/.h files to pythoncore project. by Steve Dower · 10 years ago
  92. b1e3607 Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks. by Antoine Pitrou · 10 years ago
  93. 3583027 (Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe by Victor Stinner · 10 years ago
  94. 5e63120 asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling by Victor Stinner · 10 years ago
  95. bca6ae6 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  96. 2d99d93 asyncio: Coroutine objects are now rejected with a TypeError by the following by Victor Stinner · 10 years ago
  97. 8beadd3 Merge with 3.4 (asyncio) by Victor Stinner · 10 years ago
  98. c1ad35a asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode by Victor Stinner · 10 years ago
  99. 662fd5f asyncio: Fix formatting of the "Future exception was never retrieved" in by Victor Stinner · 10 years ago
  100. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago