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
*
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
*
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)
Senthil Kumaran
2017-03-30
1
-2/+2
*
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)
Mariatta
2017-03-30
1
-3/+6
*
bpo-16011: clarify that 'in' always returns a boolean value (GH-874)
Mariatta
2017-03-28
1
-9/+10
*
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)
Mariatta
2017-03-28
1
-1/+2
*
Treat Sphinx warnings as errors (GH-832) (GH-834)
Zachary Ware
2017-03-27
1
-2/+0
*
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-...
Ned Deily
2017-03-26
1
-1/+1
*
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)
Mariatta
2017-03-25
1
-1/+1
*
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)
Brett Cannon
2017-03-24
1
-2/+16
*
Remove an outdated statement in execution model docs (GH-754) (GH-775)
Mariatta
2017-03-23
1
-6/+0
*
bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)
INADA Naoki
2017-03-22
2
-2/+18
*
doc: minor fix for library/profile (GH-766)
INADA Naoki
2017-03-22
1
-3/+3
*
fix function name in tabnanny documentation (GH-762)
Xiang Zhang
2017-03-22
1
-4/+4
*
Fix "NotImplentedError" typo in constants documentation (#692) (#739)
Serhiy Storchaka
2017-03-20
1
-1/+1
*
bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)
Mariatta
2017-03-20
1
-1/+1
*
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714)
Serhiy Storchaka
2017-03-19
1
-47/+48
*
bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#690)
Berker Peksag
2017-03-17
1
-1/+3
*
bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688)
Mariatta
2017-03-17
1
-12/+6
*
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)
Xiang Zhang
2017-03-13
1
-1/+1
*
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-...
Xiang Zhang
2017-03-13
1
-2/+2
*
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
Serhiy Storchaka
2017-03-12
3
-15/+19
*
tempfile.rst: Fix some typos (GH-610) (GH-618)
Mariatta
2017-03-11
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
Xiang Zhang
2017-03-11
4
-7/+7
*
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608)
Mariatta
2017-03-11
1
-2/+2
*
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)
Brett Cannon
2017-03-10
1
-30/+39
*
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)
Brett Cannon
2017-03-10
1
-4/+15
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600)
Mariatta
2017-03-10
1
-0/+11
*
[3.6] bpo-28231: The zipfile module now accepts path-like objects for extern...
Serhiy Storchaka
2017-03-08
1
-2/+22
*
[3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559)
Serhiy Storchaka
2017-03-08
1
-4/+24
*
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)
Mariatta
2017-03-06
1
-2/+0
*
fix minor bug in pymalloc. (GH-335) (GH-476)
Mariatta
2017-03-06
1
-1/+1
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
INADA Naoki
2017-03-06
1
-2/+0
*
distutils docs: Fix a typo (GH-470) (GH-471)
Mariatta
2017-03-05
1
-1/+1
*
Correct spelling "instanciate" (GH-465) (GH-467)
Mariatta
2017-03-04
1
-2/+2
[next]