summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)Miss Islington (bot)2018-10-121-6/+8
* bpo-34576 warn users on security for http.server (GH-9720)Miss Islington (bot)2018-10-111-0/+8
* [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-103-5/+5
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)Miss Islington (bot)2018-10-082-1/+40
* bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)Miss Islington (bot)2018-10-071-0/+4
* bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)Miss Islington (bot)2018-10-071-3/+3
* Correct grammar mistake in re.rst. (GH-9745)Miss Islington (bot)2018-10-061-1/+1
* [3.7] bpo-34158: Documentation UTC offset update (GH-8377) (GH-9732)Miss Islington (bot)2018-10-061-20/+21
* [3.7] Make it clear that the msg argument to assertWarns/assertWarnsRegex/ass...Miss Islington (bot)2018-10-061-3/+3
* Fix markup for xml.sax in 3.7.rst (GH-9604)Andrés Delfino2018-10-061-1/+1
* Clarify that AsyncExitStack works with coroutine functions (GH-9405) (GH-9408)Miss Islington (bot)2018-10-061-2/+2
* bpo-34825: Add more entries to os to pathlib reference table (GH-9608) (#9717)Miss Islington (bot)2018-10-051-20/+27
* bpo-34906: Doc: Fix typos (GH-9712)Miss Islington (bot)2018-10-054-4/+4
* Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)Miss Islington (bot)2018-10-021-1/+1
* bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9663)Miss Islington (bot)2018-10-021-1/+1
* bpo-34476: Document that asyncio.sleep() always suspends. (GH-9643) (#9654)Miss Islington (bot)2018-10-011-0/+3
* bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)Miss Islington (bot)2018-09-291-5/+6
* Fix astuple in dataclasses documentation (GH-9631)Miss Islington (bot)2018-09-291-1/+1
* bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)Miss Islington (bot)2018-09-271-2/+1
* Fix markup for xml.sax entry in 3.7.1 notes (GH-9602)Andrés Delfino2018-09-271-1/+1
* Clarify that Type[SomeTypeVar] is legal (GH-9585)Miss Islington (bot)2018-09-261-3/+6
* [3.7] asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9580)Yury Selivanov2018-09-251-5/+5
* bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...Miss Islington (bot)2018-09-251-4/+36
* bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (GH-9568)Miss Islington (bot)2018-09-251-2/+11
* bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)Miss Islington (bot)2018-09-251-2/+11
* Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533)Miss Islington (bot)2018-09-251-1/+1
* [3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)Christophe Nanteuil2018-09-243-10/+10
* [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)Christian Heimes2018-09-244-2/+38
* [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-232-0/+46
* [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums ...Ethan Furman2018-09-221-3/+10
* bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) (GH-9481)Miss Islington (bot)2018-09-211-11/+15
* Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)Miss Islington (bot)2018-09-211-2/+3
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Miss Islington (bot)2018-09-212-10/+33
* bpo-33649: More improvements (GH-9439)Miss Islington (bot)2018-09-202-47/+176
* bpo-34746: Fix stop -> close (GH-9437)Miss Islington (bot)2018-09-201-1/+1
* bpo-34733: Return of the docs search bar (GH-9431)Yury Selivanov2018-09-191-16/+108
* bpo-34712: Fix style in examples in "Input and Output" (GH-9361)Miss Islington (bot)2018-09-191-4/+7
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-192-22/+1
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Miss Islington (bot)2018-09-185-45/+148
* bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)Miss Islington (bot)2018-09-182-2/+3
* Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388)Miss Islington (bot)2018-09-181-1/+1
* Change "set_after" reference to `say_after`. (GH-9384) (GH-9386)Miss Islington (bot)2018-09-181-1/+1
* bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)Miss Islington (bot)2018-09-181-1/+5
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-182-1/+22
* bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377)Yury Selivanov2018-09-1721-3117/+4363
* bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)Miss Islington (bot)2018-09-171-2/+3
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Miss Islington (bot)2018-09-171-26/+34
* bpo-32933: Implement __iter__ method on mock_open() (GH-5974)Miss Islington (bot)2018-09-141-0/+4
* Fix "Python" casing in a few places (GH-9001) (GH-9313)Miss Islington (bot)2018-09-1412-16/+16
* closes bpo-28955: Clarified comparisons between NaN and number in reference d...Miss Islington (bot)2018-09-141-6/+5