| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778) | Mariatta | 2017-07-20 | 1 | -1/+1 |
|
|
* | Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2709) | Ćukasz Rogalski | 2017-07-14 | 2 | -2/+2 |
|
|
* | [3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532) | Kojo Idrissa | 2017-07-02 | 1 | -1/+7 |
|
|
* | fix some reference to Unicode 8 that should be to Unicode 9 (#2346) | Benjamin Peterson | 2017-06-23 | 1 | -1/+1 |
|
|
* | [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337) | Mariatta | 2017-06-23 | 1 | -1/+1 |
|
|
* | [3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext modu... | Serhiy Storchaka | 2017-06-20 | 1 | -81/+80 |
|
|
* | [3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) ... | Mariatta | 2017-06-20 | 1 | -4/+4 |
|
|
* | bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) | Mariatta | 2017-06-16 | 1 | -9/+45 |
|
|
* | bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (G... | Mariatta | 2017-06-14 | 1 | -1/+1 |
|
|
* | [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) | terryjreedy | 2017-06-14 | 1 | -0/+44 |
|
|
* | [3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149) | Antoine Pitrou | 2017-06-13 | 1 | -2/+4 |
|
|
* | bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136) | Marco Buttu | 2017-06-12 | 1 | -0/+2 |
|
|
* | backport ssl doc fixes (#2117) | Benjamin Peterson | 2017-06-11 | 1 | -2/+2 |
|
|
* | bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065) | Mariatta | 2017-06-10 | 1 | -4/+4 |
|
|
* | [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1... | Mariatta | 2017-06-10 | 1 | -5/+10 |
|
|
* | bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019) | Mariatta | 2017-06-09 | 1 | -0/+5 |
|
|
* | [3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 | Nick Coghlan | 2017-06-09 | 1 | -11/+8 |
|
|
* | bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974) | wim glenn | 2017-06-06 | 1 | -2/+2 |
|
|
* | bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (G... | Mariatta | 2017-06-02 | 2 | -75/+84 |
|
|
* | bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)... | Matthias Bussonnier | 2017-06-02 | 1 | -3/+11 |
|
|
* | bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905) | Mariatta | 2017-06-01 | 1 | -3/+1 |
|
|
* | bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897) | Mariatta | 2017-06-01 | 1 | -9/+9 |
|
|
* | bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1894) | csabella | 2017-06-01 | 1 | -2/+3 |
|
|
* | [3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-181... | Mariatta | 2017-05-27 | 1 | -14/+6 |
|
|
* | [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830) | Serhiy Storchaka | 2017-05-27 | 1 | -3/+3 |
|
|
* | [3.6] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1828) | Serhiy Storchaka | 2017-05-27 | 1 | -1/+1 |
|
|
* | [3.6] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1793) | Zachary Ware | 2017-05-24 | 1 | -1/+2 |
|
|
* | [3.6] bpo-30376: Update outdated WindowObject references (GH-1630) (#1746) | Kushal Das | 2017-05-23 | 1 | -8/+8 |
|
|
* | [3.6] bpo-21056: Document return type of next method of csv reader (GH-146) (... | Mariatta | 2017-05-23 | 1 | -2/+4 |
|
|
* | [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) | delirious-lettuce | 2017-05-21 | 14 | -24/+24 |
|
|
* | [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614) | Serhiy Storchaka | 2017-05-16 | 4 | -4/+4 |
|
|
* | bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1596) | Senthil Kumaran | 2017-05-16 | 1 | -0/+6 |
|
|
* | bpo-30358: Document sort argument of profile.runctx() (GH-1566) | Berker Peksag | 2017-05-14 | 1 | -2/+2 |
|
|
* | [3.6] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#... | Mariatta | 2017-05-13 | 1 | -43/+43 |
|
|
* | [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461) | Victor Stinner | 2017-05-04 | 1 | -1/+0 |
|
|
* | [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) | Mariatta | 2017-05-04 | 5 | -21/+21 |
|
|
* | [3.6] Fix typo in selectors.rst (GH-1383) (#1414) | Mariatta | 2017-05-03 | 1 | -1/+1 |
|
|
* | [3.6] Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS tr... | Mariatta | 2017-05-02 | 1 | -3/+3 |
|
|
* | [3.6] bpo-30208: DOC: fix small typos in IDLE (#1356) | csabella | 2017-04-30 | 1 | -8/+8 |
|
|
* | [3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303) | Dong-hee Na | 2017-04-26 | 1 | -7/+0 |
|
|
* | bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) | Berker Peksag | 2017-04-26 | 1 | -2/+7 |
|
|
* | bpo-28698: Fix c_wchar_p doc example (GH-1160) | Louie Lu | 2017-04-26 | 1 | -5/+9 |
|
|
* | [3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286) | Mariatta | 2017-04-26 | 1 | -3/+3 |
|
|
* | [3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254) | Louie Lu | 2017-04-22 | 1 | -1/+2 |
|
|
* | [3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123) | Mariatta | 2017-04-13 | 1 | -1/+1 |
|
|
* | bpo-30021: Add examples for re.escape(). (#1048) (#1115) | Serhiy Storchaka | 2017-04-13 | 1 | -3/+14 |
|
|
* | bpo-29791: Clarify that flush is keyword-only argument (GH-1093) | Berker Peksag | 2017-04-13 | 1 | -1/+1 |
|
|
* | bpo-26985: Add missing info of code object in inspect documentation (GH-1090)... | Xiang Zhang | 2017-04-13 | 1 | -179/+200 |
|
|
* | [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098) | Mariatta | 2017-04-13 | 1 | -1/+1 |
|
|
* | [3.6] Improvements to typing documentation (GH-967) (GH-1053) | Mariatta | 2017-04-09 | 1 | -7/+43 |
|
|