Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Corrected version numbers in cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -2/+2 | |
| * | | | Merged tweaks to cookbook example from 3.2. | Vinay Sajip | 2012-04-16 | 1 | -5/+5 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Tweaked format of cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -5/+5 | |
| * | | | Merged cookbook update from 3.2. | Vinay Sajip | 2012-04-16 | 1 | -0/+44 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Added cookbook example for BOM insertion. | Vinay Sajip | 2012-04-16 | 1 | -0/+44 | |
| * | | | Merged updates to logging reference and HOWTO from 3.2. | Vinay Sajip | 2012-04-10 | 1 | -0/+16 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Updated logging reference and HOWTO. | Vinay Sajip | 2012-04-10 | 1 | -0/+16 | |
| * | | | Merged comment correction from 3.2. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Corrected comment in cookbook example script. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 | |
| * | | | Merged logging cookbook update from 3.2. | Vinay Sajip | 2012-04-08 | 1 | -0/+228 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Added multiprocessing example to logging cookbook. | Vinay Sajip | 2012-04-08 | 1 | -0/+229 | |
| * | | | merge with 3.2 | Georg Brandl | 2012-03-25 | 1 | -3/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Closes #14401: fix typos in curses howto. | Georg Brandl | 2012-03-25 | 1 | -3/+3 | |
| * | | | merge 3.2 | Martin v. Löwis | 2012-03-24 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #14400: Fix typo. | Martin v. Löwis | 2012-03-24 | 1 | -1/+1 | |
| * | | | cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu... | Senthil Kumaran | 2012-03-15 | 1 | -1/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 | Senthil Kumaran | 2012-03-15 | 1 | -1/+3 | |
| * | | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,... | Senthil Kumaran | 2012-03-14 | 1 | -0/+7 | |
| * | | | Merge 3.2 | Éric Araujo | 2012-03-05 | 3 | -6/+5 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Use source reST role instead of file where it makes sense. | Éric Araujo | 2012-03-05 | 2 | -4/+4 | |
| | * | | Remove mention of defunct file. | Éric Araujo | 2012-03-05 | 1 | -2/+1 | |
| * | | | Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. | Larry Hastings | 2012-02-29 | 1 | -26/+85 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) | Larry Hastings | 2012-02-29 | 1 | -26/+85 | |
| * | | | Merged cookbook improvement from 3.2. | Vinay Sajip | 2012-02-28 | 1 | -6/+11 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Improved logging cookbook example. | Vinay Sajip | 2012-02-28 | 1 | -6/+11 | |
| * | | | Merge with 3.2. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix markup errors. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
| * | | | Merged cookbook update for LogRecord customisation. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Updated cookbook with information on customising LogRecords. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
| * | | | Merged cookbook update from 3.2. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Updated logging cookbook with info on alternative format styles. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
| * | | | merged from 3.2 | Senthil Kumaran | 2012-02-09 | 1 | -0/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix Issue #6005: Examples in the socket library documentation use sendall, | Senthil Kumaran | 2012-02-09 | 1 | -0/+2 | |
| * | | | Use ASCII quotes and fix markup. | Ezio Melotti | 2012-01-18 | 1 | -2/+2 | |
| * | | | Refactored logging rotating handlers for improved flexibility. | Vinay Sajip | 2012-01-04 | 1 | -0/+28 | |
| * | | | merge with 3.2 | Sandro Tosi | 2011-12-31 | 2 | -8/+8 | |
| |\ \ \ | | |/ / | ||||||
| | * | | fix some broken URLs | Sandro Tosi | 2011-12-31 | 2 | -8/+8 | |
| * | | | Issue #13575: there is only one class type. | Florent Xicluna | 2011-12-12 | 1 | -10/+2 | |
| * | | | Merge assorted fixes from 3.2 | Antoine Pitrou | 2011-12-05 | 1 | -19/+17 | |
| |\ \ \ | | |/ / | ||||||
| | * | | s/SOCKSTREAM/TCP/ | Antoine Pitrou | 2011-12-05 | 1 | -1/+1 | |
| | * | | Reword IPC section | Antoine Pitrou | 2011-12-05 | 1 | -5/+6 | |
| | * | | Use www.python.org instead of a hostname pointing to a parked (or squatted) d... | Antoine Pitrou | 2011-12-05 | 1 | -13/+10 | |
| | * | | Remove the outdated notion that multithreading doesn't work well on Unices. | Antoine Pitrou | 2011-12-05 | 1 | -13/+7 | |
| * | | | Remove reference to the base64 encoding. | Antoine Pitrou | 2011-12-05 | 1 | -23/+6 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Remove reference to the base64 encoding. | Antoine Pitrou | 2011-12-05 | 1 | -23/+6 | |
| * | | | The functional module hasn't been maintained since 2006 and doesn't work with... | Antoine Pitrou | 2011-12-05 | 1 | -129/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | The functional module hasn't been maintained since 2006 and doesn't work with... | Antoine Pitrou | 2011-12-05 | 1 | -129/+0 | |
| * | | | Merge fix for Issue #12666 from 3.2 | Jason R. Coombs | 2011-12-03 | 1 | -0/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #12666: Added section about map changes. | Jason R. Coombs | 2011-12-03 | 1 | -0/+12 | |
| * | | | Merged documentation addition from 3.2. | Vinay Sajip | 2011-11-23 | 1 | -0/+64 | |
| |\ \ \ | | |/ / |