summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #7569: clarification about c_char_p.Georg Brandl2009-12-291-2/+4
* document new fix_callable behaviorBenjamin Peterson2009-12-281-1/+2
* #7404: remove reference to non-existing example files.Georg Brandl2009-12-281-3/+1
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-282-0/+15
* #7586: fix typo.Georg Brandl2009-12-281-1/+1
* #7577: fix signature of PyBuffer_FillInfo().Georg Brandl2009-12-281-1/+1
* Updated sys.flags table in DocEzio Melotti2009-12-251-0/+4
* Added markup and default arg, fixed exampleEzio Melotti2009-12-241-7/+7
* Fix for Issue7570: Error in urllib2 example.Senthil Kumaran2009-12-241-2/+2
* Make a word plural.Brett Cannon2009-12-221-1/+1
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+13
* builtin-ins -> builtinsBenjamin Peterson2009-12-201-6/+6
* #7381: subprocess documentation and library docstring consistency fixes.Georg Brandl2009-12-201-7/+9
* Small indentation fix.Georg Brandl2009-12-201-1/+1
* #7495: backport Programming FAQ review to trunk.Georg Brandl2009-12-201-85/+70
* Document the headers parameter for set_tunnel.Senthil Kumaran2009-12-201-1/+4
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-1922-26/+26
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-4/+14
* #7480: remove tautology.Georg Brandl2009-12-191-2/+1
* #7479: add note about function availability on Unices.Georg Brandl2009-12-191-13/+18
* #7493: review of Design FAQ by Florent Xicluna.Georg Brandl2009-12-191-69/+75
* #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildI...Georg Brandl2009-12-191-9/+0
* #7527: use standard versionadded tags.Georg Brandl2009-12-191-3/+5
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-0/+16
* Issue #7529: logging: Minor correction to documentation.Vinay Sajip2009-12-171-0/+2
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+14
* adverbBenjamin Peterson2009-12-151-1/+1
* Clarify phrasing that explains that there are currently two branches.R. David Murray2009-12-141-5/+5
* reorganized the distutils doc a bit : the MANIFEST.in template system has its...Tarek Ziadé2009-12-132-88/+98
* avoid having to update this statement all the timeBenjamin Peterson2009-12-131-7/+6
* add 2.6.x point releasesBenjamin Peterson2009-12-131-0/+6
* Issue #3366: Add lgamma function to math module.Mark Dickinson2009-12-111-0/+8
* Add a reverse() method to collections.deque().Raymond Hettinger2009-12-101-0/+5
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-082-0/+46
* Typo fix; grammar fixAndrew M. Kuchling2009-12-081-3/+3
* #7177: clarify the potential PIPE deadlock warningsPhilip Jenvey2009-12-031-6/+8
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+9
* Markup fixesAndrew M. Kuchling2009-12-021-3/+3
* Fix versions and spacing.Georg Brandl2009-11-281-4/+10
* fix typoGregory P. Smith2009-11-271-2/+2
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-4/+30
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-2/+5
* #7400: typo.Georg Brandl2009-11-261-1/+1
* Forgot to add a `versionadded` tagAntoine Pitrou2009-11-251-0/+2
* Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...Antoine Pitrou2009-11-251-0/+10
* Fix some documentation examples involving the repr of a float.Mark Dickinson2009-11-248-19/+22
* Issue #7117, continued: Remove substitution of %g-style formatting forMark Dickinson2009-11-231-7/+3
* #7345: fix arguments of formatyear().Georg Brandl2009-11-231-2/+2
* Issue #7369: Fibonacci series should start at 0 in tutorial example.Mark Dickinson2009-11-231-9/+9
* issue5738: The distribution example was confusing, and out of date. It's too ...Jesse Noller2009-11-212-371/+0