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
...
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-2/+4
*
Minor documentation fixes on library/enum (GH-15234)
Antoine
2019-08-20
1
-5/+4
*
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
Steve Dower
2019-08-19
1
-7/+4
*
Insert a missing close parenthesis (GH-15316)
cocoatomo
2019-08-17
1
-1/+1
*
fix link to time function from time_ns doc (GH-15285)
Éric Araujo
2019-08-17
1
-1/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
3
-4/+7
*
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
Hai Shi
2019-08-14
1
-3/+12
*
bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)
Abhilash Raj
2019-08-14
1
-0/+47
*
bpo-36502: Correct documentation of str.isspace() (GH-15019)
Greg Price
2019-08-14
1
-3/+7
*
bpo-37256: Wording in Request class docs (#14792)
Ngalim Siregar
2019-08-14
1
-1/+1
*
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi
2019-08-13
1
-1/+14
*
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
Josh Holland
2019-08-13
1
-1/+2
*
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)
Raymond Hettinger
2019-08-12
1
-20/+88
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-0/+4
*
Fix docs for assert_called and assert_called_once (#15197)
Ismail S
2019-08-12
1
-2/+2
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger
2019-08-11
1
-0/+7
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
2
-10/+3
*
bpo-35892: Add usage note to mode() (GH-15122)
Raymond Hettinger
2019-08-08
1
-1/+3
*
Update pickle.rst (GH-14128)
Géry Ogam
2019-08-07
1
-17/+19
*
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...
sweeneyde
2019-08-07
1
-0/+10
*
bpo-37646: Document that eval() cannot access nested scopes (GH-15117)
Raymond Hettinger
2019-08-07
1
-6/+10
*
Improve signal documentation (GH-14274)
Géry Ogam
2019-08-06
1
-20/+22
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
Raymond Hettinger
2019-08-05
1
-37/+168
*
bpo-37748: Re-order the Run menu. (GH-15115)
Terry Jan Reedy
2019-08-04
1
-16/+16
*
Update itertools docs (GH-15114)
Raymond Hettinger
2019-08-04
1
-6/+6
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
1
-0/+6
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-0/+17
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
2
-3/+28
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
1
-4/+12
*
bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)
mental
2019-08-01
1
-4/+15
*
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs...
David H
2019-07-31
1
-3/+3
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Hai Shi
2019-07-31
1
-0/+6
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+3
*
Refined Qt GUI example in the logging cookbook. (GH-15045)
Vinay Sajip
2019-07-31
1
-17/+39
*
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
Terry Jan Reedy
2019-07-31
1
-1/+10
*
bpo-33822: Add IDLE section of What's New 3.8 (#15035)
Terry Jan Reedy
2019-07-31
1
-0/+27
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
2
-2/+2
*
bpo-36084: Add threading Native ID information to What's New documentation (G...
Jake Tesler
2019-07-30
2
-5/+13
*
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...
Pablo Galindo
2019-07-30
2
-4/+8
*
Remove trailing .0 from version changed note (GH-14987)
Nick Coghlan
2019-07-28
1
-1/+1
*
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...
Raymond Hettinger
2019-07-27
1
-1/+2
*
Add Qt GUI example to the logging cookbook. (GH-14978)
Vinay Sajip
2019-07-27
1
-0/+213
*
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
Derek Keeler
2019-07-26
1
-4/+2
*
bpo-35524: Update Windows installer image in docs (GH-14966)
Steve Dower
2019-07-26
1
-0/+0
*
Swap 'if' branches so content matches to condition in importlib example (GH-1...
Tzu-ping Chung
2019-07-25
1
-3/+3
*
bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867)
Stefan Behnel
2019-07-24
1
-2/+40
*
Touch up venv docs (GH-14922)
Brett Cannon
2019-07-23
1
-21/+26
*
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat
2019-07-23
3
-4/+25
*
Update logging cookbook to show multiple worker processes using the concurren...
Vinay Sajip
2019-07-22
1
-0/+35
[prev]
[next]