1. dfbd27f asyncio: Merge changes from issue #24400. by Yury Selivanov · 9 years ago
  2. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  3. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  4. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  5. 73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  6. 753a1df Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  7. 9fe1643 Deprecate unused scripts in Tools/buildbot. by Zachary Ware · 9 years ago
  8. d1f7c59 Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  9. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  10. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 9 years ago
  11. 192c750 Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. by Berker Peksag · 9 years ago
  12. 6ac5cc1 whitespace by Terry Jan Reedy · 9 years ago
  13. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  14. e12e7aa Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 9 years ago
  15. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 9 years ago
  16. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  17. 6250df8 Clean up/refactor the batch scripts used for building on Windows. by Zachary Ware · 9 years ago
  18. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  19. f330d53 #23891: correctly refer to PyPI as "Python Package Index" by Tal Einat · 9 years ago
  20. c0ed707 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  21. d004071 #23891: remove extra words by Andrew Kuchling · 9 years ago
  22. dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip by Andrew Kuchling · 9 years ago
  23. 4a75174 Add link to pyvideoorg by Andrew Kuchling · 9 years ago
  24. ecacfd8 #23891: rework discussion of python-list a bit by Andrew Kuchling · 9 years ago
  25. d71b170 #23891: describe a few more modules in the tutorial by Andrew Kuchling · 9 years ago
  26. 07c0025 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  27. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  28. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  29. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  30. e126857 Issue 24366: Merge 3.3 by Yury Selivanov · 9 years ago
  31. 614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). by Yury Selivanov · 9 years ago
  32. 96cf848 Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  33. 71a8589 Closes #24267 - Does not check version on ensurepip uninstall by Donald Stufft · 9 years ago
  34. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  35. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  36. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  37. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  38. 70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  39. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  40. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  41. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  42. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  43. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  44. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  45. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  46. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  47. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  48. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  49. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  50. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  51. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  52. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  53. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  54. a6f6a68 whitespace by Terry Jan Reedy · 9 years ago
  55. 571164f Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  56. c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  57. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  58. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  59. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  60. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  61. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  62. 7bf0d5a Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  63. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  64. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  65. df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  66. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  67. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  68. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  69. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  70. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  71. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  72. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  73. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  74. 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
  75. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  76. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  77. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  78. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  79. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  80. 7e29eea Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  81. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  82. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  83. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  84. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  85. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  86. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  87. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  88. 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
  89. a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 9 years ago
  90. 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  91. 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  92. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  93. 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  94. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  95. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  96. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  97. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  98. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  99. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  100. c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 9 years ago