summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912)...Miss Islington (bot)2018-02-271-10/+6
* bpo-31453: Add setter for min/max protocol version (GH-5259)Miss Islington (bot)2018-02-271-2/+99
* [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)Christian Heimes2018-02-271-6/+18
* bpo-28124: deprecate ssl.wrap_socket() (GH-5888)Miss Islington (bot)2018-02-271-182/+210
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)Miss Islington (bot)2018-02-271-0/+9
* bpo-32394: Remove some TCP options on old version Windows. (GH-5523)Miss Islington (bot)2018-02-261-0/+7
* [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)Miss Islington (bot)2018-02-241-0/+17
* [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)Miss Islington (bot)2018-02-241-11/+28
* bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Miss Islington (bot)2018-02-231-1/+1
* bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)Miss Islington (bot)2018-02-211-2/+2
* bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Miss Islington (bot)2018-02-211-22/+17
* Fix a typo in asyncio docs (GH-5721)Miss Islington (bot)2018-02-171-1/+1
* DOC: fix documentation for copyright and credits (GH-5706)Miss Islington (bot)2018-02-171-3/+7
* bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...Miss Islington (bot)2018-02-171-1/+1
* bpo-32436: Add docs for contextvars (GH-5685)Miss Islington (bot)2018-02-162-0/+280
* Update and sync importlib.resources documentation (GH-5694) (#5697)Miss Islington (bot)2018-02-161-5/+22
* bpo-27846: Delete incorrect note in base64 docs (GH-5666)Miss Islington (bot)2018-02-141-8/+0
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Miss Islington (bot)2018-02-131-1/+8
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) ...Miss Islington (bot)2018-02-121-0/+15
* bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-...Miss Islington (bot)2018-02-111-8/+15
* bpo-11015: Update test.support documentation (GH-5619)Miss Islington (bot)2018-02-111-6/+722
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611)Miss Islington (bot)2018-02-101-1/+1
* bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)Miss Islington (bot)2018-02-091-5/+86
* bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5...Miss Islington (bot)2018-02-071-2/+2
* bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)...Miss Islington (bot)2018-02-071-0/+3
* Fix typo -- missing "not" (GH-5528) (GH-5530)Miss Islington (bot)2018-02-041-1/+1
* bpo-32720: Fixed the definition for width and precision in format mini-langua...Miss Islington (bot)2018-02-041-2/+2
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-042-3/+2
* bpo-32739: Show default value for rotate() (GH-5485) (GH-5514)Miss Islington (bot)2018-02-031-4/+7
* bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)Barry Warsaw2018-02-031-1/+1
* bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265...Miss Islington (bot)2018-02-021-1/+1
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)Miss Islington (bot)2018-02-021-28/+0
* Implement TimerHandle.when() (GH-5473) (GH-5480)Miss Islington (bot)2018-02-011-4/+19
* bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) ...Miss Islington (bot)2018-02-011-0/+31
* Make site documentation more clear (#5461)Xiang Zhang2018-01-311-6/+8
* bpo-30693: zip+tarfile: sort directory listing (#2263)Bernhard M. Wiedemann2018-01-312-2/+9
* bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)Stéphane Wirtel2018-01-301-5/+8
* bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)John Jolly2018-01-301-3/+3
* bpo-31961: subprocess now accepts path-like args (GH-4329)Anders Lorentsen2018-01-301-6/+10
* bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)Bo Bayles2018-01-301-8/+11
* bpo-21417: Add compresslevel= to the zipfile module (GH-5385)Bo Bayles2018-01-301-12/+32
* bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)Julien Palard2018-01-301-3/+4
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-301-7/+0
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-291-4/+9
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+28
* bpo-25988: Deprecate exposing collections.abc in collections GH-5414Raymond Hettinger2018-01-291-2/+2
* bpo-31233, bpo-31151: Document socketserver changes (#5417)Victor Stinner2018-01-291-0/+15
* Fix minor markup typo (#5407)cocoatomo2018-01-291-1/+1
* bpo-32251: Fix docs (#5408)Yury Selivanov2018-01-291-2/+3
* bpo-32373: Add socket.getblocking() method. (#4926)Yury Selivanov2018-01-281-0/+10