summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | Merge 3.2 (empty, patch already applied to 3.3)Victor Stinner2011-05-100-0/+0
|\ \ \ | |/ /
| * | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-102-11/+39
* | | #12051: merge with 3.2.Ezio Melotti2011-05-103-3/+39
|\ \ \ | |/ /
| * | #12051: merge with 3.1.Ezio Melotti2011-05-103-3/+38
| |\ \ | | |/
| | * #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-103-3/+38
* | | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-102-11/+39
* | | Issue #11888: skip some log2 tests on Mac OS X TigerVictor Stinner2011-05-101-4/+11
* | | Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
|\ \ \ | |/ /
| * | Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
* | | run autoreconfBenjamin Peterson2011-05-102-531/+488
* | | Issue #11888: remove duplicate check for log2 in configure.in.Mark Dickinson2011-05-101-1/+1
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-105-6/+20
|\ \ \ | |/ /
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-105-6/+20
* | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,Victor Stinner2011-05-103-2/+8
* | | Merged trivial doc fix from 3.2.Łukasz Langa2011-05-101-1/+0
|\ \ \ | |/ /
| * | Actually print out the description of what changed.Łukasz Langa2011-05-101-1/+0
* | | Issue #12039: Add end_headers() call to avoid BadStatusLine.Vinay Sajip2011-05-101-0/+1
* | | mergeRaymond Hettinger2011-05-101-1/+8
|\ \ \
| * | | Issue #12039: Now suppress spurious select.error raised on FreeBSD when the s...Vinay Sajip2011-05-101-1/+8
* | | | mergeRaymond Hettinger2011-05-101-0/+104
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Issue 12047: Expand the style guide.Raymond Hettinger2011-05-101-0/+104
* | | faulthandler: improve_sigabrt() on Visual StudioVictor Stinner2011-05-091-7/+5
* | | (Merge 3.2) Empty merge, the fix was already applied to 3.3Victor Stinner2011-05-090-0/+0
|\ \ \ | |/ /
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-095-36/+58
| |\ \ | | |/
| | * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-095-24/+40
* | | (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and thenVictor Stinner2011-05-092-0/+4
|\ \ \ | |/ /
| * | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clearVictor Stinner2011-05-092-0/+4
| |\ \ | | |/