Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+59 |
| | |||||
* | #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 |
| | |||||
* | Revert r85797 (and r85798): it broke the Windows buildbots because of | Antoine Pitrou | 2010-10-22 | 1 | -2/+1 |
| | | | | test_multiprocessing's misbehaviour. | ||||
* | Update what's new | Antoine Pitrou | 2010-10-22 | 1 | -1/+2 |
| | |||||
* | 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 | 4 | -5/+55 |
| | | | | 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 |
| | |||||
* | Correct signature of BytesGenerator in docs. | R. David Murray | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | logging: Documented usage of callables as filters. | Vinay Sajip | 2010-10-19 | 1 | -6/+15 |
| | |||||
* | Issue #7061: Fixed some of the issues in turtle module documentation | Alexander Belopolsky | 2010-10-19 | 1 | -11/+13 |
| | | | | reported by Terry J. Reedy. | ||||
* | Be consistent in the spelling of thread-safe(ty). | Georg Brandl | 2010-10-19 | 5 | -7/+7 |
| | |||||
* | #10092: Properly reset locale in Locale*Calendar classes. The context ↵ | Georg Brandl | 2010-10-19 | 1 | -3/+9 |
| | | | | manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. | ||||
* | Tighten up 'byte string' wording in base64 docs. | R. David Murray | 2010-10-17 | 1 | -20/+22 |
| | |||||
* | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 1 | -1/+7 |
| | | | | Patch and tests by Neil Muller. | ||||
* | Note the resolution of issue 9778. | Skip Montanaro | 2010-10-17 | 1 | -0/+6 |
| | |||||
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 2 | -6/+11 |
| | |||||
* | Syntax fixes for examples in the Doc/includes | Senthil Kumaran | 2010-10-17 | 2 | -4/+4 |
| | |||||
* | #9730: fix example. | Georg Brandl | 2010-10-17 | 1 | -2/+2 |
| | |||||
* | Fix documentation of dis.opmap direction. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | Make twisted example a bit more logical. | Georg Brandl | 2010-10-17 | 1 | -5/+5 |
| | |||||
* | Port changes to pickle docs apparently lost in py3k. | Georg Brandl | 2010-10-17 | 1 | -79/+85 |
| | |||||
* | #9237: document sys.call_tracing(). | Georg Brandl | 2010-10-17 | 1 | -0/+7 |
| | |||||
* | #5121: fix claims about default values leading to segfaults. | Georg Brandl | 2010-10-17 | 1 | -10/+10 |
| | |||||
* | #9204: remove mentions of removed types in the types module. | Georg Brandl | 2010-10-17 | 10 | -29/+15 |
| | |||||
* | Fix capitalization. | Georg Brandl | 2010-10-17 | 1 | -2/+2 |
| | |||||
* | #5962: clarify sys.exit() vs. threads. | Georg Brandl | 2010-10-17 | 2 | -16/+22 |
| | |||||
* | #9138: reword introduction to classes in Python. | Georg Brandl | 2010-10-17 | 1 | -16/+16 |
| | |||||
* | #9117: fix syntax for class definition. | Georg Brandl | 2010-10-17 | 1 | -3/+6 |
| | |||||
* | Some markup and style fixes in argparse docs. | Georg Brandl | 2010-10-17 | 1 | -21/+29 |
| | |||||
* | #9112: document error() and exit() methods of ArgumentParser. | Georg Brandl | 2010-10-17 | 1 | -1/+14 |
| | |||||
* | #9105: move pickle warning to a bit more prominent location. | Georg Brandl | 2010-10-17 | 1 | -6/+6 |
| | |||||
* | Remove second parser module example; it referred to non-readily-available ↵ | Georg Brandl | 2010-10-17 | 1 | -333/+2 |
| | | | | example files, and this kind of discovery is much better done with the AST nowadays anyway. | ||||
* | Make file names consistent. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
| |