1. 587748e Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  2. c77088d Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  3. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  4. 3286718 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  5. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  6. 2dc5fd2 Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  7. 9b8a1fa Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  8. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago
  9. 5b9cd7f Merge from 3.5 by Steve Dower · 9 years ago
  10. cae101f Issue #24839: platform._syscmd_ver raises DeprecationWarning by Steve Dower · 9 years ago
  11. 2ab6ddb Post-release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  12. bb8a52a Added tag v3.5.0rc1 for changeset 1a58b1227501 by Larry Hastings · 9 years ago
  13. 73b4a7a Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1. by Larry Hastings · 9 years ago
  14. 76ba13b Issue #24745: merge from 3.5 by Ned Deily · 9 years ago
  15. 4a3d96c Issue #24745: Prevent IDLE initialization crash with Tk 8.4: by Ned Deily · 9 years ago
  16. 31978d9 Merge 3.5 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  17. 131426e Merge 3.4 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  18. 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
  19. dfa95c9 Issue #20059: urllib.parse raises ValueError on all invalid ports. by Robert Collins · 9 years ago
  20. 846a148 Backed out changeset 42e2e67b8e6f by Serhiy Storchaka · 9 years ago
  21. cdab6f3 Added tag v3.5.0rc1 for changeset 01a684180b19 by Larry Hastings · 9 years ago
  22. 71ea65f Release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  23. f7ae14f Regenerated pydoc topics for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  24. 57fbec8 Added section for 3.5.0rc1 in Misc/NEWS and moved relevant entities to it. by Serhiy Storchaka · 9 years ago
  25. 902ad3c Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  26. 89e5122 Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  27. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  28. 224d403 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are by Serhiy Storchaka · 9 years ago
  29. c97a962 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are by Serhiy Storchaka · 9 years ago
  30. 455b509 Add more tests of hash effectiveness. by Raymond Hettinger · 9 years ago
  31. 7c4a6f8 Merge 3.5 by Zachary Ware · 9 years ago
  32. 83ee5a3 Merge 3.4 by Zachary Ware · 9 years ago
  33. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  34. 0f363ff Merge with 3.5 by Steve Dower · 9 years ago
  35. 67c3c5c Merge #23756. by Stefan Krah · 9 years ago
  36. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  37. 5f35725 Merge #15944. by Stefan Krah · 9 years ago
  38. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  39. 9548f1e Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  40. 917c2c3 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  41. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  42. 5060bc5 Merge from 3.5 (issue #24667). by Eric Snow · 9 years ago
  43. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 9 years ago
  44. 577d206 Fix typo in comment. by Eric V. Smith · 9 years ago
  45. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  46. 4148195 Move the active entry multiplication to later in the hash calculation by Raymond Hettinger · 9 years ago
  47. b501a27 Restore frozenset hash caching removed in cf707dd190a9 by Raymond Hettinger · 9 years ago
  48. 8e9f985 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  49. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  50. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  51. 1720e1f Merge 3.5 (issue #23812) by Yury Selivanov · 9 years ago
  52. e03f427 Merge 3.4 (issue #23812) by Yury Selivanov · 9 years ago
  53. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  54. 2b347a8 Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  55. abfaecd Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  56. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  57. dadf33a Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  58. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  59. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  60. 070bd62 Closes #21279: Merge with 3.5 by Zachary Ware · 9 years ago
  61. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  62. c7c66c9 Issue #23672:Merge with 3.5 by Terry Jan Reedy · 9 years ago
  63. 0901d84 Issue #23672:Merge with 3.4 by Terry Jan Reedy · 9 years ago
  64. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  65. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  66. d38718d Merge 3.5 by Yury Selivanov · 9 years ago
  67. 7d6adab whatsnew/3.5: Mention new ssl memory bio by Yury Selivanov · 9 years ago
  68. 6f8bcec Merge 3.5 (issue #24791; more tests in test_parser) by Yury Selivanov · 9 years ago
  69. 50a2614 Issue #24791: More tests in test_parser by Yury Selivanov · 9 years ago
  70. dca249b Merge 3.5 (issue #24791) by Yury Selivanov · 9 years ago
  71. 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 9 years ago
  72. d66f43d Merge with 3.5 by Steve Dower · 9 years ago
  73. cedef65 Rebuild wininst-14.0[-amd64].exe with updated tools. by Steve Dower · 9 years ago
  74. c28f3ae Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  75. 6d0c4c3 asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction by Yury Selivanov · 9 years ago
  76. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  77. 1065278 Merge with 3.5 by Steve Dower · 9 years ago
  78. 315b748 Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP. by Steve Dower · 9 years ago
  79. e9fadc8 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  80. 6703d03 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  81. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  82. b3c019c Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  83. 22506d2 Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  84. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  85. 4aac06a Merge 3.5 by Yury Selivanov · 9 years ago
  86. 40c0ce4 whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 by Yury Selivanov · 9 years ago
  87. 94b17d7 Merge issue #24129 from 3.5 by Nick Coghlan · 9 years ago
  88. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 9 years ago
  89. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  90. a8e870c Fix trailing ws (merge from 3.5). by Guido van Rossum · 9 years ago
  91. 9db397c Fix trailing ws. by Guido van Rossum · 9 years ago
  92. a910cff Merge docs for typing.py from 3.5 into default branch. by Guido van Rossum · 9 years ago
  93. cd2ac97 Merge docs for typing.py from accidental branch. by Guido van Rossum · 9 years ago
  94. a9d77fa Issue #23973: Update typing.py from GitHub repo. (Merge from 3.5.) by Guido van Rossum · 9 years ago
  95. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  96. 71233dc Null merge by Zachary Ware · 9 years ago
  97. eae43f0 Null merge by Zachary Ware · 9 years ago
  98. 36948d7 Issue #24791: Add tests for things that regressed with PEP 448 by Zachary Ware · 9 years ago
  99. 6e435e2 Closes #24751: Merge with 3.5 by Zachary Ware · 9 years ago
  100. 4064883 Issue #24751: Merge with 3.4 by Zachary Ware · 9 years ago