| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't have the docs berate themselves. Keep a professional tone. | Raymond Hettinger | 2007-12-07 | 1 | -5/+0 |
|
|
* | Better re.split examples. | Georg Brandl | 2007-12-06 | 1 | -11/+17 |
|
|
* | Diverse markup fixes. | Georg Brandl | 2007-12-06 | 6 | -6/+7 |
|
|
* | Add another GHOP student to ACKS. | Georg Brandl | 2007-12-06 | 2 | -2/+3 |
|
|
* | Add Ross Light, a GHOP student, to ACKs. | Georg Brandl | 2007-12-05 | 1 | -0/+1 |
|
|
* | Another markup fix. | Georg Brandl | 2007-12-05 | 1 | -2/+2 |
|
|
* | Fix markup. | Georg Brandl | 2007-12-05 | 1 | -1/+1 |
|
|
* | Add examples to re docs. Written for GHOP by Dan Finnie. | Georg Brandl | 2007-12-05 | 2 | -17/+286 |
|
|
* | Add examples to csv, pprint and traceback docs. | Georg Brandl | 2007-12-05 | 3 | -24/+189 |
|
|
* | Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". | Georg Brandl | 2007-12-04 | 1 | -11/+594 |
|
|
* | Fix duplicate label and a typo. | Georg Brandl | 2007-12-04 | 1 | -4/+5 |
|
|
* | Added warning that make install may overwrite or masquerade the default pytho... | Christian Heimes | 2007-12-04 | 1 | -0/+5 |
|
|
* | Add "Python on Unix" document, mostly written for GHOP | Georg Brandl | 2007-12-04 | 3 | -2/+147 |
|
|
* | Grammar fix | Andrew M. Kuchling | 2007-12-03 | 1 | -1/+1 |
|
|
* | Add examples to the xmlrpclib docs. | Georg Brandl | 2007-12-03 | 2 | -7/+167 |
|
|
* | Patch #1537 from Chad Austin | Christian Heimes | 2007-12-03 | 2 | -4/+3 |
|
|
* | #1548: fix apostroph placement. | Georg Brandl | 2007-12-03 | 1 | -1/+1 |
|
|
* | Two small fixes. Issue 1547. | Facundo Batista | 2007-12-03 | 1 | -2/+2 |
|
|
* | Issue #1727780: Support loading pickles of random.Random objects created | Martin v. Löwis | 2007-12-03 | 1 | -0/+3 |
|
|
* | Add documentation for PySys_* functions. | Georg Brandl | 2007-12-02 | 4 | -2/+83 |
|
|
* | Fix a sentence I missed before. Do not merge to 3k. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Add more entries to the glossary. | Georg Brandl | 2007-12-02 | 21 | -64/+166 |
|
|
* | Convert bdb.rst line endings to Unix style. | Georg Brandl | 2007-12-02 | 1 | -337/+337 |
|
|
* | Add example to mmap docs. | Georg Brandl | 2007-12-02 | 1 | -0/+43 |
|
|
* | Add "Using Python on Windows" document, by Robert Lehmann. | Georg Brandl | 2007-12-01 | 5 | -29/+333 |
|
|
* | Add examples to the ElementTree documentation. | Georg Brandl | 2007-12-01 | 1 | -0/+68 |
|
|
* | Add a few refcount data entries. | Georg Brandl | 2007-12-01 | 1 | -0/+5 |
|
|
* | Document PyEval_* functions from ceval.c. | Georg Brandl | 2007-12-01 | 5 | -5/+153 |
|
|
* | Added one more missing versionadded tag | Christian Heimes | 2007-12-01 | 1 | -0/+2 |
|
|
* | Add versionadded tags missing in r59254. Do NOT merge to Py3k. | Georg Brandl | 2007-12-01 | 1 | -0/+6 |
|
|
* | Feature #1534 | Christian Heimes | 2007-12-01 | 2 | -0/+59 |
|
|
* | Move lchmod() docs to correct place, and add versionadded tags. | Georg Brandl | 2007-11-30 | 1 | -7/+13 |
|
|
* | Fix for feature request #1528 Add os.fchmod | Christian Heimes | 2007-11-30 | 1 | -0/+20 |
|
|
* | Add more examples to the wsgiref docs. | Georg Brandl | 2007-11-29 | 2 | -1/+89 |
|
|
* | Add examples to the ConfigParser documentation. | Georg Brandl | 2007-11-29 | 2 | -0/+88 |
|
|
* | Fix reference target. | Georg Brandl | 2007-11-29 | 1 | -1/+1 |
|
|
* | Added py3kwarning to the documentation of the sys module. | Christian Heimes | 2007-11-28 | 1 | -0/+6 |
|
|
* | Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 | Christian Heimes | 2007-11-27 | 1 | -0/+8 |
|
|
* | Bug #1494: Document that appendChild removes first. | Martin v. Löwis | 2007-11-24 | 1 | -2/+3 |
|
|
* | #1735632: add O_NOATIME constant to os module. | Georg Brandl | 2007-11-24 | 1 | -8/+10 |
|
|
* | #1355: remove mention of PyXML from xml.dom docs. | Georg Brandl | 2007-11-24 | 1 | -9/+8 |
|
|
* | #1467: fix documentation for TestResult.add{Error,Failure}. | Georg Brandl | 2007-11-24 | 1 | -4/+6 |
|
|
* | #1344: document that you need to open std{in,out,err} with PIPE if you want | Georg Brandl | 2007-11-24 | 1 | -1/+6 |
|
|
* | Add item | Andrew M. Kuchling | 2007-11-23 | 1 | -0/+4 |
|
|
* | Fixed detail in add_type() explanation (issue 1463). | Facundo Batista | 2007-11-19 | 1 | -2/+2 |
|
|
* | Use a slightly more recent version than 1.5.2b2. | Neal Norwitz | 2007-11-19 | 1 | -2/+2 |
|
|
* | Remove a confusing sentence about pth files and which directories are searched | Brett Cannon | 2007-11-17 | 1 | -2/+1 |
|
|
* | Fix signature in example | Raymond Hettinger | 2007-11-17 | 1 | -1/+1 |
|
|
* | Add example for use cases requiring default values. | Raymond Hettinger | 2007-11-15 | 1 | -0/+9 |
|
|
* | Example of multiple replacements. | Raymond Hettinger | 2007-11-15 | 1 | -2/+2 |
|
|