1. 1101c58 Merge 3.5 (asyncio doc) by Victor Stinner · 9 years ago
  2. 44a25fa Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  3. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  4. 799b05b merge by Raymond Hettinger · 9 years ago
  5. 502bf51 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 9 years ago
  6. c994cd2 Merge 3.5 by Yury Selivanov · 9 years ago
  7. c52e41d Make asyncio provisional by Yury Selivanov · 9 years ago
  8. 81174d7 Issue #24952: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  9. e721b7c Issue #24952: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  10. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  11. 902adbb merge 3.5 (#24963) by Benjamin Peterson · 9 years ago
  12. 1498461 merge 3.4 (#24963) by Benjamin Peterson · 9 years ago
  13. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  14. 7f9f27d merge by Raymond Hettinger · 9 years ago
  15. 9157545 merge by Raymond Hettinger · 9 years ago
  16. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  17. 46c9c0d Issue #24272: Merge with 3.5 by Zachary Ware · 9 years ago
  18. ce50802 Issue #24272: Remove usage of default reST role from typing docs by Zachary Ware · 9 years ago
  19. e2f2554 Closes #24962: Merge with 3.5 by Zachary Ware · 9 years ago
  20. 072d432 Issue #24962: Merge 3.4 by Zachary Ware · 9 years ago
  21. 1a83746 Issue #24962: Remove space from filename by Zachary Ware · 9 years ago
  22. 357cb98 Fixed typos in TZ format description by Alexander Belopolsky · 9 years ago
  23. a51ffd3 Closes #24947: Merge with 3.5 by Zachary Ware · 9 years ago
  24. dcc47c6 Issue #24947: Merge 3.4 by Zachary Ware · 9 years ago
  25. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  26. 7f344a8 Merge 3.5 by Yury Selivanov · 9 years ago
  27. beaa509 docs: Better comment for tp_as_async slot by Yury Selivanov · 9 years ago
  28. ccf426e Issue #24808: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  29. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 9 years ago
  30. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  31. f962473 Merge. by Larry Hastings · 9 years ago
  32. f51fd7b Merge. by Larry Hastings · 9 years ago
  33. d5b129c Fix for one-letter type in What's New In Python 3.5. by Larry Hastings · 9 years ago
  34. 4c4cfad Merge: #24926: Fix typo in example. by R David Murray · 9 years ago
  35. 7d9376f Merge: #24926: Fix typo in example. by R David Murray · 9 years ago
  36. 87cbfb2 #24926: Fix typo in example. by R David Murray · 9 years ago
  37. d949e5b Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  38. 478eadc Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  39. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  40. df6f8bf Merge 3.5 by Yury Selivanov · 9 years ago
  41. de11561 Further improve os.path.commonprefix() docs. by Yury Selivanov · 9 years ago
  42. ac48a41 Merge 3.5 (#24883) by Benjamin Peterson · 9 years ago
  43. 8e205f7 merge 3.4 (#24883) by Benjamin Peterson · 9 years ago
  44. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 9 years ago
  45. 02aa342 Merge 3.5 by Yury Selivanov · 9 years ago
  46. 80ac11f docs: Improve docs for os.path.commonprefix by Yury Selivanov · 9 years ago
  47. 84086ac Issue #24079: merge from 3.5 by Ned Deily · 9 years ago
  48. d61714d Issue #24079: merge from 3.4 by Ned Deily · 9 years ago
  49. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  50. d11223e Merge 3.5 by Yury Selivanov · 9 years ago
  51. 5fbad3c docs: Clarify that gi_yieldfrom was first added in 3.5 by Yury Selivanov · 9 years ago
  52. 9e35cac Merge 3.5 by Yury Selivanov · 9 years ago
  53. c135f0a docs: Fix inspect docs re gi_yieldfrom by Yury Selivanov · 9 years ago
  54. 47d159f Issue #24379: Add operator.subscript() as a convenience for building slices. by Raymond Hettinger · 9 years ago
  55. 2a75e8f Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs by Raymond Hettinger · 9 years ago
  56. 721b9aa One-character typo fix. by Larry Hastings · 9 years ago
  57. aa525d0 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  58. 5e8d47f Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  59. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  60. 3286718 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  61. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  62. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 9 years ago
  63. dfa95c9 Issue #20059: urllib.parse raises ValueError on all invalid ports. by Robert Collins · 9 years ago
  64. 0f363ff Merge with 3.5 by Steve Dower · 9 years ago
  65. 67c3c5c Merge #23756. by Stefan Krah · 9 years ago
  66. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  67. 5f35725 Merge #15944. by Stefan Krah · 9 years ago
  68. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  69. 8e9f985 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  70. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  71. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  72. dadf33a Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  73. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  74. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  75. 070bd62 Closes #21279: Merge with 3.5 by Zachary Ware · 9 years ago
  76. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  77. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  78. d38718d Merge 3.5 by Yury Selivanov · 9 years ago
  79. 7d6adab whatsnew/3.5: Mention new ssl memory bio by Yury Selivanov · 9 years ago
  80. 4aac06a Merge 3.5 by Yury Selivanov · 9 years ago
  81. 40c0ce4 whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 by Yury Selivanov · 9 years ago
  82. 94b17d7 Merge issue #24129 from 3.5 by Nick Coghlan · 9 years ago
  83. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 9 years ago
  84. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  85. a8e870c Fix trailing ws (merge from 3.5). by Guido van Rossum · 9 years ago
  86. 9db397c Fix trailing ws. by Guido van Rossum · 9 years ago
  87. a910cff Merge docs for typing.py from 3.5 into default branch. by Guido van Rossum · 9 years ago
  88. cd2ac97 Merge docs for typing.py from accidental branch. by Guido van Rossum · 9 years ago
  89. 8c81711 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  90. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  91. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  92. afe0ab6 Merge 3.5 (whatsnew) by Yury Selivanov · 9 years ago
  93. a5a0062 whatsnew: Add pep 448 to new syntax features section by Yury Selivanov · 9 years ago
  94. 480a770 Merge 3.5 (whatsnew) by Yury Selivanov · 9 years ago
  95. 5df36af whatsnew/3.5: Briefly mention PEP 484 by Yury Selivanov · 9 years ago
  96. e8b0863 Merge 3.5 (whatsnew) by Yury Selivanov · 9 years ago
  97. 216d999 whatsnew/3.5: Mention PEP 448 by Yury Selivanov · 9 years ago
  98. 69afdda Issue #24272: Initial docs for typing.py (PEP 484). (Merge from 3.5.) by Guido van Rossum · 9 years ago
  99. eb184e0 Issue #24272: Initial docs for typing.py (PEP 484). by Guido van Rossum · 9 years ago
  100. 62f27b5 whatsnew/3.5,3.6: Mention that 'async' is a bad name for modules by Yury Selivanov · 9 years ago