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
*
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
Christian Heimes
2017-08-15
1
-2/+3
*
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942)
Mariatta
2017-07-29
1
-1/+1
*
bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)
Aditya Hase
2017-07-25
1
-1/+1
*
[2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780)
Mariatta
2017-07-20
1
-1/+1
*
Add a missing asterisk in traceback doc to complete formatting (#2675)
Xiang Zhang
2017-07-12
1
-1/+1
*
json Docs: Trivial update to the code example (GH-2465)
Kit Sunde
2017-07-10
1
-1/+1
*
[2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520)
Dmitry Tokarev
2017-06-30
1
-1/+1
*
Fixed 2.7 docs - links to list, backported from python3.x (#2518)
Dmitry Tokarev
2017-06-30
1
-1/+3
*
bpo-30176: Add missing curses cell attributes constants (#2278)
Xiang Zhang
2017-06-19
1
-9/+45
*
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (G...
Mariatta
2017-06-14
1
-1/+1
*
[2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151)
Antoine Pitrou
2017-06-13
1
-2/+4
*
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2137)
Marco Buttu
2017-06-12
1
-0/+2
*
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067)
Mariatta
2017-06-10
1
-4/+4
*
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907)
Mariatta
2017-06-01
1
-3/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898)
Mariatta
2017-06-01
1
-3/+4
*
[2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801)
Stéphane Wirtel
2017-05-25
1
-43/+43
*
added re.UNICODE effects to insensitive flags (#1781)
Brian Ward
2017-05-24
1
-3/+6
*
[2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)
delirious-lettuce
2017-05-22
2
-2/+2
*
[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)
Serhiy Storchaka
2017-05-16
4
-3/+4
*
[2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)
Mariatta
2017-05-04
5
-21/+21
*
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
Serhiy Storchaka
2017-05-02
1
-1/+5
*
bpo-30207: Rename test.test_support to test.support. (#1353)
Serhiy Storchaka
2017-04-30
1
-16/+17
*
[2.7] bpo-30208: DOC: fix small typos in IDLE (#1358)
csabella
2017-04-30
1
-8/+8
*
[2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305)
Dong-hee Na
2017-04-26
1
-7/+0
*
Fix typo in HTTPConnection.set_tunnel description (#1179)
Christopher Snyder
2017-04-19
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048) (#1118)
Serhiy Storchaka
2017-04-13
1
-4/+15
*
[2.7] Correct typo in configparser.rst (GH-1012) (GH-1026)
Mariatta
2017-04-09
1
-2/+2
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
1
-2/+2
*
[2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899)
Mandeep Singh
2017-03-30
1
-3/+4
*
Insert a missing semicolon in sgmllib documentation (#772)
cocoatomo
2017-03-22
1
-1/+1
*
fix function name in tabnanny documentation (GH-764)
Xiang Zhang
2017-03-22
1
-4/+4
*
bpo-29856: Fix typo in curses documentation (GH-730) (GH-733)
Mariatta
2017-03-20
1
-1/+1
*
fix parameter names in ftplib documentation (GH-656)
Xiang Zhang
2017-03-13
1
-6/+6
*
Insert the line which should not have been deleted (#581)
cocoatomo
2017-03-09
1
-0/+1
*
bpo-29709: Improve Boolean Operations documentation (#433) (#438)
Mariatta
2017-03-03
1
-2/+2
*
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)
Mariatta
2017-02-26
1
-0/+6
*
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)
Mariatta
2017-02-11
1
-2/+2
*
Issue #29371: Clarify bitwise OR operation in doctest option flags.
Mariatta Wijaya
2017-02-07
1
-6/+7
*
Issue #29329: Improve documentation for hex(). Patch by Ammar Askar
Mariatta Wijaya
2017-02-02
1
-1/+1
*
Add clarity to the warning on certificate verification in urllib.
Senthil Kumaran
2017-01-28
1
-4/+9
*
Issue #29189: Fix indentation in RST markup
Martin Panter
2017-01-24
1
-38/+38
*
Issue #29274: tests cases → test cases
Martin Panter
2017-01-18
1
-4/+4
*
Avoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter
2017-01-14
1
-2/+2
*
Issue #15527: remove double parens by changing markup.
Martin Panter
2017-01-14
2
-3/+3
*
Fix spelling and markup in documentation and code comment
Martin Panter
2017-01-14
1
-2/+2
*
Closes #28130: Documented that time.tzset() updates time module globals.
Alexander Belopolsky
2017-01-12
1
-2/+7
*
Issue #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang
2017-01-10
1
-1/+1
*
Issue #29189: Fix broken indentation in FancyURLopener documentation
Berker Peksag
2017-01-07
1
-9/+9
*
Issue #29023: Clarify that ints and longs are always deterministic seeds for...
Raymond Hettinger
2017-01-07
1
-9/+9
*
Issue #29112: Fix a questionable wording in sequence doc.
Xiang Zhang
2016-12-30
1
-1/+1
[next]