summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)Michael Seifert2017-09-162-15/+40
* [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328)R. David Murray2017-09-101-3/+15
* [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)Christian Heimes2017-09-081-1/+27
* [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...Miss Islington (bot)2017-09-071-1/+3
* [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400)Miss Islington (bot)2017-09-071-0/+6
* [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371)Benjamin Peterson2017-09-061-44/+5
* [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-17...Zachary Ware2017-09-041-3/+14
* bpo-31095: Fix potential crash during GC (GH-3197)INADA Naoki2017-09-042-9/+21
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128)Mariatta2017-08-181-1/+1
* Update the language selection in the docs language switch. (GH-3114) (#3117)Julien Palard2017-08-171-1/+1
* [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)Christian Heimes2017-08-151-2/+3
* bpo-31159: fix language switch regex on unknown yet built languages. … (#30...Julien Palard2017-08-131-2/+3
* bpo-31045: Language switch (#2652) (#3024)Julien Palard2017-08-084-71/+151
* bpo-27470: Improve doc for commandline -3 optionSubhendu Ghosh2017-08-041-1/+3
* Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942)Mariatta2017-07-291-1/+1
* bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)Aditya Hase2017-07-251-1/+1
* [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)Nicholas2017-07-211-0/+11
* [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780)Mariatta2017-07-201-1/+1
* Update doc download files size estimates. (#2774)Ned Deily2017-07-201-8/+8
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725)Ned Deily2017-07-161-1/+1
* Add a missing asterisk in traceback doc to complete formatting (#2675)Xiang Zhang2017-07-121-1/+1
* json Docs: Trivial update to the code example (GH-2465)Kit Sunde2017-07-101-1/+1
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
* [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520)Dmitry Tokarev2017-06-301-1/+1
* Fixed 2.7 docs - links to list, backported from python3.x (#2518)Dmitry Tokarev2017-06-301-1/+3
* Clarification to the `break` statement (GH-2453) (GH-2459)regexaurus2017-06-281-1/+1
* [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...Mariatta2017-06-231-3/+3
* bpo-30176: Add missing curses cell attributes constants (#2278)Xiang Zhang2017-06-191-9/+45
* 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-2190)csabella2017-06-141-1/+1
* [2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151)Antoine Pitrou2017-06-131-2/+4
* bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2137)Marco Buttu2017-06-121-0/+2
* bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120)Mariatta2017-06-121-0/+1
* [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)Zachary Ware2017-06-111-124/+124
* bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067)Mariatta2017-06-101-4/+4
* bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907)Mariatta2017-06-011-3/+1
* bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898)Mariatta2017-06-011-3/+4
* [2.7] Fix a trivial typo in global section (GH-1497) (GH-1882)Mariatta2017-05-311-1/+1
* [2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801)Stéphane Wirtel2017-05-251-43/+43
* added re.UNICODE effects to insensitive flags (#1781)Brian Ward2017-05-241-3/+6
* [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)delirious-lettuce2017-05-224-7/+7
* [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)Serhiy Storchaka2017-05-166-10/+11
* bpo-11681: Document the `-b` and `-bb` options (GH-1562)Zachary Ware2017-05-131-1/+14
* Fix warnings due to deprecated latex options (GH-1563)Zachary Ware2017-05-132-18/+16
* Update susp-ignored.csv (GH-1564)Zachary Ware2017-05-131-1/+1
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-0412-30/+30
* [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)Serhiy Storchaka2017-05-021-1/+5
* bpo-30207: Rename test.test_support to test.support. (#1353)Serhiy Storchaka2017-04-301-16/+17
* [2.7] bpo-30208: DOC: fix small typos in IDLE (#1358)csabella2017-04-301-8/+8
* [2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#...Mariatta2017-04-271-3/+3