Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| * | fix typo (closes #20892) | Benjamin Peterson | 2014-03-11 | 1 | -1/+1 |
| | | |||||
| * | Issue #20813: Backport Python 2/3 HOWTO updates | Brett Cannon | 2014-03-07 | 1 | -380/+259 |
| | | |||||
* | | Issue #25576: Remove application/x-www-form-urlencoded charset advice | Martin Panter | 2015-11-24 | 1 | -3/+3 |
| | | | | | | | | | | No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII. | ||||
* | | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | rstlint: Fix "default role used" warning | Berker Peksag | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | This should make buildbots green. | ||||
* | | Added entry to logging cookbook. | Vinay Sajip | 2015-10-17 | 1 | -0/+66 |
| | | |||||
* | | Closes #25344: Added cookbook recipe to show buffering of logging events. | Vinay Sajip | 2015-10-09 | 1 | -0/+137 |
| | | |||||
* | | remove reference to PyGoogle (#25145) | Benjamin Peterson | 2015-09-20 | 1 | -2/+1 |
| | | | | | | | | Patch by Bar Harel. | ||||
* | | use a more modern UA (#25145) | Benjamin Peterson | 2015-09-20 | 1 | -1/+1 |
| | | |||||
* | | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | | Issue #24232: Fix typos. Patch by Ville Skyttä. | Berker Peksag | 2015-05-18 | 2 | -2/+2 |
| | | |||||
* | | Issue #12955: Change the urlopen() examples to use context managers where ↵ | Berker Peksag | 2015-04-12 | 1 | -8/+8 |
| | | | | | | | | | | | | appropriate. Patch by Martin Panter. | ||||
* | | Make the case to only support Python 2.7 when supporting 2/3 simultaneously | Brett Cannon | 2015-03-13 | 1 | -13/+13 |
| | | |||||
* | | Fix the clarification as to why division cannot be ported automatically | Brett Cannon | 2015-02-27 | 1 | -2/+3 |
| | | |||||
* | | Added a cookbook entry on logging audible messages. | Vinay Sajip | 2015-02-01 | 1 | -0/+54 |
| | | |||||
* | | Added a logging cookbook entry on customized exception formatting. | Vinay Sajip | 2015-01-28 | 1 | -0/+55 |
| | | |||||
* | | Add missing URL link to Modernize docs. | Ned Deily | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | update correct French examples (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
| | | |||||
* | | improve incorrect French (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
| | | | | | | | | Following suggestions from Clément. | ||||
* | | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Chaitanya agrawal. | ||||
* | | Address some comments from Nick Coghlan | Brett Cannon | 2014-12-12 | 1 | -8/+23 |
| | | |||||
* | | remove reference to dead irc channel (closes #23038) | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 |
| | | |||||
* | | Fix a bad link | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #22914: Update the Python 2/3 porting HOWTO to describe a more | Brett Cannon | 2014-12-05 | 1 | -584/+343 |
| | | | | | | | | automated process. | ||||
* | | pyporting howto: fix link target | Georg Brandl | 2014-10-30 | 1 | -4/+4 |
| | | |||||
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 3 | -4/+3 |
| | | |||||
* | | Fixing broken links in doc, part 2: howto/ | Georg Brandl | 2014-10-29 | 6 | -51/+44 |
| | | |||||
* | | Fix external links to docs.python.org to use internal links instead. | Georg Brandl | 2014-10-29 | 1 | -3/+3 |
| | | |||||
* | | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 6 | -23/+23 |
| | | |||||
* | | Closes #22748: there are no PyString C functions in 3.x. | Georg Brandl | 2014-10-28 | 1 | -4/+3 |
| | | |||||
* | | use source role instead of linking to svn | Benjamin Peterson | 2014-10-07 | 1 | -9/+8 |
| | | |||||
* | | Issue #13689: Remove a dead link from howto/urllib. | Berker Peksag | 2014-07-01 | 1 | -3/+1 |
| | | |||||
* | | Fix indentation and class name in socket howto example. | Ezio Melotti | 2014-06-27 | 1 | -3/+3 |
| | | |||||
* | | Fixed typo in documentation. | Vinay Sajip | 2014-06-25 | 1 | -1/+1 |
| | | |||||
* | | Fix typo reported by Jesse W on docs@ | Zachary Ware | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | #21693 - Fix the broken link for pylons project. | Senthil Kumaran | 2014-06-11 | 1 | -1/+1 |
| | | |||||
* | | Updated logging HOWTO section on optimization. | Vinay Sajip | 2014-06-01 | 1 | -0/+15 |
| | | |||||
* | | fix typo in variable name (closes #21586) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | | |||||
* | | Don't grow strings by concatenation. Use ''.join() instead. | Raymond Hettinger | 2014-05-18 | 1 | -5/+7 |
| | | |||||
* | | fix off-by-one error (closes #21330) | Benjamin Peterson | 2014-04-23 | 1 | -1/+1 |
| | | |||||
* | | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 |
| | | |||||
* | | Issue 21014: Use booleans instead of 0 and 1 in examples. | Raymond Hettinger | 2014-03-28 | 1 | -1/+1 |
| | | |||||
* | | Updated external link in documentation. | Vinay Sajip | 2014-03-25 | 1 | -1/+1 |
| | | |||||
* | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -2/+31 |
| | | |||||
* | | Merged documentation update from 3.3. | Vinay Sajip | 2014-02-03 | 1 | -0/+87 |
|\ \ | |/ | |||||
| * | Added cookbook entry on logging filter configuration using dictConfig(). | Vinay Sajip | 2014-02-03 | 1 | -0/+87 |
| | | |||||
* | | #Issue 20456: Several improvements and bugfixes for Argument Clinic, | Larry Hastings | 2014-02-01 | 1 | -72/+100 |
| | | | | | | | | | | including correctly generating code for Clinic blocks inside C preprocessor conditional blocks. |