Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Merge 3.4) Closes #21758: asyncio doc: mention explicitly that subprocess | Victor Stinner | 2014-06-19 | 2 | -6/+11 |
|\ | | | | | | | parameters are bytes or character strings | ||||
| * | Closes #21758: asyncio doc: mention explicitly that subprocess parameters are | Victor Stinner | 2014-06-19 | 2 | -6/+11 |
| | | | | | | | | bytes or character strings | ||||
* | | Merge typo fix | Zachary Ware | 2014-06-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo pointed out by cocoatomo on docs@ | Zachary Ware | 2014-06-18 | 1 | -1/+1 |
| | | |||||
* | | (Merge 3.4) asyncio: Fix pyflakes errors | Victor Stinner | 2014-06-18 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | | | - Add a missing import - Remove an unused import - Remove unused variables | ||||
| * | asyncio: Fix pyflakes errors | Victor Stinner | 2014-06-18 | 1 | -0/+4 |
| | | | | | | | | | | | | - Add a missing import - Remove an unused import - Remove unused variables | ||||
* | | Issue #21205: Complete the "versionchanged" note in inspect documentation | Victor Stinner | 2014-06-16 | 1 | -1/+3 |
| | | |||||
* | | Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified | Victor Stinner | 2014-06-16 | 1 | -0/+14 |
| | | | | | | | | | | | | | | name, and use it in the representation of a generator (``repr(gen)``). The default name of the generator (``__name__`` attribute) is now get from the function instead of the code. Use ``gen.gi_code.co_name`` to get the name of the code. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Issue #21559: Add alternative (historical) reason for OverflowError. | Terry Jan Reedy | 2014-06-16 | 1 | -3/+4 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #19362: Tweek len() doc and docstring to expand the indicated range of | Terry Jan Reedy | 2014-06-16 | 1 | -1/+2 |
| | | | | | | | | arguments. Original patch by Gareth Rees. | ||||
* | | merge 3.4 (#13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
| | | |||||
* | | improve note | Benjamin Peterson | 2014-06-16 | 1 | -1/+2 |
| | | |||||
* | | merge 3.4 (#21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | document IOBase.__del__'s behavior (closes #21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 |
| | | | | | | | | Patch from Nikolaus Rath. | ||||
* | | fix issue #6916: undocument deprecated asynchat.fifo class.q | Giampaolo Rodola' | 2014-06-14 | 1 | -34/+0 |
| | | |||||
* | | Closes #21752: Merged update from 3.4. | Vinay Sajip | 2014-06-14 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #21752: Documented change to behaviour of logging.getLevelName(). | Vinay Sajip | 2014-06-14 | 1 | -0/+5 |
| | | |||||
| * | Issue #16136: VMSError is done, bye bye VMS | Victor Stinner | 2014-06-13 | 1 | -4/+0 |
| | | |||||
* | | Issue #16136: VMSError is done, bye bye VMS | Victor Stinner | 2014-06-13 | 1 | -4/+0 |
| | | |||||
* | | Issue #21711: support for "site-python" directories has now been removed ↵ | Antoine Pitrou | 2014-06-12 | 1 | -10/+8 |
| | | | | | | | | from the site module (it was deprecated in 3.4). | ||||
* | | Fix doc build warning | Zachary Ware | 2014-06-11 | 1 | -1/+3 |
| | | |||||
* | | #19840: Add copy_function to shutil.move. | R David Murray | 2014-06-11 | 1 | -5/+17 |
| | | | | | | | | Patch by Claudiu Popa. | ||||
* | | #14758: add IPv6 support to smtpd. | R David Murray | 2014-06-11 | 1 | -2/+2 |
| | | | | | | | | Patch by Milan Oberkirch. | ||||
* | | #19662: add decode_data to smtpd so you can get at DATA in bytes form. | R David Murray | 2014-06-11 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | Otherwise smtpd is restricted to 7bit clean data, since even if the incoming data is actually utf-8, it will often break things to decode it before parsing the message. Patch by Maciej Szulik, with some adjustments (mostly the warning support). | ||||
* | | fix issue #17552: add socket.sendfile() method allowing to send a file over ↵ | Giampaolo Rodola' | 2014-06-11 | 3 | -0/+22 |
| | | | | | | | | a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· | ||||
* | | Issue #18039: dbm.dump.open() now always creates a new database when the | Serhiy Storchaka | 2014-06-10 | 1 | -2/+7 |
| | | | | | | | | flag has the value 'n'. Patch by Claudiu Popa. | ||||
* | | (Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futures | Victor Stinner | 2014-06-10 | 1 | -0/+2 |
|\ \ | |/ | | | | | must not be empty. | ||||
| * | Issue #21596: asyncio.wait(): mention that the sequence of futures must not | Victor Stinner | 2014-06-10 | 1 | -0/+2 |
| | | | | | | | | be empty. | ||||
* | | Merge 3.4 | Victor Stinner | 2014-06-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop | Victor Stinner | 2014-06-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | Add BaseEventLoop._closed attribute and use it to check if the event loop was closed or not, instead of checking different attributes in each subclass of BaseEventLoop. run_forever() and run_until_complete() methods now raise a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures". | ||||
* | | (Merge 3.4) Issue #21700: Fix asyncio doc, add DatagramProtocol | Victor Stinner | 2014-06-10 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue #21700: Fix asyncio doc, add DatagramProtocol | Victor Stinner | 2014-06-10 | 1 | -6/+6 |
| | | |||||
* | | Merge: #20903: clarify what happens when an smtp connection timeout occurs. | R David Murray | 2014-06-09 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | #20903: clarify what happens when an smtp connection timeout occurs. | R David Murray | 2014-06-09 | 1 | -1/+2 |
| | | | | | | | | Patch by Milan Oberkirch. | ||||
* | | backout 0fb7789b5eeb for test breakage (#20578) | Benjamin Peterson | 2014-06-08 | 1 | -24/+7 |
| | | |||||
* | | add BufferedIOBase.readinto1 (closes #20578) | Benjamin Peterson | 2014-06-08 | 1 | -7/+24 |
| | | | | | | | | Patch by Nikolaus Rath. | ||||
* | | merge 3.4 (#12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | document TokenError and unclosed expression behavior (closes #12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+18 |
| | | | | | | | | Patch by Amandine Lee. | ||||
* | | merge 3.4 (#10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | specify that getuid() returns the real uid (closes #10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
| | | | | | | | | Patch by εσχατοκυριος. | ||||
* | | merge 3.4 (#21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | document the compress_level argument to tarfile.open (closes #21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+4 |
| | | | | | | | | Patch by Katherine Busch. | ||||
* | | Merge: #21653: fix doc for return type of sqlite3.Row.keys(). | R David Murray | 2014-06-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #21653: fix doc for return type of sqlite3.Row.keys(). | R David Murray | 2014-06-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available | Victor Stinner | 2014-06-05 | 1 | -0/+7 |
| | | |||||
* | | (Merge 3.4) Tulip issue 83, Python issue #21252: Fill some XXX docstrings in ↵ | Victor Stinner | 2014-06-05 | 1 | -4/+4 |
|\ \ | |/ | | | | | asyncio | ||||
| * | Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio | Victor Stinner | 2014-06-05 | 1 | -4/+4 |
| | |