Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 | Martin Panter | 2016-04-17 | 1 | -0/+1 |
| | | | | Patch by Anthony Sottile. | ||||
* | Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price | Martin Panter | 2016-04-03 | 1 | -0/+1 |
| | |||||
* | #26250: document the sqlite3.Cursor.connection attribute. Initial patches ↵ | Ezio Melotti | 2016-03-18 | 1 | -0/+1 |
| | | | | by Aviv Palivoda and Varpu Rantala. | ||||
* | Issue #26271: Fix the Freeze tool to use variables passed in from the | Brett Cannon | 2016-03-18 | 1 | -0/+1 |
| | | | | | | configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch. | ||||
* | #25320: Handle sockets in directories unittest discovery is scanning. | Robert Collins | 2016-03-15 | 1 | -0/+1 |
| | | | | Patch from Victor van den Elzen. | ||||
* | #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. | Ezio Melotti | 2016-03-13 | 1 | -0/+1 |
| | |||||
* | #25687: clarify that errors in tearDown increase the total number of ↵ | Ezio Melotti | 2016-03-13 | 1 | -0/+1 |
| | | | | reported errors. Initial patch by HyeSoo Park. | ||||
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 1 | -0/+1 |
| | | | | Tamás Bence Gedai. | ||||
* | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 1 | -0/+1 |
| | | | | Patch by Alex Willmer. | ||||
* | #26246: merge with 3.4. | Ezio Melotti | 2016-02-27 | 1 | -0/+1 |
|\ | |||||
| * | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -0/+1 |
| | | |||||
* | | Issue #12923: Reset FancyURLopener's redirect counter even on exception | Martin Panter | 2016-02-04 | 1 | -0/+1 |
| | | | | | | | | Based on patches by Brian Brazil and Daniel Rocco. | ||||
* | | Issue #26244: Clarify default zlib compression level in documentation | Martin Panter | 2016-02-03 | 1 | -0/+1 |
| | | | | | | | | Based on patch by Aviv Palivoda. | ||||
* | | Issue #23076: Path.glob() now raises a ValueError if it's called with an | Berker Peksag | 2016-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | invalid pattern. Patch by Thomas Nyberg. | ||||
* | | Issue #19023: Document ctypes array and pointer classes | Martin Panter | 2016-01-29 | 1 | -0/+1 |
| | | | | | | | | Also add some more tests. Based on patch by Sye van der Veen. | ||||
* | | Issue #26106: doc: Move text of licenses to parsed literal block | Victor Stinner | 2016-01-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | This change helps to ignore text of PSF, BEOPEN.com and CNRI licenses when translating the documentation. Patch written by Julien Palard who is translating Python 3.5 doc to french. Text of other licenses already used preformatted format. | ||||
* | | Issue #26029: Remove extraneous word. Patch by Upendra Kumar. | Terry Jan Reedy | 2016-01-09 | 1 | -0/+1 |
| | | |||||
* | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵ | Guido van Rossum | 2016-01-06 | 1 | -0/+1 |
|\ \ | |/ | | | | | Petri. (Merge 3.4->3.5) | ||||
| * | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. | Guido van Rossum | 2016-01-06 | 1 | -0/+1 |
| | | |||||
* | | Issue #12484: Remove a mention of Py_InitModule() and ↵ | Brett Cannon | 2015-12-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | _PyImport_FixupExtension(). Thanks to Alejandro Santos for the bug report and Anish Shah for the patch. | ||||
* | | Issue #25874: Clarify platform support in the "Using Python on Windows" doc. | Brett Cannon | 2015-12-27 | 1 | -0/+1 |
| | | | | | | | | Thanks to Chris Wilcox for the initial patch. | ||||
* | | Merge: #24903: Remove misleading error message to fix regression. | R David Murray | 2015-12-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #24903: Remove misleading error message to fix regression. | R David Murray | 2015-12-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver. | ||||
* | | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 | Martin Panter | 2015-11-26 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issues #22989, #21228: Document HTTP response object for urlopen() | Martin Panter | 2015-11-26 | 1 | -0/+1 |
| | | | | | | | | | | | | Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné. | ||||
* | | Issue #25697: Fixed rough alphabetical order in Misc/ACKS. | Serhiy Storchaka | 2015-11-25 | 1 | -23/+22 |
|\ \ | |/ | |||||
| * | Issue #25697: Fixed rough alphabetical order in Misc/ACKS. | Serhiy Storchaka | 2015-11-25 | 1 | -21/+20 |
| | | |||||
* | | Issue #25624: ZipFile now always writes a ZIP_STORED header for directory | Serhiy Storchaka | 2015-11-22 | 1 | -0/+1 |
|\ \ | |/ | | | | | entries. Patch by Dingyuan Wang. | ||||
| * | Issue #25624: ZipFile now always writes a ZIP_STORED header for directory | Serhiy Storchaka | 2015-11-22 | 1 | -0/+1 |
| | | | | | | | | entries. Patch by Dingyuan Wang. | ||||
* | | Issue #25498: Fixed contributors name. | Serhiy Storchaka | 2015-11-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25498: Fixed contributors name. | Serhiy Storchaka | 2015-11-16 | 1 | -1/+1 |
| | | |||||
* | | Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 | Martin Panter | 2015-11-13 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview | Martin Panter | 2015-11-13 | 1 | -0/+1 |
| | | | | | | | | | | This was a regression caused by revision 1da9630e9b7f. Based on patch by Eryksun. | ||||
* | | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. | Serhiy Storchaka | 2015-10-29 | 1 | -0/+1 |
| | | | | | | | | Original patch by John Mark Vandenberg. | ||||
* | | Issue #21827: Fixed textwrap.dedent() for the case when largest common | Serhiy Storchaka | 2015-10-28 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li. | ||||
| * | Issue #21827: Fixed textwrap.dedent() for the case when largest common | Serhiy Storchaka | 2015-10-28 | 1 | -0/+1 |
| | | | | | | | | | | whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li. | ||||
* | | Merge 3.4 (Issue #25461) | Victor Stinner | 2015-10-23 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #25461: Rephrase os.walk() doc | Victor Stinner | 2015-10-23 | 1 | -0/+1 |
| | | | | | | | | Patch written by Bernt Røskar Brenna. | ||||
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -0/+1 |
| | | |||||
* | | merge 3.4 (#25319) | Benjamin Peterson | 2015-10-06 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | reinitialize an Event's Condition with a regular lock (closes #25319) | Benjamin Peterson | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) | Guido van Rossum | 2015-10-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 1 | -0/+1 |
| | | |||||
* | | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. ↵ | Guido van Rossum | 2015-10-03 | 1 | -0/+1 |
|\ \ | |/ | | | | | (Merge 3.4->3.5.) | ||||
| * | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. | Guido van Rossum | 2015-10-03 | 1 | -0/+1 |
| | | |||||
* | | Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 | Martin Panter | 2015-10-03 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #25232: Fix CGIRequestHandler's splitting of URL query | Martin Panter | 2015-10-03 | 1 | -0/+1 |
| | | | | | | | | Patch from Xiang Zhang. | ||||
* | | Issue #25034: Merge from 3.4. | Eric V. Smith | 2015-09-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fixed issue #25034: Fix string.Formatter problem with auto-numbering | Eric V. Smith | 2015-09-29 | 1 | -0/+1 |
| | | | | | | | | and nested format_specs. Patch by Anthon van der Neut. |