1. 61e767b Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  2. 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  3. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  4. bb562a9 Add error information to a failing test to help diagnose a buildbot failure. by Raymond Hettinger · 9 years ago
  5. ca3788c Issue #24874: Speed-up itertools and make it pickles more compact. by Raymond Hettinger · 9 years ago
  6. a6a2d44 Neaten-up whitespace, vertical alignment, and line-wrapping. by Raymond Hettinger · 9 years ago
  7. b5244a3 Inline PyIter_Next() matching what was done for other itertools. by Raymond Hettinger · 9 years ago
  8. 2a75e8f Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs by Raymond Hettinger · 9 years ago
  9. c39786d Fix oddly placed whitespace by Raymond Hettinger · 9 years ago
  10. 98958fe Remove dead code (unreachable) by Raymond Hettinger · 9 years ago
  11. 1cadf76 Improve comment by Raymond Hettinger · 9 years ago
  12. a166ce5 Add more tests for pickling itertools.cycle by Raymond Hettinger · 9 years ago
  13. 711dc14 Merge with 3.5 by Steve Dower · 9 years ago
  14. e6894d6 Enables building compressed Windows test builds with --pack option. by Steve Dower · 9 years ago
  15. 79c878d Fix crash in itertools.cycle.__setstate__() caused by lack of type checking. by Raymond Hettinger · 9 years ago
  16. b468e1f Neaten-up vertical alignment of comments by Raymond Hettinger · 9 years ago
  17. fa02bc0 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  18. a0bcfaf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  19. c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
  20. 14f7b8b Merge 3.5 (issue #24867) by Yury Selivanov · 9 years ago
  21. bb78ade Merge 3.4 (Issue #24867) by Yury Selivanov · 9 years ago
  22. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  23. d868376 Merge from 3.5 for issue #24492 by Brett Cannon · 9 years ago
  24. 7c97a05 Merge from 3.5.0 for issue #24492 by Brett Cannon · 9 years ago
  25. 28c995d Minor cleanup. by Raymond Hettinger · 9 years ago
  26. 6908265 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  27. 7126eaa Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  28. f7a9267 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  29. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  30. 80d62e6 Issue #23530: fix clinic comment. by Charles-François Natali · 9 years ago
  31. aa525d0 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  32. 5e8d47f Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  33. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  34. 587748e Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  35. c77088d Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  36. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  37. 3286718 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  38. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  39. 2dc5fd2 Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  40. 9b8a1fa Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  41. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago
  42. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago
  43. 5b9cd7f Merge from 3.5 by Steve Dower · 9 years ago
  44. cae101f Issue #24839: platform._syscmd_ver raises DeprecationWarning by Steve Dower · 9 years ago
  45. 2ab6ddb Post-release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  46. bb8a52a Added tag v3.5.0rc1 for changeset 1a58b1227501 by Larry Hastings · 9 years ago
  47. 73b4a7a Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1. by Larry Hastings · 9 years ago
  48. 76ba13b Issue #24745: merge from 3.5 by Ned Deily · 9 years ago
  49. 4a3d96c Issue #24745: Prevent IDLE initialization crash with Tk 8.4: by Ned Deily · 9 years ago
  50. 31978d9 Merge 3.5 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  51. 131426e Merge 3.4 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  52. 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
  53. dfa95c9 Issue #20059: urllib.parse raises ValueError on all invalid ports. by Robert Collins · 9 years ago
  54. 846a148 Backed out changeset 42e2e67b8e6f by Serhiy Storchaka · 9 years ago
  55. cdab6f3 Added tag v3.5.0rc1 for changeset 01a684180b19 by Larry Hastings · 9 years ago
  56. 71ea65f Release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  57. f7ae14f Regenerated pydoc topics for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  58. 57fbec8 Added section for 3.5.0rc1 in Misc/NEWS and moved relevant entities to it. by Serhiy Storchaka · 9 years ago
  59. 902ad3c Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  60. 89e5122 Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  61. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  62. 224d403 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are by Serhiy Storchaka · 9 years ago
  63. c97a962 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are by Serhiy Storchaka · 9 years ago
  64. 455b509 Add more tests of hash effectiveness. by Raymond Hettinger · 9 years ago
  65. 7c4a6f8 Merge 3.5 by Zachary Ware · 9 years ago
  66. 83ee5a3 Merge 3.4 by Zachary Ware · 9 years ago
  67. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  68. 0f363ff Merge with 3.5 by Steve Dower · 9 years ago
  69. 67c3c5c Merge #23756. by Stefan Krah · 9 years ago
  70. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  71. 5f35725 Merge #15944. by Stefan Krah · 9 years ago
  72. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  73. 9548f1e Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  74. 917c2c3 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  75. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  76. 5060bc5 Merge from 3.5 (issue #24667). by Eric Snow · 9 years ago
  77. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 9 years ago
  78. 577d206 Fix typo in comment. by Eric V. Smith · 9 years ago
  79. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  80. 4148195 Move the active entry multiplication to later in the hash calculation by Raymond Hettinger · 9 years ago
  81. b501a27 Restore frozenset hash caching removed in cf707dd190a9 by Raymond Hettinger · 9 years ago
  82. 8e9f985 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  83. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  84. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  85. 1720e1f Merge 3.5 (issue #23812) by Yury Selivanov · 9 years ago
  86. e03f427 Merge 3.4 (issue #23812) by Yury Selivanov · 9 years ago
  87. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  88. 2b347a8 Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  89. abfaecd Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  90. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  91. dadf33a Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  92. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  93. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  94. 070bd62 Closes #21279: Merge with 3.5 by Zachary Ware · 9 years ago
  95. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  96. c7c66c9 Issue #23672:Merge with 3.5 by Terry Jan Reedy · 9 years ago
  97. 0901d84 Issue #23672:Merge with 3.4 by Terry Jan Reedy · 9 years ago
  98. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  99. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  100. d38718d Merge 3.5 by Yury Selivanov · 9 years ago