Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference | Ned Deily | 2015-07-04 | 1 | -1/+2 | |
| | | | | on OS X. Original patch by André Freitas. | |||||
* | #24548: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 | |
| | ||||||
* | Issue #24525: Add missing word. Patch by Vincent Legoll. | Terry Jan Reedy | 2015-07-03 | 1 | -1/+1 | |
| | ||||||
* | Issue #24496: Backport gzip examples to Python 2. | Berker Peksag | 2015-06-25 | 1 | -11/+7 | |
| | | | | | | | gzip.open() supports context management protocol in Python 2, so it's better to use it in the examples section. Patch by Jakub Kadlčík. | |||||
* | Issue #23684: Clarify the return value of the scheme attribute of ↵ | Berker Peksag | 2015-06-25 | 1 | -2/+2 | |
| | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter. | |||||
* | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 | |
| | ||||||
* | Issue #24443: Fix links for Event.clear() and Event.wait() methods. | Berker Peksag | 2015-06-13 | 1 | -2/+2 | |
| | | | | Patch by Jaivish Kothari. | |||||
* | whitespace | Terry Jan Reedy | 2015-06-12 | 1 | -1/+1 | |
| | ||||||
* | Issue #24406: Add sentences on dict comparisons, similar to those for Sequence | Terry Jan Reedy | 2015-06-12 | 1 | -0/+3 | |
| | | | | and set comparisions. Patch by Gareth Rees. | |||||
* | that this is "for Python" is obvious | Benjamin Peterson | 2015-06-06 | 1 | -1/+1 | |
| | ||||||
* | Issue #24357: use example.org instead | Ned Deily | 2015-06-02 | 1 | -4/+4 | |
| | ||||||
* | Issue #24357: Change host in socket.getaddrinfo example to one that | Ned Deily | 2015-06-02 | 1 | -4/+4 | |
| | | | | does support IPv6 and IPv4; www.python.org currently does not. | |||||
* | update for 3.6 emerging | Benjamin Peterson | 2015-05-27 | 1 | -1/+2 | |
| | ||||||
* | Issue 24304: Fix broken license link in FAQ. | Ned Deily | 2015-05-27 | 1 | -1/+1 | |
| | ||||||
* | Make expression legal python by adding '1'. | Terry Jan Reedy | 2015-05-23 | 1 | -1/+1 | |
| | ||||||
* | Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter | Terry Jan Reedy | 2015-05-17 | 2 | -22/+53 | |
| | | | | doc. Remove obsolete example from FAQ. Patch by Martin Panter. | |||||
* | #19934: fix mangled wording | Andrew Kuchling | 2015-05-13 | 1 | -3/+3 | |
| | ||||||
* | Issue #19934: Document *None* as an acceptable input to ↵ | Raymond Hettinger | 2015-05-13 | 1 | -3/+3 | |
| | | | | Counter.most_common([n]) | |||||
* | use imperative | Benjamin Peterson | 2015-05-12 | 1 | -2/+2 | |
| | ||||||
* | Issue #24161: Document that PyIter_Check() returns false positives for ↵ | Raymond Hettinger | 2015-05-11 | 1 | -0/+4 | |
| | | | | old-style instances. | |||||
* | update example, since python.org is HTTPS-only now (closes #24118) | Benjamin Peterson | 2015-05-03 | 1 | -5/+5 | |
| | ||||||
* | #24108: Update fnmatch.translate example to show correct output. | R David Murray | 2015-05-02 | 1 | -1/+1 | |
| | | | | Patch by Merlijn van Deen. | |||||
* | #24081: Remove obsolete caveat from import docs. | R David Murray | 2015-05-02 | 1 | -6/+0 | |
| | | | | | Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce, but these docs were not updated. | |||||
* | Issue #24060: Made logging.Formatter documentation a little clearer. | Vinay Sajip | 2015-05-02 | 1 | -1/+3 | |
| | ||||||
* | Issue #23356: Simplify convert_arg_line_to_args example. | Berker Peksag | 2015-04-26 | 1 | -4/+1 | |
| | | | | Patch by py.user. | |||||
* | fix relative link (closes #24057) | Benjamin Peterson | 2015-04-25 | 1 | -2/+2 | |
| | ||||||
* | recommend requests library (closes #23989) | Benjamin Peterson | 2015-04-20 | 3 | -0/+15 | |
| | | | | Patch by Van Lindberg. | |||||
* | 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 | |
| |