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-31570: Update Email library documentation example (GH-3720) (GH-3721)
Miss Islington (bot)
2017-09-24
1
-1/+1
*
|
[3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH...
Miss Islington (bot)
2017-09-24
1
-4/+20
*
|
bpo-31564: Update typing documentation (GH-3696) (GH-3715)
Miss Islington (bot)
2017-09-24
1
-3/+9
*
|
[3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
Miss Islington (bot)
2017-09-23
2
-8/+9
*
|
[3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)
Zachary Ware
2017-09-22
1
-4/+8
*
|
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Miss Islington (bot)
2017-09-22
1
-0/+3
*
|
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
Miss Islington (bot)
2017-09-20
1
-2/+2
*
|
bpo-31501: Operator precedence description for arithmetic operators (GH-3633)...
Miss Islington (bot)
2017-09-19
1
-2/+2
*
|
Fix build issues in Doc/make.bat (#3663)
Steve Dower
2017-09-19
1
-8/+10
|
/
*
bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)
Miss Islington (bot)
2017-09-17
1
-1/+1
*
bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)
Miss Islington (bot)
2017-09-16
1
-0/+6
*
bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-361...
Miss Islington (bot)
2017-09-16
1
-2/+4
*
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607)
Michael Seifert
2017-09-16
2
-15/+40
*
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
Terry Jan Reedy
2017-09-15
1
-1/+3
*
Improve code examples in hashlib cookie signing (GH-3562) (GH-3566)
Miss Islington (bot)
2017-09-14
1
-3/+4
*
[3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)
Mariatta
2017-09-14
1
-1/+1
*
[3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)
Miss Islington (bot)
2017-09-13
1
-2/+2
*
[3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (...
Mariatta
2017-09-13
1
-2/+3
*
[3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)
Miss Islington (bot)
2017-09-12
1
-6/+29
*
[3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)
Miss Islington (bot)
2017-09-12
1
-4/+4
*
[3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2...
Terry Jan Reedy
2017-09-11
1
-20/+3
*
bpo-29136: Fix versionchange for TLS 1.3 changes (#3483)
Christian Heimes
2017-09-10
1
-3/+3
*
[3.6] Improve IncrementalEncoder documentation (GH-2746) (GH-3475)
Miss Islington (bot)
2017-09-10
1
-9/+9
*
[3.6] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3325)
R. David Murray
2017-09-10
1
-3/+15
*
[3.6] Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) (GH-3473)
Miss Islington (bot)
2017-09-09
1
-1/+1
*
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
Christian Heimes
2017-09-08
1
-2/+26
*
[3.6] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) (...
Miss Islington (bot)
2017-09-08
2
-26/+35
*
[3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...
Miss Islington (bot)
2017-09-07
1
-8/+8
*
[3.6] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...
Miss Islington (bot)
2017-09-07
1
-1/+3
*
[3.6] bpo-30096: Use ABC in abc reference examples (GH-1220) (GH-3408)
Miss Islington (bot)
2017-09-07
1
-24/+39
*
Link to generated changelog, not website.
Ned Deily
2017-09-07
1
-3/+2
*
[3.6] bpo-22635: subprocess.getstatusoutput doc update. (GH-3398) (#3411)
Miss Islington (bot)
2017-09-07
1
-7/+12
*
[3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)
Miss Islington (bot)
2017-09-07
1
-0/+6
*
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...
Steve Dower
2017-09-06
1
-7/+31
*
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Miss Islington (bot)
2017-09-06
8
-14/+14
*
[3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)
Benjamin Peterson
2017-09-06
2
-2/+2
*
Include additional changes to support blurbified NEWS (#3340)
Ned Deily
2017-09-05
2
-2/+17
*
[3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)
Gregory P. Smith
2017-09-04
1
-3/+5
*
[3.6] remote note about IRIX in aifc (#3304)
Benjamin Peterson
2017-09-04
1
-6/+0
*
Blurbify 3.6. (#3287)
larryhastings
2017-09-04
1
-1/+0
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
2
-9/+21
*
[3.6] Fix a typo in the Programming FAQ. (GH-3230) (#3273)
Gregory P. Smith
2017-09-03
1
-1/+1
*
[3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)
Mariatta
2017-08-31
1
-6/+6
*
[3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)
Mariatta
2017-08-28
1
-3/+4
*
bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)
Mariatta
2017-08-27
1
-2/+2
*
Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125)
Mariatta
2017-08-18
1
-1/+1
*
Update the language selection in the docs language switch. (GH-3114) (#3115)
Julien Palard
2017-08-17
1
-1/+1
*
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)
Christian Heimes
2017-08-15
1
-2/+3
*
bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)
Julien Palard
2017-08-10
1
-2/+3
*
bpo-31045: Language switch (#2652) (#3023)
Julien Palard
2017-08-08
4
-71/+151
[prev]
[next]