summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows whenVictor Stinner2014-07-281-1/+1
|\
| * Fix test_bytes when sys.stdin is None, for example on Windows when usingVictor Stinner2014-07-281-1/+1
* | (Merge 3.4) asyncio, tulip issue 196: ProactorIocp._register() now registersVictor Stinner2014-07-271-15/+38
|\ \ | |/
| * asyncio, tulip issue 196: ProactorIocp._register() now registers the overlappedVictor Stinner2014-07-271-15/+38
* | Issue #22076: Minor grammar fix.Berker Peksag2014-07-272-5/+5
* | Rerun AC, silence pointer conversion warnings.Martin v. Löwis2014-07-272-73/+102
* | Issue #20179: Apply Argument Clinic to bytes and bytearray.Martin v. Löwis2014-07-275-559/+1872
* | Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see linesLarry Hastings2014-07-271-3/+4
* | Issue #22082: Fix a compiler warning (function is not a prototype)Victor Stinner2014-07-271-2/+2
* | Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic.Martin v. Löwis2014-07-275-158/+699
* | Merge with 3.4Terry Jan Reedy2014-07-271-19/+6
|\ \ | |/
| * Modernize turtledemo with conditional expressions; remove duplicate line.Terry Jan Reedy2014-07-271-19/+6
* | Merge with 3.4Terry Jan Reedy2014-07-261-10/+8
|\ \ | |/
| * Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.Terry Jan Reedy2014-07-261-10/+8
* | Document lock parameter for asyncio.Condition()Andrew Svetlov2014-07-261-2/+4
|\ \ | |/
| * Document lock parameter for asyncio.Condition()Andrew Svetlov2014-07-261-2/+4
* | Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-261-1/+1
|\ \ | |/
| * Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-261-1/+1
* | Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-262-3/+18
|\ \ | |/
| * Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-262-3/+18
* | Issue #22082: Clear interned strings in slotdefs.Martin v. Löwis2014-07-262-3/+19
* | slotdefs is no longer sorted.Martin v. Löwis2014-07-261-1/+1
* | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail withVictor Stinner2014-07-263-2/+30
|\ \ | |/
| * Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-263-2/+30
* | (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears itsVictor Stinner2014-07-251-5/+11
|\ \ | |/
| * Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to theVictor Stinner2014-07-251-5/+11
* | mergeRaymond Hettinger2014-07-254-7/+22
|\ \ | |/
| * Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-254-7/+22
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-252-1/+9
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-07-252-1/+9
* | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-2524-74/+102
* | Issue #21958: Merge with 3.4Zachary Ware2014-07-252-0/+8
|\ \ | |/
| * Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware2014-07-252-0/+8
* | Issue #18093: Create Programs directory in build location forNed Deily2014-07-252-2/+2
* | Closes #22072: Merge typo fixes from 3.4Zachary Ware2014-07-251-2/+2
|\ \ | |/
| * Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor.Zachary Ware2014-07-251-2/+2
* | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
|\ \ | |/
| * Merge.Charles-François Natali2014-07-2550-441/+649
| |\
| * | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
* | | Issue #18093: Give the Windows build _testembed.c's new location.Zachary Ware2014-07-252-2/+2
* | | Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-255-10/+26
* | | (Merge 3.4) asyncio, test_subprocess: relax timings for slow builbotsVictor Stinner2014-07-251-2/+2
|\ \ \ | | |/ | |/|
| * | asyncio, test_subprocess: relax timings for slow builbotsVictor Stinner2014-07-251-2/+2
* | | unicodeobject.c: fix a compiler warning on Windows 64 bitsVictor Stinner2014-07-251-1/+2
* | | Add missing NEWS entry for issue #18093Nick Coghlan2014-07-251-0/+4
* | | Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-2515-32/+37
* | | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-252-27/+52
|\ \ \ | |/ /
| * | asyncio: sync with TulipVictor Stinner2014-07-252-27/+52
* | | Issue #22061: Restored empty obsolete methods removed in issue #4350 andSerhiy Storchaka2014-07-251-0/+12
|\ \ \ | |/ /
| * | Issue #22061: Add deprecation warnings in empty obsolete methods.Serhiy Storchaka2014-07-251-2/+9