1. a90e92d update versionchanged by Benjamin Peterson · 10 years ago
  2. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 10 years ago
  3. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  4. 83711e9 merge 3.4 by Benjamin Peterson · 10 years ago
  5. f200498 add NEWS note for #22921 by Benjamin Peterson · 10 years ago
  6. ff4d94e merge 3.4 (null) by Benjamin Peterson · 10 years ago
  7. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  8. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  9. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  10. f1a3240 merge 3.4 by Benjamin Peterson · 10 years ago
  11. 378e15d document that cadefault does nothing now by Benjamin Peterson · 10 years ago
  12. d3c53b6 Update importlib.h by Antoine Pitrou · 10 years ago
  13. 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
  14. 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
  15. 65bfb38 Null merge by Antoine Pitrou · 10 years ago
  16. bb6c0aa PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. by Raymond Hettinger · 10 years ago
  17. 828d932 PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. by Raymond Hettinger · 10 years ago
  18. 1bf4729 Really add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  19. d333ab1 Add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  20. 513112b Issue #22834: cwd can't not exist on Windows, skip the test by Zachary Ware · 10 years ago
  21. f8c3b69 Add downloads page link to OS X installer README screens. by Ned Deily · 10 years ago
  22. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 10 years ago
  23. 9b59dd4 Issue #22869: Remove duplicate stack check from pythonrun.c by Steve Dower · 10 years ago
  24. fc9fded Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  25. 525d5ae Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. by Serhiy Storchaka · 10 years ago
  26. c446405 Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  27. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  28. 8314690 Issue #22869: Add pylifecycle.c/.h files to pythoncore project. by Steve Dower · 10 years ago
  29. b1e3607 Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks. by Antoine Pitrou · 10 years ago
  30. 3583027 (Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe by Victor Stinner · 10 years ago
  31. 5e63120 asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling by Victor Stinner · 10 years ago
  32. bca6ae6 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  33. 2d99d93 asyncio: Coroutine objects are now rejected with a TypeError by the following by Victor Stinner · 10 years ago
  34. 8beadd3 Merge with 3.4 (asyncio) by Victor Stinner · 10 years ago
  35. c1ad35a asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode by Victor Stinner · 10 years ago
  36. 662fd5f asyncio: Fix formatting of the "Future exception was never retrieved" in by Victor Stinner · 10 years ago
  37. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  38. 66fb349 Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. by Serhiy Storchaka · 10 years ago
  39. abde2c1 Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. by Serhiy Storchaka · 10 years ago
  40. a9568bb Issue #20604: Added missed invalid mode in error message of socket.makefile(). by Serhiy Storchaka · 10 years ago
  41. fca2fc0 Issue #20604: Added missed invalid mode in error message of socket.makefile(). by Serhiy Storchaka · 10 years ago
  42. 1d922d0 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 10 years ago
  43. db118f5 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 10 years ago
  44. 28c295f Null merge by Serhiy Storchaka · 10 years ago
  45. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  46. df4518c Issue #22453: Removed non-documented macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  47. 3aa979e Issue #20948: Inline makefmt() in unicode_fromformat_arg() by Victor Stinner · 10 years ago
  48. 1eba046 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  49. 60fe569 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  50. 0ff742c Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  51. 66dd4aa Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  52. a34cd0c Issue #22824: Simplify reprlib output format for empty arrays by Raymond Hettinger · 10 years ago
  53. 5d43833 Issue #22823: Use set literals instead of creating a set from a tuple. by Serhiy Storchaka · 10 years ago
  54. 4282656 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  55. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  56. ed73010 Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync. by Ned Deily · 10 years ago
  57. 7aaa67e Update OS X installer documentation files for 3.5.0 by Ned Deily · 10 years ago
  58. bbdacdc Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync. by Ned Deily · 10 years ago
  59. 2a40e36 Issue #22847: Improve method cache efficiency. by Antoine Pitrou · 10 years ago
  60. 59f0682 - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
  61. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
  62. 6fd113c add space by Benjamin Peterson · 10 years ago
  63. 994c7f7 merge 3.4 (#22849) by Benjamin Peterson · 10 years ago
  64. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  65. c216c48 Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler by Nick Coghlan · 10 years ago
  66. ab14088 Minor code clean up and improvements in the re module. by Serhiy Storchaka · 10 years ago
  67. 9a64ccb Merge - Upgrade setuptools to 7.0 by Donald Stufft · 10 years ago
  68. dfede95 Upgrade setuptools to 7.0 by Donald Stufft · 10 years ago
  69. f4f314b Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  70. f751a9e Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  71. de796a4 Merge heads by Serhiy Storchaka · 10 years ago
  72. 731a153 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  73. 4900877 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  74. 1b2004f Fixed error position for the backslash at the end of regex pattern. by Serhiy Storchaka · 10 years ago
  75. b99c132 Fixed AttributeError when the regular expression starts from illegal escape. by Serhiy Storchaka · 10 years ago
  76. ce40e1a Fixed IDLE tests after changing re error messages (issue #22578). by Serhiy Storchaka · 10 years ago
  77. ad446d5 Issue #22578: Added attributes to the re.error class. by Serhiy Storchaka · 10 years ago
  78. eb99e51 Got rid of the array module dependency in the re module. by Serhiy Storchaka · 10 years ago
  79. 19e9158 Got rid of the array module dependency in the re module. by Serhiy Storchaka · 10 years ago
  80. 5619ab9 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 10 years ago
  81. 0c938f6 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 10 years ago
  82. 5a8dacf Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  83. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  84. 5f33677 Merge heads by Serhiy Storchaka · 10 years ago
  85. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  86. ffd842e Issue #22824: Updated reprlib output format for sets to use set literals. by Raymond Hettinger · 10 years ago
  87. 223bc2f Merge with default by Brett Cannon · 10 years ago
  88. b7299dd Issue 20152, 22821: Port the fcntl module to Argument Clinic. by Brett Cannon · 10 years ago
  89. 87fc6f5 merge by Raymond Hettinger · 10 years ago
  90. 86e9b6b Issue 22830: Clarify docs for functools.cmp_to_key(). by Raymond Hettinger · 10 years ago
  91. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  92. c7f7d38 Issue #22434: Constants in sre_constants are now named constants (enum-like). by Serhiy Storchaka · 10 years ago
  93. bf764a1 Issue #22695: Fix rendering of the deprecated-removed role in HTML. by Berker Peksag · 10 years ago
  94. eb1a3cd Issue #22695: Fix rendering of the deprecated-removed role in HTML. by Berker Peksag · 10 years ago
  95. 479c117 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 10 years ago
  96. 3402ef6 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 10 years ago
  97. 6276b32 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  98. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  99. ea07bd2 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  100. b556399 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago