Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 |
|\ | |||||
| * | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 |
* | | Merge with 3.4 for porting HOWTO tweaks | Brett Cannon | 2014-12-12 | 1 | -8/+23 |
|\ \ | |/ | |||||
| * | Address some comments from Nick Coghlan | Brett Cannon | 2014-12-12 | 1 | -8/+23 |
* | | merge 3.4 | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | remove reference to dead irc channel (closes #23038) | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 |
* | | Merge with 3.4 | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a bad link | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
* | | Merge with 3.4 | Brett Cannon | 2014-12-05 | 1 | -584/+343 |
|\ \ | |/ | |||||
| * | Issue #22914: Update the Python 2/3 porting HOWTO to describe a more | Brett Cannon | 2014-12-05 | 1 | -584/+343 |
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -2/+5 |
* | | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 1 | -1/+1 |
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | 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 |
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 3 | -4/+3 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 3 | -4/+3 |
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 6 | -51/+44 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 2: howto/ | Georg Brandl | 2014-10-29 | 6 | -51/+44 |
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix external links to docs.python.org to use internal links instead. | Georg Brandl | 2014-10-29 | 1 | -3/+3 |
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 6 | -23/+23 |
|\ \ | |/ | |||||
| * | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 6 | -23/+23 |
* | | merge with 3.4 | Georg Brandl | 2014-10-28 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | Closes #22748: there are no PyString C functions in 3.x. | Georg Brandl | 2014-10-28 | 1 | -4/+3 |
* | | merge 3.4 | Benjamin Peterson | 2014-10-07 | 1 | -9/+8 |
|\ \ | |/ | |||||
| * | use source role instead of linking to svn | Benjamin Peterson | 2014-10-07 | 1 | -9/+8 |
* | | Issue #13689: Merge from 3.4. | Berker Peksag | 2014-07-01 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Issue #13689: Remove a dead link from howto/urllib. | Berker Peksag | 2014-07-01 | 1 | -3/+1 |
* | | Merge socket howto fixes from 3.4. | Ezio Melotti | 2014-06-27 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix indentation and class name in socket howto example. | Ezio Melotti | 2014-06-27 | 1 | -3/+3 |
* | | Merged documentation update from 3.4. | Vinay Sajip | 2014-06-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed typo in documentation. | Vinay Sajip | 2014-06-25 | 1 | -1/+1 |
* | | Merge typo fix from 3.4 | Zachary Ware | 2014-06-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo reported by Jesse W on docs@ | Zachary Ware | 2014-06-16 | 1 | -1/+1 |
* | | merge from 3.4 | Senthil Kumaran | 2014-06-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #21693 - Fix the broken link for pylons project. | Senthil Kumaran | 2014-06-11 | 1 | -1/+1 |
* | | Merged documentation update from 3.4. | Vinay Sajip | 2014-06-01 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Updated logging HOWTO section on optimization. | Vinay Sajip | 2014-06-01 | 1 | -0/+15 |
* | | merge 3.4 (#21586) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo in variable name (closes #21586) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 4 | -7/+7 |
|/ | |||||
* | 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 |
|\ |