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
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912)...
Miss Islington (bot)
2018-02-27
1
-10/+6
*
bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) (g...
Miss Islington (bot)
2018-02-27
1
-0/+10
*
bpo-31453: Add setter for min/max protocol version (GH-5259)
Miss Islington (bot)
2018-02-27
2
-2/+104
*
[3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)
Christian Heimes
2018-02-27
2
-6/+24
*
bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
Miss Islington (bot)
2018-02-27
2
-182/+215
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
Miss Islington (bot)
2018-02-27
2
-0/+12
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
Miss Islington (bot)
2018-02-26
1
-0/+7
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Miss Islington (bot)
2018-02-25
1
-3/+2
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Miss Islington (bot)
2018-02-25
1
-0/+19
*
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Miss Islington (bot)
2018-02-25
1
-1/+1
*
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
Miss Islington (bot)
2018-02-25
1
-2/+13
*
[3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
Miss Islington (bot)
2018-02-24
1
-0/+17
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)
Miss Islington (bot)
2018-02-24
2
-11/+36
*
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Miss Islington (bot)
2018-02-23
1
-1/+1
*
bpo-32924: Fix the Show Source url in the docs. (GH-5835)
Mariatta
2018-02-23
1
-1/+1
*
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
Miss Islington (bot)
2018-02-23
2
-5/+8
*
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
Miss Islington (bot)
2018-02-21
1
-2/+2
*
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
Miss Islington (bot)
2018-02-21
1
-22/+17
*
bpo-32540: Update venv documentation (GH-5736)
Miss Islington (bot)
2018-02-21
1
-4/+3
*
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
Miss Islington (bot)
2018-02-18
1
-1/+1
*
bpo-31333: Re-implement ABCMeta in C (GH-5733)
Ivan Levkivskyi
2018-02-18
1
-0/+6
*
Fix a typo in asyncio docs (GH-5721)
Miss Islington (bot)
2018-02-17
1
-1/+1
*
DOC: fix documentation for copyright and credits (GH-5706)
Miss Islington (bot)
2018-02-17
1
-3/+7
*
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...
Miss Islington (bot)
2018-02-17
1
-1/+1
*
Correct the code example in Python 3.7's What's New (GH-5696)
Miss Islington (bot)
2018-02-16
1
-1/+1
*
bpo-32436: Add docs for contextvars (GH-5685)
Miss Islington (bot)
2018-02-16
3
-0/+299
*
Update and sync importlib.resources documentation (GH-5694) (#5697)
Miss Islington (bot)
2018-02-16
1
-5/+22
*
Fix installation instructions for *nix (GH-5605)
Miss Islington (bot)
2018-02-14
1
-2/+4
*
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Miss Islington (bot)
2018-02-14
1
-8/+0
*
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Miss Islington (bot)
2018-02-13
3
-13/+48
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) ...
Miss Islington (bot)
2018-02-12
1
-0/+15
*
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-...
Miss Islington (bot)
2018-02-11
1
-8/+15
*
bpo-11015: Update test.support documentation (GH-5619)
Miss Islington (bot)
2018-02-11
1
-6/+722
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611)
Miss Islington (bot)
2018-02-10
1
-1/+1
*
Make formatting of some return codes conforming to the general style. (GH-558...
Miss Islington (bot)
2018-02-09
6
-18/+18
*
bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)
Miss Islington (bot)
2018-02-09
2
-5/+92
*
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5...
Miss Islington (bot)
2018-02-07
1
-2/+2
*
Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)
Miss Islington (bot)
2018-02-07
1
-1/+1
*
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)...
Miss Islington (bot)
2018-02-07
1
-0/+3
*
[3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property...
Miss Islington (bot)
2018-02-05
1
-4/+6
*
Fix typo -- missing "not" (GH-5528) (GH-5530)
Miss Islington (bot)
2018-02-04
1
-1/+1
*
bpo-32720: Fixed the definition for width and precision in format mini-langua...
Miss Islington (bot)
2018-02-04
1
-2/+2
*
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
Miss Islington (bot)
2018-02-04
2
-3/+2
*
bpo-32739: Show default value for rotate() (GH-5485) (GH-5514)
Miss Islington (bot)
2018-02-03
1
-4/+7
*
bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)
Barry Warsaw
2018-02-03
1
-1/+1
*
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265...
Miss Islington (bot)
2018-02-02
3
-6/+21
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
Miss Islington (bot)
2018-02-02
1
-28/+0
*
Implement TimerHandle.when() (GH-5473) (GH-5480)
Miss Islington (bot)
2018-02-01
1
-4/+19
*
bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) ...
Miss Islington (bot)
2018-02-01
1
-0/+31
*
Update Doc build for split off of 3.7 branch
Ned Deily
2018-01-31
3
-2/+4
[next]