1. d949e5b Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  2. 478eadc Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  3. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  4. 4bffa5f Issue #24633: site-packages/README -> README.txt. by Robert Collins · 9 years ago
  5. 4e70772 Issue #24878: Fix typos and line wrap by Raymond Hettinger · 9 years ago
  6. 163b5c6 Fix a trivial typo. by Eric V. Smith · 9 years ago
  7. f01b16c Issue #20362: Honour TestCase.longMessage correctly in assertRegex. by Robert Collins · 9 years ago
  8. be6caca Issue #20362: Honour TestCase.longMessage correctly in assertRegex. by Robert Collins · 9 years ago
  9. e4d35dc Fix test_linecache change. by Robert Collins · 9 years ago
  10. dc77565 Removes --clean-only option from buildbots. by Steve Dower · 9 years ago
  11. df6f8bf Merge 3.5 by Yury Selivanov · 9 years ago
  12. de11561 Further improve os.path.commonprefix() docs. by Yury Selivanov · 9 years ago
  13. 95801bb Issue #24879: Teach pydoc to display named tuple fields in the order they were defined. by Raymond Hettinger · 9 years ago
  14. 15b87bf Add in missing docstrings. by Raymond Hettinger · 9 years ago
  15. 8074049 Removes --clean-only option from buildbots. by Steve Dower · 9 years ago
  16. 77861e1 Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. by Steve Dower · 9 years ago
  17. e7e6939 Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. by Steve Dower · 9 years ago
  18. 631a35c Issue #24054: decouple linecache tests from inspect tests by Robert Collins · 9 years ago
  19. 572183c Merge with 3.5 by Steve Dower · 9 years ago
  20. 9f0cbbc Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. by Steve Dower · 9 years ago
  21. ea623b9 Null merge (3.5) by Yury Selivanov · 9 years ago
  22. 66e6c1a Null merge (3.4) by Yury Selivanov · 9 years ago
  23. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  24. aae9a1d Merge 3.5 (issue #23572) by Yury Selivanov · 9 years ago
  25. 77a8cd6 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  26. 4a8dc58 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  27. f5e0c41 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  28. a78ebe6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  29. 7a0eadc (Merge 3.5) cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  30. 1e26dc7 (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  31. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  32. 501b4a7 Use PyTuple_GET_SIZE like the adjacent code does. by Raymond Hettinger · 9 years ago
  33. 507343a Add missing docstring by Raymond Hettinger · 9 years ago
  34. f109414 Inline PyIter_Next() matching the other itertools code. by Raymond Hettinger · 9 years ago
  35. a6ea44a Minor cleanups by Raymond Hettinger · 9 years ago
  36. ac48a41 Merge 3.5 (#24883) by Benjamin Peterson · 9 years ago
  37. 8e205f7 merge 3.4 (#24883) by Benjamin Peterson · 9 years ago
  38. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 9 years ago
  39. 5b798ab Issue #24878: Add docstrings to selected namedtuples by Raymond Hettinger · 9 years ago
  40. 02aa342 Merge 3.5 by Yury Selivanov · 9 years ago
  41. 80ac11f docs: Improve docs for os.path.commonprefix by Yury Selivanov · 9 years ago
  42. 84086ac Issue #24079: merge from 3.5 by Ned Deily · 9 years ago
  43. d61714d Issue #24079: merge from 3.4 by Ned Deily · 9 years ago
  44. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  45. d11223e Merge 3.5 by Yury Selivanov · 9 years ago
  46. 5fbad3c docs: Clarify that gi_yieldfrom was first added in 3.5 by Yury Selivanov · 9 years ago
  47. 9e35cac Merge 3.5 by Yury Selivanov · 9 years ago
  48. c135f0a docs: Fix inspect docs re gi_yieldfrom by Yury Selivanov · 9 years ago
  49. a0016e6 Merge with 3.5 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  50. 13e0970 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  51. 5080deb Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  52. 47d159f Issue #24379: Add operator.subscript() as a convenience for building slices. by Raymond Hettinger · 9 years ago
  53. 755cb0a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  54. a361175 Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  55. 2756d8a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  56. 92491af Merge with 3.5 by Terry Jan Reedy · 9 years ago
  57. ac28169 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  58. a350e85 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  59. 61e767b Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  60. 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  61. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  62. bb562a9 Add error information to a failing test to help diagnose a buildbot failure. by Raymond Hettinger · 9 years ago
  63. ca3788c Issue #24874: Speed-up itertools and make it pickles more compact. by Raymond Hettinger · 9 years ago
  64. a6a2d44 Neaten-up whitespace, vertical alignment, and line-wrapping. by Raymond Hettinger · 9 years ago
  65. b5244a3 Inline PyIter_Next() matching what was done for other itertools. by Raymond Hettinger · 9 years ago
  66. 2a75e8f Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs by Raymond Hettinger · 9 years ago
  67. c39786d Fix oddly placed whitespace by Raymond Hettinger · 9 years ago
  68. 98958fe Remove dead code (unreachable) by Raymond Hettinger · 9 years ago
  69. 1cadf76 Improve comment by Raymond Hettinger · 9 years ago
  70. a166ce5 Add more tests for pickling itertools.cycle by Raymond Hettinger · 9 years ago
  71. 711dc14 Merge with 3.5 by Steve Dower · 9 years ago
  72. e6894d6 Enables building compressed Windows test builds with --pack option. by Steve Dower · 9 years ago
  73. 79c878d Fix crash in itertools.cycle.__setstate__() caused by lack of type checking. by Raymond Hettinger · 9 years ago
  74. b468e1f Neaten-up vertical alignment of comments by Raymond Hettinger · 9 years ago
  75. fa02bc0 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  76. a0bcfaf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  77. c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
  78. 14f7b8b Merge 3.5 (issue #24867) by Yury Selivanov · 9 years ago
  79. bb78ade Merge 3.4 (Issue #24867) by Yury Selivanov · 9 years ago
  80. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  81. d868376 Merge from 3.5 for issue #24492 by Brett Cannon · 9 years ago
  82. 7c97a05 Merge from 3.5.0 for issue #24492 by Brett Cannon · 9 years ago
  83. 28c995d Minor cleanup. by Raymond Hettinger · 9 years ago
  84. 6908265 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  85. 7126eaa Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  86. f7a9267 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  87. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  88. 80d62e6 Issue #23530: fix clinic comment. by Charles-François Natali · 9 years ago
  89. aa525d0 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  90. 5e8d47f Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  91. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  92. 587748e Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  93. c77088d Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  94. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  95. 3286718 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  96. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  97. 2dc5fd2 Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  98. 9b8a1fa Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  99. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago
  100. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago