summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-222-7/+24
| | | | | The Windows launcher ``py.exe`` no longer prefers an installed Python 2 version over Python 3 by default when used interactively.
* Issue #27075: Link to StreamReader and StreamWriter docsBerker Peksag2016-05-211-4/+4
|\ | | | | | | Patch by Ville Skyttä.
| * Issue #27075: Link to StreamReader and StreamWriter docsBerker Peksag2016-05-211-4/+4
| | | | | | | | Patch by Ville Skyttä.
* | subprocess now emits a ResourceWarning warningVictor Stinner2016-05-202-0/+14
| | | | | | | | | | Issue #26741: subprocess.Popen destructor now emits a ResourceWarning warning if the child process is still running.
* | Optimize pickle.load() and pickle.loads()Victor Stinner2016-05-201-0/+3
| | | | | | | | | | Issue #27056: Optimize pickle.load() and pickle.loads(), up to 10% faster to deserialize a lot of small objects.
* | 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
| | | | | | | | | | | | | | | | | | | | | These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.)
* | | 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
| | | | | | | | | | | | Documentation updates by Martin Panter.
* | | merge from 3.5Senthil Kumaran2016-05-181-2/+2
|\ \ \ | |/ / | | | | | | issue27045 - Use backslash in windows path to script file.
| * | 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
| | | | | | | | | | | | and tk_bindForTraversal().
* | | Issue #27033: The default value of the decode_data parameter forSerhiy Storchaka2016-05-161-23/+27
| | | | | | | | | | | | smtpd.SMTPChannel and smtpd.SMTPServer constructors is changed to False.
* | | 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
| | | | | | | | | | | | Patch by Thomas Kluyver.
* | | 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
| | | | | | | | | | | | | | | * "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-132-16/+30
| | | | | | | | | | | | file, as well as for extracting data. Patch by Thomas Kluyver.
* | | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1063-413/+449
|\ \ \ | |/ / | | | | | | Original patch by James Edwards.
| * | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1063-413/+449
| | | | | | | | | | | | Original patch by James Edwards.
* | | merge 3.5 (#26986)Benjamin Peterson2016-05-101-2/+3
|\ \ \ | |/ /
| * | improve PyFunction_New docs (closes #26986)Benjamin Peterson2016-05-101-2/+3
| | | | | | | | | | | | Patch from Xiang Zhang.
* | | 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
| | | | | | | | | | | | Based on patch by Julien.
* | | 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
| | |
* | | Issue #26957: Remove duplicate 'the' from datetime documentationBerker Peksag2016-05-041-1/+1
|\ \ \ | |/ / | | | | | | Patch by Alex Chan.
| * | Issue #26957: Remove duplicate 'the' from datetime documentationBerker Peksag2016-05-041-1/+1
| | | | | | | | | | | | Patch by Alex Chan.
* | | Merge with 3.5Terry Jan Reedy2016-05-021-8/+10
|\ \ \ | |/ /