| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -0/+15 |
|
|
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol | Senthil Kumaran | 2010-10-14 | 1 | -2/+6 |
|
|
* | #1710703: write zipfile structures also in the case of closing a new, but emp... | Georg Brandl | 2010-10-14 | 1 | -0/+4 |
|
|
* | #6825: small correction to split() docs. | Georg Brandl | 2010-10-14 | 1 | -8/+8 |
|
|
* | #10046: small correction to atexit docs. | Georg Brandl | 2010-10-14 | 1 | -2/+2 |
|
|
* | #3865: add note about benchmarking with profilers, and move licensing stuff t... | Georg Brandl | 2010-10-14 | 1 | -47/+47 |
|
|
* | #7642: update to os.system() docs. | Georg Brandl | 2010-10-14 | 1 | -18/+17 |
|
|
* | Issue #9992: Remove PYTHONFSENCODING environment variable. | Victor Stinner | 2010-10-13 | 2 | -18/+0 |
|
|
* | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 1 | -1/+1 |
|
|
* | Fix grammar | Antoine Pitrou | 2010-10-13 | 1 | -2/+2 |
|
|
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 2 | -15/+41 |
|
|
* | fix spelling #10078 | Benjamin Peterson | 2010-10-12 | 1 | -1/+1 |
|
|
* | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -0/+7 |
|
|
* | Update whatsnew about pickle optimizations | Antoine Pitrou | 2010-10-12 | 1 | -5/+2 |
|
|
* | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -5/+21 |
|
|
* | Make comment about SSL support more accurate | Antoine Pitrou | 2010-10-12 | 1 | -2/+2 |
|
|
* | Fix Issue7285 - multiprocessing module, example code error. | Senthil Kumaran | 2010-10-10 | 1 | -3/+3 |
|
|
* | Issue #10029: Fix sample code in the docs for zip(). | Raymond Hettinger | 2010-10-10 | 1 | -5/+12 |
|
|
* | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 2 | -12/+15 |
|
|
* | Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() | Victor Stinner | 2010-10-09 | 1 | -1/+3 |
|
|
* | remove author names from prose | Benjamin Peterson | 2010-10-09 | 1 | -3/+0 |
|
|
* | What's new entry for email 5.1. | R. David Murray | 2010-10-08 | 2 | -1/+29 |
|
|
* | Update what's new | Antoine Pitrou | 2010-10-08 | 1 | -0/+5 |
|
|
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 4 | -11/+151 |
|
|
* | Issue #1589: Add ssl.match_hostname(), to help implement server identity | Antoine Pitrou | 2010-10-08 | 1 | -50/+81 |
|
|
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | More new things in what's new | Antoine Pitrou | 2010-10-06 | 1 | -0/+23 |
|
|
* | Update to Sphin 1.0.4. | Georg Brandl | 2010-10-06 | 3 | -3/+3 |
|
|
* | Fix the suspicious builder not to write CRLF, update suspicious file and add ... | Georg Brandl | 2010-10-06 | 3 | -27/+191 |
|
|
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 14 | -28/+30 |
|
|
* | Fix spelling and markup. | Georg Brandl | 2010-10-06 | 1 | -10/+10 |
|
|
* | 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 supp... | Senthil Kumaran | 2010-10-05 | 1 | -4/+3 |
|
|
* | 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 char... | Victor Stinner | 2010-10-02 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | Issue #9983: warn that urllib and httplib don't perform SSL certificate valid... | Antoine Pitrou | 2010-09-29 | 2 | -6/+10 |
|
|
* | 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 |
|
|