summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27147: Mention PEP 420 in the importlib docs.Eric Snow2016-05-281-0/+3
|\
| * Issue #27147: Mention PEP 420 in the importlib docs.Eric Snow2016-05-281-0/+3
| * Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-19/+21
* | Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-19/+23
* | Issue #26553: Merge capitalization from 3.5Martin Panter2016-05-286-13/+13
|\ \ | |/
| * Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-286-13/+13
* | Issue #20699: Merge io bytes-like fixes from 3.5Martin Panter2016-05-281-16/+27
|\ \ | |/
| * Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-281-16/+27
* | Issue #5784: Merge zlib from 3.5Martin Panter2016-05-271-0/+1
|\ \ | |/
| * Issue #5784: wbits=0 apparently added in zlib v1.2.3.5Martin Panter2016-05-271-0/+1
* | Issue #5784: Merge zlib from 3.5Martin Panter2016-05-271-14/+48
|\ \ | |/
| * Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-14/+48
* | merge 3.5Benjamin Peterson2016-05-271-4/+3
|\ \ | |/
| * stop talking about svnBenjamin Peterson2016-05-271-4/+3
* | merge 3.5Benjamin Peterson2016-05-271-30/+1
|\ \ | |/
| * remove cruft from Schwarzian transform sectionBenjamin Peterson2016-05-271-30/+1
* | merge 3.5Benjamin Peterson2016-05-271-1/+1
|\ \ | |/
| * "Numeric Python" -> "NumPy"Benjamin Peterson2016-05-271-1/+1
* | Issue #27076: More doc and comment spelling fixes for 3.6, by Ville SkyttäMartin Panter2016-05-262-2/+2
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Closes #23026: Documentation improvements and code formattingSteve Dower2016-05-252-2/+5
* | Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....Steve Dower2016-05-242-1/+17
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-5/+4
* | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-222-7/+24
* | Issue #27075: Link to StreamReader and StreamWriter docsBerker Peksag2016-05-211-4/+4
|\ \ | |/
| * Issue #27075: Link to StreamReader and StreamWriter docsBerker Peksag2016-05-211-4/+4
* | subprocess now emits a ResourceWarning warningVictor Stinner2016-05-202-0/+14
* | Optimize pickle.load() and pickle.loads()Victor Stinner2016-05-201-0/+3
* | Back out pathlib.Path.path attr. (Merge 3.5->3.6)Guido van Rossum2016-05-191-22/+0
|\ \ | |/
| * Back out pathlib.Path.path attr. (Merge 3.4->3.5)Guido van Rossum2016-05-191-22/+0
| |\
| | * Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.Guido van Rossum2016-05-191-18/+0
* | | Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-186-6/+6
|\ \ \ | |/ /
| * | Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-186-6/+6
* | | Issue #23275: Allow () = iterable assignment syntaxBerker Peksag2016-05-181-16/+15
* | | merge from 3.5Senthil Kumaran2016-05-181-2/+2
|\ \ \ | |/ /
| * | issue27045 - Use backslash in windows path to script file.Senthil Kumaran2016-05-181-2/+2
* | | Issue #27049: fix doc typoNed Deily2016-05-181-1/+1
|\ \ \ | |/ /
| * | Issue #27049: fix doc typoNed Deily2016-05-181-1/+1
* | | merge 3.5 (#27042)Benjamin Peterson2016-05-171-2/+2
|\ \ \ | |/ /
| * | class definitions only get argument lists (closes #27042)Benjamin Peterson2016-05-171-1/+1
| * | Backed out changeset 71ff2235bb4c (closes #27042)Benjamin Peterson2016-05-171-1/+1
* | | docs: Update whatsnew/3.6 with asyncio changesYury Selivanov2016-05-161-0/+53
* | | Merge 3.5Yury Selivanov2016-05-164-0/+86
|\ \ \ | |/ /
| * | docs: Update asyncio docs & whatsnewYury Selivanov2016-05-164-0/+86
* | | Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()Serhiy Storchaka2016-05-161-0/+4
* | | Issue #27033: The default value of the decode_data parameter forSerhiy Storchaka2016-05-161-23/+27
* | | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-166-14/+21
* | | Issue #27034: Removed deprecated class asynchat.fifo.Serhiy Storchaka2016-05-161-8/+8
* | | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.Serhiy Storchaka2016-05-151-2/+10