| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27991: Merge from 3.5 | Berker Peksag | 2016-09-11 | 1 | -2/+2 |
|\ |
|
| * | Issue #27991: Remove incorrect sentence about store_true | Berker Peksag | 2016-09-11 | 1 | -2/+2 |
|
|
* | | reST is not markdown | Benjamin Peterson | 2016-09-11 | 1 | -17/+17 |
|
|
* | | DTrace support: function calls, GC activity, line execution | Łukasz Langa | 2016-09-10 | 2 | -0/+412 |
|
|
* | | clinic: PY_LONG_LONG -> long long | Benjamin Peterson | 2016-09-08 | 1 | -2/+2 |
|
|
* | | Merge: #25916: fix a few 'string of bytes' references. | R David Murray | 2016-08-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #25916: fix a few 'string of bytes' references. | R David Murray | 2016-08-24 | 1 | -1/+1 |
|
|
* | | Merge with 3.5 | Zachary Ware | 2016-08-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use sys.version_info, not sys.version. | Zachary Ware | 2016-08-17 | 1 | -2/+2 |
|
|
* | | Issue #27745: Merge typo fixes from 3.5 | Martin Panter | 2016-08-12 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax | Martin Panter | 2016-08-12 | 1 | -4/+4 |
|
|
* | | Closes #27204: Merge with 3.5 | Zachary Ware | 2016-08-09 | 3 | -24/+29 |
|\ \
| |/ |
|
| * | Issue #27204: Fix doctests in Doc/howto | Zachary Ware | 2016-08-09 | 3 | -24/+29 |
|
|
* | | [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
| |\ |
|
| | * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
| | |\ |
|
| | | * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
|
|
| | | * | 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 #26462: Merge code block fixes from 3.5 | Martin Panter | 2016-07-29 | 5 | -13/+36 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 5 | -13/+36 |
|
|
* | | | | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 2 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 2 | -2/+2 |
|
|
* | | | | Issue #27130: Merge zlib 64-bit fixes from 3.5 | Martin Panter | 2016-07-23 | 1 | -6/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module | Martin Panter | 2016-07-23 | 1 | -6/+6 |
|
|
* | | | | Issue #27378: Merge from 3.5 | Berker Peksag | 2016-06-24 | 1 | -3/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27378: Remove an outdated reference from regex HOWTO | Berker Peksag | 2016-06-24 | 1 | -3/+1 |
|
|
* | | | | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|
* | | | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 7 | -79/+81 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 7 | -79/+81 |
|
|
* | | | | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | | | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 5 | -11/+11 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 5 | -11/+11 |
|
|
* | | | | merge | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #24715: Improve sort stability example | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
|
|
* | | | | merge 3.5 (#26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | fix python 3 mod init function declaration (closes #26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
|
|
* | | | | Issue #15984: Merge PyUnicode doc from 3.5 | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | | | | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -2/+2 |
|
|
* | | | | Merged documentation update from 3.5. | Vinay Sajip | 2016-04-01 | 1 | -0/+102 |
|\ \ \ \
| |/ / / |
|
| * | | | Added a cookbook recipe for a logging context manager. | Vinay Sajip | 2016-04-01 | 1 | -0/+102 |
|
|
* | | | | Issue #26593: Fix typo in logging HOWTO | Berker Peksag | 2016-03-20 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #26593: Fix typo in logging HOWTO | Berker Peksag | 2016-03-20 | 1 | -1/+1 |
|
|
* | | | | Merge for issue #26095 | Brett Cannon | 2016-03-18 | 1 | -0/+46 |
|\ \ \ \
| |/ / / |
|
| * | | | Suggest people use feature detection in porting guide | Brett Cannon | 2016-03-18 | 1 | -0/+46 |
|
|
* | | | | Issue #24852: Remove outdated "HOWTO Use Python in the web" document | Berker Peksag | 2016-03-07 | 2 | -732/+0 |
|\ \ \ \
| |/ / / |
|