summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-5/+12
* [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+15
|\
| * [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+15
| |\
| | * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+13
| | |\
| | | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+13
* | | | Merge from 3.5Berker Peksag2016-07-301-1/+1
|\ \ \ \ | |/ / /
| * | | Silence another "default role used" warning in typing.rstBerker Peksag2016-07-301-1/+1
* | | | Fix "default role used" warning in shlex.rstBerker Peksag2016-07-301-1/+1
* | | | Fix whitespace.Guido van Rossum2016-07-291-1/+1
|\ \ \ \ | |/ / /
| * | | Fix whitespace.Guido van Rossum2016-07-291-1/+1
* | | | Expand documentation about type aliases and NewType in the typing module (mer...Guido van Rossum2016-07-291-1/+96
|\ \ \ \ | |/ / /
| * | | Expand documentation about type aliases and NewType in the typing module.Guido van Rossum2016-07-291-1/+96
* | | | Closes #1521950: Made shlex parsing more shell-like.Vinay Sajip2016-07-291-11/+100
* | | | Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-2922-64/+166
|\ \ \ \ | |/ / /
| * | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2622-64/+166
* | | | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-284-4/+4
|\ \ \ \ | |/ / /
| * | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-284-4/+4
* | | | Issue #27633: Merge from 3.5Berker Peksag2016-07-271-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #27633: Fix usage of versionchanged directive in email.parser.rstBerker Peksag2016-07-271-1/+1
* | | | Issue #26638: Merge CLI link fix from 3.5Martin Panter2016-07-261-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #26638: Don’t link 2to3 -l option to the tarfile -l optionMartin Panter2016-07-261-1/+1
* | | | Issue #27601: Merge from 3.5Berker Peksag2016-07-251-11/+11
|\ \ \ \ | |/ / /
| * | | Issue #27601: Improve example in the "Hashing of numeric types" sectionBerker Peksag2016-07-251-11/+11
* | | | Closes #27493: accepted Path objects in file handlers for logging.Vinay Sajip2016-07-221-0/+13
* | | | Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.Vinay Sajip2016-07-221-2/+8
* | | | Closes #25393: Merge with 3.5Zachary Ware2016-07-191-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-3/+3
* | | | Issue #27567: Expose the POLLRDHUP constant in the select moduleBerker Peksag2016-07-191-0/+3
* | | | add EPOLLEXCLUSIVEBenjamin Peterson2016-07-191-32/+37
* | | | expose EPOLLRDHUP (closes #27567)Benjamin Peterson2016-07-191-0/+3
* | | | Issue #27528: Merge warning doc and test from 3.5Martin Panter2016-07-191-3/+4
|\ \ \ \ | |/ / /
| * | | Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-3/+4
* | | | Issue #27531: Merge from 3.5Berker Peksag2016-07-171-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #27531: Update signature of Mock.assert_not_called methodBerker Peksag2016-07-171-1/+1
* | | | Merge for #26696Brett Cannon2016-07-151-1/+4
|\ \ \ \ | |/ / /
| * | | Issue #26696: Document collections.abc.ByteString.Brett Cannon2016-07-151-1/+4
* | | | Issue #27180: Merge from 3.5Berker Peksag2016-07-141-2/+3
|\ \ \ \ | |/ / /
| * | | Issue #27180: Clarify Path.rename() behavior on Unix systemsBerker Peksag2016-07-141-2/+3
* | | | Issue #27455: Merge from 3.5Berker Peksag2016-07-141-13/+13
|\ \ \ \ | |/ / /
| * | | Issue #27455: Improve examples in tkinter documentationBerker Peksag2016-07-141-13/+13
* | | | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-114-4/+4
|\ \ \ \ | |/ / /
| * | | English spelling and grammar fixesMartin Panter2016-07-114-4/+4
* | | | Merge: #26176: fix usage of Address constructor in email examples.R David Murray2016-07-101-1/+1
|\ \ \ \ | |/ / /
| * | | #26176: fix usage of Address constructor in email examples.R David Murray2016-07-101-1/+1
* | | | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-081-9/+9
* | | | Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-081-57/+67
* | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-061-0/+4
* | | | 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 #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-22/+26
|\ \ \ \ | |/ / /