summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue 7363: fix indentation in socketserver udpserver example.R. David Murray2009-11-201-3/+3
* Fix docstrings for itertools combinatoric functions.Raymond Hettinger2009-11-191-2/+2
* Mention Giampolo R's new FTP TLS support in the what's new fileAntoine Pitrou2009-11-181-0/+6
* Fix markup.Georg Brandl2009-11-181-5/+4
* upcase PythonGeorg Brandl2009-11-181-1/+1
* Make separate section for deprecations in 2.7 whatsnew.Georg Brandl2009-11-181-2/+10
* Make separate section for deprecations in 2.6 whatsnew.Georg Brandl2009-11-181-62/+71
* #7302: fix link.Georg Brandl2009-11-161-1/+1
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-0/+58
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-152-0/+32
* Issue #4969: The mimetypes module now reads the MIME database fromAntoine Pitrou2009-11-151-3/+19
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-44/+97
* Fix terminology.Georg Brandl2009-11-141-1/+1
* use Sphinx 0.6.3Benjamin Peterson2009-11-132-2/+2
* revert r76243; I was right, actually :)Benjamin Peterson2009-11-131-4/+4
* never mind about eval mode in this caseBenjamin Peterson2009-11-131-4/+4
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-5/+8
* fix highlight in the datetime exampleEzio Melotti2009-11-121-2/+2
* Give the profile module a module directive.Georg Brandl2009-11-121-0/+2
* Show example of how to make a sorted dictionaryRaymond Hettinger2009-11-101-0/+22
* Update the FAQ entry that explains that assignments in the local scopeR. David Murray2009-11-101-33/+71
* Remove redundant sentence.R. David Murray2009-11-091-7/+6
* discuss how to use -pBenjamin Peterson2009-11-091-0/+8
* #7271: fix typo.Georg Brandl2009-11-071-1/+1