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-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-20
1
-12/+9
*
[3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148)
Michael Seifert
2017-04-15
1
-0/+11
*
[3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)
Mariatta
2017-04-13
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048) (#1116)
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.5] Correct typo in configparser.rst (GH-1012) (GH-1027)
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) (#1036)
Barry Warsaw
2017-04-07
1
-1/+1
*
[3.5] bpo-19225: Lack of c api exceptions doc (#965)
cocoatomo
2017-04-06
1
-56/+145
*
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986)
Senthil Kumaran
2017-04-04
1
-0/+5
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#958)
Senthil Kumaran
2017-04-02
1
-3/+3
*
bpo-29952: Use usual terminology of dict (GH-923)
INADA Naoki
2017-03-31
1
-1/+1
*
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895)
Senthil Kumaran
2017-03-30
1
-2/+2
*
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893)
Mariatta
2017-03-30
1
-3/+6
*
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875)
Mariatta
2017-03-28
1
-9/+10
*
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863)
Mariatta
2017-03-28
1
-1/+2
*
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-...
Ned Deily
2017-03-26
1
-1/+1
*
Remove an outdated statement in execution model docs (GH-754) (GH-774)
Mariatta
2017-03-23
1
-6/+0
*
doc: minor fix for library/profile (GH-767)
INADA Naoki
2017-03-22
1
-3/+3
*
fix function name in tabnanny documentation (GH-763)
Xiang Zhang
2017-03-22
1
-4/+4
*
bpo-29856: Fix typo in curses documentation (GH-730) (GH-732)
Mariatta
2017-03-20
1
-1/+1
*
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715)
Serhiy Storchaka
2017-03-19
1
-47/+48
*
bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#691)
Berker Peksag
2017-03-17
1
-1/+3
*
bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689)
Mariatta
2017-03-17
1
-12/+6
*
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-658)
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) (#630)
Serhiy Storchaka
2017-03-12
3
-15/+19
*
tempfile.rst: Fix some typos (GH-610) (GH-619)
Mariatta
2017-03-11
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590) (GH-613)
Xiang Zhang
2017-03-11
4
-7/+7
*
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-609)
Mariatta
2017-03-11
1
-2/+2
*
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474)
Mariatta
2017-03-06
1
-2/+0
*
distutils docs: Fix a typo (GH-470) (#472)
Mariatta
2017-03-05
1
-1/+1
*
Correct spelling "instanciate" (GH-465) (GH-468)
Mariatta
2017-03-04
1
-2/+2
*
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-441)
Brett Cannon
2017-03-03
1
-2/+53
*
bpo-29709: Improve Boolean Operations documentation (#433) (#436)
Mariatta
2017-03-03
1
-2/+2
*
Add Python version since deprecation in base64 methods. (#33) (#430)
Berker Peksag
2017-03-03
1
-4/+13
*
bpo-29026: Clarify documentation of time.time (GH-34) (GH-418)
Mariatta
2017-03-03
1
-7/+35
*
Asyncio documentation: remove `self` from method signatures (GH-334) (GH-336)
Mariatta
2017-02-27
1
-3/+3
*
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-317)
Mariatta
2017-02-26
1
-0/+6
*
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315)
Mariatta
2017-02-26
1
-1/+1
*
[3.5] Fix small typos in introduction and datastructures of tutorial (GH-272)...
Mariatta
2017-02-26
2
-29/+32
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)
Barry Warsaw
2017-02-24
1
-0/+6
*
bpo-28911: Clarify the behaviour of assert_called_once_with. (#254)
Arne de Laat
2017-02-23
1
-5/+6
*
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#244)
Berker Peksag
2017-02-23
2
-13/+10
*
bpo-29554: Improve docs for pstat module and profile. (#88) (#228)
Berker Peksag
2017-02-22
1
-3/+4
*
doc: fix compile error on "shoddy" example extension (GH-217)
INADA Naoki
2017-02-21
2
-1/+2
*
Change some mercurial/ hg.python.org references. (#8) (#184)
Senthil Kumaran
2017-02-20
1
-3/+3
*
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-179)
INADA Naoki
2017-02-20
1
-2/+9
*
Backport35 doc fixes: PR#68 and PR#124 (#125) (#126)
Victor Stinner
2017-02-16
2
-3/+3
[next]