summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-182-2/+2
* Rebuild pydoc topics.Larry Hastings2014-05-181-78/+78
* Merge.Larry Hastings2014-05-1831-74/+421
|\
| * Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
| * support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-4/+10
| * Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
| * Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+5
| * Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-142-2/+13
| * Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+25
| * Backed out changeset 6ceedbd88b5fVictor Stinner2014-05-141-12/+0
| * Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-141-0/+12
| * Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-1/+3
| * Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow2014-05-131-7/+8
| * Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum2014-05-131-6/+9
| * - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-131-1/+1
| * Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+9
| * Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-0/+23
| * Issue #21398: Fix an unicode error in the pydoc pager when the documentationVictor Stinner2014-05-131-0/+3
| * Issue #21422: Add a test to check that bool << int and bool >> int return an intVictor Stinner2014-05-121-0/+7
| * asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...Guido van Rossum2014-05-122-6/+47
| * whitespaceTerry Jan Reedy2014-05-121-1/+0
| * 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
| * 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
| * Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-112-2/+51
| * asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.Guido van Rossum2014-05-101-5/+1
| * 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 #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
| * #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-071-3/+6
| * asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-062-6/+14
* | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-043-80/+80
|/
* Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-041-0/+30
* Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-041-1/+3
* use with blocks to make sure files are closedBenjamin Peterson2014-05-041-18/+12
* improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-041-5/+75
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-025-73/+60
* Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-0/+17
* Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-2/+11
* Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-282-0/+34
* Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-281-0/+20
* asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-274-2/+16
* asyncio: Be careful accessing instance variables in __del__ (closes #21340).Guido van Rossum2014-04-271-1/+3
* make operations on closed dumb databases raise a consistent exception (closes...Benjamin Peterson2014-04-262-4/+37
* shallow defaults to 'True' not '1' (closes #21355)Benjamin Peterson2014-04-261-1/+1
* Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou2014-04-261-0/+43
* #21225: copy docstrings from base classesAndrew Kuchling2014-04-251-4/+4
* Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware2014-04-241-1/+1