Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an entry for the code repository. | Raymond Hettinger | 2011-01-20 | 1 | -4/+21 |
* | Make an entry for the os module's bytes accessors. | Raymond Hettinger | 2011-01-20 | 1 | -37/+49 |
* | Add hasattr() example. | Raymond Hettinger | 2011-01-20 | 1 | -1/+12 |
* | Add more examples | Raymond Hettinger | 2011-01-20 | 2 | -15/+26 |
* | #10944: add c_bool to types table. | Georg Brandl | 2011-01-19 | 1 | -0/+5 |
* | Issue #10934: Fixed and expanded Internaldate2tuple() and | Alexander Belopolsky | 2011-01-19 | 1 | -6/+10 |
* | Fix markup. | Raymond Hettinger | 2011-01-19 | 1 | -2/+1 |
* | Suppress trailing spaces in table paragraphs. | Georg Brandl | 2011-01-19 | 1 | -0/+4 |
* | 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 | 3 | -2/+24 |
* | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 14 | -57/+57 |
* | Update to 1.0.7. | Georg Brandl | 2011-01-15 | 3 | -3/+3 |
* | Nits | Antoine Pitrou | 2011-01-15 | 1 | -10/+6 |
* | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and | Antoine Pitrou | 2011-01-15 | 1 | -0/+18 |
* | Reword and restructure the GIL API doc | Antoine Pitrou | 2011-01-15 | 1 | -152/+156 |
* | Add mention of how to switch interpreters | Antoine Pitrou | 2011-01-15 | 1 | -1/+3 |
* | Improve description of issues | Antoine Pitrou | 2011-01-15 | 1 | -7/+10 |
* | Restructure a bit | Antoine Pitrou | 2011-01-15 | 1 | -79/+100 |
* | Standard streams use file descriptors, not FILE pointers. | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
* | Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t... | Eli Bendersky | 2011-01-15 | 1 | -0/+3 |