Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.0b3
/
Doc
tag
aa8b7b7c6c1dbe44789745108396b20b85dbec39
tagger
Ned Deily <nad@python.org>
Thu Mar 29 11:59:02 2018
object
4e7efa9c6f3518c4dd4c332cf7929168e7d44e25
Python 3.7.0b3
a470b74
Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)
by Miss Islington (bot)
· 7 years ago
a48614b
FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302)
by Miss Islington (bot)
· 7 years ago
fd93666
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
by Serhiy Storchaka
· 7 years ago
6124d8e
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6294)
by Miss Islington (bot)
· 7 years ago
6cb556f
s/the the/the/ (GH-6287)
by Miss Islington (bot)
· 7 years ago
211c0db
Fix senfile typo (GH-6265) (#6274)
by Miss Islington (bot)
· 7 years ago
f328caf
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (#GH-6266)
by Miss Islington (bot)
· 7 years ago
d01a805
Corrected link targets in collections.rst (GH-1052)
by Miss Islington (bot)
· 7 years ago
7aef297
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776)
by Miss Islington (bot)
· 7 years ago
bc3e009
Clarify fd inheritance when close_fds=False. (GH-6240)
by Miss Islington (bot)
· 7 years ago
ee37845
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236)
by Nick Coghlan
· 7 years ago
c6d94c3
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
by Miss Islington (bot)
· 7 years ago
45738ed
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
by Miss Islington (bot)
· 7 years ago
f8d2c3c
bpo-31639: Use threads in http.server module. (GH-5018)
by Miss Islington (bot)
· 7 years ago
67d3f8b
Fix a reference to the MRE book in re docs (GH-1113)
by Miss Islington (bot)
· 7 years ago
3326c92
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
by Miss Islington (bot)
· 7 years ago
a323eee
bpo-18802: Add more details to ipaddress documentation (GH-6083)
by Miss Islington (bot)
· 7 years ago
a70b8f5
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
by Miss Islington (bot)
· 7 years ago
136905f
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
by Miss Islington (bot)
· 7 years ago
d461ed8
bpo-29719: Remove Date and Release field in whatsnew/3.7 (GH-6094)
by Ned Deily
· 7 years ago
ee28cd5
Fix docs markup for asyncio current_task() and all_tasks() (GH-6089)
by Miss Islington (bot)
· 7 years ago
720a4b6
bpo-32996: Improve What's New in 3.7. (GH-5983)
by Miss Islington (bot)
· 7 years ago
17b6c19
bpo-33045: Fix typos in SSL documentation (GH-6065)
by Miss Islington (bot)
· 7 years ago
3ca5efc
controlflow: Use full example for "5 through 9" (GH-5907)
by Miss Islington (bot)
· 7 years ago
e8a5a92
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
by Miss Islington (bot)
· 7 years ago
8909078
bpo-26701: Improve documentation for the rounding special methods. (GH-6054)
by Miss Islington (bot)
· 7 years ago
f34e0d6
bpo-26701: Add documentation for __trunc__ (GH-6049)
by Miss Islington (bot)
· 7 years ago
6826589
Warn that dbm.dumb.open() can crash Python (GH-6047) (GH-6048)
by Miss Islington (bot)
· 7 years ago
fc5e095
Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-6045)
by Miss Islington (bot)
· 7 years ago
f2fffd4
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) (GH-6041)
by Miss Islington (bot)
· 7 years ago
c072e25
Fix some ipaddress documentation errors (GH-6021)
by Miss Islington (bot)
· 7 years ago
c4d77a6
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
by Miss Islington (bot)
· 7 years ago
063c637
Add What's New for issues 32303 and 32305 (GH-5994) (GH-5995)
by Miss Islington (bot)
· 7 years ago
f92478d
[3.7] bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) (GH-5979)
by Miss Islington (bot)
· 7 years ago
0f7cf7e
Fix missing coroutine declaration in the asyncio documentation. (GH-5964)
by Miss Islington (bot)
· 7 years ago
a13b654
bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930)
by Miss Islington (bot)
· 7 years ago
0e06be8
Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)
by Miss Islington (bot)
· 7 years ago
82734a6
Fix typo in logging doc: picked -> pickled (GH-5942)
by Miss Islington (bot)
· 7 years ago
b7dcae3
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931)
by Miss Islington (bot)
· 7 years ago
fff596f
bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) (gh-5929)
by Miss Islington (bot)
· 7 years ago
4c842b0
bpo-31453: Add setter for min/max protocol version (GH-5259)
by Miss Islington (bot)
· 7 years ago
89c2051
[3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)
by Christian Heimes
· 7 years ago
102d520
bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
by Miss Islington (bot)
· 7 years ago
2614ed4
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
by Miss Islington (bot)
· 7 years ago
53d3f8a
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
by Miss Islington (bot)
· 7 years ago
139e646
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767)
by Miss Islington (bot)
· 7 years ago
e48e649
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)
by Miss Islington (bot)
· 7 years ago
ddf2485
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
by Miss Islington (bot)
· 7 years ago
b5655f3
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
by Miss Islington (bot)
· 7 years ago
01d9c23
[3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
by Miss Islington (bot)
· 7 years ago
1c37e27
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)
by Miss Islington (bot)
· 7 years ago
1ad6ca5
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
by Miss Islington (bot)
· 7 years ago
079d75d
bpo-32924: Fix the Show Source url in the docs. (GH-5835)
by Mariatta
· 7 years ago
c673a62
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
by Miss Islington (bot)
· 7 years ago
e5d38de
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
by Miss Islington (bot)
· 7 years ago
7452f6d
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
by Miss Islington (bot)
· 7 years ago
98a86cb
bpo-32540: Update venv documentation (GH-5736)
by Miss Islington (bot)
· 7 years ago
034a945
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
by Miss Islington (bot)
· 7 years ago
3892899
bpo-31333: Re-implement ABCMeta in C (GH-5733)
by Ivan Levkivskyi
· 7 years ago
aeb5d73
Fix a typo in asyncio docs (GH-5721)
by Miss Islington (bot)
· 8 years ago
025544a
DOC: fix documentation for copyright and credits (GH-5706)
by Miss Islington (bot)
· 8 years ago
0f76411
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
by Miss Islington (bot)
· 8 years ago
803e1a5
Correct the code example in Python 3.7's What's New (GH-5696)
by Miss Islington (bot)
· 8 years ago
af6eaae
bpo-32436: Add docs for contextvars (GH-5685)
by Miss Islington (bot)
· 8 years ago
f26b019
Update and sync importlib.resources documentation (GH-5694) (#5697)
by Miss Islington (bot)
· 8 years ago
8e29fd4
Fix installation instructions for *nix (GH-5605)
by Miss Islington (bot)
· 8 years ago
2e8d900
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
by Miss Islington (bot)
· 8 years ago
53374cc
bpo-30579: Docs for dynamic traceback creation (GH-5653)
by Miss Islington (bot)
· 8 years ago
0442599
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641)
by Miss Islington (bot)
· 8 years ago
ba4f218
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631)
by Miss Islington (bot)
· 8 years ago
a0b998d
bpo-11015: Update test.support documentation (GH-5619)
by Miss Islington (bot)
· 8 years ago
e603320
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611)
by Miss Islington (bot)
· 8 years ago
3a047a7
Make formatting of some return codes conforming to the general style. (GH-5587) (GH-5597)
by Miss Islington (bot)
· 8 years ago
105fcbf
bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)
by Miss Islington (bot)
· 8 years ago
a747cf6
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546)
by Miss Islington (bot)
· 8 years ago
a702f6b
Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)
by Miss Islington (bot)
· 8 years ago
4e7a964
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572)
by Miss Islington (bot)
· 8 years ago
fea0a12
[3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543)
by Miss Islington (bot)
· 8 years ago
5c5e61b
Fix typo -- missing "not" (GH-5528) (GH-5530)
by Miss Islington (bot)
· 8 years ago
133514e
bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524)
by Miss Islington (bot)
· 8 years ago
e86db34
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
by Miss Islington (bot)
· 8 years ago
52f7458
bpo-32739: Show default value for rotate() (GH-5485) (GH-5514)
by Miss Islington (bot)
· 8 years ago
a23d30f
bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)
by Barry Warsaw
· 8 years ago
c7de1d7
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) (#5499)
by Miss Islington (bot)
· 8 years ago
29fd9ea
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
by Miss Islington (bot)
· 8 years ago
71a0b0e
Implement TimerHandle.when() (GH-5473) (GH-5480)
by Miss Islington (bot)
· 8 years ago
4d65430
bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470)
by Miss Islington (bot)
· 8 years ago
7f38637
Update Doc build for split off of 3.7 branch
by Ned Deily
· 8 years ago
70e3042
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
by Cheryl Sabella
· 8 years ago
f3da70f
Make site documentation more clear (#5461)
by Xiang Zhang
· 8 years ago
57750be
bpo-30693: zip+tarfile: sort directory listing (#2263)
by Bernhard M. Wiedemann
· 8 years ago
67adb31
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
by Stéphane Wirtel
· 8 years ago
066df4f
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
by John Jolly
· 8 years ago
dd42cb7
bpo-31961: subprocess now accepts path-like args (GH-4329)
by Anders Lorentsen
· 8 years ago
ce0f33d
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
by Bo Bayles
· 8 years ago
ce237c7
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
by Bo Bayles
· 8 years ago
9424dcb
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
by Julien Palard
· 8 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 8 years ago
b6e43af
bpo-28134: Auto-detect socket values from file descriptor (#1349)
by Christian Heimes
· 8 years ago
72a0d21
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
by Pablo Galindo
· 8 years ago
Next »