index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868)
csabella
2017-05-30
1
-6/+6
*
bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867)
csabella
2017-05-30
1
-2/+20
*
Improve grammar in The Import System documentation (GH-1862) (GH-1863)
Mariatta
2017-05-30
1
-6/+6
*
[3.6] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1856)
Mariatta
2017-05-29
1
-4/+2
*
[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] bpo-30372: Clarify that '__builtins__' is a CPython Implementation deta...
Mariatta
2017-05-22
1
-9/+9
*
[3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)
delirious-lettuce
2017-05-21
17
-30/+30
*
Fix ModuleNotFoundError typo in import reference (#1610)
Dominik MiedziĆski
2017-05-17
1
-1/+1
*
bpo-29898: Fix incorrect env variable name (GH-1576)
Berker Peksag
2017-05-16
2
-3/+3
*
[3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614)
Serhiy Storchaka
2017-05-16
6
-13/+12
*
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
12
-30/+30
*
[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] Improve the grammar in windows.rst (GH-1330) (GH-1360)
Mariatta
2017-04-30
1
-3/+3
*
[3.6] bpo-30208: DOC: fix small typos in IDLE (#1356)
csabella
2017-04-30
1
-8/+8
*
[3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH...
Mariatta
2017-04-27
1
-3/+3
*
[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] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266)
Mariatta
2017-04-24
1
-7/+6
*
[3.6] bpo-15718: Document the upper bound constrain on the __len__ return val...
Serhiy Storchaka
2017-04-23
1
-0/+9
*
[3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254)
Louie Lu
2017-04-22
1
-1/+2
*
[3.6] Correct the README link in Unix install docs (GH-1245) (GH-1248)
Mariatta
2017-04-22
1
-1/+1
*
Remove redundant comma in argparse HOWTO (GH-1141)
Berker Peksag
2017-04-20
1
-1/+1
*
bpo-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-20
1
-12/+9
*
[3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)
Michael Seifert
2017-04-15
1
-0/+11
*
[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
2
-3/+16
*
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
*
[3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)
Mariatta
2017-04-09
1
-2/+2
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
1
-2/+2
*
Fix a minor typo. (#1032) (#1037)
Barry Warsaw
2017-04-07
1
-1/+1
*
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)
Senthil Kumaran
2017-04-04
1
-0/+5
*
Keep the c-api exception doc up-to-date (#966)
cocoatomo
2017-04-03
1
-56/+149
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)
Senthil Kumaran
2017-04-02
1
-3/+3
*
bpo-29952: Use usual terminology of dict (GH-922)
INADA Naoki
2017-03-31
1
-1/+1
*
bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)
Mariatta
2017-03-30
1
-0/+5
[prev]
[next]