summaryrefslogtreecommitdiff
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569)Miss Islington (bot)2019-12-101-6/+6
* bpo-39007: Add auditing events to functions in winreg (GH-17541)Miss Islington (bot)2019-12-091-0/+49
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...Miss Islington (bot)2019-12-091-5/+19
* bpo-38916: Document array.array deprecation (GH-17523)Victor Stinner2019-12-091-0/+4
* [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)Miss Islington (bot)2019-12-071-0/+3
* 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-11-301-2/+2
* [3.8] Added missing coma after end of list in subprocess.rst (GH-17389)Jules Lasne (jlasne)2019-11-281-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-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Miss Islington (bot)2019-11-271-2/+2
* [3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)Terry Jan Reedy2019-11-261-1/+2
* bpo-38892: Improve docs for audit event (GH-17361)Miss Islington (bot)2019-11-262-4/+4
* Remove use of deprecated `array.fromstring` method (GH-17332)Miss Islington (bot)2019-11-261-2/+2
* bpo-21063: Improve module synopsis for distutils (GH-17363)Miss Islington (bot)2019-11-254-4/+4
* 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-201-2/+2
* bpo-36277: Add document for pdb debug and retval commands (GH-12872)Miss Islington (bot)2019-11-201-0/+8
* Removed capital letter in parameter in stdtypes.rst (GH-17218)Miss Islington (bot)2019-11-201-1/+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
* bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)Miss Islington (bot)2019-11-171-1/+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
* [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)Serhiy Storchaka2019-11-1236-162/+162
* [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-111-1/+1
* bpo-38382: Document the early-out behavior for a zero (GH-17037) (GH-17078)Miss Islington (bot)2019-11-061-1/+6
* bpo-38696: Fix usage example of HTTPStatus (GH-17066)Miss Islington (bot)2019-11-061-1/+1
* Convert argument to snake_case (GH-16990) (GH-17033)Miss Islington (bot)2019-11-041-2/+2
* 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-304-9/+9
* [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-301-1/+1
* bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)Victor Stinner2019-10-291-1/+1
* bpo-38434: Fixes some audit event documentation (GH-16932)Miss Skeleton (bot)2019-10-262-8/+15
* bpo-38466: Fix threading.excepthook doc (GH-16891)Miss Skeleton (bot)2019-10-221-2/+2
* bpo-38531: document extend action's added version (GH-16865) (GH-16868)Miss Islington (bot)2019-10-201-0/+2
* Remove doc reference to unmaitained Nose package (GH-16849)Miss Islington (bot)2019-10-191-2/+2
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Miss Islington (bot)2019-10-171-3/+5
* bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)Miss Islington (bot)2019-10-131-1/+1
* bpo-38467: Fix argument name of typing functions (GH-16753)Miss Islington (bot)2019-10-131-2/+2
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-131-2/+2
* docs: Add asyncio source code links (GH-16640)Miss Islington (bot)2019-10-1011-4/+54