summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.Serhiy Storchaka2015-03-301-1/+3
* #2211: properly document the Morsel behavior changes.R David Murray2015-03-292-11/+45
* format .. note properlyBenjamin Peterson2015-03-271-3/+5
* Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section andVictor Stinner2015-03-263-0/+33
* Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusiveSerhiy Storchaka2015-03-252-9/+19
* Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``Serhiy Storchaka2015-03-242-2/+10
* Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-242-0/+8
|\
* | change Σ to ν for obscure joke reasonsBenjamin Peterson2015-03-241-2/+2
* | #11468: merge with 3.4.Ezio Melotti2015-03-241-37/+28
|\ \ | |/
| * #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-37/+28
* | Issue #23688: Added support of arbitrary bytes-like objects and avoidedSerhiy Storchaka2015-03-231-0/+4
* | Issue #23252: Added support for writing ZIP files to unseekable streams.Serhiy Storchaka2015-03-222-1/+10
* | mergeRaymond Hettinger2015-03-221-0/+68
|\ \ | |/
| * Issue 23729: Document ElementTree namespace handling and fix an omission in ...Raymond Hettinger2015-03-221-0/+68
* | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-13/+23
|\ \ | |/
| * #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-13/+23
* | #23657 Don't explicitly do an isinstance check for str in zipappPaul Moore2015-03-221-8/+9
* | merge 3.4 (#22933)Benjamin Peterson2015-03-221-6/+3
|\ \ | |/
| * clarify behavior of shutil.move when destination exists (closes #22933)Benjamin Peterson2015-03-221-6/+3
* | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a...Raymond Hettinger2015-03-211-0/+22
* | Issue #22832: Tweaked parameter names for fcntl module to better matchSerhiy Storchaka2015-03-201-32/+32
* | Merge: #11726: Make linecache docs reflect that all files are treated the same.R David Murray2015-03-201-2/+2
|\ \ | |/
| * #11726: Make linecache docs reflect that all files are treated the same.R David Murray2015-03-201-2/+2
* | Issue #23681: The -b option now affects comparisons of bytes with int.Serhiy Storchaka2015-03-202-1/+6
* | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retriedVictor Stinner2015-03-201-0/+10
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-204-24/+59
* | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...Antoine Pitrou2015-03-191-16/+22
* | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is nowVictor Stinner2015-03-191-0/+5
* | Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-1/+1
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+2
|\ \ | |/
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-181-2/+2
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+5
|\ \ | |/
| * Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
* | Issue #12155: Fix queue doc example to join threadsVictor Stinner2015-03-181-13/+23
* | Merge 3.4 (marshal doc)Victor Stinner2015-03-181-6/+15
|\ \ | |/
| * Issue #19428: Document that PyMarshal_ReadLongFromFile() andVictor Stinner2015-03-181-6/+15
* | Issue #2211: Updated the implementation of the http.cookies.Morsel class.Serhiy Storchaka2015-03-182-0/+18
* | Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-171-1/+7
* | Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-171-4/+0
* | Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
|\ \ | |/
| * Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
* | merge 3.4 (#23679)Benjamin Peterson2015-03-161-2/+6
|\ \ | |/
| * versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* | Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
|\ \ | |/
| * Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-142-1/+14
* | Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
|\ \ | |/
| * Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * __getslice__ certainly won't appear in the outputBenjamin Peterson2015-03-131-1/+1