summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-122-1/+4
* Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-111-0/+6
* Merge from 3.2Kurt B. Kaiser2011-05-111-4/+7
|\
| * Correct version in IDLE NEWS.txtKurt B. Kaiser2011-05-111-1/+1
| * Merge from 3.1Kurt B. Kaiser2011-05-111-3/+6
| |\
| | * Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-3/+6
| | * Issue #10419: Fix build_scripts command of distutils to handle correctlyVictor Stinner2011-05-101-11/+36
| * | Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-102-6/+6
| * | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-11/+34
* | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-112-8/+41
* | | #12051: merge with 3.2.Ezio Melotti2011-05-101-1/+21
|\ \ \ | |/ /
| * | #12051: merge with 3.1.Ezio Melotti2011-05-101-1/+20
| |\ \ | | |/
| | * #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-101-1/+20
* | | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-11/+34
* | | 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
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
|\ \ \ | |/ /
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-092-35/+46
| |\ \ | | |/
| | * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-092-23/+28
* | | Issue #12039: Add end_headers() call to avoid BadStatusLine.Vinay Sajip2011-05-101-0/+1
* | | Issue #12039: Now suppress spurious select.error raised on FreeBSD when the s...Vinay Sajip2011-05-101-1/+8
* | | Update incorrect comment.Vinay Sajip2011-05-091-1/+1
* | | Issue #12041: Make test_wait3 more robust.Antoine Pitrou2011-05-092-6/+11
* | | os.dup()-then-close() can be replaced with detach()Antoine Pitrou2011-05-091-4/+2
* | | Improved Windows test coverage.Vinay Sajip2011-05-091-1/+39
* | | Merge with 3.2.Ezio Melotti2011-05-091-10/+10
|\ \ \ | |/ /
| * | Merge with 3.1.Ezio Melotti2011-05-091-10/+10
| |\ \ | | |/
| | * Some more tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-12/+10
* | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-092-21/+70
* | | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-094-25/+320
* | | Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of ...Mark Dickinson2011-05-091-2/+2
* | | Issue #10811: Use TestCase.assertRaises() in the new testVictor Stinner2011-05-091-5/+4
* | | #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...Gerhard Haering2011-05-091-0/+23
* | | Fix nonunique test ids in math_testcases.txt.Mark Dickinson2011-05-091-4/+4
* | | merge 11164Martin v. Löwis2011-05-094-89/+4
|\ \ \ | |/ /
| * | merge 11164Martin v. Löwis2011-05-094-89/+4
| |\ \ | | |/
| | * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-094-89/+4
* | | #11910: merge with 3.2.Ezio Melotti2011-05-091-16/+36
|\ \ \ | |/ /
| * | #11910: merge with 3.1.Ezio Melotti2011-05-091-15/+29
| |\ \ | | |/
| | * #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-20/+27
| * | Some tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-3/+9
* | | #11910: merge with 3.2.Ezio Melotti2011-05-091-4/+8
|\ \ \ | |/ /
| * | #11910: merge with 3.1.Ezio Melotti2011-05-091-4/+8
| |\ \ | | |/
| | * #11910: change import_fresh_module to return None when one of the "fresh" mod...Ezio Melotti2011-05-091-4/+8
* | | Issue #11888: Add log2 function to math module. Patch written by MarkVictor Stinner2011-05-082-0/+136
* | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-082-35/+48
* | | merge 3.2Benjamin Peterson2011-05-081-2/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-081-2/+3
| |\ \ | | |/