summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* settscdump is definitely an implementation detailBenjamin Peterson2010-03-061-0/+5
|
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-052-1/+46
|
* Fix documentation of email.Message.get_filename to matchR. David Murray2010-03-041-3/+4
| | | | the fix applied in Issue 7082.
* rephraseBenjamin Peterson2010-03-031-1/+1
|
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-031-0/+15
| | | | to the TarFile class.
* fix Sphinx warningsBenjamin Peterson2010-03-031-3/+4
|
* edit for styleBenjamin Peterson2010-03-031-249/+220
|
* Add some x-refs.Georg Brandl2010-03-021-209/+206
|
* set svn:eol-styleBenjamin Peterson2010-03-021-1758/+1758
|
* Link correction in documentation.Michael Foord2010-03-021-1/+1
|
* Add an itemAndrew M. Kuchling2010-03-021-0/+10
|
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-025-6/+1765
| | | | | Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
* #7637: avoid repeated-concatenation antipattern in exampleAndrew M. Kuchling2010-03-011-3/+3
|
* #7191: describe more details of wbits parameterAndrew M. Kuchling2010-03-011-2/+6
|
* #7637: update discussion of minidom.unlink() and garbage collectionAndrew M. Kuchling2010-03-011-16/+6
|
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-011-0/+7
|
* Adds the hashlib.algorithms attribute. See issue7418.Gregory P. Smith2010-03-011-0/+9
|
* Pep8ify test names in the examples.Ezio Melotti2010-02-281-17/+17
|
* Link to http://www.python.org/dev/workflow/ from bugs page.Georg Brandl2010-02-271-5/+5
|
* Fix missing parenthesis.Ezio Melotti2010-02-271-1/+1
|
* typo: __next__ -> nextEzio Melotti2010-02-261-1/+1
|
* #7407: specify default maxsize value; patch by Floris BruynoogheAndrew M. Kuchling2010-02-261-3/+3
|
* Fixing issue5475 : urllib2.getproxies not documentedSenthil Kumaran2010-02-261-0/+9
|
* Issue #7928: Document str.format element_index better.Eric Smith2010-02-251-1/+2
|
* Issue #5965: Add documentation for parts of format specification language.Eric Smith2010-02-251-3/+20
|
* Issue #8004: add a serve target to the Doc Makefile.Dirkjan Ochtman2010-02-241-0/+4
|
* Issue #7733: add explicit reference in asyncore docs.Dirkjan Ochtman2010-02-241-1/+2
|
* #8000: fix deprecated directive. What a shame to lose that glorious issue ↵Georg Brandl2010-02-231-1/+1
| | | | number to such a minor bug :)
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-231-0/+10
| | | | Reviewed by skip.montanaro and thomas.wouters.
* fixup markup errorJack Diederich2010-02-231-1/+1
|
* added a note on shutil new APIsTarek Ziadé2010-02-231-1/+4
|
* added make_archive (and secondary APIs) to shutilTarek Ziadé2010-02-231-3/+98
|
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-221-6/+1
| | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
* fixes issue #7530, serve_forever()Jack Diederich2010-02-221-5/+1
|
* Clarify description of three-argument pow for Decimal types: the exponent ↵Mark Dickinson2010-02-221-3/+6
| | | | of the result is always 0.
* #6414: clarify description of processor endianness.Andrew M. Kuchling2010-02-221-3/+5
| | | | Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
* #7794: describe 2.6 support for executing directories and zip archivesAndrew M. Kuchling2010-02-221-0/+7
|
* #7076: mention SystemRandom class near start of the module docs; reword ↵Andrew M. Kuchling2010-02-221-1/+5
| | | | change description for clarity. Noted by Shawn Ligocki.
* Re-wordAndrew M. Kuchling2010-02-221-3/+3
|
* Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-211-4/+6
| | | | complex.__coerce__. Thanks Meador Inge for the patch.
* logging: Documented warnings module integration.Vinay Sajip2010-02-191-0/+22
|
* #7967: PyXML is no more.Georg Brandl2010-02-191-7/+0
|
* - apply patch from issue 7005Fred Drake2010-02-191-4/+46
| | | | - add corresponding documentation
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-181-2/+5
| | | | | | of the 'canonical' and 'is_canonical' methods) now consistently accept integer arguments wherever a Decimal instance is accepted. Thanks Juan José Conti for the patch.
* Add various itemsAndrew M. Kuchling2010-02-181-6/+47
|
* Make the references to Popen in the description of CallR. David Murray2010-02-161-2/+2
| | | | and check_call into links.
* Remove incorrect apostrophe.Eric Smith2010-02-151-1/+1
|
* #7926: fix-up wording.Georg Brandl2010-02-141-1/+2
|
* #7926: fix stray parens.Georg Brandl2010-02-141-5/+6
|
* #7921: fix links. Patch by Brian Curtin.Ezio Melotti2010-02-141-6/+7
|