1. 13cc883 whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) by R David Murray · 11 years ago
  2. 1e923de Fix formatting in NEWS entry. by R David Murray · 11 years ago
  3. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 11 years ago
  4. 5df7dc5 Null merge by Serhiy Storchaka · 11 years ago
  5. 270ce73 Fix typo (issue #19619). by Serhiy Storchaka · 11 years ago
  6. 77d73fa whatsnew: encoding is now optional in PYTHONIOENCODING (#18818) by R David Murray · 11 years ago
  7. 6c0f707 whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. by R David Murray · 11 years ago
  8. 7cae336 whatsnew: Request.method can be overridden in subclasses (#18978). by R David Murray · 11 years ago
  9. 3e97585 Clarify that flow control works for datagrams, except on BSD. by Guido van Rossum · 11 years ago
  10. 8920e91 whatsnew: http.server --bind cli option. by R David Murray · 11 years ago
  11. 56f3c30 whatsnew: unittest.TestCase.assertLogs. by R David Murray · 11 years ago
  12. 4e4a313 Fix return type in doc of PyStructSequence_InitType2. by R David Murray · 11 years ago
  13. b1f6556 Fix wording of NEWS entry. by R David Murray · 11 years ago
  14. 4e564c8 whatsnew: cypthon can be compiled with address sanity checking enabled. by R David Murray · 11 years ago
  15. 4f91364 Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  16. f031a6f #20628: wrap lines to < 80. by R David Murray · 11 years ago
  17. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  18. c5f5e62 #20740: merge with 3.3. by Ezio Melotti · 11 years ago
  19. 6b53234 #20740: desquarify 2. by Ezio Melotti · 11 years ago
  20. 8eb443d Fix typo. by R David Murray · 11 years ago
  21. 6225260 Remove redundant NEWS entry. by R David Murray · 11 years ago
  22. c8400a4 Fix NEWS entry wording. by R David Murray · 11 years ago
  23. 26818f6 whatsnew: frame.clear, expanded entry for -I/isolated mode. by R David Murray · 11 years ago
  24. dda926e Merge heads by Serhiy Storchaka · 11 years ago
  25. 2411e7e Null merge by Serhiy Storchaka · 11 years ago
  26. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  27. de0e1d3 asyncio doc: fix references in subprocess doc by Victor Stinner · 11 years ago
  28. 0717124 subprocess.Popen.wait doc: mention asyncio to avoid busy loop by Victor Stinner · 11 years ago
  29. eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  30. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  31. c2ab0b6ac Null merge by Serhiy Storchaka · 11 years ago
  32. 09141c4 Closes #20755: port sphinx-1.1 fixes from default by Georg Brandl · 11 years ago
  33. 06a7062 merge with 3.3 by Georg Brandl · 11 years ago
  34. c4f44c0 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 11 years ago
  35. 58719a7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  36. f106f8f whitespace by Terry Jan Reedy · 11 years ago
  37. 40f8c67 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  38. 9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 11 years ago
  39. aa5e299 Fix wording in NEWS entry. by R David Murray · 11 years ago
  40. 54bf73a whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with. by R David Murray · 11 years ago
  41. 0b32adf whatsnew: unittest uses argparse now. by R David Murray · 11 years ago
  42. ef3da23 whatsnew: unittest drops references to successful tests. by R David Murray · 11 years ago
  43. 9e2b14c Merge with 3.3, #20750 by Terry Jan Reedy · 11 years ago
  44. 938ba68 Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The by Terry Jan Reedy · 11 years ago
  45. 8a14ea4 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  46. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  47. 2751967 whatsnew: pyvenv --copies option. by R David Murray · 11 years ago
  48. 784a3ff Fix wording in news entry. by R David Murray · 11 years ago
  49. f3f2838 whatsnew: devnull fileno/close/closed. by R David Murray · 11 years ago
  50. 93a9328 whatsnew: hashlib.hash.name is now public and returns lowercase always. by R David Murray · 11 years ago
  51. 6e1bc7c whatsnew: textwrap.shorten. by R David Murray · 11 years ago
  52. a183064 whatsnew: ExtensionFileLoader.get_filename. by R David Murray · 11 years ago
  53. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
  54. 32f30a8 #20677: fix typo in enum docs. Patch by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  55. a9daee3 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  56. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 11 years ago
  57. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 11 years ago
  58. 98681d4 Reflow paragraph. by R David Murray · 11 years ago
  59. 928924d whatsnew: os.path.ismount recognizes volumes mounted below root. by R David Murray · 11 years ago
  60. 237fda2 whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes. by R David Murray · 11 years ago
  61. 7c12432 whatsnew: Windows uses VirtualAlloc, --version goes to stdout. by R David Murray · 11 years ago
  62. a46ef70 Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. by Eric Snow · 11 years ago
  63. b070b3f whatsnew: frozen package __path__; and min/max versionadded. by R David Murray · 11 years ago
  64. fce0082 whatsnew: importlib deprecations. by R David Murray · 11 years ago
  65. a773de0 inspect.signature: Check for function-like objects before builtins. Issue #17159 by Yury Selivanov · 11 years ago
  66. 8c8b4e0 Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday field by Victor Stinner · 11 years ago
  67. 42a526c Issue #20114: Double timeout in test_semaphore_tracker() to reduce by Richard Oudkerk · 11 years ago
  68. 0f55d9a Upgrade pip from 1.5.3 to 1.5.4 by Donald Stufft · 11 years ago
  69. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 11 years ago
  70. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 11 years ago
  71. 8c185ee inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 11 years ago
  72. b226026 Upgrade pip from 1.5.2 to 1.5.3 by Donald Stufft · 11 years ago
  73. 7a19355 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 11 years ago
  74. e8ebe15 Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat by Victor Stinner · 11 years ago
  75. 5285571 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  76. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  77. f9200ae asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  78. a90e8ed asyncio: _check_resolved_address() must also accept IPv6 without flow_info and by Victor Stinner · 11 years ago
  79. 35669ae asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
  80. cd153f8 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 11 years ago
  81. 0211ed3 asyncio: ops, and now fix also the unit test for IPv6 address: by Victor Stinner · 11 years ago
  82. 013dece asyncio: Fix _check_resolved_address() for IPv6 address by Victor Stinner · 11 years ago
  83. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
  84. 2c7203c asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 11 years ago
  85. cdb476b asyncio.subprocess: Fix a race condition in communicate() by Victor Stinner · 11 years ago
  86. 88a928b merge 3.3 (#20695) by Benjamin Peterson · 11 years ago
  87. a96fd48 merge 3.2 (#20695) by Benjamin Peterson · 11 years ago
  88. 665a2bc bump Python-ast.c by Benjamin Peterson · 11 years ago
  89. 1b94030 update logo url (#20695) by Benjamin Peterson · 11 years ago
  90. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 11 years ago
  91. d579742 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 11 years ago
  92. aabc131 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  93. 45d8e7b update magic number for #20625 by Benjamin Peterson · 11 years ago
  94. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  95. f4558e8 merge heads by Yury Selivanov · 11 years ago
  96. 57d240e inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  97. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
  98. 4ac30f1 Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit) by Victor Stinner · 11 years ago
  99. 8c33ffd Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger by Victor Stinner · 11 years ago
  100. a32d6b4 Null merge by Serhiy Storchaka · 11 years ago