summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.4 (for #21226).Eric Snow2014-05-131-0/+23
|\
| * Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-0/+23
* | (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when theVictor Stinner2014-05-131-0/+3
|\ \ | |/
| * Issue #21398: Fix an unicode error in the pydoc pager when the documentationVictor Stinner2014-05-131-0/+3
* | (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-122-21/+187
* | 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
* | 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
| * Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou2014-05-111-2/+2
* | Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.Raymond Hettinger2014-05-112-42/+116
* | 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
| * 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-112-2/+51
|\ \ | |/
| * Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-112-2/+51
* | Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.Raymond Hettinger2014-05-112-89/+38
* | Merge 3.4 -> default: asyncio: Upstream issue #167: remove dead code, by Marc...Guido van Rossum2014-05-101-5/+1
|\ \ | |/
| * asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.Guido van Rossum2014-05-101-5/+1
* | Reindent long lineJason R. Coombs2014-05-101-1/+2
* | Replace overly-aggressive comparison for type equality with an isinstance check.Jason R. Coombs2014-05-101-1/+1
* | Drop support for Python 2.4 in upload command.Jason R. Coombs2014-05-101-8/+2
* | Replace import * with explicit importJason R. Coombs2014-05-101-1/+1
* | Clean up style in distutils upload commandJason R. Coombs2014-05-101-14/+19
* | Issue #19655: Add tests for the new asdl parser.Eli Bendersky2014-05-101-0/+122
* | Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-0925-270/+249
* | Issue #20776: Flesh out tests for importlib.machinery.PathFinder.Brett Cannon2014-05-091-0/+47
* | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-1/+2
* | Merge from 3.4.Tim Peters2014-05-081-0/+32
|\ \ | |/
| * Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-081-0/+32
* | Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-082-0/+33
|\ \ | |/
| * Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-082-0/+33
* | - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
|\ \ | |/
| * - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
* | Merge: #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-071-3/+6
|\ \ | |/
| * #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-071-3/+6
* | Merge 3.4->default: asyncio: Fix the second half of issue #21447: race in _wr...Guido van Rossum2014-05-062-6/+14
|\ \ | |/
| * asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-062-6/+14
* | Issue21440 Use support.rmtree in test_zipfile & test_tarfileTim Golden2014-05-062-32/+30
* | Issue18314 Allow unlink to remove junctions. Includes support for creating ju...Tim Golden2014-05-051-0/+36