summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Sergey Fedoseev2019-08-223-36/+24
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-213-2/+65
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-211-1/+9
* Update asyncio.ensure_future() documentation (GH-15347)Roger Iyengar2019-08-211-1/+3
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Michael Anckaert2019-08-211-1/+1
* Minor documentation fixes on library/enum (GH-15234)Antoine2019-08-201-5/+4
* fix link to time function from time_ns doc (GH-15285)Éric Araujo2019-08-171-1/+1
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-161-2/+4
* bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)Hai Shi2019-08-141-3/+12
* bpo-36502: Correct documentation of str.isspace() (GH-15019)Greg Price2019-08-141-3/+7
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-141-1/+1
* bpo-37689: add Path.is_relative_to() method (GH-14982)Hai Shi2019-08-131-1/+14
* bpo-37814: Document the empty tuple type annotation syntax (GH-15208)Josh Holland2019-08-131-1/+2
* Fix docs for assert_called and assert_called_once (#15197)Ismail S2019-08-121-2/+2
* bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)Raymond Hettinger2019-08-111-0/+7
* bpo-35892: Add usage note to mode() (GH-15122)Raymond Hettinger2019-08-081-1/+3
* Update pickle.rst (GH-14128)Géry Ogam2019-08-071-17/+19
* bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...sweeneyde2019-08-071-0/+10
* bpo-37646: Document that eval() cannot access nested scopes (GH-15117)Raymond Hettinger2019-08-071-6/+10
* Improve signal documentation (GH-14274)Géry Ogam2019-08-061-20/+22
* bpo-37748: Re-order the Run menu. (GH-15115)Terry Jan Reedy2019-08-041-16/+16
* Update itertools docs (GH-15114)Raymond Hettinger2019-08-041-6/+6
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-041-0/+6
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Serhiy Storchaka2019-08-041-0/+17
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-031-3/+8
* bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs...David H2019-07-311-3/+3
* bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)karl ding2019-07-311-0/+3
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-302-2/+2
* bpo-36084: Add threading Native ID information to What's New documentation (G...Jake Tesler2019-07-301-1/+1
* bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...Pablo Galindo2019-07-301-4/+4
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Raymond Hettinger2019-07-271-1/+2
* Swap 'if' branches so content matches to condition in importlib example (GH-1...Tzu-ping Chung2019-07-251-3/+3
* bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867)Stefan Behnel2019-07-241-2/+40
* Touch up venv docs (GH-14922)Brett Cannon2019-07-231-21/+26
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-4/+13
* Add examples to elucidate the formulas (GH-14898)Raymond Hettinger2019-07-211-6/+10
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* bpo-37624: Document weight assumptions for random.choices() (GH-14855)Raymond Hettinger2019-07-191-1/+2
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-161-5/+5
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-151-0/+4
* bpo-37571: Remove extra space in ctypes docs (GH14764)Steve Dower2019-07-141-1/+1
* bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)Michele Angrisano2019-07-141-3/+8
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-141-0/+4
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-131-0/+3
* bpo-37548: Document range of atan, acos and asin (GH-14717)Giovanni Cappellotto2019-07-131-3/+6
* bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)Milan Oberkirch2019-07-131-1/+1
* Fix typo in re.escape documentation (GH-14722)Robert DiPietro2019-07-131-1/+1
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-121-9/+9
* closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)Mariatta2019-07-111-1/+1
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Tal Einat2019-07-111-3/+4