summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 00165-crypt-module-salt-backport.patchFedora Python maintainers2020-09-291-9/+104
* document threading.Lock.locked() (GH-17427)Miss Islington (bot)2019-12-011-0/+4
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Ashley Whetter2019-10-181-0/+10
* bpo-32758: Warn that compile() can crash when compiling to an AST object (GH-...Ashley Whetter2019-10-181-0/+6
* [2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15...Benjamin Peterson2019-09-091-1/+1
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...Serhiy Storchaka2019-09-091-0/+4
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Miss Islington (bot)2019-08-211-1/+1
* [2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError i...David H2019-08-051-3/+3
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Miss Islington (bot)2019-07-111-3/+4
* Document default parameter of .seek() in the signature. (GH-14691)Miss Islington (bot)2019-07-111-2/+2
* bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)Miss Islington (bot)2019-07-071-1/+1
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-2/+2
* [2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH...Miss Islington (bot)2019-06-301-0/+3
* [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110)Alex Gaynor2019-06-181-1/+1
* Update outdated reference to Mercurial (GH-12857)Anthony Sottile2019-06-051-1/+1
* bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)Inada Naoki2019-04-092-2/+2
* bpo-30134: add BytesWarning in warnings.rst (GH-12738)Inada Naoki2019-04-091-0/+3
* bpo-30134: add an explanation of BytesWarning (GH-1249)cocoatomo2019-04-091-0/+7
* bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)Miss Islington (bot)2019-03-251-12/+10
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+20
* Fix the documentation for set.copy() (GH-12176)Miss Islington (bot)2019-03-071-1/+1
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...Stéphane Wirtel2019-03-051-0/+5
* bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995)Alan Grgic2019-02-231-1/+1
* [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)stratakis2019-02-151-0/+9
* [2.7] bpo-28043: improved default settings for SSLContext (GH-10608)stratakis2019-02-151-0/+11
* [2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10...stratakis2019-02-151-5/+3
* bpo-34512: Document platform-specific strftime() behavior for non-ASCII forma...Miss Islington (bot)2019-01-121-0/+6
* [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)Andre Delfino2018-12-061-1/+1
* Fix typo in xml.dom.minidom documentation (GH-10956)Miss Islington (bot)2018-12-051-1/+1
* [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-105...Serhiy Storchaka2018-12-051-4/+4
* [2.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...E Kawashima2018-12-011-1/+1
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
* [2.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-1002...Julien Palard2018-11-222-1/+1
* [2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535)Andrés Delfino2018-11-141-3/+3
* glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)Miss Islington (bot)2018-11-071-1/+1
* Correct grammar mistakes in string.rst. (GH-9752)Miss Islington (bot)2018-11-071-2/+2
* [2.7] bpo-32804: Include the context parameter in urlretrieve documentation (...Lysandros Nikolaou2018-11-011-2/+15
* bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969)matthewbelisle-wf2018-10-302-4/+16
* bpo-27741: Better wording for datetime.strptime() (GH-9994)Miss Islington (bot)2018-10-291-1/+3
* [2.7] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10157)Mariatta2018-10-271-1/+1
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-271-3/+4
* [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH...Miss Islington (bot)2018-10-261-1/+1
* [2.7] bpo-34576 : Backport eeab510 2.7 (#10115)Senthil Kumaran2018-10-261-0/+4
* [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-241-3/+5
* [2.7] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH...Xiang Zhang2018-10-231-3/+3
* bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-201-4/+5
* [2.7] bpo-13407: Mention that bz2/tarfile doesn't support multi-stream bzip2 ...Andrés Delfino2018-09-292-0/+8
* [2.7] bpo-33216: Clarify the documentation for CALL_FUNCTION_* (GH-8338) (GH-...Serhiy Storchaka2018-09-171-20/+53
* bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)Mickaël Schoentgen2018-09-031-2/+4
* Make it more clear that setUpClass runs before each class, not "class run" (G...Miss Islington (bot)2018-08-231-1/+1