summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-081-2/+2
* [3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...Miss Islington (bot)2019-07-011-0/+5
* Improve Windows commands in tutorial (GH-14401)Steve Dower2019-07-011-6/+4
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Miss Islington (bot)2019-06-181-15/+20
* bpo-5680: IDLE: Customize running a module (GH-13763)Miss Islington (bot)2019-06-171-1/+15
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Miss Islington (bot)2019-06-171-1/+4
* bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)Victor Stinner2019-06-171-6/+13
* bpo-28805: document METH_FASTCALL (GH-14079)Miss Islington (bot)2019-06-161-12/+51
* Doc: Remove an ugly space before a dot. (GH-14123)Miss Islington (bot)2019-06-161-1/+1
* [3.7] Doc: Add an optional obsolete header. (GH-13638). (GH-13655)Julien Palard2019-06-152-0/+20
* Update weakref.rst (GH-14098)Miss Islington (bot)2019-06-151-5/+6
* Update concurrent.futures.rst (GH-14061)Miss Islington (bot)2019-06-141-6/+8
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Miss Islington (bot)2019-06-111-4/+4
* [3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)Makdon2019-06-111-2/+2
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)Miss Islington (bot)2019-06-081-4/+6
* [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-2/+4
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Miss Islington (bot)2019-06-042-2/+4
* bpo-30699: Improve example on datetime tzinfo instances (GH-4290)Miss Islington (bot)2019-06-041-51/+60
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Miss Islington (bot)2019-06-031-3/+2
* Doc fix: duplicate object description of email.message (GH-13742)Miss Islington (bot)2019-06-031-0/+1
* bpo-19184: Update the documentation of dis module. (GH-13652) (GH-13755)Miss Islington (bot)2019-06-031-3/+7
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Miss Islington (bot)2019-06-021-2/+3
* Improve version added references in `typing` module docs (GH-13457)Miss Islington (bot)2019-06-011-4/+18
* Doc: Correct the creation year and the credits of the Logo Programming langua...Miss Islington (bot)2019-06-011-2/+2
* bpo-18911: clarify that the minidom XML writer receives texts but not bytes (...Miss Islington (bot)2019-06-011-5/+6
* bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)Miss Islington (bot)2019-05-311-0/+5
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Miss Islington (bot)2019-05-311-1/+1
* bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)Miss Islington (bot)2019-05-311-4/+12
* bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)Miss Islington (bot)2019-05-301-5/+6
* bpo-36794: Document that Lock.acquire is fair. (GH-13082)Miss Islington (bot)2019-05-291-0/+7
* bpo-36739: Update controlflow.rst (GH-12983)Miss Islington (bot)2019-05-281-3/+5
* bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) (GH-...Miss Islington (bot)2019-05-281-0/+4
* Docs: FIX broken links. (GH-13491)Miss Islington (bot)2019-05-287-15/+18
* [3.7] Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) (GH-13637)karl ding2019-05-281-1/+1
* Doc: Add missing forward reference in the tutorial. (GH-13499)Miss Islington (bot)2019-05-281-3/+3
* Doc: Space breaking whole definition. (GH-13615)Miss Islington (bot)2019-05-281-1/+1
* Remove outdated time.monotonic reference (GH-13264)Miss Islington (bot)2019-05-281-2/+1
* Fix broken :ref: in asyncio docs (GH-11805)Miss Islington (bot)2019-05-271-1/+1
* bpo-37039: IDLE - zoomheight fixes (GH-13576)Miss Islington (bot)2019-05-271-5/+5
* bpo-37051: Refine note on what objects are hashable (GH-13587) (GH-13595)Miss Islington (bot)2019-05-271-2/+4
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Miss Islington (bot)2019-05-242-8/+12
* bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462)Miss Islington (bot)2019-05-234-9/+14
* bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)Victor Stinner2019-05-221-0/+2
* [3.7] bpo-19376: Added doc mentioning `datetime.strptime()` without a year fa...Tal Einat2019-05-211-0/+4
* [3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980...Geoff Shannon2019-05-211-4/+25
* bpo-36958: In IDLE, print exit message (GH-13435)Miss Islington (bot)2019-05-201-0/+3
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Miss Islington (bot)2019-05-2026-19/+52
* Orthographical fix (GH-13418)Miss Islington (bot)2019-05-191-1/+1
* bpo-36783: Add new references for C API Documentation changes (GH-13204)Miss Islington (bot)2019-05-182-6/+23
* Fixed typo (GH-11522)Miss Islington (bot)2019-05-181-2/+2