Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | settscdump is definitely an implementation detail | Benjamin Peterson | 2010-03-06 | 1 | -0/+5 |
| | |||||
* | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 2 | -1/+46 |
| | |||||
* | Fix documentation of email.Message.get_filename to match | R. David Murray | 2010-03-04 | 1 | -3/+4 |
| | | | | the fix applied in Issue 7082. | ||||
* | rephrase | Benjamin Peterson | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Issue #7232: Add support for the context manager protocol | Lars Gustäbel | 2010-03-03 | 1 | -0/+15 |
| | | | | to the TarFile class. | ||||
* | fix Sphinx warnings | Benjamin Peterson | 2010-03-03 | 1 | -3/+4 |
| | |||||
* | edit for style | Benjamin Peterson | 2010-03-03 | 1 | -249/+220 |
| | |||||
* | Add some x-refs. | Georg Brandl | 2010-03-02 | 1 | -209/+206 |
| | |||||
* | set svn:eol-style | Benjamin Peterson | 2010-03-02 | 1 | -1758/+1758 |
| | |||||
* | Link correction in documentation. | Michael Foord | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Add an item | Andrew M. Kuchling | 2010-03-02 | 1 | -0/+10 |
| | |||||
* | Initial commit of the argparse library, based on argparse 1.1. | Steven Bethard | 2010-03-02 | 5 | -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 example | Andrew M. Kuchling | 2010-03-01 | 1 | -3/+3 |
| | |||||
* | #7191: describe more details of wbits parameter | Andrew M. Kuchling | 2010-03-01 | 1 | -2/+6 |
| | |||||
* | #7637: update discussion of minidom.unlink() and garbage collection | Andrew M. Kuchling | 2010-03-01 | 1 | -16/+6 |
| | |||||
* | Adds c_ssize_t to ctypes. issue 6729. | Gregory P. Smith | 2010-03-01 | 1 | -0/+7 |
| | |||||
* | Adds the hashlib.algorithms attribute. See issue7418. | Gregory P. Smith | 2010-03-01 | 1 | -0/+9 |
| | |||||
* | Pep8ify test names in the examples. | Ezio Melotti | 2010-02-28 | 1 | -17/+17 |
| | |||||
* | Link to http://www.python.org/dev/workflow/ from bugs page. | Georg Brandl | 2010-02-27 | 1 | -5/+5 |
| | |||||
* | Fix missing parenthesis. | Ezio Melotti | 2010-02-27 | 1 | -1/+1 |
| | |||||
* | typo: __next__ -> next | Ezio Melotti | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | #7407: specify default maxsize value; patch by Floris Bruynooghe | Andrew M. Kuchling | 2010-02-26 | 1 | -3/+3 |
| | |||||
* | Fixing issue5475 : urllib2.getproxies not documented | Senthil Kumaran | 2010-02-26 | 1 | -0/+9 |
| | |||||
* | Issue #7928: Document str.format element_index better. | Eric Smith | 2010-02-25 | 1 | -1/+2 |
| | |||||
* | Issue #5965: Add documentation for parts of format specification language. | Eric Smith | 2010-02-25 | 1 | -3/+20 |
| | |||||
* | Issue #8004: add a serve target to the Doc Makefile. | Dirkjan Ochtman | 2010-02-24 | 1 | -0/+4 |
| | |||||
* | Issue #7733: add explicit reference in asyncore docs. | Dirkjan Ochtman | 2010-02-24 | 1 | -1/+2 |
| | |||||
* | #8000: fix deprecated directive. What a shame to lose that glorious issue ↵ | Georg Brandl | 2010-02-23 | 1 | -1/+1 |
| | | | | number to such a minor bug :) | ||||
* | Fix #1537721: add writeheader() method to csv.DictWriter. | Dirkjan Ochtman | 2010-02-23 | 1 | -0/+10 |
| | | | | Reviewed by skip.montanaro and thomas.wouters. | ||||
* | fixup markup error | Jack Diederich | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | added a note on shutil new APIs | Tarek Ziadé | 2010-02-23 | 1 | -1/+4 |
| | |||||
* | added make_archive (and secondary APIs) to shutil | Tarek Ziadé | 2010-02-23 | 1 | -3/+98 |
| | |||||
* | Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. | Andrew M. Kuchling | 2010-02-22 | 1 | -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 Diederich | 2010-02-22 | 1 | -5/+1 |
| | |||||
* | Clarify description of three-argument pow for Decimal types: the exponent ↵ | Mark Dickinson | 2010-02-22 | 1 | -3/+6 |
| | | | | of the result is always 0. | ||||
* | #6414: clarify description of processor endianness. | Andrew M. Kuchling | 2010-02-22 | 1 | -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 archives | Andrew M. Kuchling | 2010-02-22 | 1 | -0/+7 |
| | |||||
* | #7076: mention SystemRandom class near start of the module docs; reword ↵ | Andrew M. Kuchling | 2010-02-22 | 1 | -1/+5 |
| | | | | change description for clarity. Noted by Shawn Ligocki. | ||||
* | Re-word | Andrew M. Kuchling | 2010-02-22 | 1 | -3/+3 |
| | |||||
* | Issue #5211: Fix complex type to avoid implicit calls to | Mark Dickinson | 2010-02-21 | 1 | -4/+6 |
| | | | | complex.__coerce__. Thanks Meador Inge for the patch. | ||||
* | logging: Documented warnings module integration. | Vinay Sajip | 2010-02-19 | 1 | -0/+22 |
| | |||||
* | #7967: PyXML is no more. | Georg Brandl | 2010-02-19 | 1 | -7/+0 |
| | |||||
* | - apply patch from issue 7005 | Fred Drake | 2010-02-19 | 1 | -4/+46 |
| | | | | - add corresponding documentation | ||||
* | Issue #7633: Context method in the decimal module (with the exception | Mark Dickinson | 2010-02-18 | 1 | -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 items | Andrew M. Kuchling | 2010-02-18 | 1 | -6/+47 |
| | |||||
* | Make the references to Popen in the description of Call | R. David Murray | 2010-02-16 | 1 | -2/+2 |
| | | | | and check_call into links. | ||||
* | Remove incorrect apostrophe. | Eric Smith | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | #7926: fix-up wording. | Georg Brandl | 2010-02-14 | 1 | -1/+2 |
| | |||||
* | #7926: fix stray parens. | Georg Brandl | 2010-02-14 | 1 | -5/+6 |
| | |||||
* | #7921: fix links. Patch by Brian Curtin. | Ezio Melotti | 2010-02-14 | 1 | -6/+7 |
| |