summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mergeRaymond Hettinger2014-05-131-0/+4
|\
| * Issue 21469: Add missing news itemRaymond Hettinger2014-05-131-0/+4
* | mergeRaymond Hettinger2014-05-131-2/+9
|\ \ | |/
| * Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+9
* | Merge doc change from 3.3Jason R. Coombs2014-05-131-2/+2
|\ \ | |/
| * Merge doc change from 3.3Jason R. Coombs2014-05-131-2/+2
| |\
| | * Update docs to reflect resurrection of Setuptools over DistributeJason R. Coombs2014-05-131-2/+2
* | | Merge from 3.4 (for #21226).Eric Snow2014-05-135-4269/+4319
|\ \ \ | |/ /
| * | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-125-4269/+4319
* | | (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when theVictor Stinner2014-05-132-0/+6
|\ \ \ | |/ /
| * | Issue #21398: Fix an unicode error in the pydoc pager when the documentationVictor Stinner2014-05-132-0/+6
* | | (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() whenVictor Stinner2014-05-122-2/+12
|\ \ \ | |/ /
| * | Issue #21418: Fix a crash in the builtin function super() when called withoutVictor Stinner2014-05-122-2/+12
* | | (Merge 3.4) Issue #21485: remove unnecesary .flush() calls in the asyncioVictor Stinner2014-05-121-3/+1
|\ \ \ | |/ /
| * | Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess codeVictor Stinner2014-05-121-3/+1
* | | (Merge 3.4) Issue #21422: Add a test to check that bool << int and bool >> intVictor Stinner2014-05-121-0/+7
|\ \ \ | |/ /
| * | Issue #21422: Add a test to check that bool << int and bool >> int return an intVictor Stinner2014-05-121-0/+7
* | | Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...Antoine Pitrou2014-05-124-21/+210
* | | Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) fr...Guido van Rossum2014-05-122-6/+47
|\ \ \ | |/ /
| * | asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...Guido van Rossum2014-05-122-6/+47
* | | Issue 21383: merge from 3.4Ned Deily2014-05-121-0/+1
|\ \ \ | |/ /
| * | Issue #21383: Allow "make touch" to work when building outside of theNed Deily2014-05-121-0/+1
* | | Issue #18104: News for 3.4, in proper place.Terry Jan Reedy2014-05-121-0/+4
* | | #18104: null merge of 3.4 News entryTerry Jan Reedy2014-05-120-0/+0
|\ \ \ | |/ /
| * | Issue #18104: News for 3.4 (which will not merge forward).Terry Jan Reedy2014-05-121-0/+7
* | | Merge with 3.4Terry Jan Reedy2014-05-121-1/+0
|\ \ \ | |/ /
| * | whitespaceTerry Jan Reedy2014-05-121-1/+0
* | | Merge with 3.4Terry Jan Reedy2014-05-124-32/+114
|\ \ \ | |/ /
| * | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-32/+114
* | | merge 3.4Benjamin Peterson2014-05-111-1/+1
|\ \ \ | |/ /
| * | use logical rather than bit andBenjamin Peterson2014-05-111-1/+1
* | | Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.Raymond Hettinger2014-05-114-117/+137
* | | merge from 3.4 - clean up the subprocess docs warning-soup andGregory P. Smith2014-05-111-93/+62
|\ \ \ | |/ /
| * | Change all references to Unix to POSIX in the subprocess docs. It'sGregory P. Smith2014-05-111-14/+14
| * | Remove the warning-soup from the subprocess documentation by addingGregory P. Smith2014-05-111-79/+48
* | | merge 3.4Benjamin Peterson2014-05-111-2/+0
|\ \ \ | |/ /
| * | remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* | | Null mergeAntoine Pitrou2014-05-110-0/+0
|\ \ \ | |/ /
| * | Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou2014-05-111-2/+2
* | | Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou2014-05-111-2/+2
* | | Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-1/+1
|\ \ \ | |/ /
| * | Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-1/+1
* | | Null mergeAntoine Pitrou2014-05-110-0/+0
|\ \ \ | |/ /
| * | Try workaround for test issues in #21425Antoine Pitrou2014-05-111-0/+8
* | | Remove debugging outputAntoine Pitrou2014-05-111-3/+0
* | | Try workaround for test issues in #21425Antoine Pitrou2014-05-111-0/+8
* | | Fix debugging output to work with -WAntoine Pitrou2014-05-111-2/+2
* | | Fix debugging output to work with -bbAntoine Pitrou2014-05-111-1/+1
* | | Add debugging output for #21425Antoine Pitrou2014-05-111-0/+3
* | | Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-114-3/+56
|\ \ \ | |/ /