Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Expand entry for pydoc. | Raymond Hettinger | 2011-01-19 | 1 | -3/+5 | |
* | Improve looks by replacing a bullet list with a table. | Raymond Hettinger | 2011-01-19 | 1 | -6/+10 | |
* | Add examples for inspect. | Raymond Hettinger | 2011-01-19 | 1 | -6/+33 | |
* | Fix typo in example of barrier timeouts from r88102 | David Malcolm | 2011-01-18 | 1 | -1/+1 | |
* | Expand barrier example to show time-outs. | Raymond Hettinger | 2011-01-18 | 1 | -5/+20 | |
* | Missing word. | Raymond Hettinger | 2011-01-18 | 1 | -2/+2 | |
* | Reword the OrderedDict entry to emphasize the default behavior, | Raymond Hettinger | 2011-01-18 | 1 | -10/+12 | |
* | Typos. | Raymond Hettinger | 2011-01-18 | 1 | -10/+10 | |
* | More nits. | Raymond Hettinger | 2011-01-18 | 1 | -11/+12 | |
* | Nits. | Raymond Hettinger | 2011-01-18 | 1 | -17/+16 | |
* | More nits. | Raymond Hettinger | 2011-01-18 | 1 | -6/+5 | |
* | Add example for the abc module. | Raymond Hettinger | 2011-01-18 | 1 | -5/+13 | |
* | Nits. | Raymond Hettinger | 2011-01-18 | 1 | -9/+13 | |
* | Add an import to the logging example | Raymond Hettinger | 2011-01-17 | 1 | -0/+1 | |
* | The example for configparser was weird. | Raymond Hettinger | 2011-01-17 | 1 | -24/+31 | |
* | Beautify code examples. | Raymond Hettinger | 2011-01-17 | 1 | -80/+80 | |
* | Wording nits. | Raymond Hettinger | 2011-01-17 | 1 | -4/+3 | |
* | Fix-up the XXX for importlib.abc. | Raymond Hettinger | 2011-01-17 | 1 | -4/+6 | |
* | Tidy-up the ssl section. | Raymond Hettinger | 2011-01-17 | 1 | -38/+33 | |
* | Note that two-phase cyclic barriers are suitable for use in loops. | Raymond Hettinger | 2011-01-17 | 1 | -2/+4 | |
* | Placeholder sentence pointing out that imoprtlib has updated (as well as depr... | Brett Cannon | 2011-01-16 | 1 | -0/+5 | |
* | Mention deprecation of PyEval_{Acquire,Release}Lock(). | Antoine Pitrou | 2011-01-16 | 1 | -0/+5 | |
* | More SSL-related stuff | Antoine Pitrou | 2011-01-16 | 1 | -0/+12 | |
* | Mention HTTP 0.9's partial demise. | Antoine Pitrou | 2011-01-16 | 1 | -0/+6 | |
* | Mention the new context parameter to FTP_TLS, and the small API change | Antoine Pitrou | 2011-01-16 | 1 | -0/+15 | |
* | Issue 10889: Added entry for handling of indexing and slicing with ranges big... | Raymond Hettinger | 2011-01-16 | 1 | -4/+4 | |
* | Get proper credit | Antoine Pitrou | 2011-01-16 | 1 | -1/+1 | |
* | Fix misindent | Antoine Pitrou | 2011-01-16 | 1 | -5/+5 | |
* | Better description of SSL-related changes | Antoine Pitrou | 2011-01-16 | 1 | -7/+15 | |
* | Clean-up comment. | Raymond Hettinger | 2011-01-16 | 1 | -2/+2 | |
* | Fix two small issues. | Georg Brandl | 2011-01-16 | 1 | -3/+3 | |
* | Fix "make suspicious" errors and update ignore file. | Georg Brandl | 2011-01-15 | 1 | -1/+1 | |
* | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 5 | -25/+24 | |
* | Update the email section | Raymond Hettinger | 2011-01-11 | 1 | -3/+2 | |
* | Update the datetime and time section. | Raymond Hettinger | 2011-01-11 | 1 | -26/+14 | |
* | Clean-up threading.Barrier example. | Raymond Hettinger | 2011-01-11 | 1 | -4/+7 | |
* | Add entry for Barrier objects. | Raymond Hettinger | 2011-01-11 | 1 | -1/+43 | |
* | Add a todo. | Raymond Hettinger | 2011-01-11 | 1 | -0/+2 | |
* | Fix typos and markup. | Raymond Hettinger | 2011-01-10 | 1 | -15/+14 | |
* | Removed time.ctime from the list of functions that take a time tuple argument | Alexander Belopolsky | 2011-01-10 | 1 | -1/+1 | |
* | Added entries about removal of year 1900 limit. | Alexander Belopolsky | 2011-01-10 | 1 | -0/+23 | |
* | Misspelling. | Raymond Hettinger | 2011-01-10 | 1 | -2/+2 | |
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 1 | -1/+1 | |
* | Fix typos. | Raymond Hettinger | 2011-01-10 | 1 | -50/+50 | |
* | Markup fix | Raymond Hettinger | 2011-01-08 | 1 | -2/+2 | |
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -0/+2 | |
* | Update the digest of PEP 3333 based on comments for Phillip Eby. | Raymond Hettinger | 2011-01-07 | 1 | -9/+23 | |
* | Typo. | Raymond Hettinger | 2011-01-06 | 1 | -2/+2 | |
* | Nits | Raymond Hettinger | 2011-01-06 | 1 | -5/+4 | |
* | Add PEP 3333 to whatsnew. | Raymond Hettinger | 2011-01-06 | 1 | -1/+32 | |