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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-1...
Ned Deily
2019-06-13
1
-0/+1
*
bpo-36195: Remove the ThreadPoolExecutor documentation mentioning the initial...
Harmandeep Singh
2019-03-18
1
-6/+0
*
[3.6] bpo-36216: Add check for characters in netloc that normalize to separat...
Steve Dower
2019-03-12
1
-0/+18
*
bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)
Miss Islington (bot)
2019-01-18
1
-1/+2
*
bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417)
Miss Islington (bot)
2019-01-18
1
-2/+2
*
Fix numbered lists in stdtypes.rst. (GH-10989)
Miss Islington (bot)
2018-12-10
1
-14/+10
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Miss Islington (bot)
2018-12-07
1
-0/+6
*
[3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)
Mariatta
2018-12-05
1
-1/+1
*
[3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958)
Mariatta
2018-12-05
1
-1/+7
*
[3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)
Andre Delfino
2018-12-05
7
-10/+10
*
bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)
Miss Islington (bot)
2018-12-03
2
-0/+22
*
[3.6] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...
E Kawashima
2018-12-01
1
-1/+1
*
bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709)
Miss Islington (bot)
2018-11-26
1
-0/+5
*
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...
Miss Islington (bot)
2018-11-25
1
-14/+10
*
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
Miss Islington (bot)
2018-11-23
1
-1/+1
*
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
Miss Islington (bot)
2018-11-21
2
-1/+1
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...
Victor Stinner
2018-11-20
1
-4/+2
*
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-1...
Miss Islington (bot)
2018-11-20
3
-0/+7
*
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
Miss Islington (bot)
2018-11-16
1
-4/+4
*
bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)
Miss Islington (bot)
2018-11-15
1
-8/+8
*
Grammar corrections in abc.rst (GH-10525)
Miss Islington (bot)
2018-11-14
1
-3/+3
*
Link to property built-in in abc.rst (GH-10526)
Miss Islington (bot)
2018-11-14
1
-1/+1
*
Fix doc typo: Window -> Windows (GH-10508)
Miss Islington (bot)
2018-11-14
1
-1/+1
*
Minor grammar improvement to io documentation. (GH-10329)
Miss Islington (bot)
2018-11-12
1
-1/+1
*
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
Miss Islington (bot)
2018-11-11
1
-6/+17
*
Correct a typo in the Unittest documentation (GH-10397)
Miss Islington (bot)
2018-11-09
1
-1/+1
*
Cleanup and improve the regex tokenizer example. (GH-10426) (#10428)
Miss Islington (bot)
2018-11-09
1
-36/+38
*
glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)
Miss Islington (bot)
2018-11-07
1
-1/+1
*
Correct grammar mistakes in string.rst. (GH-9752)
Miss Islington (bot)
2018-11-07
1
-2/+2
*
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
Miss Islington (bot)
2018-11-07
1
-1/+1
*
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
Miss Islington (bot)
2018-11-07
1
-5/+13
*
bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369)
Miss Islington (bot)
2018-11-06
1
-12/+48
*
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)
Miss Islington (bot)
2018-11-06
1
-17/+26
*
[Docs] Fix required version of an example of importlib (GH-10118)
Miss Islington (bot)
2018-11-05
1
-1/+1
*
[3.6] bpo-35167: Specify program for json.tool command line options. (GH-1033...
Miss Islington (bot)
2018-11-05
1
-0/+3
*
Include memo in the documented signature of copy.deepcopy()
Miss Islington (bot)
2018-11-01
1
-3/+3
*
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
Miss Islington (bot)
2018-11-01
1
-120/+141
*
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...
Serhiy Storchaka
2018-10-31
11
-35/+35
*
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248)
matthewbelisle-wf
2018-10-30
1
-2/+16
*
bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)
Miss Islington (bot)
2018-10-30
1
-1/+2
*
bpo-27741: Better wording for datetime.strptime() (GH-9994)
Miss Islington (bot)
2018-10-29
1
-1/+3
*
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
Miss Islington (bot)
2018-10-29
1
-1/+18
*
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
Miss Islington (bot)
2018-10-28
1
-10/+20
*
[3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)
Serhiy Storchaka
2018-10-28
23
-94/+140
*
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169)
Miss Islington (bot)
2018-10-28
1
-1/+20
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Miss Islington (bot)
2018-10-28
1
-16/+9
*
Fix typo in zipfile documentation. (GH-10151) (GH-10154)
Miss Islington (bot)
2018-10-27
1
-1/+1
*
[3.6] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10156)
Mariatta
2018-10-27
1
-2/+2
*
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Miss Islington (bot)
2018-10-27
1
-3/+4
*
[3.6] - bpo-34576 : Backport eeab510 3.6 (GH-10113)
Senthil Kumaran
2018-10-26
1
-0/+5
[next]