summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-133-2/+61
* | | 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 fai...Vinay Sajip2011-05-131-0/+1
* | | 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
|\ \ \ | |/ /
| * | 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
|\ \ \ \ | |/ / /
| * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-123-1/+33
| |\ \ \ | | | |/ | | |/|
| | * | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-123-1/+32
* | | | Merge from 3.2Kurt B. Kaiser2011-05-123-31/+31
|\ \ \ \ | |/ / /
| * | | 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
* | | | TimedTRotatingFileHandler test now improved to minimise chances of failure on...Vinay Sajip2011-05-121-7/+9
* | | | 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
* | | | 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
* | | | 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
* | | | 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
* | | | | 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 sho...Senthil Kumaran2011-05-110-0/+0
|\ \ \ \ | |/ / /
| * | | Issue #11968 - the start_response header values in wsgiref shoudl be str notSenthil Kumaran2011-05-111-6/+6
* | | | Fix closed Issue #11968 - the start_response header values in wsgiref shoudl beSenthil Kumaran2011-05-111-6/+6
* | | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-114-16/+63
* | | | issue12039 - update the documentation of send_response method in http.server....Senthil Kumaran2011-05-111-4/+11
* | | | Issue #12039 - Update the http.server.rst with the requirement to call `end_h...Senthil Kumaran2011-05-111-3/+4
* | | | 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
* | | | Merge 3.2 (empty, patch already applied to 3.3)Victor Stinner2011-05-100-0/+0
|\ \ \ \ | |/ / /
| * | | Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-103-6/+9