1. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  2. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  3. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  4. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  5. 70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  6. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  7. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  8. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  9. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  10. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  11. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  12. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  13. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  14. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  15. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  16. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  17. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  18. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  19. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  20. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  21. a6f6a68 whitespace by Terry Jan Reedy · 9 years ago
  22. 571164f Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  23. c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  24. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  25. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  26. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  27. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  28. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  29. 7bf0d5a Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  30. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  31. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  32. df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  33. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  34. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  35. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  36. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  37. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  38. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  39. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  40. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  41. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  42. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  43. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  44. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  45. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  46. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  47. 7e29eea Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  48. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  49. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  50. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  51. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  52. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  53. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  54. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  55. 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
  56. a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 9 years ago
  57. 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  58. 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  59. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  60. 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  61. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  62. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  63. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  64. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  65. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  66. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  67. c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 9 years ago
  68. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 9 years ago
  69. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  70. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  71. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  72. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  73. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  74. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  75. b9db9e1 Defend against a mutation during comparison by Raymond Hettinger · 9 years ago
  76. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  77. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  78. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  79. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  80. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  81. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  82. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  83. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  84. 07abcf5 merge heads by Benjamin Peterson · 9 years ago
  85. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  86. b0fc24b Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  87. cd797f9 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  88. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  89. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  90. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  91. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  92. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  93. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  94. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  95. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  96. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  97. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  98. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  99. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  100. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago