Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaner method naming convention | Raymond Hettinger | 2007-12-14 | 1 | -15/+15 |
| | |||||
* | Simplify implementation of __replace__() | Raymond Hettinger | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | Add another GHOP contributor. | Georg Brandl | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | Added wide char api variants of getch and putch to msvcrt module. The wide ↵ | Christian Heimes | 2007-12-10 | 1 | -0/+32 |
| | | | | char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. | ||||
* | Use a versionchanged directive. | Brett Cannon | 2007-12-09 | 1 | -2/+5 |
| | |||||
* | Adapt style. | Georg Brandl | 2007-12-08 | 1 | -1/+1 |
| | |||||
* | correct email address | Skip Montanaro | 2007-12-08 | 8 | -9/+9 |
| | |||||
* | + "context manager" | Skip Montanaro | 2007-12-08 | 1 | -0/+5 |
| | |||||
* | Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". | Georg Brandl | 2007-12-08 | 1 | -39/+298 |
| | |||||
* | Fix markup in whatsnew, use new directive in ACKS. | Georg Brandl | 2007-12-08 | 2 | -200/+202 |
| | |||||
* | Update to windows doc from Robert. | Georg Brandl | 2007-12-07 | 1 | -5/+12 |
| | |||||
* | Don't have the docs berate themselves. Keep a professional tone. | Raymond Hettinger | 2007-12-07 | 1 | -5/+0 |
| | | | | If a todo is needed, put it in the tracker. | ||||
* | 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 |
| | | | | Written by Ross for GHOP. | ||||
* | 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 ↵ | Christian Heimes | 2007-12-04 | 1 | -0/+5 |
| | | | | | | python binary. Use make altinstall instead. A native English speaker may want to rephrase the paragraph. ;) | ||||
* | Add "Python on Unix" document, mostly written for GHOP | Georg Brandl | 2007-12-04 | 3 | -2/+147 |
| | | | | by Shriphani Palakodety. | ||||
* | 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 |
| | | | | Written for GHOP by Josip Dzolonga. | ||||
* | Patch #1537 from Chad Austin | Christian Heimes | 2007-12-03 | 2 | -4/+3 |
| | | | | | Change GeneratorExit's base class from Exception to BaseException (This time I'm applying the patch to the correct sandbox.) | ||||
* | #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 |
| | | | | | | on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5. | ||||
* | Add documentation for PySys_* functions. | Georg Brandl | 2007-12-02 | 4 | -2/+83 |
| | | | | Written by Charlie Shepherd for GHOP. Also fixes #1245. | ||||
* | 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 |
| | | | | Written by Jeff Wheeler for GHOP. | ||||
* | 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 |
| | | | | Written for GHOP by Rafal Rawicki. | ||||
* | Add "Using Python on Windows" document, by Robert Lehmann. | Georg Brandl | 2007-12-01 | 5 | -29/+333 |
| | | | | Written for GHOP. | ||||
* | Add examples to the ElementTree documentation. | Georg Brandl | 2007-12-01 | 1 | -0/+68 |
| | | | | Written by h4wk.cz for GHOP. | ||||
* | 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 |
| | | | | Credits to Michael Sloan from GHOP. | ||||
* | 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 |
| | | | | | Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API. Added a dictionary sys.float_info with information about the internal floating point type to the sys module. | ||||
* | 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 |
| | | | | | Georg Brandl has added fchmod() and fchown(). I've contributed lchown but I'm not able to test it on Linux. However it should be available on Mac and some other flavors of Unix. I've made a quick test of fchmod() and fchown() on my system. They are working as expected. | ||||
* | Add more examples to the wsgiref docs. | Georg Brandl | 2007-11-29 | 2 | -1/+89 |
| | | | | From GHOP by Josip Dzolonga. | ||||
* | Add examples to the ConfigParser documentation. | Georg Brandl | 2007-11-29 | 2 | -0/+88 |
| | | | | Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest. | ||||
* | 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 |
| | | | | Also added a warning.warnpy3k() as convenient method for Python 3.x related deprecation warnings. | ||||
* | Bug #1494: Document that appendChild removes first. | Martin v. Löwis | 2007-11-24 | 1 | -2/+3 |
| |