summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-2612-368/+368
* null mergeGregory P. Smith2014-02-260-0/+0
|\
| * Mention issue 20621 fix in the NEWS file for 3.3.5rc1.Gregory P. Smith2014-02-261-0/+4
* | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-252-0/+38
* | Fix formatting in NEWS entry.R David Murray2014-02-251-3/+2
* | Issue #20765: Add missing documentation for PurePath.with_name() and PurePath...Antoine Pitrou2014-02-252-0/+36
* | Null mergeSerhiy Storchaka2014-02-250-0/+0
|\ \ | |/
| * Fix typo (issue #19619).Serhiy Storchaka2014-02-251-1/+1
* | whatsnew: encoding is now optional in PYTHONIOENCODING (#18818)R David Murray2014-02-251-0/+5
* | whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets.R David Murray2014-02-251-0/+5
* | whatsnew: Request.method can be overridden in subclasses (#18978).R David Murray2014-02-252-5/+17
* | Clarify that flow control works for datagrams, except on BSD.Guido van Rossum2014-02-241-2/+11
* | whatsnew: http.server --bind cli option.R David Murray2014-02-242-6/+12
* | whatsnew: unittest.TestCase.assertLogs.R David Murray2014-02-241-1/+10
* | Fix return type in doc of PyStructSequence_InitType2.R David Murray2014-02-241-1/+1
* | Fix wording of NEWS entry.R David Murray2014-02-241-3/+3
* | whatsnew: cypthon can be compiled with address sanity checking enabled.R David Murray2014-02-241-0/+5
* | Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-30/+37
|\ \ | |/
| * #20628: wrap lines to < 80.R David Murray2014-02-241-34/+37
| * #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6
* | #20740: merge with 3.3.Ezio Melotti2014-02-241-4/+4
|\ \ | |/
| * #20740: desquarify 2.Ezio Melotti2014-02-241-4/+4
* | Fix typo.R David Murray2014-02-241-1/+1
* | Remove redundant NEWS entry.R David Murray2014-02-241-3/+0
* | Fix NEWS entry wording.R David Murray2014-02-241-1/+1
* | whatsnew: frame.clear, expanded entry for -I/isolated mode.R David Murray2014-02-241-2/+20
* | Merge headsSerhiy Storchaka2014-02-242-2/+8
|\ \
| * | asyncio doc: fix references in subprocess docVictor Stinner2014-02-241-2/+2
| * | subprocess.Popen.wait doc: mention asyncio to avoid busy loopVictor Stinner2014-02-241-0/+6
* | | Null mergeSerhiy Storchaka2014-02-240-0/+0
|\ \ \ | |/ / |/| / | |/
| * Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-2413-19/+219
* | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-242-0/+12
|\ \ | |/
| * Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-242-0/+12
* | Null mergeSerhiy Storchaka2014-02-240-0/+0
|\ \ | |/
| * Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
* | merge with 3.3Georg Brandl2014-02-241-1/+0
|\ \ | |/
| * Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
* | Merge with 3.3Terry Jan Reedy2014-02-241-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-02-241-1/+1
* | Merge with 3.3Terry Jan Reedy2014-02-242-1/+22
|\ \ | |/
| * Issue #9974: When untokenizing, use row info to insert backslash+newline.Terry Jan Reedy2014-02-242-1/+22
* | Fix wording in NEWS entry.R David Murray2014-02-241-1/+1
* | whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with.R David Murray2014-02-241-1/+17
* | whatsnew: unittest uses argparse now.R David Murray2014-02-241-0/+5
* | whatsnew: unittest drops references to successful tests.R David Murray2014-02-241-0/+18
* | Merge with 3.3, #20750Terry Jan Reedy2014-02-231-14/+38
|\ \ | |/
| * Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. TheTerry Jan Reedy2014-02-231-14/+38
* | Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-232-0/+6
|\ \ | |/
| * Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-232-0/+3
| * Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.Victor Stinner2014-02-091-0/+3