summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)Miss Islington (bot)2019-12-031-1/+2
* document threading.Lock.locked() (GH-17427)Miss Islington (bot)2019-12-011-0/+4
* Fix typos (GH-17423)Miss Islington (bot)2019-12-011-2/+2
* [3.8] Added missing coma after end of list in subprocess.rst (GH-17389)Jules Lasne (jlasne)2019-11-291-1/+1
* bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are...Steve Dower2019-11-281-1/+22
* bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)Tzu-ping Chung2019-11-281-8/+0
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Miss Islington (bot)2019-11-281-5/+8
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Miss Islington (bot)2019-11-281-2/+2
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Miss Islington (bot)2019-11-271-1/+12
* [3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)Terry Jan Reedy2019-11-271-1/+2
* bpo-38892: Improve docs for audit event (GH-17361)Miss Islington (bot)2019-11-263-15/+16
* Remove use of deprecated `array.fromstring` method (GH-17332)Miss Islington (bot)2019-11-262-3/+3
* bpo-21063: Improve module synopsis for distutils (GH-17363)Miss Islington (bot)2019-11-255-9/+9
* closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)Miss Islington (bot)2019-11-221-10/+5
* bpo-38526: Fix zipfile.Path method name to be the correct one (GH-17317)Miss Islington (bot)2019-11-211-1/+1
* [3.8] bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3....Lisa Roach2019-11-211-1/+1
* Update functions.rst (GH-16468)Miss Islington (bot)2019-11-211-2/+2
* bpo-36277: Add document for pdb debug and retval commands (GH-12872)Miss Islington (bot)2019-11-211-0/+8
* Removed capital letter in parameter in stdtypes.rst (GH-17218)Miss Islington (bot)2019-11-211-1/+1
* Fixed an incorrect sentence in the docs (GH-17205)Miss Islington (bot)2019-11-211-2/+1
* Add missing comma and period in unittest docs (GH-17211)Miss Islington (bot)2019-11-191-1/+1
* bpo-38622: Add missing audit events for ctypes module (GH-17158)Miss Islington (bot)2019-11-181-0/+36
* Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)Miss Islington (bot)2019-11-181-1/+1
* [3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221)Vinay Sajip2019-11-181-1/+1
* bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)Miss Islington (bot)2019-11-182-16/+20
* bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208)Miss Islington (bot)2019-11-171-5/+9
* Updated missing periods in cmdline.rst (GH-17173)Miss Islington (bot)2019-11-151-3/+3
* Fix the description of isdatadescriptor in inspect.rst (GH-16645)Miss Islington (bot)2019-11-151-1/+1
* bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)Miss Islington (bot)2019-11-151-1/+9
* bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)Miss Islington (bot)2019-11-152-1/+40
* bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)Miss Islington (bot)2019-11-153-3/+3
* Fix minor typos. (GH-17095)Miss Islington (bot)2019-11-131-3/+3
* [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)Serhiy Storchaka2019-11-1238-168/+168
* [3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122)Miss Islington (bot)2019-11-121-2/+2
* bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) (G...Miss Islington (bot)2019-11-121-9/+9
* bpo-38771: Explict test for None in code example (GH-17108) (GH-17109)Miss Islington (bot)2019-11-121-1/+1
* bpo-38382: Document the early-out behavior for a zero (GH-17037) (GH-17078)Miss Islington (bot)2019-11-071-1/+6
* bpo-38696: Fix usage example of HTTPStatus (GH-17066)Miss Islington (bot)2019-11-061-1/+1
* [3.8] Update interpreter.rst (GH-17059) (GH-17060)Jules Lasne (jlasne)2019-11-051-1/+1
* [3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...Miss Islington (bot)2019-11-051-0/+11
* Convert argument to snake_case (GH-16990) (GH-17033)Miss Islington (bot)2019-11-051-2/+2
* bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041)Miss Skeleton (bot)2019-11-041-3/+52
* bpo-38388: Document pickle protocol version 5 (GH-16639)Miss Skeleton (bot)2019-11-031-1/+5
* [3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)Jon Janzen2019-11-021-2/+2
* Update the URL for the requests package (GH-17006)Miss Skeleton (bot)2019-10-312-2/+2
* [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)Serhiy Storchaka2019-10-3027-68/+68
* [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-3054-720/+720
* bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)Victor Stinner2019-10-291-1/+1
* Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)Miss Skeleton (bot)2019-10-291-1/+2
* bpo-38534: Replace wrong KB number references (GH-16955)Miss Skeleton (bot)2019-10-281-1/+1