summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-062-0/+9
* Merge from 3.5Berker Peksag2016-07-051-0/+1
|\
| * Add versionadded to PyDict_SetDefault documentationBerker Peksag2016-07-051-0/+1
* | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-032-0/+15
* | Issue #27431: Merge from 3.5Berker Peksag2016-07-011-1/+1
|\ \ | |/
| * Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-1/+1
* | Issue #27430: Merge from 3.5Berker Peksag2016-07-011-1/+1
|\ \ | |/
| * Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-011-1/+1
* | Fix typo in whatsnew/3.6.rstBerker Peksag2016-07-011-1/+1
* | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-22/+26
|\ \ | |/
| * Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-22/+26
* | Merge 3.5 (copy doc)Victor Stinner2016-06-301-1/+1
|\ \ | |/
| * Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
* | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-293-2/+20
* | Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6)Guido van Rossum2016-06-281-2/+2
|\ \ | |/
| * Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
* | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
|\ \ | |/
| * Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
* | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
|\ \ | |/
| * Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
| * Remove a stale reference to pathlib.PurePath.pathBrett Cannon2016-06-241-3/+2
* | Issue #22115: Added methods trace_add, trace_remove and trace_info in theSerhiy Storchaka2016-06-261-0/+13
* | Issue #26243: Correct a wording in docs.Serhiy Storchaka2016-06-251-1/+1
* | Issue #26243: Only the level argument to zlib.compress() is keyword argumentSerhiy Storchaka2016-06-251-1/+1
* | Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-252-14/+37
* | Issue #27038: Expose DirEntry as os.DirEntry.Brett Cannon2016-06-241-24/+26
* | Issue #27186: Define what a "path-like object" is.Brett Cannon2016-06-242-7/+19
* | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the returnBrett Cannon2016-06-242-8/+11
* | Issue #27381: Merge from 3.5Berker Peksag2016-06-241-1/+1
|\ \ | |/
| * Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
* | Issue #26547: Merge from 3.5Berker Peksag2016-06-241-1/+1
|\ \ | |/
| * Issue #26547: Remove outdated term dictproxy from vars() documentationBerker Peksag2016-06-241-1/+1
* | Issue #27378: Merge from 3.5Berker Peksag2016-06-241-3/+1
|\ \ | |/
| * Issue #27378: Remove an outdated reference from regex HOWTOBerker Peksag2016-06-241-3/+1
* | Merge with 3.5Terry Jan Reedy2016-06-233-1/+31
|\ \ | |/
| * Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-233-1/+31
* | merge 3.5Benjamin Peterson2016-06-221-2/+2
|\ \ | |/
| * alter header; '%' really throws latex through a loopBenjamin Peterson2016-06-221-2/+2
* | Issue #18726: All optional parameters of the dump(), dumps(),Serhiy Storchaka2016-06-212-6/+26
* | Fix “allow(s) to”Martin Panter2016-06-201-1/+1
* | Merge spelling fixes from 3.5Martin Panter2016-06-201-1/+1
|\ \ | |/
| * Fix spelling errors in code commentsMartin Panter2016-06-201-1/+1
* | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-2/+2
|\ \ | |/
| * Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-2/+2
* | [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS ...Senthil Kumaran2016-06-181-1/+5
|\ \ | |/
| * issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.Senthil Kumaran2016-06-181-1/+5
* | Issue #24314: Merge doc links from 3.5Martin Panter2016-06-1814-64/+69
|\ \ | |/
| * Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-1814-64/+69
| * Issue #27327: fix doc typo, noted by Jakub Wilk.Ned Deily2016-06-151-1/+1
* | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...Steve Dower2016-06-172-1/+20