summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Saiyang Gou2020-02-137-0/+117
* bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Roger Hurwitz2020-02-111-6/+0
* bpo-39417: Fix broken link to guide to building venvs (GH-18432)Ogi Moore2020-02-101-1/+1
* bpo-13826: Clarify Popen constructor example (GH-18438)Tim D. Smith2020-02-101-2/+8
* bpo-39594: Fix typo in os.times documentation (GH-18443)Roger Hurwitz2020-02-101-4/+2
* Issue3950: Fix docs for default locale used by gettext to match implementatio...Carl2020-02-101-2/+2
* Remove redundant references in struct doc (GH-18053)Christophe Nanteuil2020-02-101-2/+2
* bpo-39369 Doc: Update mmap readline method documentation (GH-17957)Wellington Pardim2020-02-101-1/+2
* Remove note saying patch is straightforward (#18431)Brian Curtin2020-02-101-2/+1
* bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...idomic2020-02-101-2/+3
* Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...Saiyang Gou2020-02-082-3/+15
* bpo-39350: Fix fractions for int subclasses (GH-18375)Victor Stinner2020-02-071-0/+4
* bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)Jakub Stasiak2020-02-051-1/+101
* bpo-39184: Add audit events to command execution functions in os and pty modu...Saiyang Gou2020-02-052-0/+11
* bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)Kyle Stanley2020-02-021-1/+13
* fixes typos in http.client documentation (#18300)James Corbett2020-02-011-2/+2
* bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)Andrew Svetlov2020-02-011-2/+2
* Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)Julien Palard2020-01-311-2/+2
* bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)Victor Stinner2020-01-301-2/+0
* bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)RĂ©mi Lapeyre2020-01-281-8/+14
* bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)Raymond Hettinger2020-01-281-5/+5
* bpo-39392: Turtle overlap fill depends on OS (#18223)Terry Jan Reedy2020-01-271-0/+5
* bpo-39320: Handle unpacking of **values in compiler (GH-18141)Mark Shannon2020-01-271-14/+7
* bpo-36018: Add another example for NormalDist() (#18191)Raymond Hettinger2020-01-261-0/+36
* bpo-36654: Add examples for using tokenize module programmically (#12947)Windson yang2020-01-251-0/+19
* bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)Paulo Henrique Silva2020-01-251-1/+2
* bpo-39395: putenv() and unsetenv() always available (GH-18135)Victor Stinner2020-01-241-24/+19
* bpo-39413: Implement os.unsetenv() on Windows (GH-18163)Victor Stinner2020-01-241-0/+3
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-248-18/+246
* bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-1...Pablo Galindo2020-01-231-75/+67
* bpo-17005: Add a class to perform topological sorting to the standard library...Pablo Galindo2020-01-231-0/+208
* bpo-39320: Handle unpacking of *values in compiler (GH-17984)Mark Shannon2020-01-231-28/+9
* bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)William Woodruff2020-01-231-1/+4
* bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)Dong-hee Na2020-01-221-27/+0
* Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)Victor Stinner2020-01-221-3/+0
* bpo-39353: Deprecate the binhex module (GH-18025)Victor Stinner2020-01-222-0/+12
* bpo-39377: json: Update doc about the encoding option. (GH-18076)Inada Naoki2020-01-221-5/+4
* bpo-39413: Implement os.unsetenv() on Windows (GH-18104)Victor Stinner2020-01-211-0/+3
* improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)Carl Friedrich Bolz-Tereick2020-01-211-8/+10
* bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)Peter Bittner2020-01-201-3/+2
* Fix asyncio.get_event_loop() documentation (GH-18051)Andrew Svetlov2020-01-201-2/+4
* Fix Lock.locked() to remove extra bold highlighting (#18042)Grant Jenks2020-01-171-0/+1
* bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)Victor Stinner2020-01-161-6/+8
* bpo-39350: Remove deprecated fractions.gcd() (GH-18021)Victor Stinner2020-01-161-12/+0
* bpo-39351: Remove base64.encodestring() (GH-18022)Victor Stinner2020-01-161-12/+0
* bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)Oz N Tiram2020-01-151-1/+3
* bpo-37958: Adding get_profile_dict to pstats (GH-15495)Daniel Olshansky2020-01-151-0/+11
* Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)Antoine2020-01-151-1/+1
* bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)Victor Stinner2020-01-151-0/+2
* Fix AsyncMock base class in the docs (GH-18008)Elena Oat2020-01-151-1/+1