summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Cleaner method naming conventionRaymond Hettinger2007-12-141-15/+15
|
* Simplify implementation of __replace__()Raymond Hettinger2007-12-131-1/+1
|
* Add another GHOP contributor.Georg Brandl2007-12-111-0/+1
|
* Added wide char api variants of getch and putch to msvcrt module. The wide ↵Christian Heimes2007-12-101-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 Cannon2007-12-091-2/+5
|
* Adapt style.Georg Brandl2007-12-081-1/+1
|
* correct email addressSkip Montanaro2007-12-088-9/+9
|
* + "context manager"Skip Montanaro2007-12-081-0/+5
|
* Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".Georg Brandl2007-12-081-39/+298
|
* Fix markup in whatsnew, use new directive in ACKS.Georg Brandl2007-12-082-200/+202
|
* Update to windows doc from Robert.Georg Brandl2007-12-071-5/+12
|
* Don't have the docs berate themselves. Keep a professional tone.Raymond Hettinger2007-12-071-5/+0
| | | | If a todo is needed, put it in the tracker.
* Better re.split examples.Georg Brandl2007-12-061-11/+17
|
* Diverse markup fixes.Georg Brandl2007-12-066-6/+7
|
* Add another GHOP student to ACKS.Georg Brandl2007-12-062-2/+3
|
* Add Ross Light, a GHOP student, to ACKs.Georg Brandl2007-12-051-0/+1
|
* Another markup fix.Georg Brandl2007-12-051-2/+2
|
* Fix markup.Georg Brandl2007-12-051-1/+1
|
* Add examples to re docs. Written for GHOP by Dan Finnie.Georg Brandl2007-12-052-17/+286
|
* Add examples to csv, pprint and traceback docs.Georg Brandl2007-12-053-24/+189
| | | | Written by Ross for GHOP.
* Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch".Georg Brandl2007-12-041-11/+594
|
* Fix duplicate label and a typo.Georg Brandl2007-12-041-4/+5
|
* Added warning that make install may overwrite or masquerade the default ↵Christian Heimes2007-12-041-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 GHOPGeorg Brandl2007-12-043-2/+147
| | | | by Shriphani Palakodety.
* Grammar fixAndrew M. Kuchling2007-12-031-1/+1
|
* Add examples to the xmlrpclib docs.Georg Brandl2007-12-032-7/+167
| | | | Written for GHOP by Josip Dzolonga.
* Patch #1537 from Chad AustinChristian Heimes2007-12-032-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 Brandl2007-12-031-1/+1
|
* Two small fixes. Issue 1547.Facundo Batista2007-12-031-2/+2
|
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-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 Brandl2007-12-024-2/+83
| | | | Written by Charlie Shepherd for GHOP. Also fixes #1245.
* Fix a sentence I missed before. Do not merge to 3k.Georg Brandl2007-12-021-1/+1
|
* Add more entries to the glossary.Georg Brandl2007-12-0221-64/+166
| | | | Written by Jeff Wheeler for GHOP.
* Convert bdb.rst line endings to Unix style.Georg Brandl2007-12-021-337/+337
|
* Add example to mmap docs.Georg Brandl2007-12-021-0/+43
| | | | Written for GHOP by Rafal Rawicki.
* Add "Using Python on Windows" document, by Robert Lehmann.Georg Brandl2007-12-015-29/+333
| | | | Written for GHOP.
* Add examples to the ElementTree documentation.Georg Brandl2007-12-011-0/+68
| | | | Written by h4wk.cz for GHOP.
* Add a few refcount data entries.Georg Brandl2007-12-011-0/+5
|
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-015-5/+153
| | | | Credits to Michael Sloan from GHOP.
* Added one more missing versionadded tagChristian Heimes2007-12-011-0/+2
|
* Add versionadded tags missing in r59254. Do NOT merge to Py3k.Georg Brandl2007-12-011-0/+6
|
* Feature #1534Christian Heimes2007-12-012-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 Brandl2007-11-301-7/+13
|
* Fix for feature request #1528 Add os.fchmodChristian Heimes2007-11-301-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 Brandl2007-11-292-1/+89
| | | | From GHOP by Josip Dzolonga.
* Add examples to the ConfigParser documentation.Georg Brandl2007-11-292-0/+88
| | | | Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest.
* Fix reference target.Georg Brandl2007-11-291-1/+1
|
* Added py3kwarning to the documentation of the sys module.Christian Heimes2007-11-281-0/+6
|
* Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504Christian Heimes2007-11-271-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öwis2007-11-241-2/+3
|