Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 106 | -2569/+2573 |
| | |||||
* | Copyedit of os.symlink() docs. | Georg Brandl | 2010-10-06 | 1 | -15/+13 |
| | |||||
* | #10034: import readline in longer example. | Georg Brandl | 2010-10-06 | 1 | -0/+1 |
| | |||||
* | fix a typo. | Senthil Kumaran | 2010-10-05 | 1 | -2/+2 |
| | |||||
* | Remove the references of FTPS from the urllib Documentation. There is no ↵ | Senthil Kumaran | 2010-10-05 | 1 | -4/+3 |
| | | | | support for it yet. | ||||
* | Indent version tags properly. | Georg Brandl | 2010-10-05 | 1 | -2/+4 |
| | |||||
* | GzipFile.peek improvements, suggested by Nir Aides. | Antoine Pitrou | 2010-10-04 | 1 | -3/+11 |
| | |||||
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo Rodolà | 2010-10-04 | 2 | -10/+74 |
| | |||||
* | Fixes #10020 | Gerhard Häring | 2010-10-03 | 1 | -0/+11 |
| | |||||
* | Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul ↵ | Victor Stinner | 2010-10-02 | 1 | -1/+2 |
| | | | | | | character And write unit tests for PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). | ||||
* | Fix - issue10010 .. index:: position in the docs. | Senthil Kumaran | 2010-10-02 | 2 | -31/+32 |
| | |||||
* | Lower the tone of the warning about SSL certificate validation. | Amaury Forgeot d'Arc | 2010-10-01 | 1 | -3/+4 |
| | |||||
* | Fix weird markup that caused latex to fail. | Georg Brandl | 2010-10-01 | 1 | -92/+90 |
| | |||||
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -0/+20 |
| | |||||
* | Issue #9360: Cleanup and improvements to the nntplib module. The API | Antoine Pitrou | 2010-09-29 | 1 | -172/+284 |
| | | | | | now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added. | ||||
* | Issue #9983: warn that urllib and httplib don't perform SSL certificate ↵ | Antoine Pitrou | 2010-09-29 | 2 | -6/+10 |
| | | | | validation. | ||||
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -6/+10 |
| | |||||
* | Issue #9979: Create function PyUnicode_AsWideCharString(). | Victor Stinner | 2010-09-29 | 1 | -0/+13 |
| | |||||
* | Give a dedicated page to memoryview objects, so that they can be part | Antoine Pitrou | 2010-09-28 | 3 | -48/+55 |
| | | | | | of the concrete objects layer, while the buffer protocol is part of the abstract objects layer. | ||||
* | Buffers are not sequence objects (!). Put them in the abstract objects layers | Antoine Pitrou | 2010-09-28 | 4 | -24/+22 |
| | | | | instead. | ||||
* | Various improvements to the docs of the buffer API | Antoine Pitrou | 2010-09-28 | 1 | -47/+82 |
| | |||||
* | Discourage use of the old buffer API funcs | Antoine Pitrou | 2010-09-28 | 1 | -1/+16 |
| | |||||
* | Issue #9970: improve C API documentation for memoryview objects | Antoine Pitrou | 2010-09-28 | 1 | -6/+28 |
| | |||||
* | 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 |
| | |||||
* | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -2/+23 |
| | | | | Add a Py_SetPath api to override magic path computations when starting up python. | ||||
* | 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. | ||||
* | #9582 - add a missing "are" and reflow the line. | Brian Curtin | 2010-09-23 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | note version | Benjamin Peterson | 2010-09-21 | 1 | -0/+2 |
| | |||||
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 31 | -38/+38 |
| | |||||
* | Add missing word. | Marc-André Lemburg | 2010-09-21 | 1 | -2/+2 |
| | |||||
* | Add OpenSSL license to the Python license documenation page. | Marc-André Lemburg | 2010-09-21 | 1 | -1/+137 |
| | | | | See #9119. | ||||
* | 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 |
| | |||||
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 | 1 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | Mention % as string formatting. | Georg Brandl | 2010-09-20 | 1 | -0/+3 |
| | |||||
* | Fix typo. | Georg Brandl | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | 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() |