summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Link to generated changelog, not website.Ned Deily2017-09-071-3/+2
* [3.6] bpo-22635: subprocess.getstatusoutput doc update. (GH-3398) (#3411)Miss Islington (bot)2017-09-071-7/+12
* [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)Miss Islington (bot)2017-09-071-0/+6
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...Steve Dower2017-09-061-7/+31
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-068-14/+14
* [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)Benjamin Peterson2017-09-062-2/+2
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-052-2/+17
* [3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)Gregory P. Smith2017-09-041-3/+5
* [3.6] remote note about IRIX in aifc (#3304)Benjamin Peterson2017-09-041-6/+0
* Blurbify 3.6. (#3287)larryhastings2017-09-041-1/+0
* bpo-31095: fix potential crash during GC (GH-3195)INADA Naoki2017-09-042-9/+21
* [3.6] Fix a typo in the Programming FAQ. (GH-3230) (#3273)Gregory P. Smith2017-09-031-1/+1
* [3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)Mariatta2017-08-311-6/+6
* [3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)Mariatta2017-08-281-3/+4
* bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)Mariatta2017-08-271-2/+2
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125)Mariatta2017-08-181-1/+1
* Update the language selection in the docs language switch. (GH-3114) (#3115)Julien Palard2017-08-171-1/+1
* [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)Christian Heimes2017-08-151-2/+3
* bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)Julien Palard2017-08-101-2/+3
* bpo-31045: Language switch (#2652) (#3023)Julien Palard2017-08-084-71/+151
* [3.6] Improve grammar in asyncio documentation (GH-2993) (GH-2994)Mariatta2017-08-031-1/+1
* [3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)Terry Jan Reedy2017-07-291-19/+14
* Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2940)Mariatta2017-07-291-1/+1
* Add the link to asyncio source code in the docs (GH-2373) (GH-2884)Mariatta2017-07-268-3/+23
* bpo-26506: hex() documentation: mention %x % int (GH-2525) (GH-2870)Mariatta2017-07-251-10/+52
* [3.6] Minor typo in curses.rst (GH-2763) (#2853)Terry Jan Reedy2017-07-241-1/+1
* [3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797)Nicholas2017-07-211-0/+11
* bpo-30466: Add brief explanation of classes to tutorial (GH-1804) (GH-2700)Trey Hunner2017-07-211-0/+6
* [3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778)Mariatta2017-07-201-1/+1
* Update doc download files size estimates. (#2771) (#2772)Ned Deily2017-07-201-9/+9
* [3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)Steve Dower2017-07-191-1/+12
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2722)Ned Deily2017-07-151-1/+1
* Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2709)Łukasz Rogalski2017-07-142-2/+2
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
* [3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532)Kojo Idrissa2017-07-021-1/+7
* Clarification to the `break` statement (GH-2453) (#GH-2457)regexaurus2017-06-281-1/+1
* fix some reference to Unicode 8 that should be to Unicode 9 (#2346)Benjamin Peterson2017-06-232-3/+3
* [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...Mariatta2017-06-231-3/+3
* [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337)Mariatta2017-06-231-1/+1
* [3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...Serhiy Storchaka2017-06-201-81/+80
* [3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) ...Mariatta2017-06-201-4/+4
* bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)Mariatta2017-06-161-9/+45
* bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)Mariatta2017-06-161-1/+1
* bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (G...Mariatta2017-06-141-1/+1
* Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)csabella2017-06-141-1/+1
* [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)terryjreedy2017-06-141-0/+44
* [3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149)Antoine Pitrou2017-06-131-2/+4
* bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)Mariatta2017-06-131-21/+29
* bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)Marco Buttu2017-06-121-0/+2
* bpo-23404: `make regen-all` What's New entry (#2128)Nick Coghlan2017-06-121-0/+36