summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-193-1/+44
* (Merge 3.4) Closes #21758: asyncio doc: mention explicitly that subprocessVictor Stinner2014-06-192-6/+11
|\
| * Closes #21758: asyncio doc: mention explicitly that subprocess parameters areVictor Stinner2014-06-192-6/+11
* | Merge typo fixZachary Ware2014-06-181-1/+1
|\ \ | |/
| * Fix typo pointed out by cocoatomo on docs@Zachary Ware2014-06-181-1/+1
* | (Merge 3.4) asyncio: Fix pyflakes errorsVictor Stinner2014-06-181-0/+4
|\ \ | |/
| * asyncio: Fix pyflakes errorsVictor Stinner2014-06-181-0/+4
* | Merge typo fix from 3.4Zachary Ware2014-06-161-1/+1
|\ \ | |/
| * Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+1
* | Issue #21205: Complete the "versionchanged" note in inspect documentationVictor Stinner2014-06-161-1/+3
* | Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-162-0/+20
* | Merge with 3.4Terry Jan Reedy2014-06-161-3/+4
|\ \ | |/
| * Issue #21559: Add alternative (historical) reason for OverflowError.Terry Jan Reedy2014-06-161-3/+4
* | Merge with 3.4Terry Jan Reedy2014-06-161-1/+2
|\ \ | |/
| * Issue #19362: Tweek len() doc and docstring to expand the indicated range ofTerry Jan Reedy2014-06-161-1/+2
* | merge 3.4 (#13779)Benjamin Peterson2014-06-161-3/+5
|\ \ | |/
| * clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-3/+5
* | improve noteBenjamin Peterson2014-06-161-1/+2
* | merge 3.4 (#21764)Benjamin Peterson2014-06-151-0/+6
|\ \ | |/
| * document IOBase.__del__'s behavior (closes #21764)Benjamin Peterson2014-06-151-0/+6
* | fix issue #6916: undocument deprecated asynchat.fifo class.qGiampaolo Rodola'2014-06-141-34/+0
* | Closes #21752: Merged update from 3.4.Vinay Sajip2014-06-141-0/+5
|\ \ | |/
| * Issue #21752: Documented change to behaviour of logging.getLevelName().Vinay Sajip2014-06-141-0/+5
* | Merge with 3.4Terry Jan Reedy2014-06-131-3/+0
|\ \ | |/
| * Issue #21726: Remove unnecessary and contextually wrong line.Terry Jan Reedy2014-06-131-3/+0
| * Issue #16136: VMSError is done, bye bye VMSVictor Stinner2014-06-131-4/+0
* | Issue #16136: VMSError is done, bye bye VMSVictor Stinner2014-06-131-4/+0
* | Issue #21711: support for "site-python" directories has now been removed from...Antoine Pitrou2014-06-121-10/+8
* | Fix doc build warningZachary Ware2014-06-111-1/+3
* | #19840: Add copy_function to shutil.move.R David Murray2014-06-112-5/+25
* | #14758: add IPv6 support to smtpd.R David Murray2014-06-112-2/+6
* | #19662: add decode_data to smtpd so you can get at DATA in bytes form.R David Murray2014-06-112-2/+38
* | merge from 3.4Senthil Kumaran2014-06-111-1/+1
|\ \ | |/
| * #21693 - Fix the broken link for pylons project.Senthil Kumaran2014-06-111-1/+1
* | fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-114-1/+32
* | Issue #18039: dbm.dump.open() now always creates a new database when theSerhiy Storchaka2014-06-101-2/+7
* | Issue #21688: Merge with 3.4Zachary Ware2014-06-101-0/+9
|\ \ | |/
| * Issue #21688: Give informative error message when hhc.exe cannot be found.Zachary Ware2014-06-101-0/+9
* | (Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futuresVictor Stinner2014-06-101-0/+2
|\ \ | |/
| * Issue #21596: asyncio.wait(): mention that the sequence of futures must notVictor Stinner2014-06-101-0/+2
* | Merge 3.4Victor Stinner2014-06-101-1/+1
|\ \ | |/
| * Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-0/+6
* | (Merge 3.4) Issue #21700: Fix asyncio doc, add DatagramProtocolVictor Stinner2014-06-101-6/+6
|\ \ | |/
| * Issue #21700: Fix asyncio doc, add DatagramProtocolVictor Stinner2014-06-101-6/+6
* | Merge: #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-1/+2
|\ \ | |/
| * #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-1/+2
* | Issue #21569: merge from 3.4Nick Coghlan2014-06-091-1/+1
|\ \ | |/
| * Issue #21569: Fix incorrect cross referenceNick Coghlan2014-06-091-1/+1
* | backout 0fb7789b5eeb for test breakage (#20578)Benjamin Peterson2014-06-081-24/+7
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-081-7/+24