1. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  2. 964ec8b Fix typo noticed by Alec Nunn by Berker Peksag · 9 years ago
  3. 04a4316 Issue #25450: Updates shortcuts to start Python in installation directory. by Steve Dower · 9 years ago
  4. 940f6a8 Improves handling of test markers for building Python without intefering with actual installs. by Steve Dower · 9 years ago
  5. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  6. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 9 years ago
  7. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  8. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  9. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  10. c029481 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  11. 3e8a7ad Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  12. 3f209b6 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  13. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  14. dc22031 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  15. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  16. adf8627 merge 3.4 (#25504) by Benjamin Peterson · 9 years ago
  17. dcc13ef fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  18. 788cb52 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  19. 265cee0 Issue25506: Fixed a copy-pasting error in test_pprint. by Serhiy Storchaka · 9 years ago
  20. 15f74f4 Merge heads by Serhiy Storchaka · 9 years ago
  21. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  22. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 9 years ago
  23. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  24. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  25. 44b1020 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  26. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  27. 32dcf40 Issue #25494: Merge with 3.4 by Zachary Ware · 9 years ago
  28. df2660e Issue #25494: Remove extra quote from docstring. by Zachary Ware · 9 years ago
  29. b1f1c5e Merge with 3.4 by Terry Jan Reedy · 9 years ago
  30. 4c973e9 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  31. 084b368 Issue #23391: Merge OSError doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  32. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 9 years ago
  33. 8e66a73 Null merge with 3.4 by Zachary Ware · 9 years ago
  34. f085a16 Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's home by Zachary Ware · 9 years ago
  35. 2775d85 merge 3.4 (#25471) by Benjamin Peterson · 9 years ago
  36. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  37. 0a467d1 Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  38. 458123b Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  39. ce2295d Removed redundant call of update_wrapper(). by Serhiy Storchaka · 9 years ago
  40. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  41. a7b83b4 Null merge with 3.4 by Zachary Ware · 9 years ago
  42. 677744b Closes #25456: Copy Tcl/Tk DLLs to build directory on Windows by Zachary Ware · 9 years ago
  43. d28a8a9 Moves Windows installer externals onto SVN and updates the build process to grab them automatically. by Steve Dower · 9 years ago
  44. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  45. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  46. 4575beb Issue #25410: C implementation of OrderedDict now uses type(self) instead of by Serhiy Storchaka · 9 years ago
  47. 4ab220c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  48. d081229 Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  49. 05492b8 Issue #25417: Remove the extra dot from docstring by Berker Peksag · 9 years ago
  50. 33a7fcc Issue #23981: Update test_unicodedata to use script_helpers by Berker Peksag · 9 years ago
  51. 267597f Issue #25417: Fix typo in Path.samefile() docstring by Berker Peksag · 9 years ago
  52. 4da7105 Fix merge conflict artifacts and move the entry to correct place by Berker Peksag · 9 years ago
  53. 9aba8c8 Issue #21515: Elaborate tempfile.TemporaryFile() comment by Victor Stinner · 9 years ago
  54. d17427b Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash by Serhiy Storchaka · 9 years ago
  55. ae94062 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  56. 47304c0 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  57. 1d16979 Silence a "unused rule" warning by Berker Peksag · 9 years ago
  58. db6cdf8 rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  59. f84499a rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  60. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  61. 460b381 Issue #24885: Update note in docs about stream convenience functions. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  62. 19ff697 Issue #24885: Update note in docs about stream convenience functions. by Guido van Rossum · 9 years ago
  63. 25c578d Fix whitespace. by Guido van Rossum · 9 years ago
  64. 06d48db Fix whitespace. by Guido van Rossum · 9 years ago
  65. 030f489 Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  66. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  67. 12a72b0 - Issue #25440: Fix output of python-config --extension-suffix. by doko@ubuntu.com · 9 years ago
  68. 2bf91bf - Issue #25440: Fix output of python-config --extension-suffix. by doko@ubuntu.com · 9 years ago
  69. ad56c92 Fix another typo noticed by SilentGhost by Berker Peksag · 9 years ago
  70. 5783ee1 Issue #25434: Fix typo in whatsnew/3.5rst by Berker Peksag · 9 years ago
  71. 8003baf Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict. by Serhiy Storchaka · 9 years ago
  72. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  73. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  74. a83a0e2 Merged cookbook update from 3.4. by Vinay Sajip · 9 years ago
  75. 4de9dae Added entry to logging cookbook. by Vinay Sajip · 9 years ago
  76. 5ad5a7d Issue #25407: Drop the mention of the formatter module being removed by Brett Cannon · 9 years ago
  77. 85d5d90 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  78. edb9111 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  79. 148827c Enabled --pgo option for building 64-bit PGO enabled releases. by Steve Dower · 9 years ago
  80. bc94fd7 Issue #25164: Changes default all-users install directory to match per-user directory. by Steve Dower · 9 years ago
  81. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  82. c1e98de Merge with 3.4 by Terry Jan Reedy · 9 years ago
  83. b2f8760 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  84. 447169f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  85. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  86. 5a8bbc5 Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  87. 5805dde Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  88. fa10f61 Issue #25093: Merge with 3.4 by Zachary Ware · 9 years ago
  89. 83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces by Zachary Ware · 9 years ago
  90. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  91. 60f2669 Issue #25277: Use a longer sleep in test_eintr to reduce the risk of race by Victor Stinner · 9 years ago
  92. 63e80e1 merge 3.4 by Benjamin Peterson · 9 years ago
  93. b3951880 actually link to the version attributes documentation by Benjamin Peterson · 9 years ago
  94. bcbc50b Merge with 3.4 by Terry Jan Reedy · 9 years ago
  95. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  96. bec2981 Keeps all-users launcher checkbox visible when the option cannot be changed. by Steve Dower · 9 years ago
  97. 8ffe4fd Only detects features from previous version when a bundle is found. by Steve Dower · 9 years ago
  98. b966981 Issue #25143: Improves installer error messages for unsupported platforms. by Steve Dower · 9 years ago
  99. 731f4a2 Issue #25163: Display correct directory in installer when using non-default settings. by Steve Dower · 9 years ago
  100. 5700ae8 Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build by Steve Dower · 9 years ago