1. c934dde Update pydoc topics for 3.6.0b1 by Ned Deily · 9 years ago
  2. 6d6602c Issue #27322: back out the commit. needs to be addressed after beta1. by Christian Heimes · 9 years ago
  3. 1396521 Issue #27322: skip test_compile_path when sys.path is not writeable. by Christian Heimes · 9 years ago
  4. 4d9a729 merge by Christian Heimes · 9 years ago
  5. 9017ec1 Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOCOL_TLS_SERVER by Christian Heimes · 9 years ago
  6. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 9 years ago
  7. 11fa3ff merge by Raymond Hettinger · 9 years ago
  8. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 9 years ago
  9. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  10. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  11. 8a2150a Issue #28095: Temporarily disable part of test_startup_imports on OS X. by Ned Deily · 9 years ago
  12. a3222b8 Fixes test_getargs2 to get the buildbots working again. by Steve Dower · 9 years ago
  13. 503ba3e Merge 3.5 (issue #27456) by Yury Selivanov · 9 years ago
  14. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 9 years ago
  15. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  16. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 9 years ago
  17. 35a24c5 Add another f-string comment test, to make sure # are being caught in the right place. by Eric V. Smith · 9 years ago
  18. 09835dc Make an f-string error message more exact and consistent. by Eric V. Smith · 9 years ago
  19. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 9 years ago
  20. 7ac1f7d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 9 years ago
  21. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 9 years ago
  22. 7228980 issue28082: better name for Flag by Ethan Furman · 9 years ago
  23. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 9 years ago
  24. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 9 years ago
  25. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 9 years ago
  26. 727cc93 Issue #28022: Catch another deprecation warning in imaplib by Christian Heimes · 9 years ago
  27. 40bed8a issue28083: add IntFlag constants by Ethan Furman · 9 years ago
  28. f93395b issue28082: use IntFlag for re constants by Ethan Furman · 9 years ago
  29. 06339e7 Enum._convert: sort by value, then by name by Ethan Furman · 9 years ago
  30. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 9 years ago
  31. fda8961 Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform. by Xavier de Gaye · 9 years ago
  32. e084f84 Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for a while. Require Kernel 4.3+ for now by Christian Heimes · 9 years ago
  33. 49aed7b Issue #28078: Add missing colon by Christian Heimes · 9 years ago
  34. 8d14abc Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Panter by Christian Heimes · 9 years ago
  35. 02b3035 Issue #28078: Silence resource warnings in test_socket. Initial patch by Xiang Zhang, thanks by Christian Heimes · 9 years ago
  36. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 9 years ago
  37. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 9 years ago
  38. a3c1728 Use HTTP in testPythonOrg by Berker Peksag · 9 years ago
  39. 966ad74 Unskip testPythonOrg in test_robotparser by Berker Peksag · 9 years ago
  40. 2a9f5ed Wrap testPasswordProtectedSite with @reap_threads by Berker Peksag · 9 years ago
  41. eb5b647 Merged upstream changes. by Vinay Sajip · 9 years ago
  42. 4da0fd0 Issue #25497: Rewrite test_robotparser to use a class based design by Berker Peksag · 9 years ago
  43. 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  44. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 9 years ago
  45. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 9 years ago
  46. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 9 years ago
  47. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 9 years ago
  48. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 9 years ago
  49. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  50. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 9 years ago
  51. c16595e issue23591: add auto() for auto-generating Enum member values by Ethan Furman · 9 years ago
  52. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 9 years ago
  53. fc3f7d5 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  54. 3a95f45 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  55. cc66a65 Backported tests for issue #28070. by Serhiy Storchaka · 9 years ago
  56. d65cd09 Issue #28070: Fixed parsing inline verbose flag in regular expressions. by Serhiy Storchaka · 9 years ago
  57. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 9 years ago
  58. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
  59. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 9 years ago
  60. 7036019 IDLE newx items. merge from 3.5 by Terry Jan Reedy · 9 years ago
  61. d92cecb IDLE newx items. by Terry Jan Reedy · 9 years ago
  62. c5111b5 Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 9 years ago
  63. 109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 9 years ago
  64. 8199400 Merge from 3.5 by Steve Dower · 9 years ago
  65. f028d9f Issue #27932: Backs out change by Steve Dower · 9 years ago
  66. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 9 years ago
  67. b32e869 Issue #28046: Fix get_sysconfigdata_name(). by Xavier de Gaye · 9 years ago
  68. b61ede4 Merge spelling fixes from 3.5 by Martin Panter · 9 years ago
  69. 99e843b Correct spelling in documentation and code comment by Martin Panter · 9 years ago
  70. 0fc55a2 test_platform: Save/restore os.environ on Windows by Victor Stinner · 9 years ago
  71. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 9 years ago
  72. 457fc9a Issue #27137: align Python & C implementations of functools.partial by Nick Coghlan · 9 years ago
  73. eddc4b7 Merge 3.5 (regrtest) by Victor Stinner · 9 years ago
  74. c7a070e regrtest: accept options after test names by Victor Stinner · 9 years ago
  75. c50cccf test_eintr: Fix ResourceWarning warnings by Victor Stinner · 9 years ago
  76. 8f9cafa Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 9 years ago
  77. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 9 years ago
  78. bc62626 Issue #18401: Fix test_pdb on Windows by Victor Stinner · 9 years ago
  79. 11ea044 Issue #18401: Fix test_pdb if $HOME is not set by Victor Stinner · 9 years ago
  80. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 9 years ago
  81. a1fd078 Try to fix sizeof unit tests on dict by Victor Stinner · 9 years ago
  82. e617521 Use raw string for regexp by Guido van Rossum · 9 years ago
  83. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 9 years ago
  84. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  85. dbdf029 remove fix_callable - callable() was readded many releases ago. by Gregory P. Smith · 9 years ago
  86. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 9 years ago
  87. 78601a3 Fix SystemError in compact dict by Victor Stinner · 9 years ago
  88. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 9 years ago
  89. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 9 years ago
  90. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 9 years ago
  91. 80da993 Issue #28046: Fix distutils by Zachary Ware · 9 years ago
  92. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  93. 48c7d75 Merge from Zach by Steve Dower · 9 years ago
  94. 1588a3b Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 9 years ago
  95. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 9 years ago
  96. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 9 years ago
  97. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 9 years ago
  98. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 9 years ago
  99. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 9 years ago
  100. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 9 years ago