Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | #7907: fix wrong function name in doc. Patch by Brian Curtin. | Ezio Melotti | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Issue 5754: tweak shelve doc wording to make it clearer that even when | R. David Murray | 2010-02-11 | 1 | -8/+9 |
| | | | | | | | writeback=True values are written to the backing store when assigned to the shelf. Add test to confirm that this happens. Doc patch and added test by Robert Lehmann. I also fixed the cross references to the sync and close methods. | ||||
* | Issue 7893 and Issue 7588 | Michael Foord | 2010-02-10 | 1 | -9/+19 |
| | |||||
* | Doc fix for unittest. | Michael Foord | 2010-02-08 | 1 | -2/+3 |
| | |||||
* | Make assertMultiLineEqual the default for comparing unicode strings. | Michael Foord | 2010-02-08 | 1 | -4/+10 |
| | |||||
* | Fix typo | Ezio Melotti | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | Clarify and correct description for ccbench and iobench. | Antoine Pitrou | 2010-02-08 | 1 | -3/+4 |
| | |||||
* | Add two items; move a subsection | Andrew M. Kuchling | 2010-02-08 | 1 | -8/+21 |
| | |||||
* | Move distutils into its own subsection; add various items | Andrew M. Kuchling | 2010-02-08 | 1 | -46/+113 |
| | |||||
* | Issue 6003: ZipFile.writestr "compression_type" argument | Ronald Oussoren | 2010-02-07 | 1 | -1/+8 |
| | |||||
* | Rename "exc_value" attribute on assertRaises context manager to "exception". | Georg Brandl | 2010-02-07 | 1 | -2/+2 |
| | |||||
* | A number of APIs in macostools cannot work in 64-bit mode because they | Ronald Oussoren | 2010-02-07 | 1 | -0/+15 |
| | | | | | | | | | | | use Carbon APIs that aren't available there. This patch disables tests for the affected entrypoints in macostools and mentions this in the documentation. In theory it is possible to replace the implementation by code that does work in 64-bit mode, but that would require further updates to the Carbon wrappers because the modern APIs aren't wrapped properly. | ||||
* | #5341: fix "builtin" where used as an adjective ("built-in" is correct). | Georg Brandl | 2010-02-06 | 6 | -27/+30 |
| | |||||
* | Review sysconfig docs. | Georg Brandl | 2010-02-06 | 1 | -80/+80 |
| | |||||
* | #7864: make deprecation notices a bit clearer. | Georg Brandl | 2010-02-06 | 1 | -7/+7 |
| | |||||
* | Minor doc change. | Michael Foord | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Adding versionadded to test skipping section of unittest documentation. | Michael Foord | 2010-02-05 | 1 | -3/+2 |
| | |||||
* | Example of using assertRaises as a context manager in the unittest ↵ | Michael Foord | 2010-02-05 | 1 | -2/+8 |
| | | | | documentation. | ||||
* | Closes issue 7030. | Michael Foord | 2010-02-05 | 1 | -1/+5 |
| | |||||
* | Resolve bug 7847 by including documentation for -J, -U, and -X under "Options | Barry Warsaw | 2010-02-05 | 1 | -5/+23 |
| | | | | you shouldn't use". | ||||
* | Issue #7851: logging: clarification on logging configuration files. | Vinay Sajip | 2010-02-04 | 1 | -0/+7 |
| | |||||
* | Use correct assert* methods in the examples. | Ezio Melotti | 2010-02-04 | 1 | -10/+10 |
| | |||||
* | Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert | Nick Coghlan | 2010-02-04 | 1 | -6/+31 |
| | |||||
* | Corrected list of attributes exposed by sys.getwindowsversion. | Eric Smith | 2010-02-03 | 1 | -4/+4 |
| | |||||
* | Explicitly mention the default value for formatdate's usegmt parameter. | R. David Murray | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2010-02-03 | 1 | -12/+52 |
| | |||||
* | added a note in the whatsnew file for sysconfig | Tarek Ziadé | 2010-02-02 | 1 | -0/+8 |
| | |||||
* | first version of the sysconfig module documentation | Tarek Ziadé | 2010-02-02 | 2 | -0/+219 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2010-02-01 | 1 | -14/+31 |
| | |||||
* | Minor modification to unittest documentation. | Michael Foord | 2010-01-31 | 1 | -3/+3 |
| | |||||
* | Fix-up ftplib documentation: | Georg Brandl | 2010-01-31 | 1 | -30/+29 |
| | | | | | | move exception descriptions to toplevel, not inside a class remove attribution in "versionadded" spell and grammar check docstring of FTP_TLS | ||||
* | move distutils.rst to different toc | Benjamin Peterson | 2010-01-31 | 2 | -1/+1 |
| | |||||
* | #7802: fix invalid example (heh). | Georg Brandl | 2010-01-30 | 1 | -3/+3 |
| |