Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix markup and working in the doc. | Ezio Melotti | 2011-05-11 | 2 | -9/+11 |
| | |||||
* | Issue #12058: Minor edits to comments in faulthandler | Victor Stinner | 2011-05-11 | 1 | -18/+18 |
| | | | | Patch written by Éric Araujo. | ||||
* | Merge from 3.2 | Kurt B. Kaiser | 2011-05-11 | 3 | -5/+23 |
|\ | |||||
| * | Merge heads | Kurt B. Kaiser | 2011-05-11 | 1 | -5/+8 |
| |\ | |||||
| * | | Correct version in IDLE NEWS.txt | Kurt B. Kaiser | 2011-05-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge from 3.1 | Kurt B. Kaiser | 2011-05-11 | 3 | -4/+22 |
| |\ \ | |||||
| | * | | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. | Kurt B. Kaiser | 2011-05-11 | 3 | -4/+23 |
| | | | | | | | | | | | | | | | | | | | | With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd(). | ||||
* | | | | Document default fmtspec. Fix inaccurate note. Document exceptions. | Raymond Hettinger | 2011-05-11 | 1 | -5/+8 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Document default fmtspec. Fix inaccurate note. Document exceptions. | Raymond Hettinger | 2011-05-11 | 1 | -5/+8 |
| |/ / | |||||
* | | | [Merge Branch] Issue #11968 - the start_response header values in wsgiref ↵ | Senthil Kumaran | 2011-05-11 | 0 | -0/+0 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | shoudl be str not bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly. | ||||
| * | | Issue #11968 - the start_response header values in wsgiref shoudl be str not | Senthil Kumaran | 2011-05-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly. | ||||
* | | | Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be | Senthil Kumaran | 2011-05-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | str not bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly. | ||||
* | | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise a | Senthil Kumaran | 2011-05-11 | 4 | -16/+63 |
| | | | | | | | | | | | | ValueError when presented with an unsupported Authentication Scheme. | ||||
* | | | issue12039 - update the documentation of send_response method in ↵ | Senthil Kumaran | 2011-05-11 | 1 | -4/+11 |
| | | | | | | | | | | | | http.server.rst. | ||||
* | | | Issue #12039 - Update the http.server.rst with the requirement to call ↵ | Senthil Kumaran | 2011-05-11 | 1 | -3/+4 |
| | | | | | | | | | | | | `end_headers` after calling `send_header`. | ||||
* | | | Merge 3.2 (empty merge, patch already applied to 3.3) | Victor Stinner | 2011-05-10 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.1 (empty merge, a similar patch was already applied) | Victor Stinner | 2011-05-10 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #10419: Fix build_scripts command of distutils to handle correctly | Victor Stinner | 2011-05-10 | 2 | -11/+40 |
| | | | | | | | | | | | | | | | non-ASCII scripts. Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script. | ||||
* | | | Merge 3.2 (empty, patch already applied to 3.3) | Victor Stinner | 2011-05-10 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #11169: compileall module uses repr() to format filenames and paths to | Victor Stinner | 2011-05-10 | 3 | -6/+9 |
| | | | | | | | | | | | | escape surrogate characters and show spaces. | ||||
* | | | Merge 3.2 (empty, patch already applied to 3.3) | Victor Stinner | 2011-05-10 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 2 | -11/+39 |
| | | | | | | | | | | | | | | | | | | non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script. | ||||
* | | | #12051: merge with 3.2. | Ezio Melotti | 2011-05-10 | 3 | -3/+39 |
|\ \ \ | |/ / | |||||
| * | | #12051: merge with 3.1. | Ezio Melotti | 2011-05-10 | 3 | -3/+38 |
| |\ \ | | |/ | |||||
| | * | #12051: Fix segfault in json.dumps() while encoding highly-nested objects ↵ | Ezio Melotti | 2011-05-10 | 3 | -3/+38 |
| | | | | | | | | | | | | using the C accelerations. | ||||
* | | | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 2 | -11/+39 |
| | | | | | | | | | | | | | | | | | | non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script. | ||||
* | | | Issue #11888: skip some log2 tests on Mac OS X Tiger | Victor Stinner | 2011-05-10 | 1 | -4/+11 |
| | | | | | | | | | | | | System log2() is not accurate for exact power of 2. | ||||
* | | | Issue #12054: use support.find_unused_port() instead of reinventing the wheel | Antoine Pitrou | 2011-05-10 | 1 | -16/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #12054: use support.find_unused_port() instead of reinventing the wheel | Antoine Pitrou | 2011-05-10 | 1 | -16/+2 |
| | | | |||||
* | | | run autoreconf | Benjamin Peterson | 2011-05-10 | 2 | -531/+488 |
| | | | |||||
* | | | Issue #11888: remove duplicate check for log2 in configure.in. | Mark Dickinson | 2011-05-10 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 5 | -6/+20 |
|\ \ \ | |/ / | | | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
| * | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 5 | -6/+20 |
| | | | | | | | | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
* | | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, | Victor Stinner | 2011-05-10 | 3 | -2/+8 |
| | | | | | | | | | | | | instead of a RuntimeError: OSError has an errno attribute. | ||||
* | | | Merged trivial doc fix from 3.2. | Łukasz Langa | 2011-05-10 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Actually print out the description of what changed. | Łukasz Langa | 2011-05-10 | 1 | -1/+0 |
| | | | |||||
* | | | Issue #12039: Add end_headers() call to avoid BadStatusLine. | Vinay Sajip | 2011-05-10 | 1 | -0/+1 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2011-05-10 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | Issue #12039: Now suppress spurious select.error raised on FreeBSD when the ↵ | Vinay Sajip | 2011-05-10 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | server (an asyncore.dispatcher) is closed. | ||||
* | | | | merge | Raymond Hettinger | 2011-05-10 | 1 | -0/+104 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Issue 12047: Expand the style guide. | Raymond Hettinger | 2011-05-10 | 1 | -0/+104 |
| | | | |||||
* | | | faulthandler: improve_sigabrt() on Visual Studio | Victor Stinner | 2011-05-09 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | Use _set_abort_behavior() + abort() instead of raise(SIGABRT) which may write an error message and/or open a popup asking to report the fault. | ||||
* | | | (Merge 3.2) Empty merge, the fix was already applied to 3.3 | Victor Stinner | 2011-05-09 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 5 | -36/+58 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! | ||||
| | * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 5 | -24/+40 |
| | | | | | | | | | | | | | | | | | | | | | OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! | ||||
* | | | (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then | Victor Stinner | 2011-05-09 | 2 | -0/+4 |
|\ \ \ | |/ / | | | | | | | CTRL+c, clear the end-of-file indicator after CTRL+d. | ||||
| * | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear | Victor Stinner | 2011-05-09 | 2 | -0/+4 |
| |\ \ | | |/ | | | | | | | the end-of-file indicator after CTRL+d. | ||||
| | * | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, | Victor Stinner | 2011-05-09 | 2 | -0/+4 |
| | | | | | | | | | | | | clear the end-of-file indicator after CTRL+d. | ||||
* | | | Update incorrect comment. | Vinay Sajip | 2011-05-09 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #12041: Make test_wait3 more robust. | Antoine Pitrou | 2011-05-09 | 3 | -6/+13 |
| | | |