Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement #8521. Added named argument handling to winreg's CreateKeyEx, | Brian Curtin | 2010-09-27 | 1 | -3/+5 |
| | | | | | | | | DeleteKeyEx, and OpenKeyEx. Note that CKE and DKE are new functions for 3.2 so I didn't give them a versionchanged because of the existing versionadded. OpenKeyEx already existed so it gets a versionchanged tag. | ||||
* | logging: Updated library configuration documentation. | Vinay Sajip | 2010-09-27 | 1 | -2/+20 |
| | |||||
* | Fix typo. | Antoine Pitrou | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | #9562: slight clarification. | Georg Brandl | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | #9944: fix typo. | Georg Brandl | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Updated SysLogHandler documentation. | Vinay Sajip | 2010-09-23 | 1 | -0/+9 |
| | |||||
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 1 | -3/+3 |
| | | | | | | | The test is semi-dumb, it just makes sure something comes back since we don't have a solid source to validate the returned login. We can't be 100% sure that the USERNAME env var will always match what os.getlogin() returns, so we don't make any specific assertion there. | ||||
* | Small fixes in the gzip docs | Antoine Pitrou | 2010-09-23 | 1 | -3/+4 |
| | |||||
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 1 | -0/+3 |
| | | | | Patch by Florian Festi. | ||||
* | logging: Improved documentation re. blocking handlers. | Vinay Sajip | 2010-09-23 | 1 | -0/+64 |
| | |||||
* | logging: added QueueListener and documentation. | Vinay Sajip | 2010-09-23 | 1 | -1/+97 |
| | |||||
* | logging: Added QueueHandler.prepare and updated documentation. | Vinay Sajip | 2010-09-22 | 1 | -1/+15 |
| | |||||
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 20 | -26/+26 |
| | |||||
* | Added some methods to LoggerAdapter, and updated documentation. | Vinay Sajip | 2010-09-21 | 1 | -8/+11 |
| | |||||
* | Document HTTPReponse.fileno() method | Senthil Kumaran | 2010-09-21 | 1 | -0/+3 |
| | |||||
* | Issue 9877: expose sysconfig.get_makefile_filename() in the public API. | Barry Warsaw | 2010-09-20 | 1 | -0/+4 |
| | |||||
* | logging: hasHandlers additions documented. | Vinay Sajip | 2010-09-20 | 1 | -0/+12 |
| | |||||
* | Be more precise as to what operations are supported | Antoine Pitrou | 2010-09-19 | 1 | -5/+21 |
| | |||||
* | Remove references to read() and write() methods, which are useless synonyms of | Antoine Pitrou | 2010-09-19 | 1 | -28/+14 |
| | | | | recv() and send() | ||||
* | Mention that SSL sockets provide the basic socket API. | Antoine Pitrou | 2010-09-19 | 1 | -0/+6 |
| | |||||
* | Edit concurrent docs, add versionadded and see also reference to the PEP. | Georg Brandl | 2010-09-19 | 1 | -145/+152 |
| | |||||
* | edit concurrent.future docs | Benjamin Peterson | 2010-09-19 | 1 | -62/+55 |
| | |||||
* | Initial implementation of PEP 3148 | Brian Quinlan | 2010-09-18 | 2 | -0/+367 |
| | |||||
* | Improved Filter documentation. | Vinay Sajip | 2010-09-17 | 1 | -0/+14 |
| | |||||
* | Improved basicConfig and custom level documentation. | Vinay Sajip | 2010-09-17 | 1 | -2/+33 |
| | |||||
* | Fix typo in example regular expression. | Raymond Hettinger | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | Add tokenizer example to regex docs. | Raymond Hettinger | 2010-09-16 | 1 | -0/+63 |
| | |||||
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 31 | -162/+161 |
| | |||||
* | Add a glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | Improve docs for socket.makefile() and SocketIO | Antoine Pitrou | 2010-09-15 | 1 | -4/+3 |
| | |||||
* | Issue 9802: Document min()/max() sort stability | Raymond Hettinger | 2010-09-14 | 1 | -0/+8 |
| | |||||
* | Issue #9854: The default read() implementation in io.RawIOBase now | Antoine Pitrou | 2010-09-14 | 1 | -2/+3 |
| | | | | handles non-blocking readinto() returning None correctly. | ||||
* | Issue #1552: socket.socketpair() now returns regular socket.socket | Antoine Pitrou | 2010-09-14 | 1 | -0/+4 |
| | | | | | objects supporting the whole socket API (rather than the "raw" _socket.socket objects). | ||||
* | Tidied example script. | Vinay Sajip | 2010-09-14 | 1 | -1/+4 |
| | |||||
* | Tidied example script. | Vinay Sajip | 2010-09-14 | 1 | -0/+2 |
| | |||||
* | Issue 9840: Add reprlib.recursive_repr(), a decorator for handling ↵ | Raymond Hettinger | 2010-09-13 | 1 | -0/+23 |
| | | | | recursive calls to __repr__ methods. | ||||
* | Issue #9213: Add index and count methods to range objects, needed to | Daniel Stutzbach | 2010-09-13 | 1 | -2/+16 |
| | | | | meet the API of the collections.Sequence ABC. | ||||
* | Enhanced HTTPHandler documentation. | Vinay Sajip | 2010-09-13 | 1 | -6/+10 |
| | |||||
* | Expanded QueueHandler documentation. | Vinay Sajip | 2010-09-13 | 1 | -1/+34 |
| | |||||
* | add spaces | Benjamin Peterson | 2010-09-13 | 1 | -0/+2 |
| | |||||
* | remove less complete of duplicate docs | Benjamin Peterson | 2010-09-13 | 1 | -13/+0 |
| | |||||
* | remove duplicate statement | Benjamin Peterson | 2010-09-13 | 1 | -2/+1 |
| | |||||
* | Issue #9827: clarified LogRecord documentation. | Vinay Sajip | 2010-09-11 | 1 | -19/+60 |
| | |||||
* | Issue #767645: fix os.path.supports_unicode_filenames definition | Victor Stinner | 2010-09-11 | 1 | -2/+1 |
| | | | | | os.listdir(str) always returns unicode and it can return non-ascii filenames even if supports_unicode_filenames is False. | ||||
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -9/+0 |
| | | | | | | environment variable to set the filesystem encoding at Python startup. sys.setfilesystemencoding() creates inconsistencies because it is unable to reencode all filenames in all objects. | ||||
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace if it occurs as a free variable in a nested block. This limitation of the compiler has been lifted, and a new opcode introduced (DELETE_DEREF). This sample was valid in 2.6, but fails to compile in 3.x without this change:: >>> def f(): ... def print_error(): ... print(e) ... try: ... something ... except Exception as e: ... print_error() ... # implicit "del e" here This sample has always been invalid in Python, and now works:: >>> def outer(x): ... def inner(): ... return x ... inner() ... del x There is no need to bump the PYC magic number: the new opcode is used for code that did not compile before. | ||||
* | release() is probably not the most important method | Georg Brandl | 2010-09-10 | 1 | -18/+18 |
| | |||||
* | add reference to file object | Benjamin Peterson | 2010-09-10 | 1 | -2/+2 |
| | |||||
* | As per python-dev discussion with Eli, properly document and publish ↵ | Nick Coghlan | 2010-09-10 | 1 | -1/+11 |
| | | | | dis.show_code | ||||
* | Issue #9757: memoryview objects get a release() method to release the | Antoine Pitrou | 2010-09-09 | 1 | -1/+34 |
| | | | | | underlying buffer (previously this was only done when deallocating the memoryview), and gain support for the context management protocol. |