summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Issue #26870: Add readline.set_auto_history(), originally by Tyler CromptonMartin Panter2016-05-152-0/+22
* | | Issue #25533: Merge frozen module docs from 3.5Martin Panter2016-05-153-8/+9
|\ \ \ | |/ /
| * | Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-153-8/+9
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-132-16/+30
* | | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1063-413/+449
|\ \ \ | |/ /
| * | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1063-413/+449
* | | merge 3.5 (#26986)Benjamin Peterson2016-05-101-2/+3
|\ \ \ | |/ /
| * | improve PyFunction_New docs (closes #26986)Benjamin Peterson2016-05-101-2/+3
* | | Issue #26156: Make expressions grammar description more semantically correct.Serhiy Storchaka2016-05-081-2/+2
|\ \ \ | |/ /
| * | Issue #26156: Make expressions grammar description more semantically correct.Serhiy Storchaka2016-05-081-2/+2
* | | Merge typo fixes from 3.5Martin Panter2016-05-083-3/+3
|\ \ \ | |/ /
| * | Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
| * | Fix typos in comments, documentation and test method namesMartin Panter2016-05-082-2/+2
* | | Issue #26512: Merge rounding doc from 3.5Martin Panter2016-05-081-13/+16
|\ \ \ | |/ /
| * | Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-13/+16
* | | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0765-138/+138
|\ \ \ | |/ /
| * | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0765-138/+138
* | | Issue #26889: Fixed hyperlinks formatting.Serhiy Storchaka2016-05-071-4/+4
|\ \ \ | |/ /
| * | Issue #26889: Fixed hyperlinks formatting.Serhiy Storchaka2016-05-071-4/+4
* | | Issue #26889: Tweaked xmlrpc.client documentation.Serhiy Storchaka2016-05-071-89/+102
|\ \ \ | |/ /
| * | Issue #26889: Tweaked xmlrpc.client documentation.Serhiy Storchaka2016-05-071-89/+102