| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED ... | Giampaolo Rodolà | 2010-11-01 | 1 | -7/+55 |
|
|
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -4/+7 |
|
|
* | Issue 10025: Let docs for random.seed() describe what it does, not how it do... | Raymond Hettinger | 2010-10-31 | 1 | -4/+0 |
|
|
* | Add version note about set literals. | Georg Brandl | 2010-10-29 | 1 | -6/+6 |
|
|
* | logging: clarified Filter documentation. | Vinay Sajip | 2010-10-20 | 1 | -0/+3 |
|
|
* | Note version for addition of processName. | Georg Brandl | 2010-10-17 | 1 | -0/+3 |
|
|
* | __setstate__ gets an argument. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | Note default values for namedtuple extra args. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | Note that maxtasksperchild is new in 2.7. | Georg Brandl | 2010-10-17 | 1 | -11/+12 |
|
|
* | Recorded merge of revisions 85543 via svnmerge from | Georg Brandl | 2010-10-15 | 1 | -3/+8 |
|
|
* | Merged revisions 85395 via svnmerge from | Benjamin Peterson | 2010-10-12 | 1 | -1/+1 |
|
|
* | Merged revisions 85328 via svnmerge from | Benjamin Peterson | 2010-10-09 | 1 | -3/+0 |
|
|
* | Merged revisions 85274 via svnmerge from | Georg Brandl | 2010-10-06 | 4 | -10/+10 |
|
|
* | Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge... | Georg Brandl | 2010-10-06 | 2 | -6/+8 |
|
|
* | Merged revisions 85008,85011,85240 via svnmerge from | Georg Brandl | 2010-10-06 | 3 | -2/+3 |
|
|
* | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 11 | -14/+14 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 19 | -40/+59 |
|
|
* | Merged revisions 82757-82758,82760-82764 via svnmerge from | Georg Brandl | 2010-10-06 | 3 | -17/+16 |
|
|
* | Merged revisions 85232 via svnmerge from | Senthil Kumaran | 2010-10-05 | 1 | -5/+6 |
|
|
* | Merged revisions 85156 via svnmerge from | Senthil Kumaran | 2010-10-02 | 1 | -17/+17 |
|
|
* | Merged revisions 85101 via svnmerge from | Antoine Pitrou | 2010-09-29 | 3 | -3/+9 |
|
|
* | Fix for issue 81275: don't say that the MacPython OSA modules will get new de... | Ronald Oussoren | 2010-09-28 | 1 | -1/+2 |
|
|
* | logging: Updated library configuration documentation. | Vinay Sajip | 2010-09-27 | 1 | -0/+18 |
|
|
* | versionadded #9956 | Benjamin Peterson | 2010-09-26 | 1 | -0/+2 |
|
|
* | Fix typo. | Georg Brandl | 2010-09-25 | 1 | -1/+1 |
|
|
* | Update the cookie documentation. Use SimpleCookie instead of SmartCookie/Seri... | Senthil Kumaran | 2010-09-22 | 1 | -7/+6 |
|
|
* | Merged revisions 84933 via svnmerge from | Senthil Kumaran | 2010-09-21 | 1 | -0/+3 |
|
|
* | Improved Filter documentation. | Vinay Sajip | 2010-09-17 | 1 | -1/+15 |
|
|
* | Improved basicConfig and custom level documentation. | Vinay Sajip | 2010-09-17 | 1 | -0/+33 |
|
|
* | Merged revisions 84814 via svnmerge from | Antoine Pitrou | 2010-09-14 | 1 | -2/+3 |
|
|
* | Merged revisions 84701,84784 via svnmerge from | Victor Stinner | 2010-09-13 | 1 | -2/+1 |
|
|
* | Merged revisions 84754 via svnmerge from | Benjamin Peterson | 2010-09-13 | 1 | -2/+1 |
|
|
* | Issue #9827: clarified LogRecord documentation. | Vinay Sajip | 2010-09-11 | 1 | -27/+66 |
|
|
* | Merged revisions 84592 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -17/+17 |
|
|
* | Updated information on logging contextual information. | Vinay Sajip | 2010-09-06 | 1 | -0/+76 |
|
|
* | Cleanup heapq docs | Raymond Hettinger | 2010-09-01 | 1 | -37/+37 |
|
|
* | Clean-up bisect docs. | Raymond Hettinger | 2010-09-01 | 1 | -74/+76 |
|
|
* | Improved logging.Formatter date/time formatting documentation. | Vinay Sajip | 2010-08-30 | 1 | -0/+8 |
|
|
* | versionadded | Benjamin Peterson | 2010-08-28 | 1 | -0/+2 |
|
|
* | Merged revisions 84242-84244 via svnmerge from | Benjamin Peterson | 2010-08-21 | 1 | -17/+38 |
|
|
* | Merged revisions 84234 via svnmerge from | Senthil Kumaran | 2010-08-21 | 1 | -1/+2 |
|
|
* | Issue #9606: Updated documentation for Filter objects. | Vinay Sajip | 2010-08-19 | 1 | -0/+7 |
|
|
* | Merged revisions 83999,84001 via svnmerge from | Éric Araujo | 2010-08-14 | 1 | -1/+1 |
|
|
* | Merged revisions 83900 via svnmerge from | Senthil Kumaran | 2010-08-09 | 3 | -5/+5 |
|
|
* | Merged revisions 83872 via svnmerge from | Benjamin Peterson | 2010-08-09 | 1 | -17/+16 |
|
|
* | Backport improvements to doc readability for the collections module. | Raymond Hettinger | 2010-08-08 | 1 | -121/+125 |
|
|
* | Document implementation notes for priority queues | Raymond Hettinger | 2010-08-07 | 1 | -0/+63 |
|
|
* | Backport doc updates for the bisect module | Raymond Hettinger | 2010-08-07 | 1 | -21/+60 |
|
|
* | Merged revisions 83763 via svnmerge from | Brian Curtin | 2010-08-06 | 1 | -0/+4 |
|
|
* | Issue #3854: Documented using the sqlite3 module with multiple threads. | Gerhard Häring | 2010-08-06 | 1 | -0/+15 |
|
|