summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-081-7/+24
* merge 3.4 (#12063)Benjamin Peterson2014-06-081-0/+18
|\
| * document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+18
* | 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
* | 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
* | 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
* | 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
|\ \ | |/
| * 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
* | 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.Senthil Kumaran2014-06-031-16/+17
* | 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
|\ \ | |/
| * Issue #21601: Document asyncio.Task.cancel(). Initial patch written by VajraskyVictor Stinner2014-06-021-1/+21
* | 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
* | 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
|\ \ | |/
| * give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
* | Merge with 3.4Terry Jan Reedy2014-05-301-1/+1
|\ \ | |/
| * Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-303-0/+23
* | Closes #21608: Merged documentation update from 3.4.Vinay Sajip2014-05-301-1/+18
|\ \ | |/
| * Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-1/+18
* | Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-302-4/+17
* | (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
|\ \ | |/
| * Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
* | (Merge 3.4) Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
|\ \ | |/
| * Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
* | mergeRaymond Hettinger2014-05-275-84/+102
|\ \ | |/
| * Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-275-84/+102
* | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-2/+3