Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23536: Clarified scope of fileConfig()'s API. | Vinay Sajip | 2015-04-18 | 1 | -0/+12 |
| | |||||
* | Fix PyGILState_GetThisThreadState() prototype in the API documentation. | Charles-François Natali | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Issue #23730: Document the return value of ZipFile.extract | Zachary Ware | 2015-04-13 | 1 | -0/+2 |
| | | | | Patch by Stéphane Wirtel. | ||||
* | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 1 | -124/+124 |
| | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
* | use imperative | Benjamin Peterson | 2015-04-11 | 1 | -5/+5 |
| | |||||
* | highlight is now highlighted (closes #23909) | Benjamin Peterson | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Issue #23400: Add notes about the sem_open support of the host OS to | Berker Peksag | 2015-04-08 | 1 | -8/+17 |
| | | | | | | "Pipes and Queues" and "Synchronization between processes" subsections. Patch by Davin Potts. | ||||
* | actually ssl3 is just completely broken | Benjamin Peterson | 2015-04-08 | 1 | -7/+7 |
| | |||||
* | Issue #23729: Improve docs for ElementTree namespace parsing | Raymond Hettinger | 2015-03-31 | 1 | -8/+11 |
| | |||||
* | #23512: list non-essential built-in functions after the table. Patch by ↵ | Ezio Melotti | 2015-03-24 | 1 | -4/+9 |
| | | | | Carlo Beccarini. | ||||
* | #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. | Ezio Melotti | 2015-03-24 | 1 | -38/+29 |
| | |||||
* | Issue 23729: Document ElementTree namespace handling and fix an omission in ↵ | Raymond Hettinger | 2015-03-22 | 1 | -0/+68 |
| | | | | the XPATH predicate table. | ||||
* | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -3/+10 |
| | | | | | | | Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford. | ||||
* | clarify behavior of shutil.move when destination exists (closes #22933) | Benjamin Peterson | 2015-03-22 | 1 | -6/+3 |
| | | | | Patch by Mike Short. | ||||
* | versionchanged for rc4 removal (closes #23679) | Benjamin Peterson | 2015-03-16 | 1 | -8/+11 |
| | |||||
* | Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element | Eli Bendersky | 2015-03-15 | 1 | -2/+4 |
| | | | | | | | | The current documentation only mentions heap[0] as the smallest element in the beginning, and not in any of the methods' docs. There's no method to access the minimal element without popping it, and the documentation of nsmallest is confusing because it may suggest that min() is the way to go for n==1. default | ||||
* | Fix minor docs markup errors. | Serhiy Storchaka | 2015-03-14 | 3 | -5/+5 |
| | |||||
* | the default is sys.maxsize not sys.maxint (closes #23645) | Benjamin Peterson | 2015-03-13 | 1 | -9/+9 |
| | |||||
* | Issue #23617: Correct plurals typo noted by Kentrell Johnson. | Ned Deily | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | replace Amazon links in the documentation (closes #23579) | Benjamin Peterson | 2015-03-07 | 2 | -4/+4 |
| | | | | Patch by Sayan Chowdhury. | ||||
* | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 1 | -3/+11 |
| | |||||
* | wrap everything at 80 chars | Benjamin Peterson | 2015-03-02 | 1 | -76/+78 |
| | |||||
* | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -2/+5 |
| | | | | | conditional group references are used in lookbehind assertions in regular expressions. | ||||
* | Fix typo pointed out on docs@ by Yaniv Sayeh | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
| | |||||
* | remove parenthesis from print statement (closes #23396) | Benjamin Peterson | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Preserve critical whitespace in Doc/*. | Stefan Krah | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets | Stefan Krah | 2015-02-01 | 1 | -1/+4 |
| | | | | are required. | ||||
* | Added a cookbook entry on logging audible messages. | Vinay Sajip | 2015-02-01 | 1 | -0/+54 |
| | |||||
* | Added a logging cookbook entry on customized exception formatting. | Vinay Sajip | 2015-01-28 | 1 | -0/+55 |
| | |||||
* | Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -2/+8 |
| | |||||
* | #23251: Reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
| | |||||
* | #23251: note that time.sleep affects the current thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
| | | | | This is parallel to the language used in the unix man page. | ||||
* | prefer server alpn ordering over the client's | Benjamin Peterson | 2015-01-23 | 1 | -1/+2 |
| | |||||
* | fix versionchanged | Benjamin Peterson | 2015-01-23 | 1 | -3/+3 |
| | |||||
* | pep 466 backport of alpn (#20188) | Benjamin Peterson | 2015-01-23 | 1 | -2/+32 |
| | |||||
* | Issue #23305: clarified RotatingFileHandler documentation. | Vinay Sajip | 2015-01-23 | 1 | -9/+10 |
| | |||||
* | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -2/+2 |
| | | | | Patch by Al Sweigart. | ||||
* | Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. | Georg Brandl | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -4/+8 |
| | |||||
* | Closes #23181: codepoint -> code point | Georg Brandl | 2015-01-14 | 5 | -12/+12 |
| | |||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 4 | -4/+4 |
| | | | | Patch by Karan Goel. | ||||
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ↵ | Antoine Pitrou | 2015-01-11 | 1 | -33/+54 |
| | | | | | | appropriate. Patch by Davin Potts. | ||||
* | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse ↵ | Mark Dickinson | 2015-01-11 | 1 | -4/+4 |
| | | | | hyperbolic sine' (etc.). Remove meaningless reference to radians. | ||||
* | Silence a Sphinx warning in ftplib.rst. | Berker Peksag | 2015-01-06 | 1 | -1/+1 |
| | | | | | ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect ed unindent. | ||||
* | Fix a markup error in the argparse documentation. | Berker Peksag | 2015-01-06 | 1 | -2/+2 |
| | | | | Reported by Jason Sachs on docs@. | ||||
* | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 1 | -0/+2 |
| | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. |