1. 407249c Issue #22975: Close block at right place. by Serhiy Storchaka · 10 years ago
  2. 133b11b Issue #22975: Close block at right place. by Serhiy Storchaka · 10 years ago
  3. 83000a4 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  4. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  5. 2205da4 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  6. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  7. 988e2cf Fixed issue number in Misc/NEWS for issue #22407. by Serhiy Storchaka · 10 years ago
  8. 22a309a Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or by Serhiy Storchaka · 10 years ago
  9. 720b8c9 Removed unused function linecol() (added in issue #22578 by mistake). by Serhiy Storchaka · 10 years ago
  10. fb02833 Issue #22838: All test_re tests now work with unittest test discovery. by Serhiy Storchaka · 10 years ago
  11. 9cba989 Issue #22838: All test_re tests now work with unittest test discovery. by Serhiy Storchaka · 10 years ago
  12. cac7ec4 Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
  13. 7a1104d Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
  14. ac4aa7b Issue #22902: The "ip" command is now used on Linux to determine MAC address by Serhiy Storchaka · 10 years ago
  15. 16e802f merge 3.4 (#9179) by Benjamin Peterson · 10 years ago
  16. 6632341 backout 9fcf4008b626 (#9179) for further consideration by Benjamin Peterson · 10 years ago
  17. 27ee75f merge 3.4 by Benjamin Peterson · 10 years ago
  18. b7138e2 context is keyword-only by Benjamin Peterson · 10 years ago
  19. e39bba2 merge 3.4 (#22960) by Benjamin Peterson · 10 years ago
  20. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  21. 3a9c68e Close issue #22895: fix test failure introduced by the fix for issue #22462. by Antoine Pitrou · 10 years ago
  22. 2b3b95b Close issue #22895: fix test failure introduced by the fix for issue #22462. by Antoine Pitrou · 10 years ago
  23. df46e2a Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 10 years ago
  24. 1538790 Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 10 years ago
  25. 0badfd5 Minor code cleanup. by Raymond Hettinger · 10 years ago
  26. 73866ef Issue #22685, asyncio: resume_reading() must also be called in test_pause_reading() by Victor Stinner · 10 years ago
  27. ddf3bc9 Issue #22685, asyncio: mock also resume_reading in test_pause_reading() by Victor Stinner · 10 years ago
  28. bb44fe0 Issue #22389: Add contextlib.redirect_stderr(). by Berker Peksag · 10 years ago
  29. ae553eb Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  30. cbbd04d Issue #22685: Debug test_pause_reading() on FreeBSD by Victor Stinner · 10 years ago
  31. 79d784a (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  32. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  33. 74210e1 (Merge 3.4) asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  34. 1deee54 asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  35. beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  36. 07ff92a (Merge 3.4) asyncio doc: explain how to pass keywords to callbacks by Victor Stinner · 10 years ago
  37. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 10 years ago
  38. 2292def merge 3.4 (#16561) by Benjamin Peterson · 10 years ago
  39. 25c7d3f give a nice message when installer is launched w/o admin rights (closes #16561) by Benjamin Peterson · 10 years ago
  40. 0a99b2a Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  41. 9a4fc19 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  42. f1fc9fb Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  43. ab5e9b9 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  44. 5916d53 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 10 years ago
  45. fc8e9b0 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 10 years ago
  46. 715f01b Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  47. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  48. f51f713 Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  49. a86700a Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  50. 8943ecf Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  51. ae5cb21 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  52. f25e3bf Merge with 3.4 by Zachary Ware · 10 years ago
  53. 4847035 pydoc: Add a note about setting PAGER to affect console output pagination. by Zachary Ware · 10 years ago
  54. 9b55089 Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  55. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  56. 0a59d55 merge 3.4 (#22954) by Benjamin Peterson · 10 years ago
  57. e823933 remove tautological condition (closes #22954) by Benjamin Peterson · 10 years ago
  58. 9b4cc6b Merge with 3.4 by Zachary Ware · 10 years ago
  59. 61aebca pydoc: Remove mention of '-g' command line option, document its removal. by Zachary Ware · 10 years ago
  60. 8007cbc Issue 22940: fixes to editline support by Ned Deily · 10 years ago
  61. 3663b58 correct assertion by Benjamin Peterson · 10 years ago
  62. 12abc86 merge 3.4 by Benjamin Peterson · 10 years ago
  63. 5b53507 use skipUnless by Benjamin Peterson · 10 years ago
  64. d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
  65. 810aa6d fix variable name by Benjamin Peterson · 10 years ago
  66. 33f8f15 add readline.append_history_file (closes #22940) by Benjamin Peterson · 10 years ago
  67. aacfccc Issue #19676: Fixed integer overflow issue in "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  68. 8dcaa4b merge 3.4 by Benjamin Peterson · 10 years ago
  69. 6150804 handle errors without a reason attribute by Benjamin Peterson · 10 years ago
  70. 2615e9e don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 10 years ago
  71. 87f6c22 Issue #19676: Tweak documentation a bit. by Berker Peksag · 10 years ago
  72. 6a11e5e (Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr by Victor Stinner · 10 years ago
  73. 5ef586f Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader by Victor Stinner · 10 years ago
  74. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  75. 6cecf68 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  76. c8c64e3 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  77. da8cef4 Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. by Berker Peksag · 10 years ago
  78. a90e92d update versionchanged by Benjamin Peterson · 10 years ago
  79. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 10 years ago
  80. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  81. 83711e9 merge 3.4 by Benjamin Peterson · 10 years ago
  82. f200498 add NEWS note for #22921 by Benjamin Peterson · 10 years ago
  83. ff4d94e merge 3.4 (null) by Benjamin Peterson · 10 years ago
  84. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  85. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  86. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  87. f1a3240 merge 3.4 by Benjamin Peterson · 10 years ago
  88. 378e15d document that cadefault does nothing now by Benjamin Peterson · 10 years ago
  89. d3c53b6 Update importlib.h by Antoine Pitrou · 10 years ago
  90. 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
  91. 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
  92. 65bfb38 Null merge by Antoine Pitrou · 10 years ago
  93. bb6c0aa PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. by Raymond Hettinger · 10 years ago
  94. 828d932 PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. by Raymond Hettinger · 10 years ago
  95. 1bf4729 Really add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  96. d333ab1 Add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  97. 513112b Issue #22834: cwd can't not exist on Windows, skip the test by Zachary Ware · 10 years ago
  98. f8c3b69 Add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  99. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 10 years ago
  100. 9b59dd4 Issue #22869: Remove duplicate stack check from pythonrun.c by Steve Dower · 10 years ago