Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #25314: Remove confused statement about const argument | Martin Panter | 2016-04-09 | 1 | -3/+3 | |
| | ||||||
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 12 | -15/+15 | |
| | | | | This affects documentation and code comments. | |||||
* | Issue #26747: Document that InstanceTypes only works for old-style classes | Berker Peksag | 2016-04-14 | 1 | -1/+1 | |
| | | | | Patch by Nan Wu. | |||||
* | Update susp-ignore file (#25910). | Georg Brandl | 2016-02-28 | 1 | -1/+1 | |
| | ||||||
* | Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan | Martin Panter | 2016-04-13 | 1 | -2/+2 | |
| | ||||||
* | Clarify greedy-qualifier example, avoid HTML. | Georg Brandl | 2016-04-12 | 1 | -4/+4 | |
| | ||||||
* | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 2 | -3/+3 | |
| | ||||||
* | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 5 | -8/+8 | |
| | ||||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 44 | -177/+172 | |
| | | | | to SilentGhost for the patch. | |||||
* | Issue #6953: Rearrange and expand Readline module documentation | Martin Panter | 2016-04-05 | 1 | -58/+114 | |
| | | | | | | | | | | | | | | | | | * Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific | |||||
* | Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links | Martin Panter | 2016-04-01 | 1 | -50/+53 | |
| | ||||||
* | Added a cookbook recipe for a logging context manager. | Vinay Sajip | 2016-04-01 | 1 | -0/+102 | |
| | ||||||
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 6 | -7/+7 | |
| | ||||||
* | Issue #15660: Further clarify 0 prefix for width specifier in formats. | Terry Jan Reedy | 2016-03-21 | 1 | -2/+4 | |
| | ||||||
* | Issue #23857: Implement PEP 493 | Nick Coghlan | 2016-03-20 | 3 | -6/+79 | |
| | | | | | | Adds a Python-2-only ssl module API and environment variable to configure the default handling of SSL/TLS certificates for HTTPS connections. | |||||
* | #26250: document the sqlite3.Cursor.connection attribute. Initial patches ↵ | Ezio Melotti | 2016-03-18 | 1 | -0/+12 | |
| | | | | by Aviv Palivoda and Varpu Rantala. | |||||
* | #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. | Ezio Melotti | 2016-03-13 | 1 | -0/+5 | |
| | ||||||
* | #25687: clarify that errors in tearDown increase the total number of ↵ | Ezio Melotti | 2016-03-13 | 1 | -4/+6 | |
| | | | | reported errors. Initial patch by HyeSoo Park. | |||||
* | #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. | Ezio Melotti | 2016-03-11 | 1 | -0/+11 | |
| | ||||||
* | Fix inspect.ismethod() doc | Victor Stinner | 2016-03-11 | 1 | -1/+2 | |
| | | | | | | | Closes #16851: Fix inspect.ismethod() doc, return also True if object is an unbound method. Patch written by Anna Koroliuk. | |||||
* | Issue #15068: Got rid of excessive buffering in the fileinput module. | Serhiy Storchaka | 2016-03-08 | 1 | -0/+6 | |
| | | | | The bufsize parameter is no longer used. | |||||
* | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 1 | -4/+4 | |
| | | | | Patch by Alex Willmer. | |||||
* | Document another recipe for itertools: all_equal(). Inspired by David Beazley. | Raymond Hettinger | 2016-03-07 | 1 | -0/+5 | |
| | ||||||
* | Issue #26485: Fix Sphinx warning in Doc/license.rst | Berker Peksag | 2016-03-05 | 1 | -1/+1 | |
| | | | | Patch by Julien. | |||||
* | issue26484 - fix the broken table in the doc about len(). | Gregory P. Smith | 2016-03-05 | 1 | -1/+1 | |
| | ||||||
* | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 | |
| | | | | Patch by Liang-Bo Wang. | |||||
* | Fix typo. | Georg Brandl | 2016-02-28 | 1 | -1/+1 | |
| | ||||||
* | Issue 13573: Document that csv.writer uses str() for floats instead of repr(). | Raymond Hettinger | 2016-02-28 | 1 | -0/+1 | |
| | ||||||
* | Issue #22836: Keep exception reports sensible despite errors | Martin Panter | 2016-02-28 | 1 | -2/+2 | |
| | ||||||
* | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -7/+11 | |
| | ||||||
* | Fix rstlint to also look for indented comments that should be directives. | Georg Brandl | 2016-02-25 | 1 | -2/+2 | |
| | ||||||
* | Issue #22088: Clarify base-64 alphabets and which characters are discarded | Martin Panter | 2016-02-23 | 1 | -6/+9 | |
| | | | | | | * There are only two base-64 alphabets defined by the RFCs, not three * Due to the internal translation, plus (+) and slash (/) are never discarded * standard_ and urlsafe_b64decode() discard characters as well | |||||
* | Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name | Martin Panter | 2016-02-22 | 1 | -1/+2 | |
| | ||||||
* | Fix errors in XML-RPC client example code | Martin Panter | 2016-02-22 | 1 | -3/+3 | |
| | | | | | * httplib.HTTP (deprecated and does not work) → HTTPConnection * Server (deprecated) → ServerProxy | |||||
* | Added simple threading example to logging cookbook. | Vinay Sajip | 2016-02-20 | 1 | -0/+55 | |
| | ||||||
* | Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage | Martin Panter | 2016-02-19 | 1 | -6/+15 | |
| | | | | | | | * Make it more obvious gettarinfo() is based on stat(), and that non-ordinary files may need special care * Filename taken from fileobj.name; suggest dummy arcname as a workaround * Indicate TarInfo may be used directly, not just via gettarinfo() | |||||
* | Closes #20169: fix inner links random doc. | Georg Brandl | 2016-02-19 | 1 | -5/+6 | |
| | ||||||
* | Issue #15608: Improve socketserver module documentation | Martin Panter | 2016-02-19 | 1 | -145/+195 | |
| | | | | | | | | | | * Add headings for each concrete and mix-in class and list methods and attributes under them * Fix class and method cross references * Changed RequestHandler to BaseRequestHandler and added class heading * Pull out Stream/DatagramRequestHandler definitions * Reordered the request handler setup(), handle(), finish() methods * Document constructor parameters for the server classes | |||||
* | fix typo (closes #26378) | Benjamin Peterson | 2016-02-18 | 1 | -1/+1 | |
| | ||||||
* | Closes #26320: fix stylesheet after Sphinx update. | Georg Brandl | 2016-02-10 | 1 | -4/+4 | |
| | ||||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 5 | -23/+23 | |
| | | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear. | |||||
* | Issues #26310, #26311: Fix typos in the documentation | Martin Panter | 2016-02-10 | 2 | -3/+3 | |
| | ||||||
* | Clarify "cardinality of" as "number of elements in" as many readers do | Gregory P. Smith | 2016-02-08 | 2 | -2/+3 | |
| | | | | not have a math vocabulary. | |||||
* | Issue #26198: Fixed error messages for some argument parsing errors. | Serhiy Storchaka | 2016-02-07 | 1 | -1/+2 | |
| | | | | | Fixed the documented about buffer overflow error for "es#" and "et#" format units. | |||||
* | Issue #25179: Preparatory cleanup of existing docs on string formatting | Martin Panter | 2016-02-08 | 5 | -19/+21 | |
| | | | | | | | | | * There was a link pointing to the section on the string.Formatter class (and multiple links in Python 3), when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested in Python 3; see Issue #19729 for instance | |||||
* | Fix userinfo example presented in urllib2 howto. | Senthil Kumaran | 2016-02-06 | 1 | -1/+1 | |
| | ||||||
* | Python for .NET has moved to Github. | Zachary Ware | 2016-02-04 | 1 | -1/+1 | |
| | | | | Reported by Denis Akhiyarov on docs@ | |||||
* | Issue #26244: Clarify default zlib compression level in documentation | Martin Panter | 2016-02-03 | 1 | -2/+4 | |
| | | | | Based on patch by Aviv Palivoda. | |||||
* | Issue #19023: Document ctypes array and pointer classes | Martin Panter | 2016-01-29 | 1 | -4/+54 | |
| | | | | Also add some more tests. Based on patch by Sye van der Veen. | |||||
* | Fix typo in test.rst | Berker Peksag | 2016-01-25 | 1 | -1/+1 | |
| | | | | Reported by Mike Scalora on docs@p.o. |