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-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)
Michael Seifert
2017-09-16
2
-15/+40
*
[2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328)
R. David Murray
2017-09-10
1
-3/+15
*
[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
Christian Heimes
2017-09-08
1
-1/+27
*
[2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...
Miss Islington (bot)
2017-09-07
1
-1/+3
*
[2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400)
Miss Islington (bot)
2017-09-07
1
-0/+6
*
[2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371)
Benjamin Peterson
2017-09-06
1
-44/+5
*
[2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-17...
Zachary Ware
2017-09-04
1
-3/+14
*
bpo-31095: Fix potential crash during GC (GH-3197)
INADA Naoki
2017-09-04
2
-9/+21
*
Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128)
Mariatta
2017-08-18
1
-1/+1
*
Update the language selection in the docs language switch. (GH-3114) (#3117)
Julien Palard
2017-08-17
1
-1/+1
*
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
Christian Heimes
2017-08-15
1
-2/+3
*
bpo-31159: fix language switch regex on unknown yet built languages. … (#30...
Julien Palard
2017-08-13
1
-2/+3
*
bpo-31045: Language switch (#2652) (#3024)
Julien Palard
2017-08-08
4
-71/+151
*
bpo-27470: Improve doc for commandline -3 option
Subhendu Ghosh
2017-08-04
1
-1/+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] bpo-30964: Mention ensurepip in package installation docs (GH-2795)
Nicholas
2017-07-21
1
-0/+11
*
[2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780)
Mariatta
2017-07-20
1
-1/+1
*
Update doc download files size estimates. (#2774)
Ned Deily
2017-07-20
1
-8/+8
*
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725)
Ned Deily
2017-07-16
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
*
Remove outdated FOX from GUI FAQ (GH-2538)
Berker Peksag
2017-07-04
1
-9/+0
*
[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
*
Clarification to the `break` statement (GH-2453) (GH-2459)
regexaurus
2017-06-28
1
-1/+1
*
[2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...
Mariatta
2017-06-23
1
-3/+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
*
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190)
csabella
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-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120)
Mariatta
2017-06-12
1
-0/+1
*
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
Zachary Ware
2017-06-11
1
-124/+124
*
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] Fix a trivial typo in global section (GH-1497) (GH-1882)
Mariatta
2017-05-31
1
-1/+1
*
[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
4
-7/+7
*
[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)
Serhiy Storchaka
2017-05-16
6
-10/+11
*
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
Zachary Ware
2017-05-13
1
-1/+14
*
Fix warnings due to deprecated latex options (GH-1563)
Zachary Ware
2017-05-13
2
-18/+16
*
Update susp-ignored.csv (GH-1564)
Zachary Ware
2017-05-13
1
-1/+1
*
[2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)
Mariatta
2017-05-04
12
-30/+30
*
[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-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#...
Mariatta
2017-04-27
1
-3/+3
[next]