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
...
*
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
Miss Islington (bot)
2019-08-26
1
-1/+1
*
[3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant...
Miss Islington (bot)
2019-08-26
2
-0/+14
*
bpo-15542: Documentation incorrectly suggests __init__ called after direct _...
Miss Islington (bot)
2019-08-26
1
-4/+4
*
Doc: Keep the venv/* exclude pattern. (GH-15229)
Miss Islington (bot)
2019-08-26
1
-2/+4
*
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...
Nick Coghlan
2019-08-25
1
-3/+0
*
bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487)
Miss Islington (bot)
2019-08-25
1
-20/+7
*
[3.8] Clarify argument types in datetime docs. (GH-15459) (GH-15472)
Miss Islington (bot)
2019-08-24
1
-3/+3
*
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...
Miss Islington (bot)
2019-08-24
2
-1/+3
*
bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466)
Miss Islington (bot)
2019-08-24
1
-19/+7
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Miss Islington (bot)
2019-08-24
2
-4/+4
*
Fix funny typo in Doc/bugs. (GH-15412)
Miss Islington (bot)
2019-08-24
1
-1/+1
*
bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
Miss Islington (bot)
2019-08-23
1
-0/+4
*
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Miss Islington (bot)
2019-08-23
2
-0/+4
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Miss Islington (bot)
2019-08-23
1
-2/+6
*
Correct minor grammar mistake (GH-15404)
Miss Islington (bot)
2019-08-23
1
-1/+1
*
bpo-30826: Improve control flow examples (GH-15407) (GH-15410)
Miss Islington (bot)
2019-08-23
1
-14/+14
*
bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409)
Miss Islington (bot)
2019-08-23
1
-6/+14
*
bpo-30550: Clarify JSON ordering guarantees (GH-15397) (GH-15403)
Miss Islington (bot)
2019-08-22
1
-0/+12
*
bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)
Miss Islington (bot)
2019-08-22
1
-0/+7
*
bpo-27961: Remove leftovers from the times when long long wasn't required (GH...
Miss Islington (bot)
2019-08-22
3
-36/+24
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
Steve Dower
2019-08-21
4
-2/+86
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Miss Islington (bot)
2019-08-21
2
-1/+12
*
Update asyncio.ensure_future() documentation (GH-15347) (GH-15364)
Miss Islington (bot)
2019-08-21
1
-1/+3
*
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Miss Islington (bot)
2019-08-21
1
-1/+1
*
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
Miss Islington (bot)
2019-08-19
1
-7/+4
*
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
Greg Price
2019-08-19
1
-3/+7
*
[3.8] fix link to time function from time_ns doc (GH-15285) (GH-15321)
Miss Islington (bot)
2019-08-17
1
-1/+1
*
bpo-37256: Wording in Request class docs (GH-14792)
Miss Islington (bot)
2019-08-16
1
-1/+1
*
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
Miss Islington (bot)
2019-08-14
1
-3/+12
*
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
Miss Islington (bot)
2019-08-13
1
-1/+2
*
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240)
Raymond Hettinger
2019-08-13
1
-18/+89
*
Fix docs for assert_called and assert_called_once (GH-15219)
Miss Islington (bot)
2019-08-12
1
-2/+2
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215)
Miss Islington (bot)
2019-08-11
1
-0/+7
*
[3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
Serhiy Storchaka
2019-08-09
2
-10/+3
*
bpo-35892: Add usage note to mode() (GH-15122) (GH-15176)
Miss Islington (bot)
2019-08-08
1
-1/+3
*
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...
Miss Islington (bot)
2019-08-07
1
-0/+10
*
bpo-37646: Document that eval() cannot access nested scopes (GH-15117) (GH-1...
Miss Islington (bot)
2019-08-07
1
-6/+10
*
Improve signal documentation (GH-14274)
Miss Islington (bot)
2019-08-06
1
-20/+22
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139)
Miss Islington (bot)
2019-08-05
1
-37/+168
*
bpo-37748: Re-order the Run menu. (GH-15115)
Miss Islington (bot)
2019-08-04
1
-16/+16
*
Update itertools docs (GH-15114) (GH-15118)
Miss Islington (bot)
2019-08-04
1
-6/+6
*
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs...
Miss Islington (bot)
2019-08-04
1
-3/+3
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Miss Islington (bot)
2019-08-04
1
-0/+17
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080)
Miss Islington (bot)
2019-08-02
1
-4/+12
*
bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070)
Miss Islington (bot)
2019-08-01
1
-4/+15
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Miss Islington (bot)
2019-07-31
1
-0/+6
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
Miss Islington (bot)
2019-07-31
1
-0/+3
*
Refined Qt GUI example in the logging cookbook. (GH-15045) (GH-15046)
Miss Islington (bot)
2019-07-31
1
-17/+39
*
bpo-33821: Update IDLE section of What's New 3.7 (GH-15036)
Miss Islington (bot)
2019-07-31
1
-1/+10
*
bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)
Miss Islington (bot)
2019-07-31
1
-0/+27
[prev]
[next]