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 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
*
DOC: fix documentation for copyright and credits (GH-5706)
Gerrit Holl
2018-02-17
1
-3/+7
*
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...
Zackery Spytz
2018-02-17
1
-1/+1
*
bpo-32436: Add docs for contextvars (#5685)
Yury Selivanov
2018-02-16
3
-0/+299
*
Correct the code example in Python 3.7's What's New (GH-5696)
xpvpc
2018-02-16
1
-1/+1
*
Update and sync importlib.resources documentation (#5694)
Barry Warsaw
2018-02-16
1
-5/+22
*
Fix installation instructions for *nix (GH-5605)
Eitan Adler
2018-02-14
1
-2/+4
*
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Zackery Spytz
2018-02-14
1
-8/+0
*
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Nick Coghlan
2018-02-13
3
-13/+48
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-0/+15
*
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
Pablo Galindo
2018-02-11
1
-8/+15
*
bpo-11015: Update test.support documentation (GH-5610)
Cheryl Sabella
2018-02-11
1
-6/+722
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon
2018-02-10
1
-1/+1
*
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
2018-02-09
2
-3/+8
*
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
2018-02-09
6
-18/+18
*
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Alan D Moore
2018-02-09
2
-5/+92
*
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)
Brice Gros
2018-02-07
1
-0/+3
*
Add What's new entry for datetime.fromisoformat (#5559)
Paul Ganssle
2018-02-06
1
-0/+8
*
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...
Serhiy Storchaka
2018-02-05
2
-6/+26
*
Fix typo in whatsnew/3.7.rst (GH-5551)
Dag Heyman
2018-02-05
1
-1/+1
*
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)
Mariatta
2018-02-05
1
-2/+2
*
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...
Cheryl Sabella
2018-02-05
1
-4/+6
*
Fix typo -- missing "not" (GH-5528)
Raymond Hettinger
2018-02-04
1
-1/+1
*
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...
Serhiy Storchaka
2018-02-04
2
-14/+18
[next]