Python 3.7.1rc1
  1. 22a5695 [3.7] asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9580) by Yury Selivanov · 7 years ago
  2. 3cc9557 bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Miss Islington (bot) · 7 years ago
  3. 3637e68 bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (GH-9568) by Miss Islington (bot) · 7 years ago
  4. 92ad261 bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567) by Miss Islington (bot) · 7 years ago
  5. bbdf872 Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533) by Miss Islington (bot) · 7 years ago
  6. 881ddff [3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501) by Christophe Nanteuil · 7 years ago
  7. 394e55a [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) by Christian Heimes · 7 years ago
  8. 2756ef3 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) by Christian Heimes · 7 years ago
  9. 0c076ca [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486) by Ethan Furman · 7 years ago
  10. e45662c bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) (GH-9481) by Miss Islington (bot) · 7 years ago
  11. 914086a Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Miss Islington (bot) · 7 years ago
  12. 187f2dd bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Miss Islington (bot) · 7 years ago
  13. 8e5ef58 bpo-33649: More improvements (GH-9439) by Miss Islington (bot) · 7 years ago
  14. 4fe8dc6 bpo-34746: Fix stop -> close (GH-9437) by Miss Islington (bot) · 7 years ago
  15. 581890c bpo-34733: Return of the docs search bar (GH-9431) by Yury Selivanov · 7 years ago
  16. d9c8911 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Miss Islington (bot) · 7 years ago
  17. 95cc3ee Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) by Victor Stinner · 7 years ago
  18. 73c0006 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Miss Islington (bot) · 7 years ago
  19. 45452b7 bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) by Miss Islington (bot) · 7 years ago
  20. ee2ff1a Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388) by Miss Islington (bot) · 7 years ago
  21. 9a89fd6 Change "set_after" reference to `say_after`. (GH-9384) (GH-9386) by Miss Islington (bot) · 7 years ago
  22. 1f4ea58 bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380) by Miss Islington (bot) · 7 years ago
  23. 144f1e2 [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) by Victor Stinner · 7 years ago
  24. 512d710 bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377) by Yury Selivanov · 7 years ago
  25. c63d81b bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) by Miss Islington (bot) · 7 years ago
  26. f8e34ee bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784) by Miss Islington (bot) · 7 years ago
  27. c83c375 bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Miss Islington (bot) · 7 years ago
  28. b2ecb8b Fix "Python" casing in a few places (GH-9001) (GH-9313) by Miss Islington (bot) · 7 years ago
  29. ca2fa28 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Miss Islington (bot) · 7 years ago
  30. a8f189f Note that distinct argument patterns can be cached separately (GH-9298) (GH-9299) by Miss Islington (bot) · 7 years ago
  31. 3050564 bpo-34247: add porting note to 3.7 What's New (GH-9223) by Miss Islington (bot) · 7 years ago
  32. b608fcd closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Miss Islington (bot) · 7 years ago
  33. cadb66e [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207) by Benjamin Peterson · 7 years ago
  34. e2b40f4 bpo-34365: Update date object documentation (GH-8814) by Miss Islington (bot) · 7 years ago
  35. e02ca42 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Miss Islington (bot) · 7 years ago
  36. 3e648f83 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by Miss Islington (bot) · 7 years ago
  37. c9ece5f closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) by Miss Islington (bot) · 7 years ago
  38. 2110f78 bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) by Miss Islington (bot) · 7 years ago
  39. 6df2005 Fix missing line from example shell session (GH-9143) (GH-9155) by Miss Islington (bot) · 7 years ago
  40. 037582e bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Miss Islington (bot) · 7 years ago
  41. f3d00ae switch descriptor howto to return value annotation (GH-7796) by Miss Islington (bot) · 7 years ago
  42. 011141f closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) by Miss Islington (bot) · 7 years ago
  43. 9c9ac9e Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) by Miss Islington (bot) · 7 years ago
  44. 9835696 bpo-34246: Use no mutable default args in smtplib (GH-8554) by Miss Islington (bot) · 7 years ago
  45. 854b740 Doc: Missing 'f' in an f-string. (GH-9074) (GH-9095) by Miss Islington (bot) · 7 years ago
  46. f4c865e Fix struct sequence glossary entry grammar (GH-9030) by Miss Islington (bot) · 7 years ago
  47. fa3fd4c bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Miss Islington (bot) · 7 years ago
  48. 42a1ca6 closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Miss Islington (bot) · 7 years ago
  49. 6dc8f05 Fix markup in stdtypes documentation (GH-8905) by Miss Islington (bot) · 7 years ago
  50. 1f9621c Fixed typo with asynccontextmanager code example (GH-8845) by Miss Islington (bot) · 7 years ago
  51. 7b0ed43 bpo-33550: Warn not to set SIGPIPE to SIG_DFL (GH-6773) by Miss Islington (bot) · 7 years ago
  52. a8c749d Fix typo in the dataclasses's doc (GH-8896) (GH-8897) by Miss Islington (bot) · 7 years ago
  53. 1d3d688 Fix doc for `add_subparsers` arguments (GH-8884) by Miss Islington (bot) · 7 years ago
  54. 609c033 Fix typo in asyncio.BoundedSemaphore docs (GH-8882) by Miss Islington (bot) · 7 years ago
  55. 1f7d047 Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Miss Islington (bot) · 7 years ago
  56. 0e1e8db bpo-22057: Clarify eval() documentation (GH-8812) by Miss Islington (bot) · 7 years ago
  57. 0fd6f83 bpo-34432: doc Mention complex and decimal.Decimal on str.format note about locales (GH-8808) (GH-8809) by Miss Islington (bot) · 7 years ago
  58. 05d89ef bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) by Miss Islington (bot) · 7 years ago
  59. 6c14060 smtplib documentation fixes (GH-8708) by Miss Islington (bot) · 7 years ago
  60. 393151e Fix misindented yaml in logging how to example (GH-8604) by Miss Islington (bot) · 7 years ago
  61. 7e0153e Fix the versionadded indentation in exec_module doc (GH-8719) by Miss Islington (bot) · 7 years ago
  62. 6b14508 bpo-34379: Doc: Move note for json.dump (GH-8730) by Miss Islington (bot) · 7 years ago
  63. 5641081 Doc: add missing capture_output arg to subprocess.run() signature (GH-8374) by Miss Islington (bot) · 7 years ago
  64. 426135b Improve grammar of asynchronous iterator glossary entry (GH-8657) by Miss Islington (bot) · 7 years ago
  65. fe8f90a bpo-34324: Doc README wrong directory name for venv (GH-8650) by Miss Islington (bot) · 7 years ago
  66. 2920303 Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646) by Miss Islington (bot) · 7 years ago
  67. fac4976 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Miss Islington (bot) · 7 years ago
  68. b481aee Fix HTML formatting in datamodel.rst (GH-8693) by Miss Islington (bot) · 7 years ago
  69. 1c6df83 bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Miss Islington (bot) · 7 years ago
  70. e39fb20 bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673) by Miss Islington (bot) · 7 years ago
  71. e610c4f bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677) by Miss Islington (bot) · 7 years ago
  72. 2a2a3f5 Fix reST markup in unittest documentation (GH-8665) by Miss Islington (bot) · 7 years ago
  73. 39fcd99 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Miss Islington (bot) · 7 years ago
  74. b4d71c9 Improve the grammar in `range` documentation. (GH-8628) by Miss Islington (bot) · 7 years ago
  75. 34f59a7 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by Miss Islington (bot) · 7 years ago
  76. 66ff9d2 Update list.remove(x) documentation (GH-8636) by Miss Islington (bot) · 7 years ago
  77. 0f9df88 bpo-27910: Update documentation of traceback module (GH-6116) by Miss Islington (bot) · 7 years ago
  78. 47957da [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) by Serhiy Storchaka · 7 years ago
  79. a621f40 bpo-27671: Update FAQ about why len is function (GH-8432) by Miss Islington (bot) · 7 years ago
  80. 399b47f Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Miss Islington (bot) · 7 years ago
  81. a060518 Fix typos & formatting in Using Python on Windows doc (GH-8559) by Miss Islington (bot) · 7 years ago
  82. 3dc8cdf bpo-8145: Improve isolation_level documentation (GH-8499) by Steve Dower · 7 years ago
  83. 78c54de bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526) by Miss Islington (bot) · 7 years ago
  84. 8764a6f bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Miss Islington (bot) · 7 years ago
  85. 83b449d bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Steve Dower · 7 years ago
  86. 2335544 bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by Miss Islington (bot) · 7 years ago
  87. c6801b4 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Miss Islington (bot) · 7 years ago
  88. 21ed29a bpo-12743: Delete comment from marshal.rst (GH-8457) by Miss Islington (bot) · 7 years ago
  89. ec02c58 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Miss Islington (bot) · 7 years ago
  90. 6f7fd96 Fix site module documentation. (GH-8441) by Miss Islington (bot) · 7 years ago
  91. 4e166ff bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425) by Miss Islington (bot) · 7 years ago
  92. 05a72f1 bpo-21446: Update reload fixer to use importlib (GH-8391) by Miss Islington (bot) · 7 years ago
  93. 7cf7541 Fix versionchanged indentation in popitem documentation (GH-8387) by Miss Islington (bot) · 7 years ago
  94. 49abd30 bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350) by Miss Islington (bot) · 7 years ago
  95. 68833dc Clarify ValueError's broad applicability (GH-8313) (GH-8315) by Miss Islington (bot) · 7 years ago
  96. bfa8a35 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#8307) by Miss Islington (bot) · 7 years ago
  97. 43c2fab bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Miss Islington (bot) · 7 years ago
  98. 08c1da7 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Miss Islington (bot) · 7 years ago
  99. 151820e bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Miss Islington (bot) · 7 years ago
  100. 6b1b6e4 Doc: Point to Simple statements section instead of PEP (GH-8238) by Miss Islington (bot) · 7 years ago