Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the deprecated aliases in a new section. | Ezio Melotti | 2010-11-04 | 1 | -30/+24 |
| | |||||
* | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to ↵ | Eric Smith | 2010-11-04 | 1 | -0/+8 |
| | | | | str.format(**mapping), except mapping does not get converted to a dict. | ||||
* | Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. | Ezio Melotti | 2010-11-04 | 1 | -32/+9 |
| | |||||
* | Demote one warning to a note. There's no security risk here, just a note on ↵ | Raymond Hettinger | 2010-11-04 | 1 | -1/+1 |
| | | | | usage and avialability. | ||||
* | Put warning block in the main flow of text. | Raymond Hettinger | 2010-11-04 | 1 | -16/+14 |
| | |||||
* | Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added | Phillip J. Eby | 2010-11-03 | 1 | -0/+44 |
| | | | | | docs and support for more client-generated CGI variables. (This should complete the WSGI 1.0.1 compliance changes for Python 3.x.) | ||||
* | Divide the context manager signature from the normal one for consistency ↵ | Ezio Melotti | 2010-11-03 | 1 | -2/+4 |
| | | | | with the other methods. | ||||
* | Minor cleanups to unittest doc. | Ezio Melotti | 2010-11-03 | 1 | -4/+4 |
| | |||||
* | List the assert* methods in tables in unittest doc. | Ezio Melotti | 2010-11-03 | 1 | -194/+328 |
| | |||||
* | Issue #10285: explain the `flag` return field better in NNTP.list(). | Antoine Pitrou | 2010-11-03 | 1 | -2/+11 |
| | | | | Patch by Julien Élie. | ||||
* | Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER | Antoine Pitrou | 2010-11-03 | 1 | -0/+2 |
| | | | | response, instead of raising an exception. | ||||
* | Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. | Phillip J. Eby | 2010-11-03 | 1 | -20/+20 |
| | |||||
* | Updating unittest docs to reflect change in ↵ | Michael Foord | 2010-11-02 | 1 | -4/+4 |
| | | | | unittest.TestCase.assert[Not]AlmostEqual signature change | ||||
* | Issue #10184: Touch directories only once when extracting a tarfile. | Martin v. Löwis | 2010-11-01 | 1 | -2/+5 |
| | |||||
* | Issue #10199: Moved Demo/turtle under Lib/ | Alexander Belopolsky | 2010-11-01 | 1 | -9/+16 |
| | |||||
* | Issue #7061: Simplified a section title. | Alexander Belopolsky | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -3/+6 |
| | |||||
* | Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. | Antoine Pitrou | 2010-10-31 | 1 | -0/+2 |
| | |||||
* | Added style argument to logging.basicConfig() and documented this change. | Vinay Sajip | 2010-10-31 | 1 | -0/+10 |
| | |||||
* | Issue #5729: json.dumps to support using '\t' as an indent string | Raymond Hettinger | 2010-10-31 | 1 | -4/+6 |
| | |||||
* | Issues #7061, #10225: Fixed doctests in turtle manual | Alexander Belopolsky | 2010-10-31 | 1 | -24/+21 |
| | |||||
* | Fix test_mailbox by supporting context manager protocol for get_file() returns. | Georg Brandl | 2010-10-30 | 1 | -3/+7 |
| | |||||
* | Issue 7061: Explained 'gon' | Alexander Belopolsky | 2010-10-29 | 1 | -1/+5 |
| | |||||
* | Add read support for all missing variants of the GNU sparse | Lars Gustäbel | 2010-10-29 | 1 | -1/+2 |
| | | | | | | | | extensions. Thus, in addition to GNUTYPE_SPARSE headers, sparse information in pax headers created by GNU tar can now be decoded. All three formats 0.0, 0.1 and 1.0 are supported. On filesystems that support this, holes in files are now restored whenever a sparse member is extracted. | ||||
* | (?:...) is a non-capturing, but still grouping construct. | Georg Brandl | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Fix markup error and update false positive entries from "make suspicious". | Georg Brandl | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Re-add "debugger" label, it is used in pydoc-topics. | Georg Brandl | 2010-10-29 | 1 | -0/+2 |
| | |||||
* | send_bytes obviously needs bytes... | Georg Brandl | 2010-10-29 | 1 | -2/+2 |
| | |||||
* | Review new Barrier docs. | Georg Brandl | 2010-10-28 | 1 | -42/+40 |
| | |||||
* | issue 8777 | Kristján Valur Jónsson | 2010-10-28 | 1 | -0/+104 |
| | | | | Add threading.Barrier | ||||
* | #10218: return timeout status from Condition.wait, mirroring other ↵ | Georg Brandl | 2010-10-28 | 1 | -0/+6 |
| | | | | primitives' behavior. | ||||
* | #7351: add more consistent exception name alias. | Georg Brandl | 2010-10-28 | 1 | -1/+9 |
| | |||||
* | #5975: add unix_dialect to csv module. | Georg Brandl | 2010-10-27 | 1 | -0/+9 |
| | |||||
* | Issue #7061: Dropped "for Tk" from turtle module title and moved its | Alexander Belopolsky | 2010-10-27 | 7 | -14/+10 |
| | | | | | doc section under frameworks. Also fixed a couple of markup issues that affected TOC rendering. | ||||
* | #10200: typo. | Georg Brandl | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | #10200: typo. | Georg Brandl | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Markup fix. | Georg Brandl | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | logging: Added style option to Formatter to allow %, {} or himBHformatting. | Vinay Sajip | 2010-10-25 | 1 | -7/+19 |
| | |||||
* | Add documentation about the default warnings filters. | Georg Brandl | 2010-10-24 | 1 | -3/+21 |
| | |||||
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ↵ | Georg Brandl | 2010-10-24 | 3 | -11/+22 |
| | | | | | | | | is silent by default, except when configured --with-pydebug. Emit this warning from the GC shutdown procedure, rather than just printing to stderr. | ||||
* | Fix style. | Georg Brandl | 2010-10-24 | 2 | -3/+4 |
| | |||||
* | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) | Nick Coghlan | 2010-10-24 | 1 | -1/+52 |
| | |||||
* | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 2 | -12/+81 |
| | |||||
* | #6518: enable context manager protocol for ossaudiodev types. | Georg Brandl | 2010-10-23 | 1 | -0/+9 |
| | |||||
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 3 | -1/+32 |
| | | | | | | in order to support the TLS SNI extension. `HTTPSConnection` and `urlopen()` also use this argument, so that HTTPS virtual hosts are now supported. | ||||
* | Fixed a typo | Alexander Belopolsky | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Issue #7061: Fixed section title | Alexander Belopolsky | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+24 |
| | | | | They can be retrieved through a new attribute `sys._xoptions`. | ||||
* | logging: Improved StreamHandler documentation. | Vinay Sajip | 2010-10-20 | 1 | -11/+13 |
| | |||||
* | logging: clarified Filter documentation. | Vinay Sajip | 2010-10-20 | 1 | -6/+10 |
| |