Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
|\ | | | | | | | | | | | APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands. | ||||
| * | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
| | | | | | | | | | | | | APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands. | ||||
* | | Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. | R David Murray | 2015-12-13 | 1 | -4/+3 |
|\ \ | |/ | | | | | | | | | In 3.6 the parameter to control the appending of the newline was finally added, so I dropped the historical note about why a new line was always appended. | ||||
| * | Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. | R David Murray | 2015-12-13 | 1 | -3/+6 |
| |\ | |||||
| | * | #25495: Clarify b2a_base64 documentation vis 57 bytes. | R David Murray | 2015-12-13 | 1 | -3/+6 |
| | | | |||||
* | | | Issue #22341: Merge CRC doc from 3.5 | Martin Panter | 2015-12-11 | 2 | -34/+26 |
|\ \ \ | |/ / | |||||
| * | | Issue #22341: Drop Python 2 workaround and document CRC initial value | Martin Panter | 2015-12-11 | 2 | -34/+26 |
| | | | | | | | | | | | | Also align the parameter naming in binascii to be consistent with zlib. | ||||
* | | | Issue #14285: Merge runpy fix from 3.5 | Martin Panter | 2015-12-11 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #14285: Do not catch exceptions initializing any ancestor package | Martin Panter | 2015-12-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | The previous fix only handled the case of the parent package of __main__ failing to initialize. Also make the "Error while finding spec" formatting slightly more appealing, and document and test that the module name must be absolute. | ||||
* | | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 3 | -11/+11 |
|\ \ \ | |/ / | | | | | | | the docs more explicitly | ||||
| * | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 3 | -11/+11 |
| | | | | | | | | | | | | the docs more explicitly | ||||
* | | | Merge for issue #23936 | Brett Cannon | 2015-12-04 | 1 | -13/+26 |
|\ \ \ | |/ / | |||||
| * | | Issue #23936: Clarify what finders are. | Brett Cannon | 2015-12-04 | 1 | -13/+26 |
| | | | | | | | | | | | | | | | Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the patch. | ||||
* | | | Closes #25767: Merge with 3.5 | Zachary Ware | 2015-12-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #25767: Merge with 3.4 | Zachary Ware | 2015-12-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #25767: Link to English Wikipedia instead of French. | Zachary Ware | 2015-12-01 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure | Martin Panter | 2015-11-30 | 1 | -1/+6 |
| | | | |||||
* | | | #25485: Add context manager support to Telnet class. | R David Murray | 2015-11-28 | 1 | -0/+11 |
| | | | | | | | | | | | | Patch by Stéphane Wirtel. | ||||
* | | | Issue #22989, #21228: Merge urlopen() doc from 3.5 | Martin Panter | 2015-11-26 | 1 | -7/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 | Martin Panter | 2015-11-26 | 1 | -7/+13 |
| |\ \ | | |/ | |||||
| | * | Issues #22989, #21228: Document HTTP response object for urlopen() | Martin Panter | 2015-11-26 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | | | 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é. | ||||
* | | | Closes #25508: Merged documentation fix from 3.5. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25508: Merged documentation fix from 3.4. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #25508: Clarify documentation on LogRecord args attribute. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
| | | | |||||
* | | | Issue #25576: Merge www-form-urlencoded doc from 3.5 | Martin Panter | 2015-11-24 | 2 | -27/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 | Martin Panter | 2015-11-24 | 2 | -27/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #25576: Remove application/x-www-form-urlencoded charset advice | Martin Panter | 2015-11-24 | 2 | -27/+13 |
| | | | | | | | | | | | | | | | No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII. | ||||
* | | | merge | Raymond Hettinger | 2015-11-24 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25700: Clarify that namedtuple property docstrings became writeable ↵ | Raymond Hettinger | 2015-11-24 | 1 | -0/+3 |
| | | | | | | | | | | | | in 3.5 | ||||
* | | | Issue #25706: Fixed markup in the documentation. | Serhiy Storchaka | 2015-11-23 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25706: Fixed markup in the documentation. | Serhiy Storchaka | 2015-11-23 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #25706: Fixed markup in the documentation. | Serhiy Storchaka | 2015-11-23 | 2 | -3/+3 |
| | | | |||||
* | | | Issue #25689: Merge ftplib and nntplib docs from 3.5 | Martin Panter | 2015-11-21 | 2 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 | Martin Panter | 2015-11-21 | 2 | -4/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #25689: Fix language in ftplib and nntplib docs | Martin Panter | 2015-11-21 | 2 | -4/+3 |
| | | | | | | | | | | | | Original patch by Silent Ghost. | ||||
| * | | Close issue25594: advise against accessing Enum members from other members | Ethan Furman | 2015-11-20 | 1 | -10/+16 |
| | | | |||||
* | | | Close 25594: advise against accessing Enum members from other members | Ethan Furman | 2015-11-20 | 1 | -10/+16 |
| | | | |||||
* | | | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6) | Guido van Rossum | 2015-11-19 | 2 | -7/+17 |
|\ \ \ | |/ / | |||||
| * | | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) | Guido van Rossum | 2015-11-19 | 2 | -7/+17 |
| |\ \ | | |/ | |||||
| | * | Issue #25593: Change semantics of EventLoop.stop(). | Guido van Rossum | 2015-11-19 | 2 | -7/+17 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-11-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-11-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | asyncio.docs: Fix versionadded | Yury Selivanov | 2015-11-18 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #23200: Merge zlib doc from 3.5 | Martin Panter | 2015-11-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #23200: Merge zlib doc from 3.4 into 3.5 | Martin Panter | 2015-11-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #23200: Document that max_length=0 is not supported | Martin Panter | 2015-11-18 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #20468: Merge getpagesize doc from 3.5 | Martin Panter | 2015-11-17 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #20468: Merge getpagesize doc from 3.4 into 3.5 | Martin Panter | 2015-11-17 | 1 | -4/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #20468: Remove incorrect information about maxrss and page size | Martin Panter | 2015-11-17 | 1 | -4/+1 |
| | | | | | | | | | | | | Extract of patch by Ronald Oussoren. | ||||
* | | | Issue #25615: Merge glob doc from 3.5 | Martin Panter | 2015-11-17 | 1 | -7/+7 |
|\ \ \ | |/ / |