1. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  2. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 9 years ago
  3. 44e6258 Fixes text in installer. by Steve Dower · 9 years ago
  4. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  5. 6076a38 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  6. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  7. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  8. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  9. d663cc4 merge 3.4 by Benjamin Peterson · 9 years ago
  10. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  11. 6f05a20 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  12. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  13. 3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  14. 0109812 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 9 years ago
  15. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  16. c30a6ce Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  17. e328323 rephrase by Benjamin Peterson · 9 years ago
  18. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  19. 6f68314 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  20. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  21. 09479d0 merge 3.4 by Benjamin Peterson · 9 years ago
  22. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  23. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  24. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  25. 24d262a (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 9 years ago
  26. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  27. e6efbdc Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  28. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  29. e91829c Create 3.5 branch. by Larry Hastings · 9 years ago
  30. aca575c Merge. by Larry Hastings · 9 years ago
  31. f46aa8e Post-release fixes for 3.5.0b1. by Larry Hastings · 9 years ago
  32. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 9 years ago
  33. a7a0ad6 Issue #24276: Fixed optimization of property descriptor getter. by Serhiy Storchaka · 9 years ago
  34. 3805019 Exclude _testmultiphase.pyd from embeddable ZIP file. by Steve Dower · 9 years ago
  35. 2446e2e Prevents attempt to sign ZIP file when building embeddable version. by Steve Dower · 9 years ago
  36. 42a059b Issue #24268: Adds PCBuild project to build _testmultiphase module. by Steve Dower · 9 years ago
  37. f772409 Added tag v3.5.0b1 for changeset 071fefbb5e3d by Larry Hastings · 9 years ago
  38. 205acde Version bump for 3.5.0b1. by Larry Hastings · 9 years ago
  39. 40040df Update SOURCE_URI to reflect that we're branching 3.5 now. by Larry Hastings · 9 years ago
  40. 0482af4 Updated topics (and susp-ignored) for Python 3.5.0b1. by Larry Hastings · 9 years ago
  41. f64b9d5 Fixes handling of long values of PYTHONPATH on Windows. by Steve Dower · 9 years ago
  42. 7ca1353 Fix bad indent in whatsnew/3.5.rst. by Guido van Rossum · 9 years ago
  43. 44825cf Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  44. e9cd1d3 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  45. a6f6a68 whitespace by Terry Jan Reedy · 9 years ago
  46. ca1ad94 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  47. 571164f Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  48. d68ec17 Merge backout of 57776eee74f2. by Larry Hastings · 9 years ago
  49. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 9 years ago
  50. 11d7b14 Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) by Steve Dower · 9 years ago
  51. 1a90b17 Fix Sphinx warnings. by Berker Peksag · 9 years ago
  52. b888d61 Update idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  53. c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  54. fa2c866 merge by Terry Jan Reedy · 9 years ago
  55. 5addf89 Add Idle NEWS item. by Terry Jan Reedy · 9 years ago
  56. adc2fb8 Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. by Steve Dower · 9 years ago
  57. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  58. c779216 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  59. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  60. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 9 years ago
  61. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 9 years ago
  62. 19cfb57 Issue #24204: Elaborate of the str.strip() documentation. by Raymond Hettinger · 9 years ago
  63. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  64. 7689154 Issue #24268: Fixes generation of init import name on Windows. by Steve Dower · 9 years ago
  65. 6baa0f9 Fixes cast warning in bufferedio.c by Steve Dower · 9 years ago
  66. 855482e Issue #24269: Minor doc fixups. by Raymond Hettinger · 9 years ago
  67. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 9 years ago
  68. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  69. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  70. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  71. a48db2b Issue #24268: Address some PEP 489 refleaks by Nick Coghlan · 9 years ago
  72. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  73. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  74. 256613c Merge 3.4 into default, upgrading pip to 7.0.1 by Donald Stufft · 9 years ago
  75. 7bf0d5a Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  76. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 9 years ago
  77. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 9 years ago
  78. ab89f9c merge by Raymond Hettinger · 9 years ago
  79. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  80. bd0d91e Removes lingering references to RAR now that make_zip.py actually makes a ZIP by Steve Dower · 9 years ago
  81. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  82. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  83. d9ef74e Issue 24244: Prevents termination when an invalid format string is encountered on Windows. by Steve Dower · 9 years ago
  84. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 9 years ago
  85. c8386f7 Issue 20438: Adjust stacklevel of inspect.getargspec() warning. by Yury Selivanov · 9 years ago
  86. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  87. 569db2c Fix extraneous BOM in whatsnew. by Zachary Ware · 9 years ago
  88. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  89. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  90. 8d006e7 docs: Mention PEP 479 in whatsnew. by Yury Selivanov · 9 years ago
  91. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  92. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  93. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  94. 5cbd833 Issue #24221: Small optimizations for heapq. by Raymond Hettinger · 9 years ago
  95. 35e24a5 merge: Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  96. df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  97. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  98. b560158 Set stacklevel to 2 to get more accurate warning messages from deprecated functions. by Berker Peksag · 9 years ago
  99. d854aac Fix a misplaced NEWS entry. by Yury Selivanov · 9 years ago
  100. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago