1. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  2. 8263981 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  3. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  4. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  5. 5e2e700 Fixes installer not allowing launcher to be selected. by Steve Dower · 9 years ago
  6. d61d860 Issue #24802: Update test case for ValueError in 3.5 by Martin Panter · 9 years ago
  7. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  8. 65b77d6 Null merge from 3.4 by Steve Dower · 9 years ago
  9. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 9 years ago
  10. 3d717d0 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  11. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  12. 838b7cc Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  13. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  14. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  15. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  16. 9b566c3 Issue #25064: Adjust documentation according to new mkstemp signature by Martin Panter · 9 years ago
  17. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  18. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 9 years ago
  19. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  20. 9c96761 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  21. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  22. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  23. 7931be4 Merge 3.4 by Yury Selivanov · 9 years ago
  24. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  25. b5d0a21 Issue #25554: Got rid of circular references in regular expression parsing. by Serhiy Storchaka · 9 years ago
  26. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  27. 4d11a94 Issue #24726: Fixed issue number for previous changeset 59c7615ea921. by Serhiy Storchaka · 9 years ago
  28. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  29. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  30. b25d09a merge 3.4 by Benjamin Peterson · 9 years ago
  31. 5be2dac remove trailing ws by Benjamin Peterson · 9 years ago
  32. 1897c98 merge 3.4 by Benjamin Peterson · 9 years ago
  33. c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
  34. 26825bc Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  35. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  36. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  37. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  38. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  39. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  40. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  41. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  42. 56275dc Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  43. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  44. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  45. 964ec8b Fix typo noticed by Alec Nunn by Berker Peksag · 9 years ago
  46. 04a4316 Issue #25450: Updates shortcuts to start Python in installation directory. by Steve Dower · 9 years ago
  47. 940f6a8 Improves handling of test markers for building Python without intefering with actual installs. by Steve Dower · 9 years ago
  48. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  49. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 9 years ago
  50. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  51. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  52. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  53. c029481 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  54. 3e8a7ad Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  55. 3f209b6 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  56. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  57. dc22031 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  58. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  59. adf8627 merge 3.4 (#25504) by Benjamin Peterson · 9 years ago
  60. dcc13ef fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  61. 788cb52 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  62. 265cee0 Issue25506: Fixed a copy-pasting error in test_pprint. by Serhiy Storchaka · 9 years ago
  63. 15f74f4 Merge heads by Serhiy Storchaka · 9 years ago
  64. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  65. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 9 years ago
  66. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  67. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  68. 44b1020 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  69. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  70. 32dcf40 Issue #25494: Merge with 3.4 by Zachary Ware · 9 years ago
  71. df2660e Issue #25494: Remove extra quote from docstring. by Zachary Ware · 9 years ago
  72. b1f1c5e Merge with 3.4 by Terry Jan Reedy · 9 years ago
  73. 4c973e9 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  74. 084b368 Issue #23391: Merge OSError doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  75. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 9 years ago
  76. 8e66a73 Null merge with 3.4 by Zachary Ware · 9 years ago
  77. f085a16 Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's home by Zachary Ware · 9 years ago
  78. 2775d85 merge 3.4 (#25471) by Benjamin Peterson · 9 years ago
  79. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  80. 0a467d1 Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  81. 458123b Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  82. ce2295d Removed redundant call of update_wrapper(). by Serhiy Storchaka · 9 years ago
  83. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  84. a7b83b4 Null merge with 3.4 by Zachary Ware · 9 years ago
  85. 677744b Closes #25456: Copy Tcl/Tk DLLs to build directory on Windows by Zachary Ware · 9 years ago
  86. d28a8a9 Moves Windows installer externals onto SVN and updates the build process to grab them automatically. by Steve Dower · 9 years ago
  87. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  88. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  89. 4575beb Issue #25410: C implementation of OrderedDict now uses type(self) instead of by Serhiy Storchaka · 9 years ago
  90. 4ab220c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  91. d081229 Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  92. 05492b8 Issue #25417: Remove the extra dot from docstring by Berker Peksag · 9 years ago
  93. 33a7fcc Issue #23981: Update test_unicodedata to use script_helpers by Berker Peksag · 9 years ago
  94. 267597f Issue #25417: Fix typo in Path.samefile() docstring by Berker Peksag · 9 years ago
  95. 4da7105 Fix merge conflict artifacts and move the entry to correct place by Berker Peksag · 9 years ago
  96. 9aba8c8 Issue #21515: Elaborate tempfile.TemporaryFile() comment by Victor Stinner · 9 years ago
  97. d17427b Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash by Serhiy Storchaka · 9 years ago
  98. ae94062 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  99. 47304c0 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  100. 1d16979 Silence a "unused rule" warning by Berker Peksag · 9 years ago