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-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
2
-0/+15
*
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Xiang Zhang
2018-03-21
1
-1/+11
*
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Cheryl Sabella
2018-03-21
1
-16/+47
*
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
Cheryl Sabella
2018-03-20
1
-0/+169
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
4
-11/+16
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-3/+9
*
bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)
Ned Deily
2018-03-13
2
-6/+0
*
Fix docs markup for asyncio current_task() and all_tasks() (#6089)
Andrew Svetlov
2018-03-12
1
-2/+2
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
1
-0/+9
*
bpo-32996: Improve What's New in 3.7. (#5983)
Serhiy Storchaka
2018-03-11
2
-123/+131
*
bpo-33045: Fix typos in SSL documentation (GH-6065)
Matt Eaton
2018-03-11
1
-2/+2
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
2
-0/+59
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
1
-3/+3
*
bpo-26701: Improve documentation for the rounding special methods. (#6054)
Serhiy Storchaka
2018-03-10
1
-12/+18
*
bpo-26701: Add documentation for __trunc__ (GH-6022)
Eric Appelt
2018-03-10
3
-3/+15
*
Warn that dbm.dumb.open() can crash Python (GH-6047)
Brett Cannon
2018-03-09
1
-0/+5
*
Warn that compile() can crash when compiling to an AST object (GH-6043)
Brett Cannon
2018-03-09
1
-0/+6
*
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...
Brett Cannon
2018-03-09
1
-0/+10
*
controlflow: Use full example for "5 through 9" (GH-5907)
Steven M. Vascellaro
2018-03-09
1
-1/+1
*
Fix some ipaddress documentation errors (GH-6021)
Xiang Zhang
2018-03-08
1
-8/+12
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang
2018-03-07
1
-19/+22
*
Add What's New for issues 32303 and 32305 (GH-5994)
Barry Warsaw
2018-03-05
1
-0/+8
*
bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978)
Cheryl Sabella
2018-03-04
1
-0/+4
*
Fix missing coroutine declaration in the asyncio documentation. (#5964)
Joongi Kim
2018-03-03
1
-1/+1
*
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka
2018-03-02
1
-0/+7
*
bpo-30607: Use external python-doc-theme (GH-2017)
Jon Wayne Parrott
2018-03-01
10
-584/+76
*
Fix typo in logging doc: picked -> pickled (GH-5942)
James Walker
2018-02-28
1
-1/+1
*
Fix 3.8 whatsnew changelog link
Ned Deily
2018-02-28
1
-1/+1
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka
2018-02-27
1
-10/+6
*
bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814)
Paul Ganssle
2018-02-27
1
-0/+10
*
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
2018-02-27
2
-2/+104
*
bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes
2018-02-27
2
-6/+24
*
bpo-28124: deprecate ssl.wrap_socket() (#5888)
Christian Heimes
2018-02-27
2
-182/+215
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
2
-0/+12
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
1
-0/+7
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Mario Corchero
2018-02-25
1
-0/+19
*
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Cheryl Sabella
2018-02-25
1
-1/+1
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
1
-2/+13
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
1
-0/+17
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
2
-11/+36
*
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Mariatta
2018-02-23
1
-1/+1
*
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
cocoatomo
2018-02-23
2
-5/+8
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
2
-43/+95
*
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
Benjamin Peterson
2018-02-21
1
-2/+2
*
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
Harshul jain
2018-02-21
1
-22/+17
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Zackery Spytz
2018-02-20
1
-3/+2
*
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
Terry Jan Reedy
2018-02-18
1
-1/+1
*
Correct venv doc (fix #32540) (#5736)
TROUVERIE Joachim
2018-02-18
1
-4/+3
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+6
*
Fix a typo in asyncio docs (#5721)
Andrew Svetlov
2018-02-17
1
-1/+1
[next]