summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Change import_fresh_module to work with packages.Ezio Melotti2011-05-141-10/+6
| | |
* | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command byVictor Stinner2011-05-133-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 addVictor Stinner2011-05-133-2/+61
| | | | | | | | | | | | a smarter "py-bt" command printing a classic Python traceback.
* | | test_logging: extended time range for rollover test.Vinay Sajip2011-05-131-1/+1
| | |
* | | test_logging: fixed bug in failure diagnostics.Vinay Sajip2011-05-131-2/+2
| | |
* | | Issue #12068: Fix appears to have worked; added more diagnostics for rare ↵Vinay Sajip2011-05-131-0/+1
| | | | | | | | | | | | failures.
* | | Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
|\ \ \ | |/ /
| * | Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
| | |
* | | Neaten up example so it can be cut and pasted.Raymond Hettinger2011-05-131-2/+2
|\ \ \ | |/ /
| * | Neaten up example so it can be cut and pasted.Raymond Hettinger2011-05-131-2/+2
| | |
* | | Added diagnostics to test_logging, after reverting last change.Vinay Sajip2011-05-131-9/+12
| | |
* | | Merge two minor doc changes into default.Georg Brandl2011-05-132-2/+3
|\ \ \ | |/ /
| * | Use singular they. Thanks to Mark Summerfield.Georg Brandl2011-05-131-1/+1
| | |
| * | Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.Georg Brandl2011-05-131-1/+2
| | |
* | | Merge 3.2.1 release changes into default branch (a null merge except for the ↵Georg Brandl2011-05-131-0/+1
|\ \ \ | |/ / | | | | | | new tag.)
| * | Merge in changes from 3.2.1b1 release repo.Georg Brandl2011-05-139-156/+164
| |\ \
| | * | Added tag v3.2.1b1 for changeset 8ffac2337a33Georg Brandl2011-05-081-0/+1
| | | |
| | * | Update suspicious ignore file.v3.2.1b1Georg Brandl2011-05-082-94/+99
| | | |
| | * | Bump to 3.2.1b1.Georg Brandl2011-05-086-63/+65
| | | |
* | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-123-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 sequenceAntoine Pitrou2011-05-123-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 sequenceAntoine Pitrou2011-05-123-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.2Kurt B. Kaiser2011-05-123-31/+31
|\ \ \ \ | |/ / / | | | | | | | | Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
| * | | Merge from 3.1Kurt B. Kaiser2011-05-123-31/+31
| |\ \ \ | | |/ /
| | * | Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-123-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 Sajip2011-05-121-7/+9
| | | | | | | | | | | | | | | | on very slow machines.
* | | | Cleaned up a backward merge after fixes issue #12044.Łukasz Langa2011-05-120-0/+0
|\ \ \ \ | |/ / /
| * | | normalize whitespace.Gregory P. Smith2011-05-121-1/+1
| | | |
| * | | merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-124-3/+10
| | | |
* | | | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-124-3/+10
| | | | | | | | | | | | | | | | | | | | wait for the process to end when exiting the context to avoid unintentionally leaving zombie processes around.
* | | | Fix compile error under WindowsAntoine Pitrou2011-05-121-2/+4
| | | |
* | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-114-16/+81
| | | | | | | | | | | | | | | | Patch by John O'Connor.
* | | | Fix markup and working in the doc.Ezio Melotti2011-05-112-9/+11
| | | |
* | | | Issue #12058: Minor edits to comments in faulthandlerVictor Stinner2011-05-111-18/+18
| | | | | | | | | | | | | | | | Patch written by Éric Araujo.
* | | | Merge from 3.2Kurt B. Kaiser2011-05-113-5/+23
|\ \ \ \ | |/ / /
| * | | Merge headsKurt B. Kaiser2011-05-111-5/+8
| |\ \ \
| * | | | Correct version in IDLE NEWS.txtKurt B. Kaiser2011-05-111-1/+1
| | | | |
| * | | | Merge from 3.1Kurt B. Kaiser2011-05-113-4/+22
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-113-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 Hettinger2011-05-111-5/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Document default fmtspec. Fix inaccurate note. Document exceptions.Raymond Hettinger2011-05-111-5/+8
| |/ / /
* | | | [Merge Branch] Issue #11968 - the start_response header values in wsgiref ↵Senthil Kumaran2011-05-110-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 notSenthil Kumaran2011-05-111-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 beSenthil Kumaran2011-05-111-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 aSenthil Kumaran2011-05-114-16/+63
| | | | | | | | | | | | | | | | ValueError when presented with an unsupported Authentication Scheme.
* | | | issue12039 - update the documentation of send_response method in ↵Senthil Kumaran2011-05-111-4/+11
| | | | | | | | | | | | | | | | http.server.rst.
* | | | Issue #12039 - Update the http.server.rst with the requirement to call ↵Senthil Kumaran2011-05-111-3/+4
| | | | | | | | | | | | | | | | `end_headers` after calling `send_header`.
* | | | Merge 3.2 (empty merge, patch already applied to 3.3)Victor Stinner2011-05-100-0/+0
|\ \ \ \ | |/ / /
| * | | Merge 3.1 (empty merge, a similar patch was already applied)Victor Stinner2011-05-100-0/+0
| |\ \ \ | | |/ /
| | * | Issue #10419: Fix build_scripts command of distutils to handle correctlyVictor Stinner2011-05-102-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.