Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Change import_fresh_module to work with packages. | Ezio Melotti | 2011-05-14 | 1 | -10/+6 | |
| | | | ||||||
* | | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by | Victor Stinner | 2011-05-13 | 3 | -2/+61 | |
|\ \ \ | |/ / | | | | | | | | | | "py-bt-full" and add a smarter "py-bt" command printing a classic Python traceback. | |||||
| * | | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 3 | -2/+61 | |
| | | | | | | | | | | | | a smarter "py-bt" command printing a classic Python traceback. | |||||
* | | | test_logging: extended time range for rollover test. | Vinay Sajip | 2011-05-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | test_logging: fixed bug in failure diagnostics. | Vinay Sajip | 2011-05-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #12068: Fix appears to have worked; added more diagnostics for rare ↵ | Vinay Sajip | 2011-05-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | failures. | |||||
* | | | Further beautification of the example | Raymond Hettinger | 2011-05-13 | 1 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Further beautification of the example | Raymond Hettinger | 2011-05-13 | 1 | -3/+6 | |
| | | | ||||||
* | | | Neaten up example so it can be cut and pasted. | Raymond Hettinger | 2011-05-13 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Neaten up example so it can be cut and pasted. | Raymond Hettinger | 2011-05-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Added diagnostics to test_logging, after reverting last change. | Vinay Sajip | 2011-05-13 | 1 | -9/+12 | |
| | | | ||||||
* | | | Merge two minor doc changes into default. | Georg Brandl | 2011-05-13 | 2 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Use singular they. Thanks to Mark Summerfield. | Georg Brandl | 2011-05-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. | Georg Brandl | 2011-05-13 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge 3.2.1 release changes into default branch (a null merge except for the ↵ | Georg Brandl | 2011-05-13 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | | | | new tag.) | |||||
| * | | Merge in changes from 3.2.1b1 release repo. | Georg Brandl | 2011-05-13 | 9 | -156/+164 | |
| |\ \ | ||||||
| | * | | Added tag v3.2.1b1 for changeset 8ffac2337a33 | Georg Brandl | 2011-05-08 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Update suspicious ignore file.v3.2.1b1 | Georg Brandl | 2011-05-08 | 2 | -94/+99 | |
| | | | | ||||||
| | * | | Bump to 3.2.1b1. | Georg Brandl | 2011-05-08 | 6 | -63/+65 | |
| | | | | ||||||
* | | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 3 | -1/+32 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). | |||||
| * | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 3 | -1/+33 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). | |||||
| | * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 3 | -1/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). | |||||
* | | | | Merge from 3.2 | Kurt B. Kaiser | 2011-05-12 | 3 | -31/+31 | |
|\ \ \ \ | |/ / / | | | | | | | | | Issue #11896: Save on Close failed despite selecting "Yes" in dialog. | |||||
| * | | | Merge from 3.1 | Kurt B. Kaiser | 2011-05-12 | 3 | -31/+31 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #11896: Save on Close failed despite selecting "Yes" in dialog. | Kurt B. Kaiser | 2011-05-12 | 3 | -32/+32 | |
| | | | | | | | | | | | | | | | | | | | | _tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use tkinter.messagebox.Message - use the helper functions which convert to str. | |||||
* | | | | TimedTRotatingFileHandler test now improved to minimise chances of failure ↵ | Vinay Sajip | 2011-05-12 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | on very slow machines. | |||||
* | | | | Cleaned up a backward merge after fixes issue #12044. | Łukasz Langa | 2011-05-12 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | normalize whitespace. | Gregory P. Smith | 2011-05-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | merge - 7a3f3ad83676 Fixes Issue #12044. | Gregory P. Smith | 2011-05-12 | 4 | -3/+10 | |
| | | | | ||||||
* | | | | - Issue #12044: Fixed subprocess.Popen when used as a context manager to | Gregory P. Smith | 2011-05-12 | 4 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | wait for the process to end when exiting the context to avoid unintentionally leaving zombie processes around. | |||||
* | | | | Fix compile error under Windows | Antoine Pitrou | 2011-05-12 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto(). | Antoine Pitrou | 2011-05-11 | 4 | -16/+81 | |
| | | | | | | | | | | | | | | | | Patch by John O'Connor. | |||||
* | | | | 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. |