summaryrefslogtreecommitdiff
path: root/Doc/library
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
* 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
* 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
* bpo-30699: Improve example on datetime tzinfo instances (GH-4290)Miss Islington (bot)2019-06-041-51/+60
* 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-36794: Document that Lock.acquire is fair. (GH-13082)Miss Islington (bot)2019-05-291-0/+7
* 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-282-2/+2
* [3.7] Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) (GH-13637)karl ding2019-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-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Miss Islington (bot)2019-05-241-2/+6
* [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-201-1/+5
* Orthographical fix (GH-13418)Miss Islington (bot)2019-05-191-1/+1
* Fixed typo (GH-11522)Miss Islington (bot)2019-05-181-2/+2
* bpo-36908: 'This module is always available' isn't helpful. (GH-13297)Miss Islington (bot)2019-05-172-9/+8
* Doc: Add link threading.settrace to sys.settrace (GH-13345)Miss Islington (bot)2019-05-171-2/+2
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Miss Islington (bot)2019-05-151-2/+2
* [3.7] bpo-36799: Fix typo in ctypes.rst (GH-13104) (GH-13341)Stéphane Wirtel2019-05-151-2/+2
* bpo-36760: Clarify subprocess capture_output docs. (GH-13322)Miss Islington (bot)2019-05-141-1/+3
* Changes to the documentation of normcase (GH-4725)Miss Islington (bot)2019-05-131-4/+4
* bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)Miss Islington (bot)2019-05-131-1/+5
* Docs: Add bz2 usage examples (GH-13258)Miss Islington (bot)2019-05-131-5/+79
* [3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287)Matthias Bussonnier2019-05-131-1/+1
* [3.7] bpo-10536: Enhancements to gettext docs (GH-10324) (GH-13224)Miss Islington (bot)2019-05-091-23/+23
* Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)Miss Islington (bot)2019-05-081-1/+1
* [3.7] bpo-11001: updated cookie docs (GH-13086) (GH-13161)Miss Islington (bot)2019-05-071-7/+9
* bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)Miss Islington (bot)2019-05-071-1/+2
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-062-2/+2
* bpo-36275: enhance documentation for venv.create() (GH-13114)Miss Islington (bot)2019-05-061-1/+6
* Syntax highlight IDLE html doc code example. (GH-12981)Miss Islington (bot)2019-04-261-4/+2
* replace 'sequencial argument' by 'positional' in doc (GH-12925)Miss Islington (bot)2019-04-231-1/+1
* bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)Miss Islington (bot)2019-04-211-0/+1