summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close #20568: install unversioned pip command on WindowsNick Coghlan2014-02-282-1/+4
* Close #20757: return success for skipped pip uninstallNick Coghlan2014-02-283-4/+14
* Merge with 3.3Terry Jan Reedy2014-02-276-3/+14
|\
| * Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-276-3/+14
* | Null mergeAntoine Pitrou2014-02-270-0/+0
|\ \ | |/
| * Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-273-1/+5
* | whatsnew: fix textwrap/shorten entry, and improve the related docs.R David Murray2014-02-272-30/+27
* | whatsnew: expand pbkdf2_hmac entry slightly.R David Murray2014-02-261-2/+4
* | whatsnew: reformat pdb entry to match style of most other module entries.R David Murray2014-02-261-10/+8
* | whatsnew: reword the contextlib.redirect_stdout entry for increased clarity.R David Murray2014-02-261-5/+9
* | whatsnew: attribute base64 memoryview change to Nick.R David Murray2014-02-261-1/+2
* | whatsnew: pprint's compact option.R David Murray2014-02-261-3/+7
* | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-273-1/+5
* | merge 3.3 (#20796)Benjamin Peterson2014-02-271-0/+1
|\ \ | |/
| * fix importlib test failure when bytecode writing is disabled (closes #20796)Benjamin Peterson2014-02-271-0/+1
* | Issue #20763: Fix importlib.machinery.PathFinder to supportBrett Cannon2014-02-263-2/+26
* | Added tests for issue #20501.Serhiy Storchaka2014-02-261-0/+38
|\ \ | |/
| * Added tests for issue #20501.Serhiy Storchaka2014-02-261-0/+36
* | Merge with 3.3Zachary Ware2014-02-263-8/+7
|\ \ | |/
| * Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
* | asyncio/windows_events.py: use more revelant names to overlapped callbacksVictor Stinner2014-02-262-12/+11
* | Close #20759: Fix some typos in the mock docs. (Merge with 3.3)Zachary Ware2014-02-262-3/+3
|\ \ | |/
| * Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
* | asyncio: simplify test_events.py, don't use non local variables and don't callVictor Stinner2014-02-261-186/+79
* | asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-268-26/+12
* | 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