summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18039: dbm.dump.open() now always creates a new database when theSerhiy Storchaka2014-06-101-2/+7
| | | | flag has the value 'n'. Patch by Claudiu Popa.
* 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
| | | | | | | | Initial patch by Olive Kilburn.
* | (Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futuresVictor Stinner2014-06-101-0/+2
|\ \ | |/ | | | | must not be empty.
| * Issue #21596: asyncio.wait(): mention that the sequence of futures must notVictor Stinner2014-06-101-0/+2
| | | | | | | | be empty.
* | Merge 3.4Victor Stinner2014-06-101-1/+1
|\ \ | |/
| * Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-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 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
| | | | | | | | Patch by Milan Oberkirch.
* | 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
| | | | | | | | Patch by Nikolaus Rath.
* | merge 3.4 (#12063)Benjamin Peterson2014-06-081-0/+18
|\ \ | |/
| * document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+18
| | | | | | | | Patch by Amandine Lee.
* | merge 3.4 (#10503)Benjamin Peterson2014-06-071-1/+1
|\ \ | |/
| * specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
| | | | | | | | Patch by εσχατοκυριος.
* | merge 3.4 (#21404)Benjamin Peterson2014-06-071-0/+4
|\ \ | |/
| * document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+4
| | | | | | | | Patch by Katherine Busch.
* | Merge issue #21569 from 3.4Nick Coghlan2014-06-071-113/+201
|\ \ | |/
| * Issue #21569: sync Python 2.7 What's New with 2.7 versionNick Coghlan2014-06-071-113/+201
| |
* | Merge issue #21667 from 3.4Nick Coghlan2014-06-071-9/+10
|\ \ | |/
| * Issue #21667: Clarify string data model descriptionNick Coghlan2014-06-071-9/+10
| |
* | Merge quote quashing.Zachary Ware2014-06-061-1/+1
|\ \ | |/
| * Quash extraneous quote.Zachary Ware2014-06-061-1/+1
| |
* | Merge #21662: fix typo, improve sentence flowR David Murray2014-06-051-3/+3
|\ \ | |/
| * #21662: fix typo, improve sentence flowR David Murray2014-06-051-3/+3
| | | | | | | | Patch by Steve Dougherty.
* | Merge: #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
|\ \ | |/
| * #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
| |
* | Closes #21661: Merge typo fix.Zachary Ware2014-06-051-1/+1
|\ \ | |/
| * Issue #21661: Fix typo.Zachary Ware2014-06-051-1/+1
| |
* | Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is availableVictor Stinner2014-06-051-0/+7
| |
* | (Merge 3.4) Tulip issue 83, Python issue #21252: Fill some XXX docstrings in ↵Victor Stinner2014-06-051-4/+4
|\ \ | |/ | | | | asyncio
| * Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncioVictor Stinner2014-06-051-4/+4
| |
* | Issue #21326: Add asyncio.BaseEventLoop.is_closed() methodVictor Stinner2014-06-031-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() now raises a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
* | Issue #21439: Merge with 3.4Zachary Ware2014-06-032-3/+3
|\ \ | |/
| * Issue #21439: Fix a couple of typos.Zachary Ware2014-06-032-3/+3
| |
* | merge from 3.4Senthil Kumaran2014-06-031-16/+16
|\ \ | |/ | | | | | | Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff.
| * Update references to Python docs in the sidebar index.Senthil Kumaran2014-06-031-16/+17
| | | | | | | | Patch contributed by Auke Willem Oosterhoff.
* | Merge with 3.4Terry Jan Reedy2014-06-031-2/+2
|\ \ | |/
| * Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
| |
* | (Merge 3.4) Issue #21601: Document asyncio.Task.cancel(). Initial patch writtenVictor Stinner2014-06-021-1/+21
|\ \ | |/ | | | | by Vajrasky Kok.
| * Issue #21601: Document asyncio.Task.cancel(). Initial patch written by VajraskyVictor Stinner2014-06-021-1/+21
| | | | | | | | Kok.
* | Issue #21233: Revert bytearray(int) optimization using calloc()Victor Stinner2014-06-021-3/+2
| |
* | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-022-5/+8
| | | | | | | | | | make sure that the code using it will be adapted for the new "calloc" field (instead of crashing).
* | Merged documentation update from 3.4.Vinay Sajip2014-06-011-0/+15
|\ \ | |/
| * Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+15
| |
* | merge 3.4Benjamin Peterson2014-05-311-1/+1
|\ \ | |/