summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #24278: Merge argument parsing docs from 3.5Martin Panter2016-08-041-14/+19
|\
| * Issue #24278: Explain how argument parsing output buffers are managedMartin Panter2016-08-031-14/+19
* | Issue #23710: Merge from 3.5Berker Peksag2016-08-031-5/+9
|\ \ | |/
| * Issue #23710: Update PyObject_HEAD documentationBerker Peksag2016-08-031-5/+9
* | Issue #26576: Merge from 3.5Berker Peksag2016-08-031-4/+5
|\ \ | |/
| * Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...Berker Peksag2016-08-031-4/+5
* | 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-312-0/+20
|\ \ | |/
| * [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+20
| |\
| | * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
| | |\
| | | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
* | | | Issue 27366: PEP 487 docs updatesNick Coghlan2016-07-312-0/+16
* | | | Issue #27366: Tweak PEP 487 documentationBerker Peksag2016-07-301-0/+5
* | | | Issue #27366: Implement PEP 487Nick Coghlan2016-07-302-1/+62
* | | | 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-2947-128/+329
|\ \ \ \ | |/ / /
| * | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2647-128/+329
* | | | Merge with 3.5Zachary Ware2016-07-291-1/+1
|\ \ \ \ | |/ / /
| * | | Correct typo in Windows docs.Zachary Ware2016-07-291-1/+1
* | | | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-286-6/+6
|\ \ \ \ | |/ / /
| * | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-286-6/+6
* | | | 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
* | | | Issue #27130: Merge zlib 64-bit fixes from 3.5Martin Panter2016-07-231-6/+6
|\ \ \ \ | |/ / /
| * | | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-6/+6
* | | | 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
* | | | Issue #27285: Cleanup leftover susp-ignored entry after text was changedMartin Panter2016-07-161-1/+0
* | | | Merge for #26696Brett Cannon2016-07-151-1/+4
|\ \ \ \ | |/ / /
| * | | Issue #26696: Document collections.abc.ByteString.Brett Cannon2016-07-151-1/+4